Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id C9E717A218 for ; Wed, 24 Aug 2016 10:42:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7459F85EAB; Wed, 24 Aug 2016 10:42:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0129485E97 for ; Wed, 24 Aug 2016 10:42:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id EDJuVAiZJCho for ; Wed, 24 Aug 2016 10:42:32 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2FD9285E91 for ; Wed, 24 Aug 2016 10:42:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 20CADFBC3; Wed, 24 Aug 2016 10:42:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1472035352269940" MIME-Version: 1.0 Date: Wed, 24 Aug 2016 10:42:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/print/cups-filters To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20160824104232.20CADFBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1472035352269940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Aug 24 10:42:32 UTC 2016 Modified Files: pkgsrc/print/cups-filters: Makefile PLIST distinfo Log Message: Updated cups-filters to 1.11.1. CHANGES IN V1.11.1 - mupdftoraster: Lowered the priority (raised the cost value) in the cupsfilters-mupdf.convs file so that in a full cups-filters installation MuPDF is not prioritized. CHANGES IN V1.11.0 - pdftops: Added support for MuPDF as PDF renderer. MuPDF can be selected by the "pdftops-renderer=mupdf" option. - rastertops: Removed unneeded page logging. - rastertops: Fixed DSC comments, some were only preceded by a single '%' instead of a double "%%". - gstoraster, pdftops, foomatic-rip: Use -dNOMEDIAATTRS when calling Ghostscript. This way Ghostscript does not try to match media sizes with internal lists. - Build system: Allow building cups-filters without Poppler (--disable-poppler in ./configure command line) This skips the build of pdftoraster, bannertopdf, pdftoijs, and pdftoopvp and the installation of these filters and their auxiliary files. With this cups-filters can be easily installed on mobile/appliance systems with MuPDF as the only PDF interpreter. - mupdftoraster: Added filter to support MuPDF as PDF interpreter. MuPDF is a lightweight PDF interpreter especially interesting for mobile systems and appliances. Thanks to Pranjal Bhor for contributing this as part of his Google Summer of Code project. - gstoraster: Fix setting of width and height of the page in pixels when there is no Resolution option in the PPD. - cups-browsed, implicitclass: Avoid the use of files for the communication between cups-browsed and the load-balancing backend implicitclass. Instead of in a file, cups-brwsed stores the destination server name in an option (which CUPS saves in printers.conf) which the implicitclass backend reads via IPP. This not only makes it easier to run cups-filters in a sandbox, but it is also better in terms of system security. - cups-browsed: Allow configuring where the files produced by cups-browsed will get stored. This makes it easier to run cups-filters in a sandbox. - beh: Fixed printing multiple copies with beh (Ubuntu bug #1605514). - cups-browsed: Fixed several memory leaks, especially when using IPP requests and DNS-SD TXT record look-ups. Thanks to Ivo Straka for finding them with Valgrind and supplying patches to fix them (Bug #1365, Bug #1368, Ubuntu bug #1203276). - libcupsfilters: Added missing "#include " to make sure that the package builds on all systems (Bug #1366). To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 pkgsrc/print/cups-filters/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/print/cups-filters/PLIST cvs rdiff -u -r1.35 -r1.36 pkgsrc/print/cups-filters/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1472035352269940 Content-Disposition: inline Content-Length: 2827 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/cups-filters/Makefile diff -u pkgsrc/print/cups-filters/Makefile:1.50 pkgsrc/print/cups-filters/Makefile:1.51 --- pkgsrc/print/cups-filters/Makefile:1.50 Wed Aug 3 10:23:19 2016 +++ pkgsrc/print/cups-filters/Makefile Wed Aug 24 10:42:31 2016 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.50 2016/08/03 10:23:19 adam Exp $ +# $NetBSD: Makefile,v 1.51 2016/08/24 10:42:31 wiz Exp $ -DISTNAME= cups-filters-1.10.0 -PKGREVISION= 2 +DISTNAME= cups-filters-1.11.1 CATEGORIES= print MASTER_SITES= http://openprinting.org/download/cups-filters/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/print/cups-filters/PLIST diff -u pkgsrc/print/cups-filters/PLIST:1.12 pkgsrc/print/cups-filters/PLIST:1.13 --- pkgsrc/print/cups-filters/PLIST:1.12 Mon Jul 18 07:08:12 2016 +++ pkgsrc/print/cups-filters/PLIST Wed Aug 24 10:42:31 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2016/07/18 07:08:12 leot Exp $ +@comment $NetBSD: PLIST,v 1.13 2016/08/24 10:42:31 wiz Exp $ bin/foomatic-rip bin/ttfread include/cupsfilters/colord.h @@ -34,6 +34,7 @@ libexec/cups/filter/imagetoraster libexec/cups/filter/imagetoubrl libexec/cups/filter/imageubrltoindexv3 libexec/cups/filter/imageubrltoindexv4 +libexec/cups/filter/mupdftoraster libexec/cups/filter/pdftoijs libexec/cups/filter/pdftoopvp libexec/cups/filter/pdftopdf @@ -89,6 +90,8 @@ share/cups/drv/indexv4.drv share/cups/mime/braille.convs share/cups/mime/braille.types share/cups/mime/cupsfilters-ghostscript.convs +share/cups/mime/cupsfilters-mupdf.convs +share/cups/mime/cupsfilters-poppler.convs share/cups/mime/cupsfilters.convs share/cups/mime/cupsfilters.types share/cups/ppdc/braille.defs Index: pkgsrc/print/cups-filters/distinfo diff -u pkgsrc/print/cups-filters/distinfo:1.35 pkgsrc/print/cups-filters/distinfo:1.36 --- pkgsrc/print/cups-filters/distinfo:1.35 Mon Jul 18 07:08:12 2016 +++ pkgsrc/print/cups-filters/distinfo Wed Aug 24 10:42:31 2016 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2016/07/18 07:08:12 leot Exp $ +$NetBSD: distinfo,v 1.36 2016/08/24 10:42:31 wiz Exp $ -SHA1 (cups-filters-1.10.0.tar.xz) = 7979549c8beb0a838bb5669f5aacfea47866932e -RMD160 (cups-filters-1.10.0.tar.xz) = e437bd5955d2af95d6d8cc5752b2c78b1bcaf82a -SHA512 (cups-filters-1.10.0.tar.xz) = 93517fe81552cac0f1414b04876db54bf94475d3ceb443c4e104e381ea5141296237576f543db0184794ade952a892a4fa6f312c4c8a4e5769827567eb181e2a -Size (cups-filters-1.10.0.tar.xz) = 1399652 bytes +SHA1 (cups-filters-1.11.1.tar.xz) = 157ace44646b22c928de4fdad735fc167cbb3178 +RMD160 (cups-filters-1.11.1.tar.xz) = a325804e61f9bb86694b4aa3371a96c0ce47703d +SHA512 (cups-filters-1.11.1.tar.xz) = be475126fb30690b86471733bcfd27a9696fdc0e1053e5c3ac99673608383ad446ecbc8f45ecdeced3ebe70918976f9253ea0097b54bcd01e79e9887c230c22f +Size (cups-filters-1.11.1.tar.xz) = 1403392 bytes --_----------=_1472035352269940--