aboutsummaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2016-03-11 09:22:52 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2016-03-11 09:22:52 +0000
commitf9f18301f01c8f329eb02f785b0fcfa4c4b01b94 (patch)
tree2c7bd4ef7db7905533c6cde15bfac3a36c1c9786 /print/cups
parent00168a31b3f93d83bdbf38c0a3ea0b9abe943685 (diff)
downloadports-f9f18301f01c8f329eb02f785b0fcfa4c4b01b94.tar.gz
ports-f9f18301f01c8f329eb02f785b0fcfa4c4b01b94.zip
Delete print/cups before renaming print/cups-base. This is just a metaport
for various cups components that will no longer be needed. PR: 207746
Notes
Notes: svn path=/head/; revision=410816
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile20
-rw-r--r--print/cups/files/pkg-message.in9
-rw-r--r--print/cups/pkg-descr21
3 files changed, 0 insertions, 50 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
deleted file mode 100644
index df38410f989b..000000000000
--- a/print/cups/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Alan Eldridge <alane@geeksrus.net>
-# $FreeBSD$
-
-PORTNAME= cups
-PORTVERSION= 2.0.3
-PORTREVISION= 1
-CATEGORIES= print
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Common UNIX Printing System: Metaport to install complete system
-
-RUN_DEPENDS= espgs:${PORTSDIR}/${PKGCATEGORY}/cups-pstoraster \
- lpr-cups:${PORTSDIR}/${PKGCATEGORY}/cups-base \
- ttfread:${PORTSDIR}/${PKGCATEGORY}/cups-filters
-
-USES= metaport
-
-SUB_FILES= pkg-message
-
-.include <bsd.port.mk>
diff --git a/print/cups/files/pkg-message.in b/print/cups/files/pkg-message.in
deleted file mode 100644
index 9aae2ed36351..000000000000
--- a/print/cups/files/pkg-message.in
+++ /dev/null
@@ -1,9 +0,0 @@
-======================================================================
-
-CUPS is now installed.
-
-Please read the documentation in %%PREFIX%%/share/doc/cups/ for information
-on how to set up your printer to use CUPS. Basic template configuration files
-have been installed in %%PREFIX%%/etc/cups/
-
-======================================================================
diff --git a/print/cups/pkg-descr b/print/cups/pkg-descr
deleted file mode 100644
index 0d4fa7369425..000000000000
--- a/print/cups/pkg-descr
+++ /dev/null
@@ -1,21 +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.
-
-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.
-
-WWW: http://www.cups.org/
-[original text by greid@ukug.uk.freebsd.org]