diff options
author | jlam <jlam> | 2001-05-15 17:43:20 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-15 17:43:20 +0000 |
commit | f19c26005c26212cca2b23ddb29b0a6ca7d106d2 (patch) | |
tree | b7224a2c25c27dea889f439ce3838dd5d424951a /print/cups/patches/patch-aa | |
parent | 2ae04471606a4d6042768295533b8a8238773142 (diff) | |
download | pkgsrc-f19c26005c26212cca2b23ddb29b0a6ca7d106d2.tar.gz |
Update cups to 1.1.7. Changes from version 1.1.6nb3 include bugfixes,
documentation updates, better support of Apache options in configuration
files, and:
- Added support for "double" HostNameLookups.
- Added new "RunAsUser" directive to support non-root configurations on the
standard (privileged) ports.
- Added support for non-root invocation of the lpd backend (does no reserve a
priviledged port, which might not work with some LPD servers...)
- Added new PrintcapFormat directive to control the output format of the
printcap file (BSD or Solaris formats are supported at present.)
- httpConnect() now looks up "localhost" by name and by address (127.0.0.1)
for users that go to the trouble of removing the required localhost entry
in /etc/hosts or on their DNS server...
- The EPSON drivers now send the "end packet mode" command when printing to
USB devices.
- The LPD backend now supports a new "order" option:
"lpd://server/queue?order=control,data" (default) and
"lpd://server/queue?order=data,control".
- New "Classification" directive to force labeling of the current
classification on each page.
- New "page-label" attribute to add per-page labels ("For Official Use Only",
"Draft", etc.)
- Dropped the "file" backend from the device list that is reported, since it
is only available for *testing* and should never be used in a production
environment. The file: device can still be used, but it won't show up in
the list of devices from lpinfo or the web interface.
- Added META variables to the CGI header template to prevent caching of the
results.
- Added two new directives - MaxJobsPerPrinter and MaxJobsPerUser - to allow
an administrator to set the maximum number of pending jobs in a queue or
submitted by a user.
- Added support for the Enable-Printer and Disable-Printer extension
operations (same as CUPS-Accept-Jobs and CUPS-Reject-Jobs.)
- Added support for the DeskJet 900 series duplexer and CRET color modes in
the HP driver.
- Added support for PPD-defined margins in the HP driver.
- Added new cupsGetJobs() and cupsFreeJobs() functions to manage print jobs.
- cupsEncodeOptions() would encode names of 0 length and cupsAddOption() and
cupsParseOptions() would add names of 0 length.
Diffstat (limited to 'print/cups/patches/patch-aa')
-rw-r--r-- | print/cups/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cups/patches/patch-aa b/print/cups/patches/patch-aa index 141a6426033..779bacaf65a 100644 --- a/print/cups/patches/patch-aa +++ b/print/cups/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.8 2001/02/08 19:05:01 jlam Exp $ +$NetBSD: patch-aa,v 1.9 2001/05/15 17:43:21 jlam Exp $ ---- Makedefs.in.orig Fri Feb 2 11:37:43 2001 +--- Makedefs.in.orig Mon Apr 30 13:53:01 2001 +++ Makedefs.in @@ -48,11 +48,11 @@ # Installation programs... @@ -13,7 +13,7 @@ $NetBSD: patch-aa,v 1.8 2001/02/08 19:05:01 jlam Exp $ -INSTALL_SCRIPT = $(CP) +INSTALL_BIN = $(LIBTOOL) $(BSD_INSTALL_PROGRAM) +INSTALL_DATA = $(BSD_INSTALL_DATA) -+INSTALL_LIB = $(LIBTOOL) $(BSD_INSTALL_PROGRAM) ++INSTALL_LIB = $(LIBTOOL) $(BSD_INSTALL_DATA) +INSTALL_MAN = $(BSD_INSTALL_MAN) +INSTALL_SCRIPT = $(BSD_INSTALL_SCRIPT) INSTALL_SYSV = @INSTALL_SYSV@ |