pkgsrc/textproc/p5-PDF-API2/Makefile
wen 07d1281a1b Update to 2.021
Upstream changes:
2.021     2014-02-20

    - Fixed numerous bugs in the string parsing code, including the
      one reported in [RT #63918] by Frank Doepper.

    - [RT #41049] Rewrote literal string parsing to prevent a stack
      overflow due to an inefficient regex (reported by Sergei
      Fetisov).

    - [RT #91822] Fix compression of GIF images to ensure that output
      codes don't exceed 12 bits (reported by Vadim Repin).

    - The RunLengthDecode filter didn't actually work.  Its code has
      been rewritten and now passes basic encoding and decoding tests.

    - Fix Code128 barcode switching from Code C to Code B in certain
      cases (reported by Doru Petrescu).
2014-02-22 08:57:04 +00:00

19 lines
622 B
Makefile

# $NetBSD: Makefile,v 1.30 2014/02/22 08:57:04 wen Exp $
DISTNAME= PDF-API2-2.021
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/PDF-API2/
COMMENT= Perl5 module for next generation api for pdf
LICENSE= gnu-lgpl-v2.1
DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.0
DEPENDS+= p5-Font-TTF>=0:../../fonts/p5-Font-TTF
PERL5_PACKLIST= auto/PDF/API2/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"