summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2016-12-30 16:14:32 +0000
committeradam <adam@pkgsrc.org>2016-12-30 16:14:32 +0000
commit3c1157024337a206ea850fee117fff7d4f2f1550 (patch)
treefec3afb972a3f2f33f81478944d83a61c0abbcaa /print
parent096370448b4eca4617485782ff38421941ad5904 (diff)
downloadpkgsrc-3c1157024337a206ea850fee117fff7d4f2f1550.tar.gz
CHANGES IN V1.13.2
- cupsfilters.drv: Corrected cupsFilter entry for the "Generic IPP Everywhere Printer". - driverless: Fixes on the man page - driverless: Do not error-exit (non-zero status) when run by CUPS as backend or PPD generator when no driverless printer is found or Avahi not running. When run from thr command line, exit status is the same as of ippfind. - imagetoraster: Removed (incomplete) PWG Raster support. For PWG Raster output we let the rastertopwg filter from CUPS do the finalization (mainly adding white pixels at the borders to get a full-page bitmap). - imagetoraster: Fixed several bugs in the calculation of the page geometry - libcupsfilters: If the IPP-polled printer has the "sides-supported" attribute, determine the need of a "Duplex" option solely whether the attribute has a "two-sided-long-edge" choice and ignore the "duplex" parameter of the ppdCreateFromIPP() function call. This lets the more precise information coming from the IPP query always be preferred against information from the Bonjour record. - driverless: When listing printers let the device ID contain "AppleRaster" (for Apple Raster printers) and "PWGRaster" (for IPP Everywhere printers) in the "CMD" field. - driverless: Added "-T 3" to the ippfind command line. This makes ippfind search the Bonjour broadcasts for up to 3 seconds when searching for IPP printers, raising the reliability in finding all of them
Diffstat (limited to 'print')
-rw-r--r--print/cups-filters/Makefile11
-rw-r--r--print/cups-filters/distinfo10
2 files changed, 14 insertions, 7 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index 7a652ee7b35..27a99cfbc62 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2016/12/19 08:49:00 wiz Exp $
+# $NetBSD: Makefile,v 1.61 2016/12/30 16:14:32 adam Exp $
-DISTNAME= cups-filters-1.13.1
+DISTNAME= cups-filters-1.13.2
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
@@ -32,6 +32,10 @@ REPLACE_BASH+= filter/braille/filters/texttobrf.in
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} == "Darwin"
+CFLAGS+= -framework IOKit
+.endif
+
.if ${INIT_SYSTEM} == "rc.d"
CONFIGURE_ARGS+= --with-rcdir=${PREFIX}/share/examples/rc.d
CONFIGURE_ARGS+= --with-rclevels=""
@@ -47,6 +51,9 @@ CONF_FILES+= ${PREFIX}/share/examples/cups-filters/cups-browsed.conf ${PKG_SYSC
post-install:
${MV} ${DESTDIR}${PREFIX}/etc/cups/cups-browsed.conf ${DESTDIR}${PREFIX}/share/examples/cups-filters/cups-browsed.conf
+ # backends that need root access should not have world read and execute permissions
+ ${CHMOD} go-rwx ${DESTDIR}${PREFIX}/libexec/cups/backend/parallel
+ ${CHMOD} go-rwx ${DESTDIR}${PREFIX}/libexec/cups/backend/serial
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo
index cb6d44862b2..dfa6b259b9e 100644
--- a/print/cups-filters/distinfo
+++ b/print/cups-filters/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.44 2016/12/21 22:38:07 wiz Exp $
+$NetBSD: distinfo,v 1.45 2016/12/30 16:14:32 adam Exp $
-SHA1 (cups-filters-1.13.1.tar.xz) = 5105a1f9ed467587db2942962f666325a44c3508
-RMD160 (cups-filters-1.13.1.tar.xz) = ca199d582b80c2746d4f1fd47004995c13443e65
-SHA512 (cups-filters-1.13.1.tar.xz) = 52b040e160d76532762920fdeaf0d17461acc4dd6af53a2052dc4cdaf7a873852a0d6349b98155ebc2423a7270f28107aee57093291e48cc7b41746fe1d312bc
-Size (cups-filters-1.13.1.tar.xz) = 1419244 bytes
+SHA1 (cups-filters-1.13.2.tar.xz) = 5fa3c3c2ac2150ab2e0e9defadb27f81e6164e4c
+RMD160 (cups-filters-1.13.2.tar.xz) = 77c5c06e2e24df339bcef384a5aac2a564814ef8
+SHA512 (cups-filters-1.13.2.tar.xz) = 50b2e5d65f28bd15bd5e60bf11fc5e182c97a00155fb46ad36d058caa63ee60c504ec59cec05407068234cb1232e77c0ffb0bedd6a4c53bdc34055b60e7ed8b0
+Size (cups-filters-1.13.2.tar.xz) = 1420012 bytes
SHA1 (patch-configure) = b55dc7dc22008351c396374aceb88d2be293d179
SHA1 (patch-filter_gstoraster.c) = a9fac7892972943f345c6b76529feff0ba098458
SHA1 (patch-filter_mupdftoraster.c) = 4c4f7d292163657f9541c8ce454ba57d248f7ef0