diff options
author | wen <wen> | 2015-11-08 10:39:24 +0000 |
---|---|---|
committer | wen <wen> | 2015-11-08 10:39:24 +0000 |
commit | b7b711f74d182dc5c54b0fb9e197340d15c17680 (patch) | |
tree | 9ec9c16b89d0b4011afc60f7db32e303ce6cc01f /textproc | |
parent | 0025081140846a4ec32be9331660ae1dcf2acd9e (diff) | |
download | pkgsrc-b7b711f74d182dc5c54b0fb9e197340d15c17680.tar.gz |
Update to 1.19
Upstream changes:
1.19 2015-10-28 MANWAR
- Added key 'provides' to the Makefile.PL script.
- Added standard unit test script (t/00-load.t).
1.18 2015-10-26 MANWAR
- Added MIN_PERL_VERSION to the Makefile.PL script.
- Tidied up and documented package PDF::Create.
- Tidied up and documented package PDF::Create::Page.
- Tidied up README file.
1.17 2015-10-25 MANWAR
- Renamed file CHANGES to Changes.
- Tidied up Changes file.
- Added standard unit test for Changes file (t/changes.t).
1.16 2015-10-24 MANWAR
- Fixed the warning thrown by method PDF::Image::GIF::UnLZW().
- Tidied up example scripts (eg/sample.pl and eg/sample-cgi.pl).
- Added sample images used by example scripts.
- Added standard unit test for MANIFEST file.
1.15 2015-10-24 MANWAR
- Added key 'CreationDate' to the list of valid keys to constructor.
- Tidied up pod document of PDF::Create.
- Tidied up Makefile.PL script.
- Removed MANIFEST from .gitignore file.
1.14 2015-10-23 MANWAR
- Added section REPOSITORY, LICENSE to the pod document.
- Added standard pod syntax testing script t/pod.t
- Added MANIFEST file.
1.13 2015-10-22 MANWAR
- Fixed the distribution as earlier v1.12 didn't have any code (MANWAR).
1.12 2015-10-22 MANWAR
- Updated repository link in the Makefile.PL script (MANWAR).
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index 616288931e7..134d2df6c75 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2015/10/04 09:35:50 wen Exp $ +# $NetBSD: Makefile,v 1.34 2015/11/08 10:39:24 wen Exp $ # -DISTNAME= PDF-Create-1.11 +DISTNAME= PDF-Create-1.19 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} diff --git a/textproc/p5-PDF-Create/distinfo b/textproc/p5-PDF-Create/distinfo index e02449872ee..d8f4d53e569 100644 --- a/textproc/p5-PDF-Create/distinfo +++ b/textproc/p5-PDF-Create/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 01:59:46 agc Exp $ +$NetBSD: distinfo,v 1.9 2015/11/08 10:39:24 wen Exp $ -SHA1 (PDF-Create-1.11.tar.gz) = 8ee54f45e2a81a893030a32229b57c5beaa50c81 -RMD160 (PDF-Create-1.11.tar.gz) = d45ef7ed45a54d9a92ea6876d0e308a69b7f6438 -SHA512 (PDF-Create-1.11.tar.gz) = 2c6bdf8d6f06e5857cb51decd6cfb10e1327d3e6587b483e562bf911a9739e4ff2d3a8c26ca20199bf9fa7c198704375f72ef614ee8ca9130a6941e07b980249 -Size (PDF-Create-1.11.tar.gz) = 77097 bytes +SHA1 (PDF-Create-1.19.tar.gz) = 9ae5ef1f6a2bcf1fe5a44dc8cf533b89eeeee66e +RMD160 (PDF-Create-1.19.tar.gz) = 729dcf686a411cd7982b00fb5d61eec7ff98da9d +SHA512 (PDF-Create-1.19.tar.gz) = 784ac361f195ad8f121b2c9974aa64ae69ef0c17c5aa8db2c74e048dcbe70fee20b353c643240592093e8bab7a64ba8580abba06b6d0fd35dd25f88c88b29ff0 +Size (PDF-Create-1.19.tar.gz) = 92497 bytes |