pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-CAM-PDF updated to 1.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26b32d157c69
branches:  trunk
changeset: 544874:26b32d157c69
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Mon Jul 21 13:10:49 2008 +0000

description:
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:

 textproc/p5-CAM-PDF/Makefile |  9 ++++-----
 textproc/p5-CAM-PDF/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r 68977a28cfdc -r 26b32d157c69 textproc/p5-CAM-PDF/Makefile
--- a/textproc/p5-CAM-PDF/Makefile      Mon Jul 21 12:27:03 2008 +0000
+++ b/textproc/p5-CAM-PDF/Makefile      Mon Jul 21 13:10:49 2008 +0000
@@ -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@localhost
+MAINTAINER=    rhaen%NetBSD.org@localhost
 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 -r 68977a28cfdc -r 26b32d157c69 textproc/p5-CAM-PDF/distinfo
--- a/textproc/p5-CAM-PDF/distinfo      Mon Jul 21 12:27:03 2008 +0000
+++ b/textproc/p5-CAM-PDF/distinfo      Mon Jul 21 13:10:49 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index