pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-CAM-PDF Initial import of p5-CAM-PDF versi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0968d665d2e2
branches:  trunk
changeset: 531327:0968d665d2e2
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jul 28 09:54:52 2007 +0000

description:
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:

 textproc/p5-CAM-PDF/DESCR    |   6 ++++++
 textproc/p5-CAM-PDF/Makefile |  21 +++++++++++++++++++++
 textproc/p5-CAM-PDF/PLIST    |   1 +
 textproc/p5-CAM-PDF/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r cb9444c5266f -r 0968d665d2e2 textproc/p5-CAM-PDF/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-CAM-PDF/DESCR Sat Jul 28 09:54:52 2007 +0000
@@ -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 -r cb9444c5266f -r 0968d665d2e2 textproc/p5-CAM-PDF/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-CAM-PDF/Makefile      Sat Jul 28 09:54:52 2007 +0000
@@ -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@localhost
+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 -r cb9444c5266f -r 0968d665d2e2 textproc/p5-CAM-PDF/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-CAM-PDF/PLIST Sat Jul 28 09:54:52 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/28 09:54:52 seb Exp $
diff -r cb9444c5266f -r 0968d665d2e2 textproc/p5-CAM-PDF/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-CAM-PDF/distinfo      Sat Jul 28 09:54:52 2007 +0000
@@ -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



Home | Main Index | Thread Index | Old Index