pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-PDF-API2 Update to 2.027



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bcff6771ad69
branches:  trunk
changeset: 348027:bcff6771ad69
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jun 05 13:19:17 2016 +0000

description:
Update to 2.027

Upstream changes:
2.027     2016-03-11

    - This release contains seven fixes for parsing PDFs.  They mostly
      affect files using cross-reference streams, which were first
      supported in the previous release.  Thanks to Marco Pessotto and
      Stuart Henderson for their help identifying and troubleshooting
      bugs.

    - Added contrib/pdf-debug.pl to help track down issues related to
      opening and parsing PDFs.


2.026     2016-02-24

    - [RT #48683] Add support for PDFs with cross-reference streams
      and object streams (patch by Don Huettl of Grant Street Group).

    - [RT #107333] Accept an empty string as a valid Name, per PDF
      spec 1.7 section 7.3.5 (patch by Mark Balitsky).

    - [RT #98551] Rename aliases 2A, 4A, 2B, and 4B to 2A0, 4A0, 2B0,
      and 4B0.  The old names will continue to work, but are now
      undocumented (patch by Phil Perry).

    - Add -mils and -color as options for barcodes.  Reset linedash so
      that barcodes are always solid lines (patch by Erelen).

    - [RT #98549] Rename meterlimit to miterlimit (patch by Phil
      Perry).

    - [RT #98534] Rename hspace to hscale (patch by Phil Perry).

    - Fixed an infinite loop when RunLengthDecode is used for output.

    - [RT #65582] Fix embedding of OpenType fonts (fix by Simon Cozens).

    - [RT #67767] Allow an empty page to be imported into a PDF using
      importPageIntoForm (reported by Antti Lankila).

    - [RT #66341] Various fixes for ASCII85Decode and LZWDecode.

diffstat:

 textproc/p5-PDF-API2/Makefile |   4 ++--
 textproc/p5-PDF-API2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 270671f8e398 -r bcff6771ad69 textproc/p5-PDF-API2/Makefile
--- a/textproc/p5-PDF-API2/Makefile     Sun Jun 05 12:56:45 2016 +0000
+++ b/textproc/p5-PDF-API2/Makefile     Sun Jun 05 13:19:17 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2015/10/04 10:45:51 wen Exp $
+# $NetBSD: Makefile,v 1.36 2016/06/05 13:19:17 wen Exp $
 
-DISTNAME=      PDF-API2-2.025
+DISTNAME=      PDF-API2-2.027
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}
diff -r 270671f8e398 -r bcff6771ad69 textproc/p5-PDF-API2/distinfo
--- a/textproc/p5-PDF-API2/distinfo     Sun Jun 05 12:56:45 2016 +0000
+++ b/textproc/p5-PDF-API2/distinfo     Sun Jun 05 13:19:17 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2015/11/04 01:59:46 agc Exp $
+$NetBSD: distinfo,v 1.16 2016/06/05 13:19:17 wen Exp $
 
-SHA1 (PDF-API2-2.025.tar.gz) = 2f849d491eedb2ca1f9d6a859aa3574ff706112e
-RMD160 (PDF-API2-2.025.tar.gz) = d13f76d000d00e266bba212f2ee82a3287e8a90c
-SHA512 (PDF-API2-2.025.tar.gz) = 0dc2e880e77c1beabeed49a6dff0378ebed3eca8f7235a199bd8ffd1b3394af11e0ba2e9f662686407c5c03fde84590c57634ed6e9063c2684578772c2786f5c
-Size (PDF-API2-2.025.tar.gz) = 3554009 bytes
+SHA1 (PDF-API2-2.027.tar.gz) = a88c89e981c1ddfaba0be77c353c33fff3c9177a
+RMD160 (PDF-API2-2.027.tar.gz) = 228ed24fc5437c8291ef26300e8db974a10c8c00
+SHA512 (PDF-API2-2.027.tar.gz) = 39729907418b863dd97b4b5051584eac5baddc9639a1b92caa5045a5237e41d37ae267fafd37c3a89d8160f8d9b3fb3bdbc903e1cd3de9e4df158cacb8e5c1d8
+Size (PDF-API2-2.027.tar.gz) = 3500950 bytes



Home | Main Index | Thread Index | Old Index