pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/p5-Text-PDF



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Aug 19 03:18:28 UTC 2016

Modified Files:
        pkgsrc/textproc/p5-Text-PDF: Makefile distinfo

Log Message:
Update to 0.30

Upstream changes:
0.30 2016-08-17

* Source repo moved from Subversion to Github
* Add -p to pdfstamp
* Add -g, -p, -u to pdfbklt
* Bug fixes
*    Wasn't installing on Windows Perl 5.22 and up
*    [rt.cpan.org] #116492: make install fails under Strawberry Perl
*    [rt.cpan.org] #110855: Fix pod2man errors
*    [rt.cpan.org] #86452: Parse error reading array
*    [rt.cpan.org] #78351: Invalid version format (non-numeric data)
*    [rt.cpan.org] #41085: ASCII85 decode broken
*    [rt.cpan.org] #35871: lzw compression fixup
*    [rt.cpan.org] #32210: pdfstamp patch for use strict
*    [rt.cpan.org] #31353: adding first test
*    fix Dict::read_stream() to write long streams to file as intended
*    fix LZWDecode to handle streams longer than 4096 bytes
*    close INFILE at start of release()
*    Fix Dict to allow single stream filters rather than requiring an array


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/p5-Text-PDF/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/p5-Text-PDF/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/p5-Text-PDF/Makefile
diff -u pkgsrc/textproc/p5-Text-PDF/Makefile:1.14 pkgsrc/textproc/p5-Text-PDF/Makefile:1.15
--- pkgsrc/textproc/p5-Text-PDF/Makefile:1.14   Wed Jun  8 19:24:39 2016
+++ pkgsrc/textproc/p5-Text-PDF/Makefile        Fri Aug 19 03:18:28 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2016/06/08 19:24:39 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2016/08/19 03:18:28 wen Exp $
 #
 
-DISTNAME=      Text-PDF-0.29a
+DISTNAME=      Text-PDF-0.30
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   10
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
 
@@ -11,7 +10,6 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Text-PDF/
 COMMENT=       Perl 5 module for manipulating PDF files
 
-WRKSRC=                ${WRKDIR}/Text-PDF-0.29
 USE_LANGUAGES= # empty
 
 #DEPENDS+=     {perl>=5.9.3,p5-IO-Compress>=2.017}:../../devel/p5-IO-Compress  # Compress::Zlib>=0

Index: pkgsrc/textproc/p5-Text-PDF/distinfo
diff -u pkgsrc/textproc/p5-Text-PDF/distinfo:1.2 pkgsrc/textproc/p5-Text-PDF/distinfo:1.3
--- pkgsrc/textproc/p5-Text-PDF/distinfo:1.2    Wed Nov  4 01:59:52 2015
+++ pkgsrc/textproc/p5-Text-PDF/distinfo        Fri Aug 19 03:18:28 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/04 01:59:52 agc Exp $
+$NetBSD: distinfo,v 1.3 2016/08/19 03:18:28 wen Exp $
 
-SHA1 (Text-PDF-0.29a.tar.gz) = 93b4d619ccfbb437a3dc0599b0b360a8ade8d6aa
-RMD160 (Text-PDF-0.29a.tar.gz) = 036b9bb4dbdf72d3fb57718e73b6dbebcc16eef4
-SHA512 (Text-PDF-0.29a.tar.gz) = b7aa72decfc086a10d8c3e768610375e2ba160653b1e5a32c613a0a12cc8b46c5e12558ca4d436614f6f24158d2d7305999f006423009a8d9a19567c6afa535c
-Size (Text-PDF-0.29a.tar.gz) = 51466 bytes
+SHA1 (Text-PDF-0.30.tar.gz) = 1b9c02380b425dfcf785b18614b040d7240c7d73
+RMD160 (Text-PDF-0.30.tar.gz) = 4f9e9b0bab0a271e8642eaa540e6232fac7a7e9c
+SHA512 (Text-PDF-0.30.tar.gz) = 4132993143b1a97710d37bd2f28c5d2d4a61e8f0698e29224442f7d736286eac7d60b9d6be29c238f3dc4911a59aaf08b884100687db31e3fcd419ea8366f802
+Size (Text-PDF-0.30.tar.gz) = 56169 bytes



Home | Main Index | Thread Index | Old Index