Received: by mail.netbsd.org (Postfix, from userid 605) id 7842884D54; Mon, 7 Sep 2020 14:44:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F350A84D47 for ; Mon, 7 Sep 2020 14:44:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id mPPac8iBNTjf for ; Mon, 7 Sep 2020 14:44:55 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6F55484D35 for ; Mon, 7 Sep 2020 14:44:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62B53FB28; Mon, 7 Sep 2020 14:44:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599489895286680" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 14:44:55 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/p5-PDF-API2 To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907144455.62B53FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599489895286680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 14:44:55 UTC 2020 Modified Files: pkgsrc/textproc/p5-PDF-API2: Makefile distinfo Log Message: p5-PDF-API2: update to 2.038. 2.038 2020-08-31 - Use PDF::API2::XS or Image::PNG::Libpng, if either is installed, to speed up inclusion of PNG files with an alpha channel by an order of magnitude (written by Rob Scovell, sponsored by prayerletters.com). 2.037 2020-02-05 - Allow PDF 2.0 files to be opened. - [RT #131147] Ignore dictionary entries with null values (reported by Klaus Ethgen, fix by Vadim Repin). To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/p5-PDF-API2/Makefile cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/p5-PDF-API2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599489895286680 Content-Disposition: inline Content-Length: 2351 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-PDF-API2/Makefile diff -u pkgsrc/textproc/p5-PDF-API2/Makefile:1.47 pkgsrc/textproc/p5-PDF-API2/Makefile:1.48 --- pkgsrc/textproc/p5-PDF-API2/Makefile:1.47 Mon Aug 31 18:11:51 2020 +++ pkgsrc/textproc/p5-PDF-API2/Makefile Mon Sep 7 14:44:55 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.47 2020/08/31 18:11:51 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2020/09/07 14:44:55 wiz Exp $ -DISTNAME= PDF-API2-2.036 +DISTNAME= PDF-API2-2.038 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/} @@ -11,11 +10,10 @@ HOMEPAGE= https://metacpan.org/release/P COMMENT= Perl5 module for next generation api for pdf LICENSE= gnu-lgpl-v2.1 -#DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.0 +DEPENDS+= p5-Font-TTF-[0-9]*:../../fonts/p5-Font-TTF -BUILD_DEPENDS+= p5-Test-Memory-Cycle>=0:../../devel/p5-Test-Memory-Cycle - -DEPENDS+= p5-Font-TTF>=0:../../fonts/p5-Font-TTF +TEST_DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle +TEST_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception PERL5_PACKLIST= auto/PDF/API2/.packlist Index: pkgsrc/textproc/p5-PDF-API2/distinfo diff -u pkgsrc/textproc/p5-PDF-API2/distinfo:1.21 pkgsrc/textproc/p5-PDF-API2/distinfo:1.22 --- pkgsrc/textproc/p5-PDF-API2/distinfo:1.21 Wed Sep 18 14:25:01 2019 +++ pkgsrc/textproc/p5-PDF-API2/distinfo Mon Sep 7 14:44:55 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.21 2019/09/18 14:25:01 wen Exp $ +$NetBSD: distinfo,v 1.22 2020/09/07 14:44:55 wiz Exp $ -SHA1 (PDF-API2-2.036.tar.gz) = 36908a1dc70cb1ac8535cfed616a88177fedf2e2 -RMD160 (PDF-API2-2.036.tar.gz) = 51a480df9505cd4932fb011b2e7e69da349312a8 -SHA512 (PDF-API2-2.036.tar.gz) = bebf250e355cbf3fc7dfe5a3fe8352bb1efcf4cb337417d03ca97cf22d6d89914a76701f26a4304fcd8983cfcb0b62ce487744958f18b709f3e9343e8c6d08db -Size (PDF-API2-2.036.tar.gz) = 3511856 bytes +SHA1 (PDF-API2-2.038.tar.gz) = 35f113f9bccd609e941b3831141a09706e694f32 +RMD160 (PDF-API2-2.038.tar.gz) = e92a821ac88eedb9d842372117592d56ec485e70 +SHA512 (PDF-API2-2.038.tar.gz) = b18203520ccd7a1ce2e7b79f326bd4b744fce1ba1754b0f60009f5572dcf5f2e972eb1fa540c007fde620bcdc170fb1af0a3d89ec55f6819454e6003f173e566 +Size (PDF-API2-2.038.tar.gz) = 3567202 bytes --_----------=_1599489895286680--