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.52



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1c0aedc72e36
branches:  trunk
changeset: 549943:1c0aedc72e36
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Tue Nov 11 09:22:10 2008 +0000

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

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

diffs (28 lines):

diff -r eadf1650d36a -r 1c0aedc72e36 textproc/p5-CAM-PDF/Makefile
--- a/textproc/p5-CAM-PDF/Makefile      Tue Nov 11 09:16:40 2008 +0000
+++ b/textproc/p5-CAM-PDF/Makefile      Tue Nov 11 09:22:10 2008 +0000
@@ -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 -r eadf1650d36a -r 1c0aedc72e36 textproc/p5-CAM-PDF/distinfo
--- a/textproc/p5-CAM-PDF/distinfo      Tue Nov 11 09:16:40 2008 +0000
+++ b/textproc/p5-CAM-PDF/distinfo      Tue Nov 11 09:22:10 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index