diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-11-11 09:22:10 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-11-11 09:22:10 +0000 |
commit | 01a7da868d3379bf449bee62de7e6333f36856e0 (patch) | |
tree | c73b258f4bc576594b03729bda983238331d0498 /textproc/p5-CAM-PDF | |
parent | 850e1fc6409609fc88c50ec9ffa1a5aa4e805150 (diff) | |
download | pkgsrc-01a7da868d3379bf449bee62de7e6333f36856e0.tar.gz |
- updated to 1.52
Changelog:
1.52 02 Oct 2008
[FIXES]
- Better handling of failures during filter loading
(rlane10 via http://www.nntp.perl.org/group/perl.cpan.testers/2008/10/msg2361238.html)
1.51 28 Sep 2008
[FIXES]
- Support PDFs with 24-bit offsets in the xref stream (PDF v1.5 only)
(thanks to Dan Richman for reporting the problem and providing an example)
1.50 20 Sep 2008
[ENHANCEMENTS]
- Support for reading PDF 1.5 compressed object streams and cross reference streams.
(we cannot write this style, but we can append to it)
[FIXES]
- Decompression of PNG-filtered streams was totally broken.
- Deleting pages now also deletes back references from annotations on that page.
- cleanse() now removes PieceInfo data. I have no idea what
PieceInfo does, but it had a whole bunch of page back links
that broke page deletion.
Diffstat (limited to 'textproc/p5-CAM-PDF')
-rw-r--r-- | textproc/p5-CAM-PDF/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-CAM-PDF/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile index ea61ed30879..0ab8463d4a1 100644 --- a/textproc/p5-CAM-PDF/Makefile +++ b/textproc/p5-CAM-PDF/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2008/10/19 19:18:47 he Exp $ +# $NetBSD: Makefile,v 1.6 2008/11/11 09:22:10 rhaen Exp $ # -DISTNAME= CAM-PDF-1.21 +DISTNAME= CAM-PDF-1.52 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CD/CDOLAN/} diff --git a/textproc/p5-CAM-PDF/distinfo b/textproc/p5-CAM-PDF/distinfo index 06a1784f55a..17e64f352ff 100644 --- a/textproc/p5-CAM-PDF/distinfo +++ b/textproc/p5-CAM-PDF/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/09/13 13:24:04 rhaen Exp $ +$NetBSD: distinfo,v 1.4 2008/11/11 09:22:10 rhaen Exp $ -SHA1 (CAM-PDF-1.21.tar.gz) = 081e11033846d9478c690591c3c9bbac82d2e2d3 -RMD160 (CAM-PDF-1.21.tar.gz) = c7165c3bcc57b6725de8476f30e617be73660bb7 -Size (CAM-PDF-1.21.tar.gz) = 730887 bytes +SHA1 (CAM-PDF-1.52.tar.gz) = d0ecb93f0c67d4986a5e06d4bb891c358a25ab8f +RMD160 (CAM-PDF-1.52.tar.gz) = 8ec766c8ca3561b64573ddf228bdafdc3b0546ca +Size (CAM-PDF-1.52.tar.gz) = 741229 bytes |