summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2015-01-18 17:15:42 +0000
committerwiz <wiz@pkgsrc.org>2015-01-18 17:15:42 +0000
commit7961aa2bf61cc237b82f58797de913a64cf21093 (patch)
tree65b88603eebd7f59fea7bb9f27b9b6456b942f16 /print
parenta7d7d79b8492c9b7c70af178196de2ace5c86b3b (diff)
downloadpkgsrc-7961aa2bf61cc237b82f58797de913a64cf21093.tar.gz
Update to 1.0.62:
CHANGES IN V1.0.62 - cups-browsed: Allow underscore characters in print queue names. Thanks to Tim Waugh from Red Hat for the bug report (Bug #1241). - pdftops: Apply workarounds for Kyocera also to Utax printers as Utax uses hard- and software from Kyocera. Thanks to Edward Huang from Kyocera. - cups-browsed: Added support for "BrowseAllow All" in the cups-browsed.conf file. - cups-browsed: Reorder inclusion of headers for compatibility with NetBSD (Bug #1235). - imagetopdf, pdftopdf: Correct handling of hardware copies in PJL/JCL and/or when the PPD file has a "Copies" option.
Diffstat (limited to 'print')
-rw-r--r--print/cups-filters/Makefile5
-rw-r--r--print/cups-filters/distinfo10
-rw-r--r--print/cups-filters/patches/patch-mime_cupsfilters.conf15
-rw-r--r--print/cups-filters/patches/patch-utils_cups-browsed.c22
4 files changed, 6 insertions, 46 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile
index bda32ae1bc2..e7fe1ef2ce2 100644
--- a/print/cups-filters/Makefile
+++ b/print/cups-filters/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2015/01/08 10:20:35 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2015/01/18 17:15:42 wiz Exp $
-DISTNAME= cups-filters-1.0.61
-PKGREVISION= 3
+DISTNAME= cups-filters-1.0.62
CATEGORIES= print
MASTER_SITES= http://openprinting.org/download/cups-filters/
EXTRACT_SUFX= .tar.xz
diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo
index 34e4e069580..de0f22178b1 100644
--- a/print/cups-filters/distinfo
+++ b/print/cups-filters/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.10 2014/11/02 22:44:54 wiz Exp $
+$NetBSD: distinfo,v 1.11 2015/01/18 17:15:42 wiz Exp $
-SHA1 (cups-filters-1.0.61.tar.xz) = 42aed5c3388e71bbf3a91dd0e51e19041461188f
-RMD160 (cups-filters-1.0.61.tar.xz) = cd76e2858a822879636e44a8b1071a3c5ae05439
-Size (cups-filters-1.0.61.tar.xz) = 1327904 bytes
-SHA1 (patch-mime_cupsfilters.conf) = aa001064822da0950c87696ab4aa760be6d6b6b5
-SHA1 (patch-utils_cups-browsed.c) = 5c392d3f47c097884fe2bda5bf861438569d6d58
+SHA1 (cups-filters-1.0.62.tar.xz) = 93f6b6ddadc4124bb6008428ae4cc466d9c51e1c
+RMD160 (cups-filters-1.0.62.tar.xz) = 3d2b83539bffa65c0e2bf0606f883c1e202d54b2
+Size (cups-filters-1.0.62.tar.xz) = 1329164 bytes
diff --git a/print/cups-filters/patches/patch-mime_cupsfilters.conf b/print/cups-filters/patches/patch-mime_cupsfilters.conf
deleted file mode 100644
index 9c05b3c5591..00000000000
--- a/print/cups-filters/patches/patch-mime_cupsfilters.conf
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-mime_cupsfilters.conf,v 1.2 2014/11/02 22:44:54 wiz Exp $
-
-Add the transformation for applications/vnd.cups-banner
-https://bugs.linuxfoundation.org/show_bug.cgi?id=1236
-
---- mime/cupsfilters.convs.orig 2014-05-15 13:03:38.000000000 +0000
-+++ mime/cupsfilters.convs
-@@ -69,6 +69,7 @@ image/x-xpixmap application/vnd.cups-pd
- image/x-xwindowdump application/vnd.cups-pdf 65 imagetopdf
- image/x-sun-raster application/vnd.cups-pdf 65 imagetopdf
- application/vnd.cups-pdf-banner application/pdf 32 bannertopdf
-+application/vnd.cups-banner application/pdf 32 bannertopdf
- image/urf application/pdf 0 urftopdf
-
- ########################################################################
diff --git a/print/cups-filters/patches/patch-utils_cups-browsed.c b/print/cups-filters/patches/patch-utils_cups-browsed.c
deleted file mode 100644
index e8500063e38..00000000000
--- a/print/cups-filters/patches/patch-utils_cups-browsed.c
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-utils_cups-browsed.c,v 1.5 2014/10/29 23:43:42 wiz Exp $
-
-Build fix for NetBSD 6.1.
-http://gnats.netbsd.org/49334
-https://bugs.linuxfoundation.org/show_bug.cgi?id=1235
-
---- utils/cups-browsed.c.orig 2014-10-08 11:47:08.000000000 +0000
-+++ utils/cups-browsed.c
-@@ -26,12 +26,12 @@
- #if defined(__OpenBSD__)
- #include <sys/socket.h>
- #endif /* __OpenBSD__ */
-+#include <sys/types.h>
- #include <net/if.h>
- #include <netinet/in.h>
- #include <ifaddrs.h>
- #include <resolv.h>
- #include <stdio.h>
--#include <sys/types.h>
- #include <sys/stat.h>
- #include <assert.h>
- #include <stdlib.h>