pkgsrc/textproc/p5-CAM-PDF/Makefile
rhaen da0e2d8cc5 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
2012-05-09 19:18:54 +00:00

27 lines
711 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/05/09 19:18:54 rhaen Exp $
#
DISTNAME= CAM-PDF-1.57
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
USE_TOOLS+= csh:run
REPLACE_CSH= bin/asciify
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"