diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-18 22:58:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-18 22:58:46 +0000 |
commit | fdc78328758f9667e9c5095b9dd915482fe28fb8 (patch) | |
tree | 8df67749efa507b374cbf930d4d67cc3e9153745 /print/cups/Makefile | |
parent | c607f43b9d91f0408bfb2fac8f27a317fad2e787 (diff) | |
download | pkgsrc-fdc78328758f9667e9c5095b9dd915482fe28fb8.tar.gz |
Update print/cups to 1.15.1. Changes from version 1.14 include:
======================================================================
* Removed the pstoraster filter (based on GNU Ghostscript 5.50) and now
* provide the raster "driver" and patch file necessary to use the current
* GNU Ghostscript 7.05 release. Pkgsrc users should install the
* print/ghostscript-esp package.
======================================================================
- Many, many bug fixes.
- Improvements to polling and scheduling of jobs to CUPS and to connected
printers.
- Updated the CUPS license agreement for the new MacOS and OpenSSL license
exceptions.
- The jobs.cgi web interface now handles all job operations, allowing the
administrator to allow "job administrators" or operators to manage jobs
(but not queues) on the server.
- New SCSI printer backend.
- The PostScript filter now supports 6, 9, and 16-up output, as well as new
page-border and number-up-layout options.
- Added ConfigFilePerm and LogFilePerm directives.
- The HTML job operation templates now link back to the destination printer
or class.
- Removed unnecessary fonts and updated the Courier and Symbol fonts to the
latest versions to better support non-ISOLatin1 text.
- The text filter now always embeds the Courier and Symbol fonts to ensure
that they contain the full set of glyphs.
- The PostScript image filter (imagetops) now supports printing CMYK images
using the CMYK colorspace.
- The cupsaddsmb program was updated to use the setdriver command instead of
addprinter.
- The Allow, Deny, BrowseAllow, BrowseDeny, and BrowseAddress directives
now support the network interface names "@LOCAL" and "@IF(name)" for
access control and browsing based on the current interface addresses
instead of fixed names or IP addresses.
- The cupsaddsmb program now supports alternative CUPS and SAMBA server names.
- The PostScript filter now supports the Orientation comment and rotates the
page as needed automatically.
Diffstat (limited to 'print/cups/Makefile')
-rw-r--r-- | print/cups/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 66f2964b73f..33469d93781 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.50 2002/08/25 18:39:41 jlam Exp $ +# $NetBSD: Makefile,v 1.51 2002/09/18 22:58:46 jlam Exp $ DISTNAME= cups-${DIST_VERS}-source PKGNAME= cups-${VERS} -PKGREVISION= 1 -BASE_VERS= 1.1.14 -DIST_VERS= ${BASE_VERS} +BASE_VERS= 1.1.15 +DIST_VERS= ${BASE_VERS}-1 VERS= ${DIST_VERS:S/-/./g} WRKSRC= ${WRKDIR}/cups-${BASE_VERS} CATEGORIES= print @@ -58,6 +57,8 @@ PLIST_SRC= ${PKGDIR}/PLIST # CUPS_USER?= lp CUPS_GROUP?= sys +FILES_SUBST+= CUPS_USER=${CUPS_USER} +FILES_SUBST+= CUPS_GROUP=${CUPS_GROUP} BUILD_DEFS+= CUPS_USER CUPS_GROUP |