Sun Apr 26 08:37:26 2015 UTC ()
Update 2.021 to 2.023
---------------------
2.023     2014-09-12
    - The fix for [RT #69503] broke a previously-working case where a
      page object could be passed (and was expected).  The -firstpage
      option now accepts a page object or a page number.  Thanks to
      Marco Pessotto for the bug report and test.

2.022     2014-07-04
    - Added $pdf->version() get/set method.  When opening an existing
      PDF, the existing version number will now be retained.

    - Renamed the following in PDF::API2:
        - importpage to import_page
        - openScalar to open_scalar

      The old names are deprecated.

    - [RT #69503] Fix the -firstpage option to $pdf->preferences() so
      that it doesn't always lead to a crash (reported by Dietrich
      Streifert).

    - [RT #47974] Accept malformed xref subsections (with a warning)
      that have extraneous spaces on the first line (reported by
      Abhinav Kaushik).

    - [RT #94505] For Code128 barcodes, the initial character set is
      now optional (defaults to B or C depending on the content to be
      encoded).  The initial character set can be passed as a capital
      letter, and the program will die if an invalid character set is
      requested (requested by Andrea Nall).

    - Interleaved 2 of 5 barcodes now prepend a zero when an odd
      number of digits is specified, which is standard behavior.
      Previously, a zero was appended instead.

    - $page->rotate(0) now sets rotation to 0 degrees rather than
      deleting an existing page rotation command.  Page rotation is
      inherited, so this is necessary to undo any inherited page
      rotation.

    - Fix: Attempts to use EAN-128 barcodes resulted in an error.

    - Add a more informative error when text() is called without first
      setting a font(), and when font() is called without including a
      font size.


(mef)
diff -r1.31 -r1.32 pkgsrc/textproc/p5-PDF-API2/Makefile
diff -r1.12 -r1.13 pkgsrc/textproc/p5-PDF-API2/distinfo

cvs diff -r1.31 -r1.32 pkgsrc/textproc/p5-PDF-API2/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-PDF-API2/Makefile 2014/05/29 23:37:38 1.31
+++ pkgsrc/textproc/p5-PDF-API2/Makefile 2015/04/26 08:37:26 1.32
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.31 2014/05/29 23:37:38 wiz Exp $ 1# $NetBSD: Makefile,v 1.32 2015/04/26 08:37:26 mef Exp $
2 2
3DISTNAME= PDF-API2-2.021 3DISTNAME= PDF-API2-2.023
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= textproc perl5 5CATEGORIES= textproc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/PDF-API2/ 9HOMEPAGE= http://search.cpan.org/dist/PDF-API2/
11COMMENT= Perl5 module for next generation api for pdf 10COMMENT= Perl5 module for next generation api for pdf
12LICENSE= gnu-lgpl-v2.1 11LICENSE= gnu-lgpl-v2.1
13 12
14DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.0 13DEPENDS+= {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress # Compress::Zlib>=1.0
15DEPENDS+= p5-Font-TTF>=0:../../fonts/p5-Font-TTF 14DEPENDS+= p5-Font-TTF>=0:../../fonts/p5-Font-TTF
16 15
17PERL5_PACKLIST= auto/PDF/API2/.packlist 16PERL5_PACKLIST= auto/PDF/API2/.packlist
18 17

cvs diff -r1.12 -r1.13 pkgsrc/textproc/p5-PDF-API2/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-PDF-API2/distinfo 2014/02/22 08:57:04 1.12
+++ pkgsrc/textproc/p5-PDF-API2/distinfo 2015/04/26 08:37:26 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2014/02/22 08:57:04 wen Exp $ 1$NetBSD: distinfo,v 1.13 2015/04/26 08:37:26 mef Exp $
2 2
3SHA1 (PDF-API2-2.021.tar.gz) = 0fefd25e18fd4c3883de6af17bea98b7d115c7d2 3SHA1 (PDF-API2-2.023.tar.gz) = deab2d39208a0194fa22b9a54159ecb01de4960b
4RMD160 (PDF-API2-2.021.tar.gz) = 928d6d7591233471e66e983cee225be3476dd9ac 4RMD160 (PDF-API2-2.023.tar.gz) = 8aaa6680299097244bd6f68abce28e749e950f1f
5Size (PDF-API2-2.021.tar.gz) = 3518746 bytes 5Size (PDF-API2-2.023.tar.gz) = 3520841 bytes