diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-19 18:44:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-19 18:44:25 +0000 |
commit | 386087eec42c08eddfbf4976b415f2dc2c9d2c98 (patch) | |
tree | be8f7ee9ca363f2245b03db2ecaab69e2a4bff48 /print/cups-filters | |
parent | 6b6bcbaf9cc98a1c5d49cfa786b32aa2b41ead77 (diff) | |
download | pkgsrc-386087eec42c08eddfbf4976b415f2dc2c9d2c98.tar.gz |
Update to 1.0.68:
CHANGES IN V1.0.68
- cups-browsed: Numeric IDs for GSources of the glib event
loop must be positive integers greater than zero according
to the documentation of the g_source_get_id() function.
Taken care of this at all places.
- cups-browsed: Added conditionals so that it also builds with
CUPS 1.5.x (but then withou support for automatically creating
queues for IPP network printers). Thanks to Johannes Meixner from
SUSE for the patch (Bug #1268).
- Ricoh-PDF_Printer-PDF.ppd: Added PPD file for Ricoh's PDF printers
(experimental). Thanks to Ulrich Wehner from Ricoh for the file.
Diffstat (limited to 'print/cups-filters')
-rw-r--r-- | print/cups-filters/Makefile | 4 | ||||
-rw-r--r-- | print/cups-filters/PLIST | 3 | ||||
-rw-r--r-- | print/cups-filters/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index ee440140609..c2b41f7b6e0 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2015/03/15 20:53:39 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2015/04/19 18:44:25 wiz Exp $ -DISTNAME= cups-filters-1.0.67 +DISTNAME= cups-filters-1.0.68 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz diff --git a/print/cups-filters/PLIST b/print/cups-filters/PLIST index 487d8666790..b4e786ef68e 100644 --- a/print/cups-filters/PLIST +++ b/print/cups-filters/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2015/02/17 14:07:25 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2015/04/19 18:44:25 wiz Exp $ bin/foomatic-rip bin/ttfread include/cupsfilters/colord.h @@ -84,6 +84,7 @@ share/ppd/cupsfilters/Fuji_Xerox-DocuPrint_CM305_df-PDF.ppd share/ppd/cupsfilters/Generic-PDF_Printer-PDF.ppd share/ppd/cupsfilters/HP-Color_LaserJet_CM3530_MFP-PDF.ppd share/ppd/cupsfilters/HP-PhotoSmart_Pro_B8300-hpijs-pdftoijs.ppd +share/ppd/cupsfilters/Ricoh-PDF_Printer-PDF.ppd share/ppd/cupsfilters/pxlcolor.ppd share/ppd/cupsfilters/pxlmono.ppd share/ppd/cupsfilters/textonly.ppd diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index c9df2991c56..40721e967cd 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2015/03/15 20:53:39 wiz Exp $ +$NetBSD: distinfo,v 1.15 2015/04/19 18:44:25 wiz Exp $ -SHA1 (cups-filters-1.0.67.tar.xz) = d0482d6c422bbbbccce39c106e7749e6c129def7 -RMD160 (cups-filters-1.0.67.tar.xz) = 92cb21f9a463f9f8908987a5cfd235e84a1b6ad8 -Size (cups-filters-1.0.67.tar.xz) = 1335080 bytes +SHA1 (cups-filters-1.0.68.tar.xz) = 3564711352e93fe315774200375bedc2fecdde97 +RMD160 (cups-filters-1.0.68.tar.xz) = ae0e9e0f3c20175f2e178167459e08cf587d36fd +Size (cups-filters-1.0.68.tar.xz) = 1336216 bytes |