From 1f413791d4e4068124e055b43b79f57b560093f1 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 15 Aug 2014 21:02:25 +0000 Subject: [PATCH] Kill long-defunct cups-samba port, disappeared upstream, fruitless hunt. The software was reported missing 2013-09-19 already. PR: 182216 --- MOVED | 1 + print/Makefile | 1 - print/cups-samba/Makefile | 41 --------------------- print/cups-samba/distinfo | 2 - print/cups-samba/files/pkg-message.in | 53 --------------------------- print/cups-samba/pkg-descr | 10 ----- print/cups-samba/pkg-plist | 5 --- 7 files changed, 1 insertion(+), 112 deletions(-) delete mode 100644 print/cups-samba/Makefile delete mode 100644 print/cups-samba/distinfo delete mode 100644 print/cups-samba/files/pkg-message.in delete mode 100644 print/cups-samba/pkg-descr delete mode 100644 print/cups-samba/pkg-plist diff --git a/MOVED b/MOVED index 39a638616b8b..284e23a36e12 100644 --- a/MOVED +++ b/MOVED @@ -6419,3 +6419,4 @@ chinese/unzip|archivers/unzip|2014-08-15|Merged with archivers/unzip as a new no korean/unzip|archivers/unzip|2014-08-15|Merged with archivers/unzip as a new non-default option russian/unzip|archivers/unzip|2014-08-15|Merged with archivers/unzip as a new non-default option mail/sendmail-sasl|mail/sendmail|2014-08-15|Removed: Use mail/sendmail instead +print/cups-samba||2014-08-15|Removed: defunct for long, disappeared upstream diff --git a/print/Makefile b/print/Makefile index b3ec5e89cf19..1d8a6ed431b9 100644 --- a/print/Makefile +++ b/print/Makefile @@ -38,7 +38,6 @@ SUBDIR += cups-pdf SUBDIR += cups-pk-helper SUBDIR += cups-pstoraster - SUBDIR += cups-samba SUBDIR += cups-smb-backend SUBDIR += deforaos-pdfviewer SUBDIR += detex 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 -# $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 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