Sun Jan 17 20:17:21 2016 UTC ()
Update print/cups-filters to 1.6.0.

Changes:
CHANGES IN V1.6.0
	- cups-browsed: Fixed use of CUPS domain socket, both
	  detection during build process and permission check at
	  runtime.
	- foomatic-rip: Fixed buffer overflow when reading environment
	  variables CUPS_FONTPATH, CUPS_DATADIR, and GS_LIB (Bug
	  #1336).
	- beh: Introduced beh, the Backend Error Handler, a wrapper
	  backend to make handling of backend errors more
	  configurable. This backend is a C re-write of the beh
	  backend written in Perl which was part of the former
	  foomatic-filters package. Several people asked for beh
	  getting moved to cups-filters.
	- braille: Make image printing working also if ImageMagick
	  generates formatted images without header.
	- braille: If the user does not select a Braille translation,
	  let the embosser do the translation.
	- cups-browsed: Added version info to help screen and start-up
	  in debug mode, call help screen also via "--version" option.
	- cups-browsed: Minor improvements in help screen and man
          page.


(leot)
diff -r1.38 -r1.39 pkgsrc/print/cups-filters/Makefile
diff -r1.8 -r1.9 pkgsrc/print/cups-filters/PLIST
diff -r1.29 -r1.30 pkgsrc/print/cups-filters/distinfo

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

--- pkgsrc/print/cups-filters/Makefile 2015/12/29 23:31:00 1.38
+++ pkgsrc/print/cups-filters/Makefile 2016/01/17 20:17:21 1.39
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.38 2015/12/29 23:31:00 wiz Exp $ 1# $NetBSD: Makefile,v 1.39 2016/01/17 20:17:21 leot Exp $
2 2
3DISTNAME= cups-filters-1.5.0 3DISTNAME= cups-filters-1.6.0
4CATEGORIES= print 4CATEGORIES= print
5MASTER_SITES= http://openprinting.org/download/cups-filters/ 5MASTER_SITES= http://openprinting.org/download/cups-filters/
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters 9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
10COMMENT= Backends, filters, and other software for cups 10COMMENT= Backends, filters, and other software for cups
11LICENSE= 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
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15USE_TOOLS+= bash:run pkg-config 15USE_TOOLS+= bash:run pkg-config
16USE_LANGUAGES= c c++ 16USE_LANGUAGES= c c++

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

--- pkgsrc/print/cups-filters/PLIST 2015/08/26 08:36:48 1.8
+++ pkgsrc/print/cups-filters/PLIST 2016/01/17 20:17:21 1.9
@@ -1,30 +1,31 @@ @@ -1,30 +1,31 @@
1@comment $NetBSD: PLIST,v 1.8 2015/08/26 08:36:48 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.9 2016/01/17 20:17:21 leot 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
15lib/libfontembed.la 15lib/libfontembed.la
16lib/pkgconfig/libcupsfilters.pc 16lib/pkgconfig/libcupsfilters.pc
17lib/pkgconfig/libfontembed.pc 17lib/pkgconfig/libfontembed.pc
 18libexec/cups/backend/beh
18libexec/cups/backend/implicitclass 19libexec/cups/backend/implicitclass
19libexec/cups/backend/parallel 20libexec/cups/backend/parallel
20libexec/cups/backend/serial 21libexec/cups/backend/serial
21libexec/cups/filter/bannertopdf 22libexec/cups/filter/bannertopdf
22libexec/cups/filter/commandtoescpx 23libexec/cups/filter/commandtoescpx
23libexec/cups/filter/commandtopclx 24libexec/cups/filter/commandtopclx
24libexec/cups/filter/foomatic-rip 25libexec/cups/filter/foomatic-rip
25libexec/cups/filter/gstopxl 26libexec/cups/filter/gstopxl
26libexec/cups/filter/gstoraster 27libexec/cups/filter/gstoraster
27libexec/cups/filter/imagetopdf 28libexec/cups/filter/imagetopdf
28libexec/cups/filter/imagetops 29libexec/cups/filter/imagetops
29libexec/cups/filter/imagetoraster 30libexec/cups/filter/imagetoraster
30libexec/cups/filter/pdftoijs 31libexec/cups/filter/pdftoijs

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

--- pkgsrc/print/cups-filters/distinfo 2015/12/29 23:31:00 1.29
+++ pkgsrc/print/cups-filters/distinfo 2016/01/17 20:17:21 1.30
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.29 2015/12/29 23:31:00 wiz Exp $ 1$NetBSD: distinfo,v 1.30 2016/01/17 20:17:21 leot Exp $
2 2
3SHA1 (cups-filters-1.5.0.tar.xz) = 0e3da2b53c9c1b94b9e6f2e9a4a73c8f5e029d44 3SHA1 (cups-filters-1.6.0.tar.xz) = 544df3cc544a44cb2eb5d3beb6e15f70b4546281
4RMD160 (cups-filters-1.5.0.tar.xz) = 5c4280d8ee87a87bd71abf335e8f6812ce1388e0 4RMD160 (cups-filters-1.6.0.tar.xz) = cfa264f8dd50f88aea19e09a57f9254f114d5470
5SHA512 (cups-filters-1.5.0.tar.xz) = 81574f8368aaef61aeee4369caa394f2c8cdc717b03687d8a17c7927892f07cff68f1efb8d674757cb97001b55fd58fa5c14784a510ce9d31e385b1a73cd18c7 5SHA512 (cups-filters-1.6.0.tar.xz) = dd7671dbb13588829337e4ae4d533dc6c1e17f75ca240a6d43bb0a30a2453fffa9a1541d7b041024a6d4cbb939790802a8c3947cd319590fa37c7ce237232b9d
6Size (cups-filters-1.5.0.tar.xz) = 1375588 bytes 6Size (cups-filters-1.6.0.tar.xz) = 1377952 bytes