diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 09:22:52 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-03-11 09:22:52 +0000 |
commit | f9f18301f01c8f329eb02f785b0fcfa4c4b01b94 (patch) | |
tree | 2c7bd4ef7db7905533c6cde15bfac3a36c1c9786 /print | |
parent | 00168a31b3f93d83bdbf38c0a3ea0b9abe943685 (diff) | |
download | ports-f9f18301f01c8f329eb02f785b0fcfa4c4b01b94.tar.gz ports-f9f18301f01c8f329eb02f785b0fcfa4c4b01b94.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/cups/Makefile | 20 | ||||
-rw-r--r-- | print/cups/files/pkg-message.in | 9 | ||||
-rw-r--r-- | print/cups/pkg-descr | 21 |
4 files changed, 0 insertions, 51 deletions
diff --git a/print/Makefile b/print/Makefile index b5a8c28d108e..6e8c280c64cb 100644 --- a/print/Makefile +++ b/print/Makefile @@ -23,7 +23,6 @@ SUBDIR += catdvi SUBDIR += cdlabelgen SUBDIR += cloudprint - SUBDIR += cups SUBDIR += cups-base SUBDIR += cups-bjnp SUBDIR += cups-client 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] |