pkgsrc/textproc/p5-PDF-API2/Makefile
wen b80d78b2a7 Update to 2.025
Upstream changes:
2.025     2015-09-23

    - The previous release included a patch that broke compatibility
      with Perl 5.8.x.  The minimum supported version is now Perl
      5.8.5, and there is a .perl-version file to facilitate testing
      using plenv.


2.024     2015-09-18

    - [RT #104133] Include all bounding boxes when importing a page
      (patch by Don Huettl of Grant Street Group).

    - [RT #104133] When retrieving bounding boxes for a page, fall
      back according to the defaults listed in the PDF spec (patch by
      Don Huettl of Grant Street Group).

    - Barcodes now take an optional -caption argument that will be
      printed beneath the barcode.  This can replace or be used in
      conjunction with the text representation of the barcode
      (requested by Gareth Tunley).

    - [RT #105581] Calls to width() in BaseFont are now significantly
      faster (patch by Dmitri Tikhonov).
2015-10-04 10:45:51 +00:00

19 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.35 2015/10/04 10:45:51 wen Exp $
DISTNAME= PDF-API2-2.025
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"