pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-PDF-API2



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.

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



Home | Main Index | Thread Index | Old Index