pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   leot
Date:           Sun Dec  4 21:11:59 UTC 2016

Modified Files:
        pkgsrc/print/cups-filters: Makefile PLIST distinfo

Log Message:
Update print/cups-filters to cups-filters-1.12.0

Changes:
CHANGES IN V1.12.0
 - cups-browsed: Added new "CreateRemoteCUPSPrinterQueues"
   directive to cups-browsed.conf, which allows to decide
   whether to auto-create local print queues for shared CUPS
   queues on remote machines. This way one can also set up
   servers which only create queues for IPP network printers.
 - driverless: Added new /usr/lib/cups/driver/driverless
   utility to make CUPS auto-generate PPD files for printers
   designed for driverless use (IPP Everywhere, Apple Raster)
   when they are set up with a printer setup tool. This gives
   transparency to set up these printers with legacy printer
   setup tools. This utility is also linked to /ustr/bin to
   manually generate PPDs via command line.
 - libcupsfilters, cups-browsed: Moved the PPD generator for
   IPP network printers from cups-browsed to libcupsfilters, so
   that it can also be used by other utilities.
 - cups-browsed: When auto-generating a PPD set the cost values
   in the filter lines to give the highest priority to PDF,
   then PWG Raster, Apple Raster, PCL-XL, PostScript, PCL 5c/e.
 - cups-browsed: Synced the PPD generator with the one of CUPS,
   giving the best possible support for IPP Everywhere and
   AirPrint printers. Especially support for more media types
   and for finishing units got added. Also support for more
   different ways to represent the printer capabilities via
   IPP attributes got added.
 - cups-browsed: Added support for auto setup of IPP printers
   understanding the Apple Raster input data format (.urf, on
   AirPrint printers), only if CUPS 2.2.2 is used, which can
   generate this format via its rastertopwg filter.
 - cups-browsed: Added new "NewIPPPrinterQueuesShared"
   directive to cups-browsed.conf, which allows to decide
   whether the auto-created local print queue for a newly
   discovered IPP network printer will be shared or not. For
   printers discovered earlier, cups-browsed remembers the
   previous setting.
 - cups-browsed: If a user changes the printer-is-shared bit of
   an auto-created print queue for an IPP network printer (not
   for a remote CUPS queue), record this fact and recover the
   change when creating this queue in the next session.
 - cups-browsed: For automatic creation of print queues for IPP
   network printers also allow only creating queues for IPP
   Everywhere printers, only for Apple Raster printers, or for
   both printer types designed for driverless printing and not
   only for all suitable printers, configurable via the
   CreateIPPPrinterQueues directive in cups-browsed.conf.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/cups-filters/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/print/cups-filters/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/print/cups-filters/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.58 pkgsrc/print/cups-filters/Makefile:1.59
--- pkgsrc/print/cups-filters/Makefile:1.58     Tue Nov  8 10:51:28 2016
+++ pkgsrc/print/cups-filters/Makefile  Sun Dec  4 21:11:59 2016
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2016/11/08 10:51:28 wiz Exp $
+# $NetBSD: Makefile,v 1.59 2016/12/04 21:11:59 leot Exp $
 
-DISTNAME=      cups-filters-1.11.6
-PKGREVISION=   1
+DISTNAME=      cups-filters-1.12.0
 CATEGORIES=    print
 MASTER_SITES=  http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/print/cups-filters/PLIST
diff -u pkgsrc/print/cups-filters/PLIST:1.14 pkgsrc/print/cups-filters/PLIST:1.15
--- pkgsrc/print/cups-filters/PLIST:1.14        Tue Nov  1 08:20:17 2016
+++ pkgsrc/print/cups-filters/PLIST     Sun Dec  4 21:11:59 2016
@@ -1,10 +1,12 @@
-@comment $NetBSD: PLIST,v 1.14 2016/11/01 08:20:17 leot Exp $
+@comment $NetBSD: PLIST,v 1.15 2016/12/04 21:11:59 leot Exp $
+bin/driverless
 bin/foomatic-rip
 bin/ttfread
 include/cupsfilters/colord.h
 include/cupsfilters/colormanager.h
 include/cupsfilters/driver.h
 include/cupsfilters/image.h
+include/cupsfilters/ppdgenerator.h
 include/cupsfilters/raster.h
 include/fontembed/bitset.h
 include/fontembed/embed.h
@@ -19,6 +21,7 @@ libexec/cups/backend/beh
 libexec/cups/backend/implicitclass
 libexec/cups/backend/parallel
 libexec/cups/backend/serial
+libexec/cups/driver/driverless
 libexec/cups/filter/bannertopdf
 libexec/cups/filter/brftoembosser
 libexec/cups/filter/commandtoescpx
@@ -51,6 +54,7 @@ libexec/cups/filter/texttopdf
 libexec/cups/filter/texttops
 libexec/cups/filter/texttotext
 libexec/cups/filter/urftopdf
+man/man1/driverless.1
 man/man1/foomatic-rip.1
 man/man5/cups-browsed.conf.5
 man/man8/cups-browsed.8

Index: pkgsrc/print/cups-filters/distinfo
diff -u pkgsrc/print/cups-filters/distinfo:1.41 pkgsrc/print/cups-filters/distinfo:1.42
--- pkgsrc/print/cups-filters/distinfo:1.41     Sun Nov  6 11:21:19 2016
+++ pkgsrc/print/cups-filters/distinfo  Sun Dec  4 21:11:59 2016
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.41 2016/11/06 11:21:19 leot Exp $
+$NetBSD: distinfo,v 1.42 2016/12/04 21:11:59 leot Exp $
 
-SHA1 (cups-filters-1.11.6.tar.xz) = 68674af1da5431d4d8ec2ae1a03314ec4bc40d00
-RMD160 (cups-filters-1.11.6.tar.xz) = d63cf963ad8ae16c3a10d4423c862c1c4916238d
-SHA512 (cups-filters-1.11.6.tar.xz) = 425eab182101d7bdd02844febebc7d57ed00d822e12ebb08e57a1244dc9d085f2a3c0eeb8ce4fe7586b32ca1a7cca2019ae62114d86692f0d6a6e60510d2711a
-Size (cups-filters-1.11.6.tar.xz) = 1410116 bytes
+SHA1 (cups-filters-1.12.0.tar.xz) = 6905e2ed8d21a5fee868ed84ce336ae19e1442e2
+RMD160 (cups-filters-1.12.0.tar.xz) = 1e852d2272d9332e36d169a3998ab567a2923a54
+SHA512 (cups-filters-1.12.0.tar.xz) = 3f430c8c7aa54d6d4623814ee0102427587a0c5638bd5bb8de7fb63201a7953de2eaf413b458a80f98795b007705c89443ab0587cd555e3faf22b9d95a1196c8
+Size (cups-filters-1.12.0.tar.xz) = 1417696 bytes
 SHA1 (patch-filter_gstoraster.c) = a9fac7892972943f345c6b76529feff0ba098458
 SHA1 (patch-filter_mupdftoraster.c) = 4c4f7d292163657f9541c8ce454ba57d248f7ef0



Home | Main Index | Thread Index | Old Index