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
This commit is contained in:
Tijl Coosemans 2016-03-11 09:22:52 +00:00
parent 00168a31b3
commit f9f18301f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=410816
5 changed files with 1 additions and 51 deletions

1
MOVED
View file

@ -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

View file

@ -23,7 +23,6 @@
SUBDIR += catdvi
SUBDIR += cdlabelgen
SUBDIR += cloudprint
SUBDIR += cups
SUBDIR += cups-base
SUBDIR += cups-bjnp
SUBDIR += cups-client

View file

@ -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>

View file

@ -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/
======================================================================

View file

@ -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]