pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-PDF Initial import of p5-Text-PDF ver...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04a14885279c
branches:  trunk
changeset: 531319:04a14885279c
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jul 28 08:23:11 2007 +0000

description:
Initial import of p5-Text-PDF version 0.29a into The NetBSD
Packages Collection.

The Perl 5 module Text::PDF allows interaction with existing PDF files
directly. It includes various tools including:

pdfbklt - make booklets out of existing PDF files
pdfrevert - remove edits from a PDF file
pdfstamp - stamp text on each page of a PDF file

diffstat:

 textproc/p5-Text-PDF/DESCR    |   6 ++++++
 textproc/p5-Text-PDF/Makefile |  25 +++++++++++++++++++++++++
 textproc/p5-Text-PDF/PLIST    |   1 +
 textproc/p5-Text-PDF/distinfo |   5 +++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r d82fc8a74ed3 -r 04a14885279c textproc/p5-Text-PDF/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-PDF/DESCR        Sat Jul 28 08:23:11 2007 +0000
@@ -0,0 +1,6 @@
+The Perl 5 module Text::PDF allows interaction with existing PDF files
+directly. It includes various tools including:
+
+pdfbklt - make booklets out of existing PDF files
+pdfrevert - remove edits from a PDF file
+pdfstamp - stamp text on each page of a PDF file
diff -r d82fc8a74ed3 -r 04a14885279c textproc/p5-Text-PDF/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-PDF/Makefile     Sat Jul 28 08:23:11 2007 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/07/28 08:23:11 seb Exp $
+#
+
+DISTNAME=      Text-PDF-0.29a
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Text/}
+
+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+=      p5-Compress-Zlib-[0-9]*:../../devel/p5-Compress-Zlib
+
+PERL5_PACKLIST=        auto/Text/PDF/.packlist
+
+# Fix permissions after extraction
+post-extract:
+       ${FIND} ${WRKSRC} -type f -exec ${CHMOD} -x {} \;
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d82fc8a74ed3 -r 04a14885279c textproc/p5-Text-PDF/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-PDF/PLIST        Sat Jul 28 08:23:11 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/28 08:23:11 seb Exp $
diff -r d82fc8a74ed3 -r 04a14885279c textproc/p5-Text-PDF/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Text-PDF/distinfo     Sat Jul 28 08:23:11 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/07/28 08:23:11 seb Exp $
+
+SHA1 (Text-PDF-0.29a.tar.gz) = 93b4d619ccfbb437a3dc0599b0b360a8ade8d6aa
+RMD160 (Text-PDF-0.29a.tar.gz) = 036b9bb4dbdf72d3fb57718e73b6dbebcc16eef4
+Size (Text-PDF-0.29a.tar.gz) = 51466 bytes



Home | Main Index | Thread Index | Old Index