diff options
author | seb <seb@pkgsrc.org> | 2007-07-28 09:54:52 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2007-07-28 09:54:52 +0000 |
commit | dd2fa305cad5dbef7efd023e77ada70524f7b443 (patch) | |
tree | e78a612f3b09f92f6db5346280f1df017d2e0499 /textproc | |
parent | 2a7f92508209d7420f0bbe27b884aa48dd49faf8 (diff) | |
download | pkgsrc-dd2fa305cad5dbef7efd023e77ada70524f7b443.tar.gz |
Initial import of p5-CAM-PDF version 1.10 into The NetBSD
Packages Collection.
The Perl 5 module CAM::PDF reads and writes any document that
conforms to the PDF specification.
Other Perl modules implementing the PDF specification are optimized
for programatically creating new PDF documents from scratch. On
the contrary, CAM::PDF is optimized for reading and manipulating
existing PDF documents.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-CAM-PDF/DESCR | 6 | ||||
-rw-r--r-- | textproc/p5-CAM-PDF/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-CAM-PDF/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-CAM-PDF/distinfo | 5 |
4 files changed, 33 insertions, 0 deletions
diff --git a/textproc/p5-CAM-PDF/DESCR b/textproc/p5-CAM-PDF/DESCR new file mode 100644 index 00000000000..9b7b1b73528 --- /dev/null +++ b/textproc/p5-CAM-PDF/DESCR @@ -0,0 +1,6 @@ +The Perl 5 module CAM::PDF reads and writes any document that +conforms to the PDF specification. +Other Perl modules implementing the PDF specification are optimized +for programatically creating new PDF documents from scratch. On +the contrary, CAM::PDF is optimized for reading and manipulating +existing PDF documents. diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile new file mode 100644 index 00000000000..4e11ac99346 --- /dev/null +++ b/textproc/p5-CAM-PDF/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/07/28 09:54:52 seb Exp $ +# + +DISTNAME= CAM-PDF-1.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CD/CDOLAN/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/CAM-PDF/ +COMMENT= Perl 5 PDF manipulation library + +USE_LANGUAGES= # empty + +DEPENDS+= p5-Crypt-RC4>=2.02:../../security/p5-Crypt-RC4 +DEPENDS+= p5-Text-PDF>=0.29:../../textproc/p5-Text-PDF + +PERL5_PACKLIST= auto/CAM/PDF/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-CAM-PDF/PLIST b/textproc/p5-CAM-PDF/PLIST new file mode 100644 index 00000000000..9fd4994be6f --- /dev/null +++ b/textproc/p5-CAM-PDF/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/28 09:54:52 seb Exp $ diff --git a/textproc/p5-CAM-PDF/distinfo b/textproc/p5-CAM-PDF/distinfo new file mode 100644 index 00000000000..f66f5acbc09 --- /dev/null +++ b/textproc/p5-CAM-PDF/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/07/28 09:54:52 seb Exp $ + +SHA1 (CAM-PDF-1.10.tar.gz) = b7ddeb8d537843aad9a10ebaac0b5a8472c7ef8c +RMD160 (CAM-PDF-1.10.tar.gz) = 78dc7c45c527aa16e787d801f0d17fb2077d4bab +Size (CAM-PDF-1.10.tar.gz) = 727972 bytes |