summaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Create
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2001-10-03 15:34:23 +0000
committermjl <mjl@pkgsrc.org>2001-10-03 15:34:23 +0000
commit52b6573aadfb02a57f36350e065bf76d0844dec1 (patch)
tree1bb7297ec111ba48e09b5aeabdba4cfbef43cd10 /textproc/p5-PDF-Create
parent6551968f483de2a811100e0e0d8ab6ac6bb20777 (diff)
downloadpkgsrc-52b6573aadfb02a57f36350e065bf76d0844dec1.tar.gz
Initial import of p5-PDF-Create, as per PR/14143.
Diffstat (limited to 'textproc/p5-PDF-Create')
-rw-r--r--textproc/p5-PDF-Create/Makefile19
-rw-r--r--textproc/p5-PDF-Create/distinfo4
-rw-r--r--textproc/p5-PDF-Create/pkg/DESCR10
-rw-r--r--textproc/p5-PDF-Create/pkg/PLIST1
4 files changed, 34 insertions, 0 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile
new file mode 100644
index 00000000000..c8271f652e0
--- /dev/null
+++ b/textproc/p5-PDF-Create/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/10/03 15:34:23 mjl Exp $
+#
+
+DISTNAME= PDF-Create-0.01
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= textproc perl
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PDF/}
+
+MAINTAINER= packages@netbsd.org
+#HOMEPAGE=
+COMMENT= perl5 module for creating pdf documents
+
+USE_PERL5= # defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PDF/Create/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-PDF-Create/distinfo b/textproc/p5-PDF-Create/distinfo
new file mode 100644
index 00000000000..9c5411d088a
--- /dev/null
+++ b/textproc/p5-PDF-Create/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/10/03 15:34:23 mjl Exp $
+
+SHA1 (PDF-Create-0.01.tar.gz) = fce573c0475b6d4a6b24b12e47944743e01cffb6
+Size (PDF-Create-0.01.tar.gz) = 12561 bytes
diff --git a/textproc/p5-PDF-Create/pkg/DESCR b/textproc/p5-PDF-Create/pkg/DESCR
new file mode 100644
index 00000000000..8c661df82fe
--- /dev/null
+++ b/textproc/p5-PDF-Create/pkg/DESCR
@@ -0,0 +1,10 @@
+PDF::Create allows you to create PDF documents using a large number of
+primitives, and emit the result as a PDF file or stream. PDF stands for
+Portable Document Format.
+
+Documents can have several pages, a table of content, an information
+section and many other PDF elements. More functionalities will be added as
+needs arise.
+
+Documents are constructed on the fly so the memory foot-print is not tied to
+the size of the pages but only to their number.
diff --git a/textproc/p5-PDF-Create/pkg/PLIST b/textproc/p5-PDF-Create/pkg/PLIST
new file mode 100644
index 00000000000..28aecb25d8b
--- /dev/null
+++ b/textproc/p5-PDF-Create/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/03 15:34:23 mjl Exp $