diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-12 12:37:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-12 12:37:41 +0000 |
commit | 203f29d251292ef2fe198153a58c6339da15141a (patch) | |
tree | 499b0080d6b5cd0b2405bd288e006bd1f47e2e52 /textproc/p5-PDF-Create | |
parent | bfc3907b9dde306366306b0c45b0ff74dcc7253b (diff) | |
download | pkgsrc-203f29d251292ef2fe198153a58c6339da15141a.tar.gz |
Update to 1.06, set LICENSE.
Updated version number
Updated Howto
Fixed Makefile and MANIFEST for Build.PL
Added Build.PL
Save locale in Page-image (rt.perl.org bug #57340)
Made this test windows-compatible (rt.perl.org bug #55505)
Add prerequisite for perl 5.005 (rt bug #55198)
Fix typo
File permissions changed
Fixed POD (rt bug #55184)
Test-script cleanup, proper use of ok() with pdftotext
Run the cgi with the correct perl from $Config{perlpath}.
Fixed some typos in the POD
Fixed the usage of the test suite (skip was used wrongly).
Version 1.05\nAdded t/10-versionig.t\nFix to Changes.PL
Even more POD additions
Changed version number to 1.05
Fixed minor Perl::Critic issues
Image scaling bug, patch by Simon Green <simon@simongreen.name>
I have noticed one bug with the software though. If you
are scaling an image, and are centering it, it calculates the the bottom
left based on the original image size, not the scaled size. Attached is a
patch (against 1.03) that fixes this.
more POD fixes and comments
PerlTidy, Fixed comments and POD
PerlTidy, Fixed comments and POD
Fixed formatting (perltidy) and updated POD documentation
git in eclipe is a mess
Added new test scripts
Added experimental 'text' function
Added Gary's annotation fonction and related stuff (string_underline).
Cleaned up test files, grouped by topic, uses Test::More
Cosmetic and toolchain mods.
As sent to Gary
Fixed debug() stuff
Removed history from comments
General cleanup
fixed corrupt xref
Improved debugging, Initial version of annotations
Set version to 'perl' for Fedora
Fix the MANIFEST file with all test updates
Fixed Changes.PL
Cleanup test files
Add 'real' test using 'pdftotext'
Add a cgi-script test/example
Changing version number
Some more test cleanup (eliminate warnings, remove test 7)
Fix and unify test samples (generate pdf name from script name).
Add new sample 'parabola.t', to show how to generate graphices.
Improve doc and error message for unsupported gif images.
Add new sample featuring font color and drawing/writing on images.
Improved git detection in Changes.PL by Philippe Audéoud
Hacked Changes.PL to skip out in a non-obstrusive way if git
is not found or the git environment is not right.
Diffstat (limited to 'textproc/p5-PDF-Create')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index 3b1d4d12c74..72cc5491cf7 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2010/08/21 16:35:56 seb Exp $ +# $NetBSD: Makefile,v 1.23 2010/09/12 12:37:41 wiz Exp $ # -DISTNAME= PDF-Create-1.02 +DISTNAME= PDF-Create-1.06 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 SVR4_PKGNAME= p5pcr CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} @@ -11,6 +10,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/PDF-Create/ COMMENT= Perl5 module for creating pdf documents +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/p5-PDF-Create/distinfo b/textproc/p5-PDF-Create/distinfo index a804c72f6a7..4164fbf95d4 100644 --- a/textproc/p5-PDF-Create/distinfo +++ b/textproc/p5-PDF-Create/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/08/11 13:28:15 he Exp $ +$NetBSD: distinfo,v 1.4 2010/09/12 12:37:41 wiz Exp $ -SHA1 (PDF-Create-1.02.tar.gz) = 1cb3b6ea9567e24acaface4b343db99ba4ffeaa5 -RMD160 (PDF-Create-1.02.tar.gz) = 3579b3323d81442463669444f9b24e13d79097b2 -Size (PDF-Create-1.02.tar.gz) = 103401 bytes +SHA1 (PDF-Create-1.06.tar.gz) = 9dfe02f3ec8b974cc762867908ec77b41d244b46 +RMD160 (PDF-Create-1.06.tar.gz) = e988ffcbe8d4783fa4062c436a215674c160f4d7 +Size (PDF-Create-1.06.tar.gz) = 75847 bytes |