Skip site navigation (1)Skip section navigation (2)
Date:      24 Aug 2001 12:33:38 -0000
From:      Michiel De Wilde <michiel.dewilde@rug.ac.be>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        George Reid <greid@dogma.freebsd-uk.eu.org>
Subject:   ports/30027: Update port print/cups to 1.1.10.1: The Common UNIX Printing System
Message-ID:  <20010824123338.867.qmail@mdw.elis.rug.ac.be>

next in thread | raw e-mail | index | archive | help

>Number:         30027
>Category:       ports
>Synopsis:       Update port print/cups to 1.1.10.1: The Common UNIX Printing System
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 05:40:04 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Michiel De Wilde <michiel.dewilde@rug.ac.be>
>Release:        FreeBSD 4.4-RC i386
>Organization:
Ghent University, Belgium
>Environment:
System: FreeBSD D5E0035D.kabel.telenet.be 4.4-RC FreeBSD 4.4-RC #2: Thu Aug 23 08:39:08 CEST 2001 root@D5E00106.kabel.telenet.be:/usr/src/sys/compile/beestjekriebeltje i386
>Description:
Update to 1.1.10.1
>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cups
#	cups/files
#	cups/files/patch-ab
#	cups/files/patch-ac
#	cups/distinfo
#	cups/pkg-comment
#	cups/Makefile
#	cups/pkg-message
#	cups/pkg-plist
#	cups/pkg-descr
#
echo c - cups
mkdir -p cups > /dev/null 2>&1
echo c - cups/files
mkdir -p cups/files > /dev/null 2>&1
echo x - cups/files/patch-ab
sed 's/^X//' >cups/files/patch-ab << 'END-of-cups/files/patch-ab'
X--- man/Makefile.orig	Thu Jul 19 22:17:56 2001
X+++ man/Makefile	Wed Aug 22 17:53:23 2001
X@@ -78,24 +78,24 @@
X 	$(LN) accept.$(MAN8EXT) $(AMANDIR)/man$(MAN8EXT)/reject.$(MAN8EXT)
X 	$(RM) $(AMANDIR)/man$(MAN8EXT)/disable.$(MAN8EXT)
X 	$(LN) enable.$(MAN8EXT) $(AMANDIR)/man$(MAN8EXT)/disable.$(MAN8EXT)
X-	$(INSTALL_DIR) $(MANDIR)/cat1
X-	for file in $(CAT1); do \
X-		$(INSTALL_MAN) $$file $(MANDIR)/cat1; \
X-	done
X-	$(RM) $(MANDIR)/cat1/cancel.$(CAT1EXT)
X-	$(LN) lp.$(CAT1EXT) $(MANDIR)/cat1/cancel.$(CAT1EXT)
X-	$(INSTALL_DIR) $(MANDIR)/cat5
X-	for file in $(CAT5); do \
X-		$(INSTALL_MAN) $$file $(MANDIR)/cat5; \
X-	done
X-	$(INSTALL_DIR) $(AMANDIR)/cat$(MAN8EXT)
X-	for file in $(CAT8); do \
X-		$(INSTALL_MAN) $$file $(AMANDIR)/cat$(MAN8EXT); \
X-	done
X-	$(RM) $(AMANDIR)/cat$(MAN8EXT)/reject.$(CAT8EXT)
X-	$(LN) accept.$(CAT8EXT) $(AMANDIR)/cat$(MAN8EXT)/reject.$(CAT8EXT)
X-	$(RM) $(AMANDIR)/cat$(MAN8EXT)/disable.$(CAT8EXT)
X-	$(LN) enable.$(CAT8EXT) $(AMANDIR)/cat$(MAN8EXT)/disable.$(CAT8EXT)
X+#	$(INSTALL_DIR) $(MANDIR)/cat1
X+#	for file in $(CAT1); do \
X+#		$(INSTALL_MAN) $$file $(MANDIR)/cat1; \
X+#	done
X+#	$(RM) $(MANDIR)/cat1/cancel.$(CAT1EXT)
X+#	$(LN) lp.$(CAT1EXT) $(MANDIR)/cat1/cancel.$(CAT1EXT)
X+#	$(INSTALL_DIR) $(MANDIR)/cat5
X+#	for file in $(CAT5); do \
X+#		$(INSTALL_MAN) $$file $(MANDIR)/cat5; \
X+#	done
X+#	$(INSTALL_DIR) $(AMANDIR)/cat$(MAN8EXT)
X+#	for file in $(CAT8); do \
X+#		$(INSTALL_MAN) $$file $(AMANDIR)/cat$(MAN8EXT); \
X+#	done
X+#	$(RM) $(AMANDIR)/cat$(MAN8EXT)/reject.$(CAT8EXT)
X+#	$(LN) accept.$(CAT8EXT) $(AMANDIR)/cat$(MAN8EXT)/reject.$(CAT8EXT)
X+#	$(RM) $(AMANDIR)/cat$(MAN8EXT)/disable.$(CAT8EXT)
X+#	$(LN) enable.$(CAT8EXT) $(AMANDIR)/cat$(MAN8EXT)/disable.$(CAT8EXT)
X 
X 
X #
END-of-cups/files/patch-ab
echo x - cups/files/patch-ac
sed 's/^X//' >cups/files/patch-ac << 'END-of-cups/files/patch-ac'
X--- data/Makefile.orig	Thu Jul 19 22:17:52 2001
X+++ data/Makefile	Wed Aug 22 17:55:19 2001
X@@ -93,14 +93,6 @@
X 	for file in $(DATAFILES); do \
X 		$(INSTALL_DATA) $$file $(DATADIR)/data; \
X 	done
X-	-if test x$(PAMDIR) != x; then \
X-		$(INSTALL_DIR) $(PAMDIR); \
X-		if test -f /lib/security/pam_unix.so; then \
X-			$(INSTALL_DATA) cups.suse $(PAMDIR)/cups; \
X-		else \
X-			$(INSTALL_DATA) cups.pam $(PAMDIR)/cups; \
X-		fi \
X-	fi
X 
X 
X #
END-of-cups/files/patch-ac
echo x - cups/distinfo
sed 's/^X//' >cups/distinfo << 'END-of-cups/distinfo'
XMD5 (cups-1.1.10-1-source.tar.bz2) = e5f2b25fa2caa5f26f21432ec1e9eaac
END-of-cups/distinfo
echo x - cups/pkg-comment
sed 's/^X//' >cups/pkg-comment << 'END-of-cups/pkg-comment'
XThe Common UNIX Printing System
END-of-cups/pkg-comment
echo x - cups/Makefile
sed 's/^X//' >cups/Makefile << 'END-of-cups/Makefile'
X# New ports collection makefile for:   cups
X# Date created:        22 August 2001
X# Whom:                George Reid <greid@ukug.uk.freebsd.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cups
XPORTVERSION=	${VERSION}.${REVISION}
XCATEGORIES=	print
XMASTER_SITES=	ftp://ftp.easysw.com/pub/cups/${VERSION}/ \
X		ftp://ftp2.easysw.com/pub/cups/${VERSION}/ \
X		ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/cups/${VERSION}/ \
X		ftp://ftp.mpg.goe.ni.schule.de/pub/internet/printing/cups/${VERSION}/
XDISTNAME=	${PORTNAME}-${VERSION}-${REVISION}-source
X
XMAINTAINER=	greid@ukug.uk.freebsd.org
X
XVERSION=	1.1.10
XREVISION=	1
X
XUSE_BZIP2=	yes
XINSTALLS_SHLIB=	yes
X
XWRKSRC=		${WRKDIR}/${PORTNAME}-${VERSION}
X
XGNU_CONFIGURE=	yes
X
XMAN1	=	backend.1 filter.1 lp.1 lpoptions.1 lppasswd.1 \
X		lpq.1 lprm.1 lpr.1 lpstat.1
XMAN5	=	classes.conf.5 cupsd.conf.5 mime.convs.5 mime.types.5 \
X		printers.conf.5
XMAN8	=	accept.8 cups-lpd.8 cups-polld.8 cupsd.8 enable.8 \
X		lpadmin.8 lpinfo.8 lpmove.8 lpc.8
XMLINKS=		lp.1 cancel.1 accept.8 reject.8 enable.8 disable.8
X
Xpost-install:
X	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
X
X.include <bsd.port.mk>
END-of-cups/Makefile
echo x - cups/pkg-message
sed 's/^X//' >cups/pkg-message << 'END-of-cups/pkg-message'
X
XCUPS is now installed.
X
XPlease read the documentation in %%PREFIX%%/share/doc/cups/ for information
Xon how to set up your printer to use CUPS. Basic template configuration files
Xhave been installed in %%PREFIX%%/etc/cups/
END-of-cups/pkg-message
echo x - cups/pkg-plist
sed 's/^X//' >cups/pkg-plist << 'END-of-cups/pkg-plist'
Xbin/lpq
Xbin/lpr
Xbin/lprm
Xbin/cancel
Xbin/disable
Xbin/enable
Xbin/lp
Xbin/lpoptions
Xbin/lpstat
Xbin/lppasswd
Xetc/cups/classes.conf
Xetc/cups/client.conf
Xetc/cups/cupsd.conf
Xetc/cups/printers.conf
Xetc/cups/mime.convs
Xetc/cups/mime.types
Xinclude/cups/cups.h
Xinclude/cups/http.h
Xinclude/cups/ipp.h
Xinclude/cups/language.h
Xinclude/cups/md5.h
Xinclude/cups/ppd.h
Xinclude/cups/raster.h
Xlib/libcups.so.2
Xlib/libcups.a
Xlib/libcups.so
Xlib/libcupsimage.so.2
Xlib/libcupsimage.so
Xlibexec/cups/backend/ipp
Xlibexec/cups/backend/lpd
Xlibexec/cups/backend/parallel
Xlibexec/cups/backend/serial
Xlibexec/cups/backend/socket
Xlibexec/cups/backend/usb
Xlibexec/cups/backend/http
Xlibexec/cups/cgi-bin/admin.cgi
Xlibexec/cups/cgi-bin/classes.cgi
Xlibexec/cups/cgi-bin/jobs.cgi
Xlibexec/cups/cgi-bin/printers.cgi
Xlibexec/cups/filter/hpgltops
Xlibexec/cups/filter/texttops
Xlibexec/cups/filter/pstops
Xlibexec/cups/filter/imagetops
Xlibexec/cups/filter/imagetoraster
Xlibexec/cups/filter/rastertodymo
Xlibexec/cups/filter/rastertoepson
Xlibexec/cups/filter/rastertohp
Xlibexec/cups/filter/pdftops
Xlibexec/cups/filter/pstoraster
Xlibexec/cups/daemon/cups-lpd
Xlibexec/cups/daemon/cups-polld
Xsbin/lpc
Xsbin/cupsd
Xsbin/accept
Xsbin/reject
Xsbin/lpadmin
Xsbin/lpinfo
Xsbin/lpmove
Xshare/doc/cups/cups.css
Xshare/doc/cups/cupsdoc.css
Xshare/doc/cups/index.html
Xshare/doc/cups/documentation.html
Xshare/doc/cups/overview.html
Xshare/doc/cups/overview.pdf
Xshare/doc/cups/cmp.html
Xshare/doc/cups/idd.html
Xshare/doc/cups/ipp.html
Xshare/doc/cups/sam.html
Xshare/doc/cups/sdd.html
Xshare/doc/cups/spm.html
Xshare/doc/cups/sps.html
Xshare/doc/cups/ssr.html
Xshare/doc/cups/stp.html
Xshare/doc/cups/sum.html
Xshare/doc/cups/svd.html
Xshare/doc/cups/cmp.pdf
Xshare/doc/cups/idd.pdf
Xshare/doc/cups/ipp.pdf
Xshare/doc/cups/sam.pdf
Xshare/doc/cups/sdd.pdf
Xshare/doc/cups/spm.pdf
Xshare/doc/cups/sps.pdf
Xshare/doc/cups/ssr.pdf
Xshare/doc/cups/stp.pdf
Xshare/doc/cups/sum.pdf
Xshare/doc/cups/svd.pdf
Xshare/doc/cups/images/accept-jobs.gif
Xshare/doc/cups/images/add-class.gif
Xshare/doc/cups/images/add-printer.gif
Xshare/doc/cups/images/cancel-job.gif
Xshare/doc/cups/images/cancel-jobs.gif
Xshare/doc/cups/images/cancel.gif
Xshare/doc/cups/images/classes.gif
Xshare/doc/cups/images/config-printer.gif
Xshare/doc/cups/images/continue.gif
Xshare/doc/cups/images/delete-class.gif
Xshare/doc/cups/images/delete-printer.gif
Xshare/doc/cups/images/draft.gif
Xshare/doc/cups/images/hold-job.gif
Xshare/doc/cups/images/left.gif
Xshare/doc/cups/images/logo.gif
Xshare/doc/cups/images/manage-classes.gif
Xshare/doc/cups/images/manage-jobs.gif
Xshare/doc/cups/images/manage-printers.gif
Xshare/doc/cups/images/modify-class.gif
Xshare/doc/cups/images/modify-printer.gif
Xshare/doc/cups/images/navbar.gif
Xshare/doc/cups/images/print-test-page.gif
Xshare/doc/cups/images/printer-idle.gif
Xshare/doc/cups/images/printer-processing.gif
Xshare/doc/cups/images/printer-stopped.gif
Xshare/doc/cups/images/reject-jobs.gif
Xshare/doc/cups/images/release-job.gif
Xshare/doc/cups/images/restart-job.gif
Xshare/doc/cups/images/right.gif
Xshare/doc/cups/images/show-active.gif
Xshare/doc/cups/images/show-completed.gif
Xshare/doc/cups/images/start-class.gif
Xshare/doc/cups/images/start-printer.gif
Xshare/doc/cups/images/stop-class.gif
Xshare/doc/cups/images/stop-printer.gif
Xshare/doc/cups/images/cups-block-diagram.gif
Xshare/doc/cups/images/cups-large.gif
Xshare/doc/cups/images/cups-medium.gif
Xshare/doc/cups/images/cups-small.gif
Xshare/cups/pstoraster/Fontmap
Xshare/cups/pstoraster/gs_btokn.ps
Xshare/cups/pstoraster/gs_ccfnt.ps
Xshare/cups/pstoraster/gs_cff.ps
Xshare/cups/pstoraster/gs_cidfn.ps
Xshare/cups/pstoraster/gs_cmap.ps
Xshare/cups/pstoraster/gs_cmdl.ps
Xshare/cups/pstoraster/gs_dbt_e.ps
Xshare/cups/pstoraster/gs_diskf.ps
Xshare/cups/pstoraster/gs_dpnxt.ps
Xshare/cups/pstoraster/gs_dps1.ps
Xshare/cups/pstoraster/gs_dps2.ps
Xshare/cups/pstoraster/gs_dps.ps
Xshare/cups/pstoraster/gs_epsf.ps
Xshare/cups/pstoraster/gs_fform.ps
Xshare/cups/pstoraster/gs_fonts.ps
Xshare/cups/pstoraster/gs_init.ps
Xshare/cups/pstoraster/gs_iso_e.ps
Xshare/cups/pstoraster/gs_kanji.ps
Xshare/cups/pstoraster/gs_ksb_e.ps
Xshare/cups/pstoraster/gs_lev2.ps
Xshare/cups/pstoraster/gs_ll3.ps
Xshare/cups/pstoraster/gs_mex_e.ps
Xshare/cups/pstoraster/gs_mro_e.ps
Xshare/cups/pstoraster/gs_pfile.ps
Xshare/cups/pstoraster/gs_res.ps
Xshare/cups/pstoraster/gs_setpd.ps
Xshare/cups/pstoraster/gs_statd.ps
Xshare/cups/pstoraster/gs_std_e.ps
Xshare/cups/pstoraster/gs_sym_e.ps
Xshare/cups/pstoraster/gs_ttf.ps
Xshare/cups/pstoraster/gs_typ32.ps
Xshare/cups/pstoraster/gs_typ42.ps
Xshare/cups/pstoraster/gs_type1.ps
Xshare/cups/pstoraster/gs_wan_e.ps
Xshare/cups/pstoraster/gs_wl1_e.ps
Xshare/cups/pstoraster/gs_wl2_e.ps
Xshare/cups/pstoraster/gs_wl5_e.ps
Xshare/cups/banners/classified
Xshare/cups/banners/confidential
Xshare/cups/banners/secret
Xshare/cups/banners/standard
Xshare/cups/banners/topsecret
Xshare/cups/banners/unclassified
Xshare/cups/charsets/windows-874
Xshare/cups/charsets/windows-1250
Xshare/cups/charsets/windows-1251
Xshare/cups/charsets/windows-1252
Xshare/cups/charsets/windows-1253
Xshare/cups/charsets/windows-1254
Xshare/cups/charsets/windows-1255
Xshare/cups/charsets/windows-1256
Xshare/cups/charsets/windows-1257
Xshare/cups/charsets/windows-1258
Xshare/cups/charsets/iso-8859-1
Xshare/cups/charsets/iso-8859-2
Xshare/cups/charsets/iso-8859-3
Xshare/cups/charsets/iso-8859-4
Xshare/cups/charsets/iso-8859-5
Xshare/cups/charsets/iso-8859-6
Xshare/cups/charsets/iso-8859-7
Xshare/cups/charsets/iso-8859-8
Xshare/cups/charsets/iso-8859-9
Xshare/cups/charsets/iso-8859-10
Xshare/cups/charsets/iso-8859-13
Xshare/cups/charsets/iso-8859-14
Xshare/cups/charsets/iso-8859-15
Xshare/cups/charsets/utf-8
Xshare/cups/data/HPGLprolog
Xshare/cups/data/psglyphs
Xshare/cups/data/testprint.ps
Xshare/cups/fonts/AvantGarde-Book
Xshare/cups/fonts/AvantGarde-BookOblique
Xshare/cups/fonts/AvantGarde-Demi
Xshare/cups/fonts/AvantGarde-DemiOblique
Xshare/cups/fonts/Bookman-Demi
Xshare/cups/fonts/Bookman-DemiItalic
Xshare/cups/fonts/Bookman-Light
Xshare/cups/fonts/Bookman-LightItalic
Xshare/cups/fonts/Charter-Bold
Xshare/cups/fonts/Charter-BoldItalic
Xshare/cups/fonts/Charter-Italic
Xshare/cups/fonts/Charter-Roman
Xshare/cups/fonts/Courier
Xshare/cups/fonts/Courier-Bold
Xshare/cups/fonts/Courier-BoldOblique
Xshare/cups/fonts/Courier-Oblique
Xshare/cups/fonts/Helvetica
Xshare/cups/fonts/Helvetica-Bold
Xshare/cups/fonts/Helvetica-BoldOblique
Xshare/cups/fonts/Helvetica-Narrow
Xshare/cups/fonts/Helvetica-Narrow-Bold
Xshare/cups/fonts/Helvetica-Narrow-BoldOblique
Xshare/cups/fonts/Helvetica-Narrow-Oblique
Xshare/cups/fonts/Helvetica-Oblique
Xshare/cups/fonts/NewCenturySchlbk-Bold
Xshare/cups/fonts/NewCenturySchlbk-BoldItalic
Xshare/cups/fonts/NewCenturySchlbk-Italic
Xshare/cups/fonts/NewCenturySchlbk-Roman
Xshare/cups/fonts/Palatino-Bold
Xshare/cups/fonts/Palatino-BoldItalic
Xshare/cups/fonts/Palatino-Italic
Xshare/cups/fonts/Palatino-Roman
Xshare/cups/fonts/Symbol
Xshare/cups/fonts/Times-Bold
Xshare/cups/fonts/Times-BoldItalic
Xshare/cups/fonts/Times-Italic
Xshare/cups/fonts/Times-Roman
Xshare/cups/fonts/Utopia-Bold
Xshare/cups/fonts/Utopia-BoldItalic
Xshare/cups/fonts/Utopia-Italic
Xshare/cups/fonts/Utopia-Regular
Xshare/cups/fonts/ZapfChancery-MediumItalic
Xshare/cups/fonts/ZapfDingbats
Xshare/cups/model/deskjet.ppd
Xshare/cups/model/deskjet2.ppd
Xshare/cups/model/dymo.ppd
Xshare/cups/model/epson9.ppd
Xshare/cups/model/epson24.ppd
Xshare/cups/model/laserjet.ppd
Xshare/cups/model/okidata9.ppd
Xshare/cups/model/okidat24.ppd
Xshare/cups/model/stcolor.ppd
Xshare/cups/model/stcolor2.ppd
Xshare/cups/model/stphoto.ppd
Xshare/cups/model/stphoto2.ppd
Xshare/cups/templates/add-class.tmpl
Xshare/cups/templates/add-printer.tmpl
Xshare/cups/templates/admin-op.tmpl
Xshare/cups/templates/admin.tmpl
Xshare/cups/templates/choose-device.tmpl
Xshare/cups/templates/choose-make.tmpl
Xshare/cups/templates/choose-members.tmpl
Xshare/cups/templates/choose-model.tmpl
Xshare/cups/templates/choose-serial.tmpl
Xshare/cups/templates/choose-uri.tmpl
Xshare/cups/templates/class-added.tmpl
Xshare/cups/templates/class-confirm.tmpl
Xshare/cups/templates/class-deleted.tmpl
Xshare/cups/templates/class-modified.tmpl
Xshare/cups/templates/classes.tmpl
Xshare/cups/templates/config-printer.tmpl
Xshare/cups/templates/config-printer2.tmpl
Xshare/cups/templates/error.tmpl
Xshare/cups/templates/header.tmpl
Xshare/cups/templates/jobs.tmpl
Xshare/cups/templates/job-cancel.tmpl
Xshare/cups/templates/job-hold.tmpl
Xshare/cups/templates/job-release.tmpl
Xshare/cups/templates/modify-class.tmpl
Xshare/cups/templates/modify-printer.tmpl
Xshare/cups/templates/option-boolean.tmpl
Xshare/cups/templates/option-header.tmpl
Xshare/cups/templates/option-pickmany.tmpl
Xshare/cups/templates/option-pickone.tmpl
Xshare/cups/templates/option-trailer.tmpl
Xshare/cups/templates/printers.tmpl
Xshare/cups/templates/printer-accept.tmpl
Xshare/cups/templates/printer-added.tmpl
Xshare/cups/templates/printer-configured.tmpl
Xshare/cups/templates/printer-confirm.tmpl
Xshare/cups/templates/printer-deleted.tmpl
Xshare/cups/templates/printer-modified.tmpl
Xshare/cups/templates/printer-reject.tmpl
Xshare/cups/templates/printer-start.tmpl
Xshare/cups/templates/printer-stop.tmpl
Xshare/cups/templates/test-page.tmpl
Xshare/cups/templates/trailer.tmpl
Xshare/locale/C/cups_C
Xshare/locale/de/cups_de
Xshare/locale/en/cups_en
Xshare/locale/es/cups_es
Xshare/locale/fr/cups_fr
Xshare/locale/it/cups_it
X@dirrm etc/cups
X@dirrm etc/cups/certs
X@dirrm etc/cups/interfaces
X@dirrm etc/cups/ppd
X@dirrm include/cups
X@dirrm libexec/cups
X@dirrm libexec/cups/backend
X@dirrm libexec/cups/cgi-bin
X@dirrm libexec/cups/filter
X@dirrm libexec/cups/daemon
X@dirrm share/doc/cups
X@dirrm share/doc/cups/images
X@dirrm share/cups
X@dirrm share/cups/pstoraster
X@dirrm share/cups/banners
X@dirrm share/cups/charsets
X@dirrm share/cups/data
X@dirrm share/cups/fonts
X@dirrm share/cups/model
X@dirrm share/cups/templates
X@dirrm share/locale
X@dirrm share/locale/C
X@dirrm share/locale/de
X@dirrm share/locale/en
X@dirrm share/locale/es
X@dirrm share/locale/fr
X@dirrm share/locale/it
X@dirrm var
X@dirrm var/log
X@dirrm var/log/cups
X@dirrm var/spool
X@dirrm var/spool/cups
X@dirrm var/spool/cups/tmp
END-of-cups/pkg-plist
echo x - cups/pkg-descr
sed 's/^X//' >cups/pkg-descr << 'END-of-cups/pkg-descr'
XCUPS provides a portable printing layer for UNIX-based operating
Xsystems. It has been developed by Easy Software Products to promote a
Xstandard printing solution for all UNIX vendors and users. CUPS
Xprovides the System V and Berkeley command-line interfaces.
X
XCUPS uses the Internet Printing Protocol ("IPP") as the basis for
Xmanaging print jobs and queues. The Line Printer Daemon ("LPD") Server
XMessage Block ("SMB"), and AppSocket (a.k.a. JetDirect) protocols are
Xalso supported with reduced functionality. CUPS adds network printer
Xbrowsing and PostScript Printer Description ("PPD") based printing
Xoptions to support real-world printing under UNIX.
X
XCUPS also includes a customized version of GNU Ghostscript (currently
Xbased off GNU Ghostscript 5.50) and an image file RIP that are used to
Xsupport non-PostScript printers. Sample drivers for HP and EPSON
Xprinters are included that use these filters.
X
X- George Reid
Xgreid@ukug.uk.freebsd.org
END-of-cups/pkg-descr
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010824123338.867.qmail>