diff options
author | wen <wen@pkgsrc.org> | 2019-09-18 14:25:01 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2019-09-18 14:25:01 +0000 |
commit | 6906e0f037259b9a3fa7a7e823a10d0062a53df0 (patch) | |
tree | 8d86330dba85a68e931e747a084f3fb513815172 /textproc | |
parent | 0c8128c81d5c2431de7f47badb638d1bc8186940 (diff) | |
download | pkgsrc-6906e0f037259b9a3fa7a7e823a10d0062a53df0.tar.gz |
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.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-PDF-API2/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index 40365fd0a18..c23fd34ea1e 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -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/} diff --git a/textproc/p5-PDF-API2/distinfo b/textproc/p5-PDF-API2/distinfo index 8253179cba6..644dd78ab09 100644 --- a/textproc/p5-PDF-API2/distinfo +++ b/textproc/p5-PDF-API2/distinfo @@ -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 |