diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-12 00:43:56 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-11-12 00:43:56 +0000 |
commit | b59a6642f5b89a16dfd2cbd9980b92f9415aa729 (patch) | |
tree | 075a8f1918d2455c0319aecba7c3c9871cb18216 /textproc | |
parent | 348628ce72110471e2f1fba39736cff1842c24c1 (diff) | |
download | pkgsrc-b59a6642f5b89a16dfd2cbd9980b92f9415aa729.tar.gz |
Update p5-CAM-PDF to 1.55.
Changes from previous:
1.55 22 Jun 2011
[FIXES]
Performance enhancement saving large files
https://rt.cpan.org/Ticket/Display.html?id=69021
Thanks to David Porter of Audacitas Limited for the patch
1.54 26 Mar 2011
[FIXES]
- appendPDF was broken intermittently if appended doc was bigger than main doc
Thanks to Charlie Katz for a sample PDF
http://chrisdolan.net/talk/2011/03/26/cam-pdf-fixes-appendpdf-bug/
1.53 25 Mar 2011
[FIXES]
- Handle PDF 1.5 case where "endstream" token crosses a 1024-byte boundary
Thanks to Charlie Katz for a sample PDF
- Allow whitespace after the 'stream' token for better interoperability
http://rt.cpan.org/Ticket/Display.html?id=42819
Credit to Vonne 'Robert' Bannavong
- Fix broken crunchjpgs.pl, patch submitted by George Greer
- Tolerate leading zeros on objnums and gennums
http://www.cpanforum.com/posts/11494
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-CAM-PDF/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-CAM-PDF/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile index 14717789165..aae5b0f187d 100644 --- a/textproc/p5-CAM-PDF/Makefile +++ b/textproc/p5-CAM-PDF/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.8 2011/08/14 15:14:02 obache Exp $ +# $NetBSD: Makefile,v 1.9 2011/11/12 00:43:56 hiramatsu Exp $ # -DISTNAME= CAM-PDF-1.52 +DISTNAME= CAM-PDF-1.55 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CD/CDOLAN/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/CAM-PDF/ COMMENT= Perl 5 PDF manipulation library +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/p5-CAM-PDF/distinfo b/textproc/p5-CAM-PDF/distinfo index 17e64f352ff..db5efff7b1a 100644 --- a/textproc/p5-CAM-PDF/distinfo +++ b/textproc/p5-CAM-PDF/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/11/11 09:22:10 rhaen Exp $ +$NetBSD: distinfo,v 1.5 2011/11/12 00:43:56 hiramatsu Exp $ -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 +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 |