diff options
author | ahze <ahze@FreeBSD.org> | 2006-06-23 09:46:18 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2006-06-23 09:46:18 +0800 |
commit | b2253470c33e43ffe2b2eada1dd6d0f1f845cce1 (patch) | |
tree | 82097057be7e15974bc8c873f8e3a2783ef39519 /print | |
parent | 3621ca2cc9d5e5de00a84cf97685cd50efd8479b (diff) | |
download | freebsd-ports-gnome-b2253470c33e43ffe2b2eada1dd6d0f1f845cce1.tar.gz freebsd-ports-gnome-b2253470c33e43ffe2b2eada1dd6d0f1f845cce1.tar.zst freebsd-ports-gnome-b2253470c33e43ffe2b2eada1dd6d0f1f845cce1.zip |
- Remove cups-lpr, it has been merged in to print/cups-base
Pointyhat to: me for not removing this earlier.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-lpr/Makefile | 57 | ||||
-rw-r--r-- | print/cups-lpr/files/manpages.mk | 18 | ||||
-rw-r--r-- | print/cups-lpr/files/patch-Makefile | 126 | ||||
-rw-r--r-- | print/cups-lpr/files/patch-berkeley::lpc.c__status_all | 18 | ||||
-rw-r--r-- | print/cups-lpr/files/patch-man-Makefile.common | 64 | ||||
-rw-r--r-- | print/cups-lpr/pkg-deinstall | 18 | ||||
-rw-r--r-- | print/cups-lpr/pkg-descr | 23 | ||||
-rw-r--r-- | print/cups-lpr/pkg-install | 17 | ||||
-rw-r--r-- | print/cups-lpr/pkg-message | 10 | ||||
-rw-r--r-- | print/cups-lpr/pkg-plist | 18 |
10 files changed, 0 insertions, 369 deletions
diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile deleted file mode 100644 index 0fd00b6e76e6..000000000000 --- a/print/cups-lpr/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# ex:ts=8 -*-mode: makefile-*- -# -# New ports collection makefile for: cups -# Date created: 2003-01-22 -# Whom: Alan Eldridge <alane@geeksrus.net> -# -# $FreeBSD$ -# - -PORTNAME= cups-lpr -PORTVERSION= ${CUPS_PORTVER} -PORTREVISION= ${CUPS_PORTREV} -PORTEPOCH= ${CUPS_PORTEPOCH} -CATEGORIES= print -MASTER_SITES= ${CUPS_MASTER_SITES} - -MAINTAINER= asa@agava.com -COMMENT= The CUPS BSD and system V compatibility binaries (lp* commands) - -MANLANG= "" es fr - -.ifndef CUPS_OVERWRITE_BASE -PKGINSTALL= nonexistent -PKGDEINSTALL= nonexistent -PKGMESSAGE= nonexistent -.endif - -pre-everything:: -.ifndef CUPS_OVERWRITE_BASE - @${ECHO_MSG} "***" - @${ECHO_MSG} "You can define CUPS_OVERWRITE_BASE=yes in your" - @${ECHO_MSG} "make.conf to remove base system lpr tools from" - @${ECHO_MSG} "PATH search. In this case it is recommended to" - @${ECHO_MSG} "also define NO_LPR=yes, to not write base lpr" - @${ECHO_MSG} "binaries during next make world" - @${ECHO_MSG} "***" -.endif - -post-patch: - @${REINPLACE_CMD} -e '/SILENT/d' \ - ${WRKSRC}/Makedefs.in - @${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \ - ${WRKSRC}/man/Makefile ${WRKSRC}/man/es/Makefile - @${REINPLACE_CMD} -e '/LN/d' -e '/cat/d' \ - ${WRKSRC}/man/Makefile ${WRKSRC}/man/fr/Makefile - -post-install: - ${FIND} ${PREFIX}/man/cat* -type l -name '*.0' -delete -.ifdef CUPS_OVERWRITE_BASE - ${SH} ${PKGINSTALL} placeholder POST-INSTALL - @${CAT} ${PKGMESSAGE} -.endif - -.include "${.CURDIR}/../../print/cups/Makefile.common" -.include <bsd.port.pre.mk> -.include "${FILESDIR}/manpages.mk" -.include <bsd.port.post.mk> diff --git a/print/cups-lpr/files/manpages.mk b/print/cups-lpr/files/manpages.mk deleted file mode 100644 index f88f73cf4f22..000000000000 --- a/print/cups-lpr/files/manpages.mk +++ /dev/null @@ -1,18 +0,0 @@ -MAN1+= cupstestppd.1 -MAN1+= lp.1 -MAN1+= lpoptions.1 -MAN1+= lppasswd.1 -MAN1+= lpq.1 -MAN1+= lpr.1 -MAN1+= lprm.1 -MAN1+= lpstat.1 -MAN8+= accept.8 -MAN8+= cupsaddsmb.8 -MAN8+= enable.8 -MAN8+= lpadmin.8 -MAN8+= lpc.8 -MAN8+= lpinfo.8 -MAN8+= lpmove.8 -MLINKS+= lp.1 cancel.1 -MLINKS+= enable.8 disable.8 -MLINKS+= accept.8 reject.8 diff --git a/print/cups-lpr/files/patch-Makefile b/print/cups-lpr/files/patch-Makefile deleted file mode 100644 index bb32b26ef5e5..000000000000 --- a/print/cups-lpr/files/patch-Makefile +++ /dev/null @@ -1,126 +0,0 @@ ---- Makefile.orig Fri Mar 7 01:36:00 2003 -+++ Makefile Tue Jun 10 22:24:03 2003 -@@ -28,8 +28,7 @@ - # Directories to make... - # - --DIRS = cups backend berkeley cgi-bin filter man pdftops \ -- scheduler systemv -+DIRS = berkeley systemv man - - # - # Make all targets... -@@ -37,7 +36,7 @@ - - all: - chmod +x cups-config -- for dir in $(DIRS); do\ -+ for dir in cups $(DIRS); do\ - echo Making all in $$dir... ;\ - (cd $$dir ; $(MAKE) $(MFLAGS)) || exit 1;\ - done -@@ -67,103 +66,11 @@ - # Install object and target files... - # - --install: installhdrs -+install: - for dir in $(DIRS); do\ - echo Installing in $$dir... ;\ - (cd $$dir; $(MAKE) $(MFLAGS) install) || exit 1;\ - done -- echo Installing in conf... -- (cd conf; $(MAKE) $(MFLAGS) install) -- echo Installing in data... -- (cd data; $(MAKE) $(MFLAGS) install) -- echo Installing in doc... -- (cd doc; $(MAKE) $(MFLAGS) install) -- echo Installing in fonts... -- (cd fonts; $(MAKE) $(MFLAGS) install) -- echo Installing in locale... -- (cd locale; $(MAKE) $(MFLAGS) install) -- echo Installing in ppd... -- (cd ppd; $(MAKE) $(MFLAGS) install) -- echo Installing in templates... -- (cd templates; $(MAKE) $(MFLAGS) install) -- echo Installing cups-config script... -- $(INSTALL_DIR) $(BINDIR) -- $(INSTALL_SCRIPT) cups-config $(BINDIR)/cups-config -- echo Installing startup script... -- if test "x$(INITDIR)" != "x"; then \ -- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/init.d; \ -- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/init.d/cups; \ -- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc0.d; \ -- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc0.d/K00cups; \ -- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc2.d; \ -- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc2.d/S99cups; \ -- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc3.d; \ -- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc3.d/S99cups; \ -- $(INSTALL_DIR) $(BUILDROOT)$(INITDIR)/rc5.d; \ -- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDIR)/rc5.d/S99cups; \ -- fi -- if test "x$(INITDIR)" = "x" -a "x$(INITDDIR)" != "x"; then \ -- $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR); \ -- if test "$(INITDDIR)" = "/System/Library/StartupItems/PrintingServices"; then \ -- $(INSTALL_SCRIPT) cups.osx $(BUILDROOT)$(INITDDIR)/PrintingServices; \ -- $(INSTALL_DATA) cups.plist $(BUILDROOT)$(INITDDIR)/StartupParameters.plist; \ -- $(INSTALL_DIR) $(BUILDROOT)$(INITDDIR)/Resources/English.lproj; \ -- $(INSTALL_DATA) cups.strings $(BUILDROOT)$(INITDDIR)/Resources/English.lproj/Localizable.strings; \ -- else \ -- $(INSTALL_SCRIPT) cups.sh $(BUILDROOT)$(INITDDIR)/cups; \ -- fi \ -- fi -- --# --# Install source and header files... --# -- --installsrc: -- gnutar --dereference --exclude=CVS -cf - . | gnutar -C $(SRCROOT) -xf - -- --installhdrs: -- (cd cups ; $(MAKE) $(MFLAGS) installhdrs) || exit 1;\ -- (cd filter ; $(MAKE) $(MFLAGS) installhdrs) || exit 1; -- -- --# --# Run the test suite... --# -- --check test: all -- echo Running CUPS test suite... -- cd test; ./run-stp-tests.sh -- -- --# --# Make software distributions using EPM (http://www.easysw.com/epm)... --# -- --EPMFLAGS = -v -- --aix: -- epm $(EPMFLAGS) -f aix cups -- --bsd: -- epm $(EPMFLAGS) -f bsd cups -- --epm: -- epm $(EPMFLAGS) cups -- --rpm: -- epm $(EPMFLAGS) -f rpm cups -- --deb: -- epm $(EPMFLAGS) -f deb cups -- --depot: -- epm $(EPMFLAGS) -f depot cups -- --pkg: -- epm $(EPMFLAGS) -f pkg cups -- --tardist: -- epm $(EPMFLAGS) -f tardist cups - - # - # End of "$Id: Makefile,v 1.48 2003/03/06 16:36:00 mike Exp $". diff --git a/print/cups-lpr/files/patch-berkeley::lpc.c__status_all b/print/cups-lpr/files/patch-berkeley::lpc.c__status_all deleted file mode 100644 index fb8e4851295b..000000000000 --- a/print/cups-lpr/files/patch-berkeley::lpc.c__status_all +++ /dev/null @@ -1,18 +0,0 @@ ---- berkeley/lpc.c.orig Wed Feb 25 17:14:50 2004 -+++ berkeley/lpc.c Mon Nov 15 17:54:38 2004 -@@ -339,6 +339,15 @@ - } - - /* -+ * A single 'all' printer name is special, meaning all printers. -+ */ -+ -+ if (dests != NULL && compare_strings(dests, "all", 3) == 0) -+ { -+ dests = NULL; -+ } -+ -+ /* - * See if this is a printer we're interested in... - */ - diff --git a/print/cups-lpr/files/patch-man-Makefile.common b/print/cups-lpr/files/patch-man-Makefile.common deleted file mode 100644 index 98356fb4785e..000000000000 --- a/print/cups-lpr/files/patch-man-Makefile.common +++ /dev/null @@ -1,64 +0,0 @@ ---- man/Makefile.common.orig Thu May 27 11:51:30 2004 -+++ man/Makefile.common Sun Nov 14 17:54:43 2004 -@@ -26,10 +26,7 @@ - # Man pages... - # - --MAN1 = backend.man \ -- cups-config.man \ -- cupstestppd.man \ -- filter.man \ -+MAN1 = cupstestppd.man \ - lp.man \ - lpoptions.man \ - lppasswd.man \ -@@ -37,49 +34,13 @@ - lprm.man \ - lpr.man \ - lpstat.man --MAN5 = classes.conf.man \ -- cupsd.conf.man \ -- mime.convs.man \ -- mime.types.man \ -- printers.conf.man - MAN8 = accept.man \ - cupsaddsmb.man \ -- cups-lpd.man \ -- cups-polld.man \ -- cupsd.man \ - enable.man \ - lpadmin.man \ - lpinfo.man \ - lpmove.man \ - lpc.man -- --CAT1 = backend.$(CAT1EXT) \ -- cups-config.$(CAT1EXT) \ -- cupstestppd.$(CAT1EXT) \ -- filter.$(CAT1EXT) \ -- lp.$(CAT1EXT) \ -- lpoptions.$(CAT1EXT) \ -- lppasswd.$(CAT1EXT) \ -- lpq.$(CAT1EXT) \ -- lprm.$(CAT1EXT) \ -- lpr.$(CAT1EXT) \ -- lpstat.$(CAT1EXT) --CAT5 = classes.conf.$(CAT5EXT) \ -- cupsd.conf.$(CAT5EXT) \ -- mime.convs.$(CAT5EXT) \ -- mime.types.$(CAT5EXT) \ -- printers.conf.$(CAT5EXT) --CAT8 = accept.$(CAT8EXT) \ -- cupsaddsmb.$(CAT8EXT) \ -- cups-lpd.$(CAT8EXT) \ -- cups-polld.$(CAT8EXT) \ -- cupsd.$(CAT8EXT) \ -- enable.$(CAT8EXT) \ -- lpadmin.$(CAT8EXT) \ -- lpinfo.$(CAT8EXT) \ -- lpmove.$(CAT8EXT) \ -- lpc.$(CAT8EXT) -- - - # - # End of "$Id: Makefile.common,v 1.5 2004/05/27 18:51:30 mike Exp $". diff --git a/print/cups-lpr/pkg-deinstall b/print/cups-lpr/pkg-deinstall deleted file mode 100644 index 8cfdb58f98d1..000000000000 --- a/print/cups-lpr/pkg-deinstall +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -REPLACES_BINARIES="/usr/bin/lpr - /usr/bin/lp - /usr/bin/lpq - /usr/bin/lprm - /usr/bin/lpstat - /usr/sbin/lpc" - -case $2 in -POST-DEINSTALL) - for FILE in ${REPLACES_BINARIES}; do - [ -L "${FILE}" ] && rm "${FILE}" - [ -e "${FILE}.bak" ] && mv "${FILE}.bak" "${FILE}" - done -;; -esac -exit 0 diff --git a/print/cups-lpr/pkg-descr b/print/cups-lpr/pkg-descr deleted file mode 100644 index f5049de70300..000000000000 --- a/print/cups-lpr/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -CUPS provides a portable printing layer for UNIX-based operating -systems. It has been developed by Easy Software Products to promote a -standard printing solution for all UNIX vendors and users. - -CUPS uses the Internet Printing Protocol ("IPP") as the basis for -managing print jobs and queues. The Line Printer Daemon ("LPD") Server -Message Block ("SMB"), and AppSocket (a.k.a. JetDirect) protocols are -also supported with reduced functionality. CUPS adds network printer -browsing and PostScript Printer Description ("PPD") based printing -options to support real-world printing under UNIX. - -CUPS provides the System V and Berkeley command-line interfaces. These are -available in the cups-lpr port. - -CUPS also supports a customized version of GNU Ghostscript (currently based -off GNU Ghostscript 5.50) and an image file RIP that are used to support -non-PostScript printers. Sample drivers for HP and EPSON printers are included -that use these filters. This software is available in the cups-pstoraster -port. - -- AlanE (maintainer) -alane@freebsd.org, ports@geeksrus.net -[original text by greid@ukug.uk.freebsd.org] diff --git a/print/cups-lpr/pkg-install b/print/cups-lpr/pkg-install deleted file mode 100644 index aa459049016c..000000000000 --- a/print/cups-lpr/pkg-install +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/sh - -REPLACES_BINARIES="/usr/bin/lpr - /usr/bin/lp - /usr/bin/lpq - /usr/bin/lprm - /usr/bin/lpstat - /usr/sbin/lpc" - -case $2 in -POST-INSTALL) - for FILE in ${REPLACES_BINARIES}; do - [ -e "${FILE}" ] && mv "${FILE}" "${FILE}.bak" && ln -s "/usr/local/${FILE#/usr/}" "${FILE}" - done -;; -esac -exit 0 diff --git a/print/cups-lpr/pkg-message b/print/cups-lpr/pkg-message deleted file mode 100644 index 9c8a815160a3..000000000000 --- a/print/cups-lpr/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -********************************************************************** -********************************************************************** -PLEASE NOTE: -============ - -This port will move lpr binaries located in /usr/bin and -/usr/sbin to unshade cups-lpr binaries in PATH variable - -********************************************************************** -********************************************************************** diff --git a/print/cups-lpr/pkg-plist b/print/cups-lpr/pkg-plist deleted file mode 100644 index 71a869e594ee..000000000000 --- a/print/cups-lpr/pkg-plist +++ /dev/null @@ -1,18 +0,0 @@ -bin/cancel -bin/cupstestppd -bin/disable -bin/enable -bin/lp -bin/lpoptions -bin/lppasswd -bin/lpq -bin/lpr -bin/lprm -bin/lpstat -sbin/accept -sbin/cupsaddsmb -sbin/lpadmin -sbin/lpc -sbin/lpinfo -sbin/lpmove -sbin/reject |