summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2013-01-23 01:30:01 +0000
committerwen <wen@pkgsrc.org>2013-01-23 01:30:01 +0000
commit8ce9e7de28b254d863ffaf2d25d4b0b5009f36c4 (patch)
tree7c50b2b2c38606d8a4b5c1e9adf02e3b85ffd280 /textproc
parent1588653a763aa9daa0601354095606ceb003027c (diff)
downloadpkgsrc-8ce9e7de28b254d863ffaf2d25d4b0b5009f36c4.tar.gz
Update to 2.020
Upstream changes: 2.020 2013-01-20 - Give a more informative error message when a PDF file using a cross-reference stream is encountered. The Known Issues section of the documentation includes pointers on how to add support in case someone else can get to this before I do. - Text using TrueType fonts is now searchable again. In version 0.61, an undocumented -unicodemap option was added to nearly all of the font resource methods, which only included a ToUnicode CMap if it was set (and it's required in order for PDF readers to be able to identify individual characters if BaseEncoding isn't present, which it isn't for TrueType fonts). I've left the -unicodemap option in place, and it's still undocumented (except here), but it's now on by default. Call $pdf->ttfont($fontfile, -unicodemap => 0) if you want to disable it for performance or file size reasons. - Add a note to the stringify method's documentation saying that it's a destructive operation. - The various filter types have their own classes in the PDF::API2::Basic::PDF::Filter namespace now, rather than having all of the packages in Filter.pm. - To facilitate testing and ensure that identically-generated PDFs have identical output in Perl 5.17.5 or later, PDF dictionary keys are now sorted during output.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-PDF-API2/Makefile6
-rw-r--r--textproc/p5-PDF-API2/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile
index aaae8ca07f9..4a7c8455d90 100644
--- a/textproc/p5-PDF-API2/Makefile
+++ b/textproc/p5-PDF-API2/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2012/10/25 06:56:15 asau Exp $
+# $NetBSD: Makefile,v 1.27 2013/01/23 01:30:01 wen Exp $
-DISTNAME= PDF-API2-2.019
+DISTNAME= PDF-API2-2.020
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}
@@ -12,6 +11,7 @@ COMMENT= Perl5 module for next generation api for pdf
LICENSE= gnu-lgpl-v2.1
DEPENDS+= p5-IO-Compress>=2.017:../../devel/p5-IO-Compress
+DEPENDS+= p5-Font-TTF>=0:../../fonts/p5-Font-TTF
PERL5_PACKLIST= auto/PDF/API2/.packlist
diff --git a/textproc/p5-PDF-API2/distinfo b/textproc/p5-PDF-API2/distinfo
index c58fa66ae4e..443208ef7f3 100644
--- a/textproc/p5-PDF-API2/distinfo
+++ b/textproc/p5-PDF-API2/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2011/04/11 09:12:51 adam Exp $
+$NetBSD: distinfo,v 1.11 2013/01/23 01:30:02 wen Exp $
-SHA1 (PDF-API2-2.019.tar.gz) = 794de9d6d83e8d0ae04b6c1c314238411d151aa8
-RMD160 (PDF-API2-2.019.tar.gz) = e4e5c37c37aa6484f1741e9704df8333dbb56e98
-Size (PDF-API2-2.019.tar.gz) = 3496615 bytes
+SHA1 (PDF-API2-2.020.tar.gz) = c2879d6412b1e0e58b79fe2f7894d39ed1422b68
+RMD160 (PDF-API2-2.020.tar.gz) = 6c81f141abd1f5392df2a794df84b47f1c832715
+Size (PDF-API2-2.020.tar.gz) = 3515968 bytes