diff options
author | rhaen <rhaen@pkgsrc.org> | 2008-07-21 13:10:49 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2008-07-21 13:10:49 +0000 |
commit | 435fec6a3daa31865f4c56d9071dd492f58c6647 (patch) | |
tree | 16fa885b7689d6c74959f6e9753ca7ef2bca527f /textproc/p5-CAM-PDF | |
parent | 2f8fdd21f5b6999f18ba7629015ed44b31c22b6e (diff) | |
download | pkgsrc-435fec6a3daa31865f4c56d9071dd492f58c6647.tar.gz |
updated to 1.20
took maintainership
ChangeLog:
1.20 26 Jun 2008
[ENHANCEMENTS]
- Support for Type 2 encryption (just reading, not writing)
- Support for reading PDFs where the owner and user passwords
are different
- Improvement to performance of node traversal, inspired by
RT #35555 (credit Eric Hall and his anonymous employee).
1.13 23 Apr 2008
[FIXES]
- setpdfbackground.pl computed RGB values incorrectly. Thanks to
Andrew Cadman for finding the bug and suggesting a fix
1.12 27 Nov 2007
[FIXES]
- I just realized that CAM::PDF::Renderer::Text was useless
because it just printed to STDOUT. Fixed to offer a
toString() method instead. Fuse::PDF wants this feature.
- Fixed a typo in the Synopsis of CAM::PDF::Content
1.11 20 Nov 2007
[ENHANCEMENTS]
- added previousRevision() and allRevisions() [invented in Fuse::PDF]
[INTERNALS]
- Compliance with Perl::Critic v1.080
Diffstat (limited to 'textproc/p5-CAM-PDF')
-rw-r--r-- | textproc/p5-CAM-PDF/Makefile | 9 | ||||
-rw-r--r-- | textproc/p5-CAM-PDF/distinfo | 8 |
2 files changed, 8 insertions, 9 deletions
diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile index 6087e9717e1..940fbc4fab0 100644 --- a/textproc/p5-CAM-PDF/Makefile +++ b/textproc/p5-CAM-PDF/Makefile @@ -1,21 +1,20 @@ -# $NetBSD: Makefile,v 1.2 2008/06/20 01:09:38 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2008/07/21 13:10:49 rhaen Exp $ # -DISTNAME= CAM-PDF-1.10 +DISTNAME= CAM-PDF-1.20 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CD/CDOLAN/} -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/CAM-PDF/ COMMENT= Perl 5 PDF manipulation library PKG_DESTDIR_SUPPORT= user-destdir -USE_LANGUAGES= # empty - DEPENDS+= p5-Crypt-RC4>=2.02:../../security/p5-Crypt-RC4 DEPENDS+= p5-Text-PDF>=0.29:../../textproc/p5-Text-PDF +DEPENDS+= p5-Digest-MD5>=2.16:../../security/p5-Digest-MD5 PERL5_PACKLIST= auto/CAM/PDF/.packlist diff --git a/textproc/p5-CAM-PDF/distinfo b/textproc/p5-CAM-PDF/distinfo index f66f5acbc09..b8f1b2ad70a 100644 --- a/textproc/p5-CAM-PDF/distinfo +++ b/textproc/p5-CAM-PDF/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/07/28 09:54:52 seb Exp $ +$NetBSD: distinfo,v 1.2 2008/07/21 13:10:49 rhaen Exp $ -SHA1 (CAM-PDF-1.10.tar.gz) = b7ddeb8d537843aad9a10ebaac0b5a8472c7ef8c -RMD160 (CAM-PDF-1.10.tar.gz) = 78dc7c45c527aa16e787d801f0d17fb2077d4bab -Size (CAM-PDF-1.10.tar.gz) = 727972 bytes +SHA1 (CAM-PDF-1.20.tar.gz) = 251325c4359dcb37f38a42cdb35671c68b2cbafd +RMD160 (CAM-PDF-1.20.tar.gz) = e9221d2365c93fac61eda337e37b88d6f510b73a +Size (CAM-PDF-1.20.tar.gz) = 730295 bytes |