Thu Dec 12 00:54:37 2013 UTC ()
Update to 1.08

Upstream changes:
1.08 2013.12.11

    Eliminate pipe from CGI test script t/09
    Filehandle => FileHandle typo fixed #91312

1.07 2013.12.10

    New maintainer SZABGAB
    Tried to reconstruct entries in the CHANGES file
    Some more test case
    Code clean-up (remove indirect calls)
    Remove Build.PL
    use warnings;
    Officially require perl 5.006.
    Move example file to the eg/ directory


(wen)
diff -r1.27 -r1.28 pkgsrc/textproc/p5-PDF-Create/Makefile
diff -r1.4 -r1.5 pkgsrc/textproc/p5-PDF-Create/distinfo

cvs diff -r1.27 -r1.28 pkgsrc/textproc/p5-PDF-Create/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-PDF-Create/Makefile 2013/05/31 12:42:11 1.27
+++ pkgsrc/textproc/p5-PDF-Create/Makefile 2013/12/12 00:54:37 1.28
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.27 2013/05/31 12:42:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2013/12/12 00:54:37 wen Exp $
2# 2#
3 3
4DISTNAME= PDF-Create-1.06 4DISTNAME= PDF-Create-1.08
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 3 
7SVR4_PKGNAME= p5pcr 6SVR4_PKGNAME= p5pcr
8CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/PDF-Create/ 11HOMEPAGE= http://search.cpan.org/dist/PDF-Create/
13COMMENT= Perl5 module for creating pdf documents 12COMMENT= Perl5 module for creating pdf documents
14LICENSE= ${PERL5_LICENSE} 13LICENSE= ${PERL5_LICENSE}
15 14
16PERL5_PACKLIST= auto/PDF/Create/.packlist 15PERL5_PACKLIST= auto/PDF/Create/.packlist
17 16
18REPLACE_PERL= sample.pl sample-cgi.pl 17REPLACE_PERL= sample.pl sample-cgi.pl
19 18

cvs diff -r1.4 -r1.5 pkgsrc/textproc/p5-PDF-Create/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-PDF-Create/distinfo 2010/09/12 12:37:41 1.4
+++ pkgsrc/textproc/p5-PDF-Create/distinfo 2013/12/12 00:54:37 1.5
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.4 2010/09/12 12:37:41 wiz Exp $ 1$NetBSD: distinfo,v 1.5 2013/12/12 00:54:37 wen Exp $
2 2
3SHA1 (PDF-Create-1.06.tar.gz) = 9dfe02f3ec8b974cc762867908ec77b41d244b46 3SHA1 (PDF-Create-1.08.tar.gz) = 2f67621517e4e0890766a5e84bf009f3391ad8e7
4RMD160 (PDF-Create-1.06.tar.gz) = e988ffcbe8d4783fa4062c436a215674c160f4d7 4RMD160 (PDF-Create-1.08.tar.gz) = e0e88993a51931d448c67cff3cb9bf5cefa8419a
5Size (PDF-Create-1.06.tar.gz) = 75847 bytes 5Size (PDF-Create-1.08.tar.gz) = 75892 bytes