From 0e0f8fe40e985552e09ac3b2b872ec6fa30c0515 Mon Sep 17 00:00:00 2001 From: mjl Date: Wed, 3 Oct 2001 15:34:23 +0000 Subject: Initial import of p5-PDF-Create, as per PR/14143. --- textproc/p5-PDF-Create/Makefile | 19 +++++++++++++++++++ textproc/p5-PDF-Create/distinfo | 4 ++++ textproc/p5-PDF-Create/pkg/DESCR | 10 ++++++++++ textproc/p5-PDF-Create/pkg/PLIST | 1 + 4 files changed, 34 insertions(+) create mode 100644 textproc/p5-PDF-Create/Makefile create mode 100644 textproc/p5-PDF-Create/distinfo create mode 100644 textproc/p5-PDF-Create/pkg/DESCR create mode 100644 textproc/p5-PDF-Create/pkg/PLIST (limited to 'textproc') 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 $ -- cgit v1.2.3