pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups-filters Update print/cups-filters to 1.9.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4bb04488c189
branches:  trunk
changeset: 348341:4bb04488c189
user:      leot <leot%pkgsrc.org@localhost>
date:      Sun Jun 12 09:31:56 2016 +0000

description:
Update print/cups-filters to 1.9.0

Changes:
CHANGES IN V1.9.0
 - foomatic-rip: Removed page logging via insertion of PostScript code.
   This works only with Ghostscript and PostScript input and even
   then it can break things or simply not work. We do the page logging
   for foomatic-rip in pdftopdf now, which is more universal and more
   reliable.
 - sys5ippprinter: Added page logging (to /var/log/cups/page_log)
   functionality.
 - pdftopdf: Added functionality for logging pages in the
   /var/log/cups/page_log file. Logging can also be forced or
   surpressed via command line (page-logging=on/off/auto) and
   page logging is also done for filters which should do but
   actually do not do: foomatic-rip, gstopxl, hpps (CUPS issue #4798,
   Ubuntu bug #1585380).
 - pdftopdf: Whitespace and indentation clean-up.
 - README: Removed the documentation of the old Poppler-based pdftopdf
   filter which is not included any more.
 - cups-browsed: Do not schedule failed operations for later repetition
   during shutdown.
 - cups-browsed: Added support for debug logging into a file (usually
   /var/log/cups/cups-browsed_log, to be activated via "-l" or
   "--logfile" option or via "DebugLogging file" option in
   cups-browsed.conf.
 - cups-browesd: Consistent use of debug_printf() in the LDAP support.
 - cups-browsed: Added "Requires=cups-service" to the
   cups-browsed.service file, so that systemd keeps CUPS running while
   shutting down cups-browsed on system shutdown (Ubuntu bug #1579905).
 - README: Extended pdftopdf's documentation.
 - README: Added documentation for the pdfAutorotate option in
   pdftopdf.
 - gstoraster: Treat status output of the waitpid() function properly,
   to avoid gstoraster exiting with zero status when Ghostscript
   exited with non-zero status or got terminated by a signal
   (Bug #1354).
 - README: Fixed typos. Thanks to Pranjal Bhor (bhor dot pranjal at
   gmail dot com) for the patch.
 - braille: Recognize application/vnd.cups-pdf-banner MIME type and
   read standard input directly instead of using /dev/stdin.
 - braille: Drop output of the "type" command when checking the
   presence of helper utilities.
 - braille: Do not send EOF twice to the braille embosser.
 - cups-browsed/sys5ippprinter: Fixed documentation about the allowed
   input formats for auto-created network printer queues using
   sys5ippprinter, also improved NEWS entry about renaming of
   sys5ippprinter (Debian bug #819665).

diffstat:

 print/cups-filters/Makefile |   5 ++---
 print/cups-filters/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (28 lines):

diff -r 68ea7a5c27a2 -r 4bb04488c189 print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Sun Jun 12 08:55:13 2016 +0000
+++ b/print/cups-filters/Makefile       Sun Jun 12 09:31:56 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2016/05/22 18:20:48 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2016/06/12 09:31:56 leot Exp $
 
-DISTNAME=      cups-filters-1.8.3
-PKGREVISION=   2
+DISTNAME=      cups-filters-1.9.0
 CATEGORIES=    print
 MASTER_SITES=  http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=  .tar.xz
diff -r 68ea7a5c27a2 -r 4bb04488c189 print/cups-filters/distinfo
--- a/print/cups-filters/distinfo       Sun Jun 12 08:55:13 2016 +0000
+++ b/print/cups-filters/distinfo       Sun Jun 12 09:31:56 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.33 2016/04/10 09:41:58 leot Exp $
+$NetBSD: distinfo,v 1.34 2016/06/12 09:31:56 leot Exp $
 
-SHA1 (cups-filters-1.8.3.tar.xz) = eef13af356cc99fca257ecf857c47ebf89b99cc7
-RMD160 (cups-filters-1.8.3.tar.xz) = e339ff5addff9d97f25c7f1301f4afe31b1be276
-SHA512 (cups-filters-1.8.3.tar.xz) = 5c3648670ae141038a373c4e800e81a7584759e3caf8c4e4468cb0da11c0ff521ac80678e603856c7209da6638673400305c38903cb27e3b4d792d17947e2af4
-Size (cups-filters-1.8.3.tar.xz) = 1373028 bytes
+SHA1 (cups-filters-1.9.0.tar.xz) = 6f402a6af0cf72b787b1574cfeb87ce221f5b101
+RMD160 (cups-filters-1.9.0.tar.xz) = 2f36b743693adc823f088f1fa1b39aa1f3767adf
+SHA512 (cups-filters-1.9.0.tar.xz) = e92da46e03686bc9c94b57bb7d1b8cea99a02ebc6ab39575f6842b4a69679af7771199fef76eafd7b6d6298a28f3175edfb8aaeeca0416cf5b8b747922849d76
+Size (cups-filters-1.9.0.tar.xz) = 1387668 bytes



Home | Main Index | Thread Index | Old Index