diff options
author | rhaen <rhaen@pkgsrc.org> | 2012-05-09 19:18:54 +0000 |
---|---|---|
committer | rhaen <rhaen@pkgsrc.org> | 2012-05-09 19:18:54 +0000 |
commit | afac2762a08edcf8179b1ec9d0c21a52122963e5 (patch) | |
tree | a5580c242b9d83d61dd76457ab125efb905d7abf /textproc | |
parent | 0ee046233862f3f1c804308934133565ec6e9550 (diff) | |
download | pkgsrc-afac2762a08edcf8179b1ec9d0c21a52122963e5.tar.gz |
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 (limited to 'textproc')
-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 986cc119762..95c7615ec51 100644 --- a/textproc/p5-CAM-PDF/Makefile +++ b/textproc/p5-CAM-PDF/Makefile @@ -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 --git a/textproc/p5-CAM-PDF/distinfo b/textproc/p5-CAM-PDF/distinfo index db5efff7b1a..862322b9c9d 100644 --- a/textproc/p5-CAM-PDF/distinfo +++ b/textproc/p5-CAM-PDF/distinfo @@ -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 |