diff options
author | adam <adam@pkgsrc.org> | 2011-04-11 09:12:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-04-11 09:12:51 +0000 |
commit | 9cc2df1a87f780c715311f51bde076a591b9a5da (patch) | |
tree | 1448775802a22cffe6a28aa5c529441988dc40c0 /textproc/p5-PDF-API2 | |
parent | dbb26eb08d9512724e1501cc2dba568b95469ddd (diff) | |
download | pkgsrc-9cc2df1a87f780c715311f51bde076a591b9a5da.tar.gz |
Changes 2.019:
* 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.
Diffstat (limited to 'textproc/p5-PDF-API2')
-rw-r--r-- | textproc/p5-PDF-API2/Makefile | 8 | ||||
-rw-r--r-- | textproc/p5-PDF-API2/distinfo | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/textproc/p5-PDF-API2/Makefile b/textproc/p5-PDF-API2/Makefile index faf9ae9ec0d..15bd838fb83 100644 --- a/textproc/p5-PDF-API2/Makefile +++ b/textproc/p5-PDF-API2/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.22 2010/08/21 16:35:55 seb Exp $ +# $NetBSD: Makefile,v 1.23 2011/04/11 09:12:51 adam Exp $ -DISTNAME= PDF-API2-0.73 +DISTNAME= PDF-API2-2.019 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= textproc perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AR/AREIBENS/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SS/SSIMMS/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PDF-API2/ COMMENT= Perl5 module for next generation api for pdf +LICENSE= gnu-lgpl-v2.1 PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/p5-PDF-API2/distinfo b/textproc/p5-PDF-API2/distinfo index 9da95dfc435..c58fa66ae4e 100644 --- a/textproc/p5-PDF-API2/distinfo +++ b/textproc/p5-PDF-API2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2009/08/05 10:55:55 adam Exp $ +$NetBSD: distinfo,v 1.10 2011/04/11 09:12:51 adam Exp $ -SHA1 (PDF-API2-0.73.tar.gz) = 828092603c31731c604738cb6d2ac37347f0a972 -RMD160 (PDF-API2-0.73.tar.gz) = 86a179b8b58bae79698ded8641a004ce5fde10e2 -Size (PDF-API2-0.73.tar.gz) = 7762509 bytes +SHA1 (PDF-API2-2.019.tar.gz) = 794de9d6d83e8d0ae04b6c1c314238411d151aa8 +RMD160 (PDF-API2-2.019.tar.gz) = e4e5c37c37aa6484f1741e9704df8333dbb56e98 +Size (PDF-API2-2.019.tar.gz) = 3496615 bytes |