From f9f18301f01c8f329eb02f785b0fcfa4c4b01b94 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Fri, 11 Mar 2016 09:22:52 +0000 Subject: [PATCH] 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 --- MOVED | 1 + print/Makefile | 1 - print/cups/Makefile | 20 -------------------- print/cups/files/pkg-message.in | 9 --------- print/cups/pkg-descr | 21 --------------------- 5 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 print/cups/Makefile delete mode 100644 print/cups/files/pkg-message.in delete mode 100644 print/cups/pkg-descr diff --git a/MOVED b/MOVED index 4d986d044578..4e7f68872ef1 100644 --- a/MOVED +++ b/MOVED @@ -8227,3 +8227,4 @@ devel/p5-DateTime-Event-SolarTerm|devel/p5-DateTime-Astro|2016-03-07|Has been pa devel/p5-DateTime-Util-Astro|devel/p5-DateTime-Astro|2016-03-07|Has been part of DateTime-Astro for a long time security/regripperplugins||2016-03-07|Merged into security/regripper textproc/elasticsearch-plugin-marvel2|textproc/elasticsearch2-plugin-marvel|2016-03-10|Rename to match other Elasticsearch 2 plugins +print/cups||2016-03-11|Deleted to be replaced by print/cups-base 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 -# $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 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]