diff options
author | seb <seb@pkgsrc.org> | 2007-07-28 08:23:11 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-07-28 08:23:11 +0000 |
commit | c18735cae8754fd14b3c7e84b9b71407848f4ac2 (patch) | |
tree | 398a7b6d8997813f1c6abb681fadd3e006d9f4a6 /textproc/p5-Text-PDF | |
parent | 75bce54d975bc054286c1341a14167f8cf34fbd8 (diff) | |
download | pkgsrc-c18735cae8754fd14b3c7e84b9b71407848f4ac2.tar.gz |
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 (limited to 'textproc/p5-Text-PDF')
-rw-r--r-- | textproc/p5-Text-PDF/DESCR | 6 | ||||
-rw-r--r-- | textproc/p5-Text-PDF/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Text-PDF/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Text-PDF/distinfo | 5 |
4 files changed, 37 insertions, 0 deletions
diff --git a/textproc/p5-Text-PDF/DESCR b/textproc/p5-Text-PDF/DESCR new file mode 100644 index 00000000000..e851f7f781c --- /dev/null +++ b/textproc/p5-Text-PDF/DESCR @@ -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 --git a/textproc/p5-Text-PDF/Makefile b/textproc/p5-Text-PDF/Makefile new file mode 100644 index 00000000000..90c51a2d6e2 --- /dev/null +++ b/textproc/p5-Text-PDF/Makefile @@ -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 +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 --git a/textproc/p5-Text-PDF/PLIST b/textproc/p5-Text-PDF/PLIST new file mode 100644 index 00000000000..0fda257c01b --- /dev/null +++ b/textproc/p5-Text-PDF/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/28 08:23:11 seb Exp $ diff --git a/textproc/p5-Text-PDF/distinfo b/textproc/p5-Text-PDF/distinfo new file mode 100644 index 00000000000..bae70039ad0 --- /dev/null +++ b/textproc/p5-Text-PDF/distinfo @@ -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 |