diff options
author | wen <wen> | 2015-11-28 14:49:41 +0000 |
---|---|---|
committer | wen <wen> | 2015-11-28 14:49:41 +0000 |
commit | 1d27903b636a056a15ee2f399f2b62a9b526eb86 (patch) | |
tree | 3fa1fc7af4303a2b890a48497849b45de830b822 /textproc | |
parent | ad9089b2d763035c2d88b2970173843ced08dc71 (diff) | |
download | pkgsrc-1d27903b636a056a15ee2f399f2b62a9b526eb86.tar.gz |
Update to 1.22
Upstream changes:
1.22 2015-11-25 10:35:00 MANWAR
- Fixed the debug level handling.
- Updated pod document about the same.
1.21 2015-11-24 14:00:00 MANWAR
- Fixed issue RT# 109562.
1.20 2015-11-24 MANWAR
- Updated method PDF::Create::Page::string() to handle character/word spacing. (Thanks David Kitcher-Jones).
- Updated method PDF::Create::Page::text() to handle font correctly. (Thanks David Kitcher-Jones).
- Added new method PDF::Create::Page::block_text() to manage block of text. (Thanks David Kitcher-Jones).
- Updated method PDF::Create::Page::block_text() to handle multiple paragraphs. (MANWAR)
- Documented method text() and block_text(). (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 134d2df6c75..cc0551215c2 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2015/11/08 10:39:24 wen Exp $ +# $NetBSD: Makefile,v 1.35 2015/11/28 14:49:41 wen Exp $ # -DISTNAME= PDF-Create-1.19 +DISTNAME= PDF-Create-1.22 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 d8f4d53e569..393dc853259 100644 --- a/textproc/p5-PDF-Create/distinfo +++ b/textproc/p5-PDF-Create/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/08 10:39:24 wen Exp $ +$NetBSD: distinfo,v 1.10 2015/11/28 14:49:41 wen Exp $ -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 +SHA1 (PDF-Create-1.22.tar.gz) = dcecd4db22076cdd78c647400ff10c31b9227a6c +RMD160 (PDF-Create-1.22.tar.gz) = cdc01d939eb9c7f740dc255d8fa5be3f1335d66e +SHA512 (PDF-Create-1.22.tar.gz) = 00a518c53468539075641eb008286e282fef5d30bbeab887e6f302c6948b207d466095d256ee64727ab4e8035af091d3cdea010e865b511dc5c32457e8a0e187 +Size (PDF-Create-1.22.tar.gz) = 94608 bytes |