Upstream changes:
0.39 Tues Sept 26 2016
This release simply corrects the rev number
0.38 Mon Sept 26 2016
118069: MYMETA must not be included
0.37 Fri Sept 23 2016
101145 Add support for IO::String and "in memory" files
107301 prStrWidth returns undef when string is '0'
41287 It seems that filehandles of TTF files are not closed
79703 Allow a handle to be provided instead of a file name
107299 Warnings on empty strings in prStrWidth/prText
117892 Could not open 'Reuse.pm' (0.36_02)
93049 PDF::Reuse Bookmarks bug and fix
97290 fix for uninitialized value $param{"Index"} when reading PDF version 1.5 file
43232 Wrong prototype for findFont()
46202 PDF-Reuse 0.35 prDoc/xrefSection problem
48804 Bad PDF Spins CPU
59359 qQ imbalance in Reuse.pm
104874 prMbox() not dealing with 0 ux/uy
Thanks to all who contributed patches for these fixes!
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.
No effective change for the above reason.
Ok joerg
Changes:
0.36 Wed Dec 10 2014
Added binary blob handling to prJpeg
Added prAltJpeg to allow for insertion of alternate low-res images for display
Added support for grayscale images to prJpeg after suggestions from Ingo Lachmann
Removing depricated define(@array) syntax per suggestion from Nigel Gourlay
Updating copyright notices
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System
submitted by Edgar Fuß
-------------------------------------
This module could be used when you want to mass produce similar (but not
identical) PDF documents and reuse templates, JavaScripts and some other
components. It is functional to be fast, and to give your programs capacity
to produce many pages per second and very big PDF documents if necessary.
The module produces PDF-1.4 files. Some features of PDF-1.5, like "object
streams" and "cross reference streams", are supported, but only at an
experimental level. More testing is needed. (If you get problems with a new
document from Acrobat 6 or higher, try to save it or recreate it as a PDF-1.4
document first, before using it together with this module.)