pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-PDF-API2
Module Name: pkgsrc
Committed By: wen
Date: Wed Sep 18 14:25:01 UTC 2019
Modified Files:
pkgsrc/textproc/p5-PDF-API2: Makefile distinfo
Log Message:
Update to 2.036
Upstream changes:
2.036 2019-09-17
- Eliminate another uninitialized value warning in BaseFont.pm.
2.035 2019-08-09
- The bounding box methods (mediabox, cropbox, bleedbox, trimbox, and
artbox) now return their values when called without arguments.
- The get_[media|crop|bleed|trim|art]box page methods have been deprecated
since they're now redundant, but they continue to work.
- [RT #130074] Remove unneeded (and newly-broken) calls to is_utf8 in
Annotation.pm and NamedDestination.pm (reported by Mathieu Arnold).
- Eliminate some uninitialized value warnings in BaseFont.pm.
2.034 2019-06-29
- SUPPORTED PERL VERSIONS: Starting with this release, PDF::API2 will
support major Perl versions released in the past six years, plus the major
release before that one. This should provide backward compatibility for
the life of most LTS server distributions, while eliminating the need to
troubleshoot warnings and bugs that only show up in increasingly-ancient
versions of Perl.
For this release, it means that the minimum supported Perl is 5.18, which
was first released on 2013-05-18.
- Add support for cross-reference streams using 64-bit field widths.
- When the utf8 flag is set for a PDF string, automatically encode it as
UCS-16BE instead of requiring a separate flag to be set in the PDF object.
This resolves [RT #33497] and [RT #117031] in addition to making the code
easier to maintain.
- [RT #126274] Fix alignment when using UniFont with text_center or
text_right when all characters are in the same block.
- [RT #121911] Fix adding pages to a document structure with nested Pages
elements. This included a fairly substantial rewrite of the relevant
code, so please report any new bugs related to adding pages (report and
troubleshooting by Vadim Repin).
- Renamed pdfile() to pdf_file() in PDF::API2::Annotation and
PDF::API2::Outline. The old name continues to work, but is deprecated.
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/textproc/p5-PDF-API2/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/p5-PDF-API2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/p5-PDF-API2/Makefile
diff -u pkgsrc/textproc/p5-PDF-API2/Makefile:1.45 pkgsrc/textproc/p5-PDF-API2/Makefile:1.46
--- pkgsrc/textproc/p5-PDF-API2/Makefile:1.45 Sun Aug 11 13:23:33 2019
+++ pkgsrc/textproc/p5-PDF-API2/Makefile Wed Sep 18 14:25:01 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2019/08/11 13:23:33 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2019/09/18 14:25:01 wen Exp $
-DISTNAME= PDF-API2-2.033
+DISTNAME= PDF-API2-2.036
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/}
Index: pkgsrc/textproc/p5-PDF-API2/distinfo
diff -u pkgsrc/textproc/p5-PDF-API2/distinfo:1.20 pkgsrc/textproc/p5-PDF-API2/distinfo:1.21
--- pkgsrc/textproc/p5-PDF-API2/distinfo:1.20 Sun Jul 9 00:41:59 2017
+++ pkgsrc/textproc/p5-PDF-API2/distinfo Wed Sep 18 14:25:01 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2017/07/09 00:41:59 wen Exp $
+$NetBSD: distinfo,v 1.21 2019/09/18 14:25:01 wen Exp $
-SHA1 (PDF-API2-2.033.tar.gz) = e744e4ad46fa77c8a1f14abef447cf7eb2c6a11f
-RMD160 (PDF-API2-2.033.tar.gz) = 91860e3e819be878871f629fefceedc8c5a11415
-SHA512 (PDF-API2-2.033.tar.gz) = 8579114492c8b8fcd8ad7b837e8dea1f7157803b2519883308696f78ce1597688bf5f3b06d13971b5a8302eb03636557de3a7092b8386a6e177748c4b3748ea5
-Size (PDF-API2-2.033.tar.gz) = 3533753 bytes
+SHA1 (PDF-API2-2.036.tar.gz) = 36908a1dc70cb1ac8535cfed616a88177fedf2e2
+RMD160 (PDF-API2-2.036.tar.gz) = 51a480df9505cd4932fb011b2e7e69da349312a8
+SHA512 (PDF-API2-2.036.tar.gz) = bebf250e355cbf3fc7dfe5a3fe8352bb1efcf4cb337417d03ca97cf22d6d89914a76701f26a4304fcd8983cfcb0b62ce487744958f18b709f3e9343e8c6d08db
+Size (PDF-API2-2.036.tar.gz) = 3511856 bytes
Home |
Main Index |
Thread Index |
Old Index