pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-PDF-Create Update to 1.32



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6854847b51de
branches:  trunk
changeset: 348024:6854847b51de
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jun 05 12:54:08 2016 +0000

description:
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:

 textproc/p5-PDF-Create/Makefile |  12 +++++-------
 textproc/p5-PDF-Create/distinfo |  10 +++++-----
 2 files changed, 10 insertions(+), 12 deletions(-)

diffs (45 lines):

diff -r 87fd5a603b88 -r 6854847b51de textproc/p5-PDF-Create/Makefile
--- a/textproc/p5-PDF-Create/Makefile   Sun Jun 05 12:52:58 2016 +0000
+++ b/textproc/p5-PDF-Create/Makefile   Sun Jun 05 12:54:08 2016 +0000
@@ -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 @@
 
 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 -r 87fd5a603b88 -r 6854847b51de textproc/p5-PDF-Create/distinfo
--- a/textproc/p5-PDF-Create/distinfo   Sun Jun 05 12:52:58 2016 +0000
+++ b/textproc/p5-PDF-Create/distinfo   Sun Jun 05 12:54:08 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index