summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-API2
AgeCommit message (Collapse)AuthorFilesLines
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-1/+2
2011-04-11Changes 2.019:adam2-8/+8
* Fix a typo in the require statement for code128 barcodes. * Numerous modules are now only loaded when they're needed, which should help speed up the load time and reduce the memory footprint. * Test coverage is up to about 45% of the codebase. Changes 2.018: * The tests in 2.017 exposed a floating point issue where some computers give more trailing zeros than others. It doesn't affect the output, but it does break the tests on those computers, since the PDFs are slightly different. This version modifies the float() method to remove trailing zeros, which should fix the test breakage and give consistent PDFs. Changes 2.017: * The DejaVu fonts have been removed from the distribution, since they were only used by one example script. If you need them for your project, you can download them from http://dejavu-fonts.org * Fix: Content->bogen() didn't behave as documented if $move was set (it started drawing from the center of the circle rather than [x1, y1]). * The undocumented nettfont method has been removed, along with the supporting PDF::API2::Resource::Font::neTrueType module. * The undocumented save_xml method has been removed, along with the supporting functions in PDF::API2::Basic::*. * The undocumented textstate2 method has been removed from PDF::API2::Content. * Fix create_egs call in Lite.pm * Fix string interpolation in pdf-merge.pl * Fix an error in the synopsis * Fix rename of .cmap files so that they actually work now. * The test suite has grown to nearly 200 tests, covering about 40% of the codebase. There's still plenty of room for improvement.
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-08-05Changes 0.73:adam2-7/+6
* Bug fixes.
2009-04-11PkgSrc changes:sno1-2/+3
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib, p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are merged into p5-IO-Compress - Updated dependend packages to depend on p5-IO-Compress and bump PKGREVISION Upstream changes: 2.017 30 March 2009 * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib & Compress-Zlib into IO-Compress. * The interface to Compress-Raw-Zlib now uses the new LimitOutput feature. This will make all of the zlib-related IO-Compress modules less greedy in their memory consumption. * Removed MAN3PODS from Makefile.PL * A few changes to get the test harness to work on VMS courtesy of Craig. A. Berry. * IO::Compress::Base & IO::Uncompress::Base Downgraded some croaks in the constructors to just set $! (by letting the code attempt to open a file and fail). This makes the behavior more consistent to a standard open. [RT #42657] * IO::Uncompress::Base Doing a seek with MultiStream could drop some of the uncompressed data. Fixed. * IO::Compress::Zip - Fixed problem with the uncompressed & uncompressed fields when zip64 is enabled. They were set to 0x0000FFFF instead of 0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short. Problem spotted by Dino Chiesa. * IO::Uncompress::Unzip - use POSIX::mktime instead of Time::Local::timelocal to convert the zip DOS time field into Unix time. * Compress::Zlib - Documented Compress::Zlib::zlib_version()
2009-01-11Update from version 0.72 to 0.72.003.he2-6/+6
Upstream changes: No change log available (lazy bums!). Judging from the diff they are minor.
2008-11-18Updated from version 0.71.001nb1 to 0.72.he2-8/+7
Pkgsrc changes: o Tweak MASTER_SITES so that the distfile is found Upstream changes: No change log available. From looking at the diff and the RT database: o Improve forward compatibility with perl 5.10.0 maintenance releases (RT #39875?) o fixed [rt.cpan.org #40648] Unicode text prints text on top of text before it
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-08-11Update from version 0.69 to 0.71.001.he2-6/+6
The upstream package does not have a change log, and there is already an open RT ticket for this problem as well. A diff doesn't reveal anything which appears to be earth-shattering.
2008-02-06Updated to version 0.69.heinz2-9/+11
Pkgsrc changes: - List version independent HOMEPAGE. - The package supports installation to DESTDIR. - The module needs at least Compress::Zlib 1.0. Changes since version 0.65: =========================== not provided.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-10-13Changes 0.65:adam2-9/+8
* Bug fixes
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-04Update PDF-API2 to version 0.51. The API is not backward compatible withben2-8/+7
the previous version of this package. Over the last several years, there have been too many changes and fixes to list here.
2005-09-28Removed trailing white-space.rillig1-2/+2
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-05-04Convert to buildlink3.snj1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-10-02Use buildlink2seb1-5/+3
Use perl5/module.mk
2001-11-28Added p5-PDF-API2-0.2.0.2 (PR#14144).martti4-0/+27
Changes for PR: - use version 0.2.0.2 - moved pkg/* From DESCR: Perl module for the next generation API for creating and modifing PDFs.