diff options
author | wen <wen@pkgsrc.org> | 2016-06-05 12:54:08 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2016-06-05 12:54:08 +0000 |
commit | 88be95b4be9312c22eeefa3ee38157033e322d47 (patch) | |
tree | 43b8b907f0dc09ac6d5c3fbdecf076b19bc8d3c8 /textproc/p5-PDF-Create | |
parent | 5fdf6346a36835a95bc625b15ba21b7f9129cd6d (diff) | |
download | pkgsrc-88be95b4be9312c22eeefa3ee38157033e322d47.tar.gz |
Update to 1.32
Update DEPENDS
Upstream changes:
1.32 2016-06-03 12:00:00 MANWAR
- Corrected Helvetica font width.
1.31 2016-05-02 02:45:00 MANWAR
- Updated method PDF::Font::_generate_char_width() to load data in sorted order.
- Added script "verify-char-width" to test char width in different fonts.
- Added section "SYNOPSIS" to the package PDF::Font.
1.30 2016-04-30 08:00:00 MANWAR
- Refactored character width handling for supported fonts.
- Fixed method block_text() w.r.t line spacing.
1.29 2016-02-12 11:15:00 MANWAR
- Updated method block_text() to parameterize paragraph spacing on email request
of Joel Goode.
- Added example code to the pod for the method block_text().
Diffstat (limited to 'textproc/p5-PDF-Create')
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 12 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/distinfo | 10 |
2 files changed, 10 insertions, 12 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile index 7d983b96e6a..ff38d0e374e 100644 --- a/textproc/p5-PDF-Create/Makefile +++ b/textproc/p5-PDF-Create/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2016/02/03 13:14:43 mef Exp $ +# $NetBSD: Makefile,v 1.38 2016/06/05 12:54:08 wen Exp $ # -DISTNAME= PDF-Create-1.28 +DISTNAME= PDF-Create-1.32 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} @@ -13,13 +13,11 @@ LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/PDF/Create/.packlist +DEPENDS+= p5-File-Share>=0.25:../../devel/p5-File-Share +DEPENDS+= p5-JSON>=0:../../converters/p5-JSON + BUILD_DEPENDS= p5-Test-LeakTrace>=0.14:../../devel/p5-Test-LeakTrace -#UILD_DEPENDS+= p5-Test-CPAN-Changes-[0-9]*:../../devel/p5-Test-CPAN-Changes BUILD_DEPENDS+= p5-Test-CheckManifest>=0.9:../../devel/p5-Test-CheckManifest -#UILD_DEPENDS+= p5-Test-CPAN-Meta-JSON-[0-9]*:../../devel/p5-Test-CPAN-Meta-JSON - - -REPLACE_PERL= sample.pl sample-cgi.pl .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-PDF-Create/distinfo b/textproc/p5-PDF-Create/distinfo index 6666fe6beba..d71971f7451 100644 --- a/textproc/p5-PDF-Create/distinfo +++ b/textproc/p5-PDF-Create/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2016/02/03 13:14:43 mef Exp $ +$NetBSD: distinfo,v 1.13 2016/06/05 12:54:08 wen Exp $ -SHA1 (PDF-Create-1.28.tar.gz) = 13043d61615e33bc6b054eb9ddef4af14556ebcb -RMD160 (PDF-Create-1.28.tar.gz) = c329bfb21c8a8515247004229a306814195b71bc -SHA512 (PDF-Create-1.28.tar.gz) = 1421841cad545f9dd657261e5212c40567731c46c9cae33b860178b89f459fb471ea892dbb9e9510bf291a08e7b5fdc32c909ecc3d34437b98a496dd33782f39 -Size (PDF-Create-1.28.tar.gz) = 103239 bytes +SHA1 (PDF-Create-1.32.tar.gz) = 2fb6faabc4f293b0baa1b9b0da7ba7e257e7ae88 +RMD160 (PDF-Create-1.32.tar.gz) = d9fe21fa43b43ba5199ba4a962120ef3ea38052a +SHA512 (PDF-Create-1.32.tar.gz) = 8b3bb872d7f01c16aa2bd1a0b5016d17d02bd78624e93b4e88bd94ecd9fe95e7da3f45e5b82b44ddb0fba9121711cbf599662912c88e9b4bd754ece65fa32326 +Size (PDF-Create-1.32.tar.gz) = 119662 bytes |