pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups-filters Update to 1.0.62:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14ad34c4e96a
branches:  trunk
changeset: 644858:14ad34c4e96a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 18 17:15:42 2015 +0000

description:
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:

 print/cups-filters/Makefile                            |   5 +--
 print/cups-filters/distinfo                            |  10 +++----
 print/cups-filters/patches/patch-mime_cupsfilters.conf |  15 ------------
 print/cups-filters/patches/patch-utils_cups-browsed.c  |  22 ------------------
 4 files changed, 6 insertions(+), 46 deletions(-)

diffs (73 lines):

diff -r 6e656cba5e46 -r 14ad34c4e96a print/cups-filters/Makefile
--- a/print/cups-filters/Makefile       Sun Jan 18 17:15:20 2015 +0000
+++ b/print/cups-filters/Makefile       Sun Jan 18 17:15:42 2015 +0000
@@ -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 -r 6e656cba5e46 -r 14ad34c4e96a print/cups-filters/distinfo
--- a/print/cups-filters/distinfo       Sun Jan 18 17:15:20 2015 +0000
+++ b/print/cups-filters/distinfo       Sun Jan 18 17:15:42 2015 +0000
@@ -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 -r 6e656cba5e46 -r 14ad34c4e96a print/cups-filters/patches/patch-mime_cupsfilters.conf
--- a/print/cups-filters/patches/patch-mime_cupsfilters.conf    Sun Jan 18 17:15:20 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 6e656cba5e46 -r 14ad34c4e96a print/cups-filters/patches/patch-utils_cups-browsed.c
--- a/print/cups-filters/patches/patch-utils_cups-browsed.c     Sun Jan 18 17:15:20 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index