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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/148f5827d0d6
branches:  trunk
changeset: 603644:148f5827d0d6
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Wed May 09 19:18:54 2012 +0000

description:
Changes:
1.57  17 Dec 2011
      [FIXES]
      - Test for undef streams instead of truth, to allow streams like '' or '0'
        Thanks to Thorsten Schwander for the patch
      - Failed to parse PDF 1.5 cross reference streams where a
        1024-byte boundary happened to fall between "endstream" and
        "endobj" do to a logic error.
        Thanks to Thorsten Schwander for the report and fix suggestion

1.56  13 Dec 2011
      [FIXES]
      - Workaround for corrupt PDFs that have 'n' records in their index that point to byte zero
        of the file. Silently treat those as 'f' records. Yet another case of Acrobat supporting
        broken PDFs, so the rest of us have to support them too...
        Thanks to Mark Hunnibell for a sample PDF that demonstrated the problem

diffstat:

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

diffs (27 lines):

diff -r bff27d8cc40a -r 148f5827d0d6 textproc/p5-CAM-PDF/Makefile
--- a/textproc/p5-CAM-PDF/Makefile      Wed May 09 18:39:35 2012 +0000
+++ b/textproc/p5-CAM-PDF/Makefile      Wed May 09 19:18:54 2012 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2012/02/07 06:42:48 sbd Exp $
+# $NetBSD: Makefile,v 1.11 2012/05/09 19:18:54 rhaen Exp $
 #
 
-DISTNAME=      CAM-PDF-1.55
-PKGREVISION=   1
+DISTNAME=      CAM-PDF-1.57
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CD/CDOLAN/}
diff -r bff27d8cc40a -r 148f5827d0d6 textproc/p5-CAM-PDF/distinfo
--- a/textproc/p5-CAM-PDF/distinfo      Wed May 09 18:39:35 2012 +0000
+++ b/textproc/p5-CAM-PDF/distinfo      Wed May 09 19:18:54 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2011/11/12 00:43:56 hiramatsu Exp $
+$NetBSD: distinfo,v 1.6 2012/05/09 19:18:54 rhaen Exp $
 
-SHA1 (CAM-PDF-1.55.tar.gz) = 661a23c9559a00d6e6aa16976b042c12ff404e74
-RMD160 (CAM-PDF-1.55.tar.gz) = de37e39c640f48428c8a31e8ac165a18d7ced48a
-Size (CAM-PDF-1.55.tar.gz) = 766386 bytes
+SHA1 (CAM-PDF-1.57.tar.gz) = 938f31bcc294976cea57e089cf2e52cb859d2c32
+RMD160 (CAM-PDF-1.57.tar.gz) = bf8204bef58ae937cb68fe3d7f41ed2ad0d07e41
+Size (CAM-PDF-1.57.tar.gz) = 766670 bytes



Home | Main Index | Thread Index | Old Index