Wed Aug 24 10:42:32 2016 UTC ()
Updated cups-filters to 1.11.1.

CHANGES IN V1.11.1

	- mupdftoraster: Lowered the priority (raised the cost value)
	  in the cupsfilters-mupdf.convs file so that in a full
	  cups-filters installation MuPDF is not prioritized.

CHANGES IN V1.11.0

	- pdftops: Added support for MuPDF as PDF renderer. MuPDF can
	  be selected by the "pdftops-renderer=mupdf" option.
	- rastertops: Removed unneeded page logging.
	- rastertops: Fixed DSC comments, some were only preceded by
	  a single '%' instead of a double "%%".
	- gstoraster, pdftops, foomatic-rip: Use -dNOMEDIAATTRS when
	  calling Ghostscript. This way Ghostscript does not try to
	  match media sizes with internal lists.
	- Build system: Allow building cups-filters without Poppler
	  (--disable-poppler in ./configure command line) This skips
	  the build of pdftoraster, bannertopdf, pdftoijs, and
	  pdftoopvp and the installation of these filters and their
	  auxiliary files. With this cups-filters can be easily
	  installed on mobile/appliance systems with MuPDF as the only
	  PDF interpreter.
	- mupdftoraster: Added filter to support MuPDF as PDF
	  interpreter. MuPDF is a lightweight PDF interpreter
	  especially interesting for mobile systems and
	  appliances. Thanks to Pranjal Bhor for contributing this as
	  part of his Google Summer of Code project.
	- gstoraster: Fix setting of width and height of the page in
	  pixels when there is no Resolution option in the PPD.
	- cups-browsed, implicitclass: Avoid the use of files for the
	  communication between cups-browsed and the load-balancing
	  backend implicitclass. Instead of in a file, cups-brwsed
	  stores the destination server name in an option (which CUPS
	  saves in printers.conf) which the implicitclass backend
	  reads via IPP. This not only makes it easier to run
	  cups-filters in a sandbox, but it is also better in terms of
	  system security.
	- cups-browsed: Allow configuring where the files produced by
	  cups-browsed will get stored. This makes it easier to run
	  cups-filters in a sandbox.
        - beh: Fixed printing multiple copies with beh (Ubuntu bug
          #1605514).
	- cups-browsed: Fixed several memory leaks, especially when
	  using IPP requests and DNS-SD TXT record look-ups. Thanks to
	  Ivo Straka for finding them with Valgrind and supplying
	  patches to fix them (Bug #1365, Bug #1368, Ubuntu bug
	  #1203276).
	- libcupsfilters: Added missing "#include <cups/ppd.h>" to
	  make sure that the package builds on all systems (Bug
	  #1366).


(wiz)
diff -r1.50 -r1.51 pkgsrc/print/cups-filters/Makefile
diff -r1.12 -r1.13 pkgsrc/print/cups-filters/PLIST
diff -r1.35 -r1.36 pkgsrc/print/cups-filters/distinfo

cvs diff -r1.50 -r1.51 pkgsrc/print/cups-filters/Makefile (expand / switch to unified diff)

--- pkgsrc/print/cups-filters/Makefile 2016/08/03 10:23:19 1.50
+++ pkgsrc/print/cups-filters/Makefile 2016/08/24 10:42:31 1.51
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2016/08/03 10:23:19 adam Exp $ 1# $NetBSD: Makefile,v 1.51 2016/08/24 10:42:31 wiz Exp $
2 2
3DISTNAME= cups-filters-1.10.0 3DISTNAME= cups-filters-1.11.1
4PKGREVISION= 2 
5CATEGORIES= print 4CATEGORIES= print
6MASTER_SITES= http://openprinting.org/download/cups-filters/ 5MASTER_SITES= http://openprinting.org/download/cups-filters/
7EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters 9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
11COMMENT= Backends, filters, and other software for cups 10COMMENT= Backends, filters, and other software for cups
12LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND mit 11LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-v2 AND mit
13 12
14GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 14USE_LIBTOOL= yes
16USE_TOOLS+= bash:run pkg-config gmake 15USE_TOOLS+= bash:run pkg-config gmake
17USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++

cvs diff -r1.12 -r1.13 pkgsrc/print/cups-filters/PLIST (expand / switch to unified diff)

--- pkgsrc/print/cups-filters/PLIST 2016/07/18 07:08:12 1.12
+++ pkgsrc/print/cups-filters/PLIST 2016/08/24 10:42:31 1.13
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.12 2016/07/18 07:08:12 leot Exp $ 1@comment $NetBSD: PLIST,v 1.13 2016/08/24 10:42:31 wiz Exp $
2bin/foomatic-rip 2bin/foomatic-rip
3bin/ttfread 3bin/ttfread
4include/cupsfilters/colord.h 4include/cupsfilters/colord.h
5include/cupsfilters/colormanager.h 5include/cupsfilters/colormanager.h
6include/cupsfilters/driver.h 6include/cupsfilters/driver.h
7include/cupsfilters/image.h 7include/cupsfilters/image.h
8include/cupsfilters/raster.h 8include/cupsfilters/raster.h
9include/fontembed/bitset.h 9include/fontembed/bitset.h
10include/fontembed/embed.h 10include/fontembed/embed.h
11include/fontembed/fontfile.h 11include/fontembed/fontfile.h
12include/fontembed/iofn.h 12include/fontembed/iofn.h
13include/fontembed/sfnt.h 13include/fontembed/sfnt.h
14lib/libcupsfilters.la 14lib/libcupsfilters.la
@@ -24,26 +24,27 @@ libexec/cups/filter/brftoembosser @@ -24,26 +24,27 @@ libexec/cups/filter/brftoembosser
24libexec/cups/filter/commandtoescpx 24libexec/cups/filter/commandtoescpx
25libexec/cups/filter/commandtopclx 25libexec/cups/filter/commandtopclx
26libexec/cups/filter/foomatic-rip 26libexec/cups/filter/foomatic-rip
27libexec/cups/filter/gstopdf 27libexec/cups/filter/gstopdf
28libexec/cups/filter/gstopxl 28libexec/cups/filter/gstopxl
29libexec/cups/filter/gstoraster 29libexec/cups/filter/gstoraster
30libexec/cups/filter/imagetobrf 30libexec/cups/filter/imagetobrf
31libexec/cups/filter/imagetopdf 31libexec/cups/filter/imagetopdf
32libexec/cups/filter/imagetops 32libexec/cups/filter/imagetops
33libexec/cups/filter/imagetoraster 33libexec/cups/filter/imagetoraster
34libexec/cups/filter/imagetoubrl 34libexec/cups/filter/imagetoubrl
35libexec/cups/filter/imageubrltoindexv3 35libexec/cups/filter/imageubrltoindexv3
36libexec/cups/filter/imageubrltoindexv4 36libexec/cups/filter/imageubrltoindexv4
 37libexec/cups/filter/mupdftoraster
37libexec/cups/filter/pdftoijs 38libexec/cups/filter/pdftoijs
38libexec/cups/filter/pdftoopvp 39libexec/cups/filter/pdftoopvp
39libexec/cups/filter/pdftopdf 40libexec/cups/filter/pdftopdf
40libexec/cups/filter/pdftops 41libexec/cups/filter/pdftops
41libexec/cups/filter/pdftoraster 42libexec/cups/filter/pdftoraster
42libexec/cups/filter/rastertoescpx 43libexec/cups/filter/rastertoescpx
43libexec/cups/filter/rastertopclx 44libexec/cups/filter/rastertopclx
44libexec/cups/filter/rastertopdf 45libexec/cups/filter/rastertopdf
45libexec/cups/filter/rastertops 46libexec/cups/filter/rastertops
46libexec/cups/filter/sys5ippprinter 47libexec/cups/filter/sys5ippprinter
47libexec/cups/filter/textbrftoindexv3 48libexec/cups/filter/textbrftoindexv3
48libexec/cups/filter/textbrftoindexv4 49libexec/cups/filter/textbrftoindexv4
49libexec/cups/filter/texttobrf 50libexec/cups/filter/texttobrf
@@ -79,26 +80,28 @@ share/cups/data/form_russian.pdf @@ -79,26 +80,28 @@ share/cups/data/form_russian.pdf
79share/cups/data/form_russian_in.odt 80share/cups/data/form_russian_in.odt
80share/cups/data/secret.pdf 81share/cups/data/secret.pdf
81share/cups/data/standard.pdf 82share/cups/data/standard.pdf
82share/cups/data/testprint 83share/cups/data/testprint
83share/cups/data/topsecret.pdf 84share/cups/data/topsecret.pdf
84share/cups/data/unclassified.pdf 85share/cups/data/unclassified.pdf
85share/cups/drv/cupsfilters.drv 86share/cups/drv/cupsfilters.drv
86share/cups/drv/generic-brf.drv 87share/cups/drv/generic-brf.drv
87share/cups/drv/indexv3.drv 88share/cups/drv/indexv3.drv
88share/cups/drv/indexv4.drv 89share/cups/drv/indexv4.drv
89share/cups/mime/braille.convs 90share/cups/mime/braille.convs
90share/cups/mime/braille.types 91share/cups/mime/braille.types
91share/cups/mime/cupsfilters-ghostscript.convs 92share/cups/mime/cupsfilters-ghostscript.convs
 93share/cups/mime/cupsfilters-mupdf.convs
 94share/cups/mime/cupsfilters-poppler.convs
92share/cups/mime/cupsfilters.convs 95share/cups/mime/cupsfilters.convs
93share/cups/mime/cupsfilters.types 96share/cups/mime/cupsfilters.types
94share/cups/ppdc/braille.defs 97share/cups/ppdc/braille.defs
95share/cups/ppdc/escp.h 98share/cups/ppdc/escp.h
96share/cups/ppdc/fr-braille.po 99share/cups/ppdc/fr-braille.po
97share/cups/ppdc/imagemagick.defs 100share/cups/ppdc/imagemagick.defs
98share/cups/ppdc/index.defs 101share/cups/ppdc/index.defs
99share/cups/ppdc/liblouis.defs 102share/cups/ppdc/liblouis.defs
100share/cups/ppdc/liblouis1.defs 103share/cups/ppdc/liblouis1.defs
101share/cups/ppdc/liblouis2.defs 104share/cups/ppdc/liblouis2.defs
102share/cups/ppdc/liblouis3.defs 105share/cups/ppdc/liblouis3.defs
103share/cups/ppdc/liblouis4.defs 106share/cups/ppdc/liblouis4.defs
104share/cups/ppdc/media-braille.defs 107share/cups/ppdc/media-braille.defs

cvs diff -r1.35 -r1.36 pkgsrc/print/cups-filters/distinfo (expand / switch to unified diff)

--- pkgsrc/print/cups-filters/distinfo 2016/07/18 07:08:12 1.35
+++ pkgsrc/print/cups-filters/distinfo 2016/08/24 10:42:31 1.36
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.35 2016/07/18 07:08:12 leot Exp $ 1$NetBSD: distinfo,v 1.36 2016/08/24 10:42:31 wiz Exp $
2 2
3SHA1 (cups-filters-1.10.0.tar.xz) = 7979549c8beb0a838bb5669f5aacfea47866932e 3SHA1 (cups-filters-1.11.1.tar.xz) = 157ace44646b22c928de4fdad735fc167cbb3178
4RMD160 (cups-filters-1.10.0.tar.xz) = e437bd5955d2af95d6d8cc5752b2c78b1bcaf82a 4RMD160 (cups-filters-1.11.1.tar.xz) = a325804e61f9bb86694b4aa3371a96c0ce47703d
5SHA512 (cups-filters-1.10.0.tar.xz) = 93517fe81552cac0f1414b04876db54bf94475d3ceb443c4e104e381ea5141296237576f543db0184794ade952a892a4fa6f312c4c8a4e5769827567eb181e2a 5SHA512 (cups-filters-1.11.1.tar.xz) = be475126fb30690b86471733bcfd27a9696fdc0e1053e5c3ac99673608383ad446ecbc8f45ecdeced3ebe70918976f9253ea0097b54bcd01e79e9887c230c22f
6Size (cups-filters-1.10.0.tar.xz) = 1399652 bytes 6Size (cups-filters-1.11.1.tar.xz) = 1403392 bytes