diff options
author | mandree <mandree@FreeBSD.org> | 2014-08-16 05:02:25 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-08-16 05:02:25 +0800 |
commit | 7b418f7088ac52891c3db6d959f90a7ff46373ac (patch) | |
tree | 6796d22fcc91adc62287a3c9670e321d225d4af4 /print/cups-samba | |
parent | 332b5fd9ffc8f5abe93001083b3525dbb99b120c (diff) | |
download | freebsd-ports-gnome-7b418f7088ac52891c3db6d959f90a7ff46373ac.tar.gz freebsd-ports-gnome-7b418f7088ac52891c3db6d959f90a7ff46373ac.tar.zst freebsd-ports-gnome-7b418f7088ac52891c3db6d959f90a7ff46373ac.zip |
Kill long-defunct cups-samba port, disappeared upstream, fruitless hunt.
The software was reported missing 2013-09-19 already.
PR: 182216
Diffstat (limited to 'print/cups-samba')
-rw-r--r-- | print/cups-samba/Makefile | 41 | ||||
-rw-r--r-- | print/cups-samba/distinfo | 2 | ||||
-rw-r--r-- | print/cups-samba/files/pkg-message.in | 53 | ||||
-rw-r--r-- | print/cups-samba/pkg-descr | 10 | ||||
-rw-r--r-- | print/cups-samba/pkg-plist | 5 |
5 files changed, 0 insertions, 111 deletions
diff --git a/print/cups-samba/Makefile b/print/cups-samba/Makefile deleted file mode 100644 index 95765389fb3b..000000000000 --- a/print/cups-samba/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# Created by: John Merryweather Cooper <coop9211@uidaho.edu> -# $FreeBSD$ - -PORTNAME= cups-samba -PORTVERSION= 6.0 -PORTREVISION= 7 -CATEGORIES= print net -MASTER_SITES= ${MASTER_SITE_EASYSW} -MASTER_SITE_SUBDIR=cups/windows -DISTNAME= cups-windows-${PORTVERSION}-source - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Common UNIX Printing System: MS Windows client drivers - -RUN_DEPENDS= smbspool:${PORTSDIR}/${SAMBA_PORT} \ - ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base - -SAMBA_PORT?= net/samba36 - -NO_BUILD= yes -NO_WRKSUBDIR= yes - -DATADIR= ${PREFIX}/share/cups -DRIVER_FILES= cups6.inf cups6.ini cupsps6.dll cupsui6.dll - -SUB_FILES= pkg-message - -NO_STAGE= yes -pre-install: - ${MKDIR} ${DATADIR}/drivers - -do-install: - cd ${WRKSRC} && \ - for DRVFILE in ${DRIVER_FILES}; do \ - ${INSTALL_DATA} ${WRKSRC}/cups-windows-${PORTVERSION}/i386/$${DRVFILE} ${DATADIR}/drivers; \ - done - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/print/cups-samba/distinfo b/print/cups-samba/distinfo deleted file mode 100644 index 03edb9ba1bf8..000000000000 --- a/print/cups-samba/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cups-windows-6.0-source.tar.gz) = 04ad065a7df6ff930f3b6ec6bc6cfeb7a7507ba9bfb97490f5a454b18ebfdf1d -SIZE (cups-windows-6.0-source.tar.gz) = 39879 diff --git a/print/cups-samba/files/pkg-message.in b/print/cups-samba/files/pkg-message.in deleted file mode 100644 index d6c843f28fbe..000000000000 --- a/print/cups-samba/files/pkg-message.in +++ /dev/null @@ -1,53 +0,0 @@ -********************************************************************** - -To complete the installation of print/cups-samba follow cupsaddsmb(8) -manual page as below: - -1. Follow section "SAMBA CONFIGURATION" with following remarks: - - Adjust path for [print$]. - - There is no standard directory so you should create one, you may pick - any directory but it must NOT be %%PREFIX%%/share/cups/drivers as - suggested in the past nor anything under %%PREFIX%%/etc/samba which - is not world readable. - It must be writeable by printer admin[2] (i.e. root) and world readable. - - Recommended - # mkdir -p /var/lib/samba/drivers - # chmod 755 /var/lib/samba/drivers - -2. Follow section "MICROSOFT POSTSCRIPT DRIVERS FOR WINDOWS" - - You may skip 64-bit drivers if you don't need them. - -3. Follow section "CUPS POSTSCRIPT DRIVERS FOR WINDOWS" - - Nothing needs to be done here as you should already have all files. - NOTE: 64-bit CUPS drivers were not yet released[1]. - If you have 64-bit Windows machines, for now you have to fetch CUPS - drivers from SVN: - - # svn export http://svn.easysw.com/public/windows/trunk/x64 %%PREFIX%%/share/cups/drivers/x64 - -4. Run cupsaddsmb - - To export all printers to MS Windows NT clients: - # cupsaddsmb -v -a - - You will be prompted for the password of samba user named root. - If you have not set it already do it before running cupsaddsmb: - # smbpasswd -a - -5. On your Windows machine, browse for a network printer as usual. - Opening it should automagically install drivers. - - -For more uses please refer to cupsaddsmb(8). - -More resources: -[1] 64-bit clients: http://www.cups.org/str.php?L2566 -[2] http://wiki.samba.org/index.php/Samba_as_a_print_server#how_to_configure_printer_admin -[3] chapters 17 & 18 of %%PREFIX%%/share/doc/samba/Samba-HOWTO-Collection.pdf - -********************************************************************** diff --git a/print/cups-samba/pkg-descr b/print/cups-samba/pkg-descr deleted file mode 100644 index 8f154f2bf6a3..000000000000 --- a/print/cups-samba/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -CUPS-SAMBA provides a means to export CUPS printers from a FreeBSD -server to Windows NT/XP/2000/2003 clients with a single Windows -driver that customizes the printer based on the PPD file for the -printer. - -You will also need the Microsoft Windows PostScript drivers from -a Windows 2000 or higher system. Consult the cupsaddsmb(8) man page -for details. - -WWW: http://www.cups.org/windows/software.php diff --git a/print/cups-samba/pkg-plist b/print/cups-samba/pkg-plist deleted file mode 100644 index 24aa58042fa7..000000000000 --- a/print/cups-samba/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -share/cups/drivers/cups6.inf -share/cups/drivers/cups6.ini -share/cups/drivers/cupsps6.dll -share/cups/drivers/cupsui6.dll -@dirrm share/cups/drivers |