summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2017-03-04 11:48:09 +0000
committerwen <wen@pkgsrc.org>2017-03-04 11:48:09 +0000
commit52f25a402c46bf55f241cf0a6d06e8e690f2d4f6 (patch)
treef3b02e191a783c013d84074697dec3e23337ed5f
parent563fe318e78da085e6466f42094821a6074999f6 (diff)
downloadpkgsrc-52f25a402c46bf55f241cf0a6d06e8e690f2d4f6.tar.gz
Update to 2.031
Upstream changes: 2.031 2017-01-26 - Fix use of cache files when reading streams: temp files will now be used any time a stream is larger than 16MB (by default). Formerly, due to a bug, they would only be created when a 4kB chunk of a stream increased to 16kB or more after being decompressed. - Numbers, booleans, and null values can now be read from object streams. - Update to [RT #113290]: Objects inside a large object stream are now read without loading the entire object stream into memory. - DEPRECATION: The low-level new_api methods have been deprecated in favor of calling new directly. If your code uses new_api($api2, ...), replace it with new($api2->{'pdf'}, ...). - [RT #118352] Don't crash when adding an annotation to a page that has an existing annotations array stored as an indirect object (reported by Johan Vromans). - [RT #118717] Die with an informative error if a file can't be opened during open() or saveas() (reported by Johan Vromans).
-rw-r--r--textproc/p5-PDF-API2/Makefile4
-rw-r--r--textproc/p5-PDF-API2/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile
index b24689e38da..d447aaad69e 100644
--- a/textproc/p5-PDF-API2/Makefile
+++ b/textproc/p5-PDF-API2/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.39 2016/10/15 07:35:31 wen Exp $
+# $NetBSD: Makefile,v 1.40 2017/03/04 11:48:09 wen Exp $
-DISTNAME= PDF-API2-2.030
+DISTNAME= PDF-API2-2.031
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}
diff --git a/textproc/p5-PDF-API2/distinfo b/textproc/p5-PDF-API2/distinfo
index b6cdf167bff..c81a56ac2db 100644
--- a/textproc/p5-PDF-API2/distinfo
+++ b/textproc/p5-PDF-API2/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2016/10/15 07:35:31 wen Exp $
+$NetBSD: distinfo,v 1.19 2017/03/04 11:48:09 wen Exp $
-SHA1 (PDF-API2-2.030.tar.gz) = 98768b4d00bb92de2ea8aaeec85232435dcd0364
-RMD160 (PDF-API2-2.030.tar.gz) = bd4f66fb19aedc19435f9ac77e044027434849bd
-SHA512 (PDF-API2-2.030.tar.gz) = 8ec2b14bcbc0c6b6d506469b28f6346c3eda5bc6e1cf5a52836545bb121fc1c66363aaa486403246cd502a6305e540530a44f7bf4762e130c84eebb7d8374856
-Size (PDF-API2-2.030.tar.gz) = 3502793 bytes
+SHA1 (PDF-API2-2.031.tar.gz) = 413fe87c384f91c5fe8d8cd6a2b3f5368f393957
+RMD160 (PDF-API2-2.031.tar.gz) = a0f97b010cace5920020fe68d34fd81350fe0656
+SHA512 (PDF-API2-2.031.tar.gz) = 967e6925658ba11d60c065230df78ce32d087ab1ecdd63a4c80c2f87d908db6f18d1bd8cf4021b3520a324bbedaa434f1691873f3cad0a75831e61c03323f4a6
+Size (PDF-API2-2.031.tar.gz) = 3507672 bytes