diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-10 03:32:09 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-10 03:32:09 +0000 |
commit | 4341c29296ab64fdbe3cf9ae65bb5f139da39b7d (patch) | |
tree | 6ffec7d85b04b363f7a16198275e5c63bca967fc /print/cups/PLIST | |
parent | 806d188a8f93c18daf9a69f5f0a4fd08b9cf10a1 (diff) | |
download | pkgsrc-4341c29296ab64fdbe3cf9ae65bb5f139da39b7d.tar.gz |
Update print/cups to 1.1.20. Changes from version 1.1.19nb3 include:
Bug fixes:
- The HTTP code did not use a case-insensitive
comparison when checking for the Basic authentication
method (STR #407)
- The cupsaddsmb program didn't export the new CUPS
driver for Windows properly (STR #390)
- The default landscape orientation was not the same as
that defined in the PPD file (STR #397)
- The pdftops filter incorrectly auto-rotated pages when
the user already had specified the proper orientation
(STR #207)
- The scheduler did not reset the group list when
running CGI and filter processes (STR #185)
Enhancements:
- Updated the pdftops filter to use the annotation flags
instead of the subtype to determine whether to print
an annotation (STR #425)
- The pdftops filter no longer needs to create temporary
files with tmpnam (STR #406)
- The scheduler now waits up to 60 seconds before
restarting to allow active jobs to complete printing
and pending requests to be processed (STR #226)
- Added new cupsDoAuthentication(), cupsGetFd(),
cupsGetFile(), cupsPutFd(), and cupsPutFile() functions
to the CUPS API (STR #112)
- The PDF filter always scaled and offset pages; this
caused problems under MacOS X, so now the "fitplot"
option controls whether PDF files are scaled to fit
within the printable area of the page (STR #250)
- Updated the pdftops filter to be based upon Xpdf
2.02pl1 (STR #191)
Diffstat (limited to 'print/cups/PLIST')
-rw-r--r-- | print/cups/PLIST | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/cups/PLIST b/print/cups/PLIST index e486b489a30..7250c840948 100644 --- a/print/cups/PLIST +++ b/print/cups/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2003/05/28 02:33:59 jlam Exp $ +@comment $NetBSD: PLIST,v 1.11 2004/01/10 03:32:09 jlam Exp $ bin/cancel bin/cups-config bin/cupstestppd @@ -24,7 +24,7 @@ lib/libcups.a lib/libcups.la lib/libcups.so lib/libcups.so.2 -lib/libcups.so.2.5 +lib/libcups.so.2.6 lib/libcupsimage.a lib/libcupsimage.la lib/libcupsimage.so @@ -275,6 +275,7 @@ share/cups/templates/de/jobs.tmpl share/cups/templates/de/modify-class.tmpl share/cups/templates/de/modify-printer.tmpl share/cups/templates/de/option-boolean.tmpl +share/cups/templates/de/option-conflict.tmpl share/cups/templates/de/option-header.tmpl share/cups/templates/de/option-pickmany.tmpl share/cups/templates/de/option-pickone.tmpl @@ -321,6 +322,7 @@ share/cups/templates/fr/jobs.tmpl share/cups/templates/fr/modify-class.tmpl share/cups/templates/fr/modify-printer.tmpl share/cups/templates/fr/option-boolean.tmpl +share/cups/templates/fr/option-conflict.tmpl share/cups/templates/fr/option-header.tmpl share/cups/templates/fr/option-pickmany.tmpl share/cups/templates/fr/option-pickone.tmpl |