14332971b4
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
23 lines
667 B
Makefile
23 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.9 2011/11/12 00:43:56 hiramatsu Exp $
|
|
#
|
|
|
|
DISTNAME= CAM-PDF-1.55
|
|
PKGNAME= p5-${DISTNAME}
|
|
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
|
|
|
|
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
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|