aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PDF-Create
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-10 20:51:44 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-10 20:51:44 +0000
commitfbe44b37f6da013870c1b7900a8987cfda75141f (patch)
treec2a2f60c187ffbc82965c19ae5277c6072d505da /textproc/p5-PDF-Create
parentbe24244bf1e0972b540f600e18b84dc866d2cc2c (diff)
downloadports-fbe44b37f6da013870c1b7900a8987cfda75141f.tar.gz
ports-fbe44b37f6da013870c1b7900a8987cfda75141f.zip
Add p5-PDF-Create 0.01, a perl script to convert text files to PDF
files. PR: 24498 Submitted by: petef@databits.net
Notes
Notes: svn path=/head/; revision=39469
Diffstat (limited to 'textproc/p5-PDF-Create')
-rw-r--r--textproc/p5-PDF-Create/Makefile21
-rw-r--r--textproc/p5-PDF-Create/distinfo1
-rw-r--r--textproc/p5-PDF-Create/pkg-comment1
-rw-r--r--textproc/p5-PDF-Create/pkg-descr17
-rw-r--r--textproc/p5-PDF-Create/pkg-plist6
5 files changed, 46 insertions, 0 deletions
diff --git a/textproc/p5-PDF-Create/Makefile b/textproc/p5-PDF-Create/Makefile
new file mode 100644
index 000000000000..0211b5402766
--- /dev/null
+++ b/textproc/p5-PDF-Create/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: p5-PDF-Create
+# Date created: 20 January 2001
+# Whom: petef@databits.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= PDF-Create
+PORTVERSION= 0.01
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= File/FTASSIN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= petef@databits.net
+
+PERL_CONFIGURE= yes
+MAN3= PDF::Create.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-PDF-Create/distinfo b/textproc/p5-PDF-Create/distinfo
new file mode 100644
index 000000000000..238807ff3060
--- /dev/null
+++ b/textproc/p5-PDF-Create/distinfo
@@ -0,0 +1 @@
+MD5 (PDF-Create-0.01.tar.gz) = 5e00110a0e5a9b91d383510b6e797f40
diff --git a/textproc/p5-PDF-Create/pkg-comment b/textproc/p5-PDF-Create/pkg-comment
new file mode 100644
index 000000000000..413e2a657645
--- /dev/null
+++ b/textproc/p5-PDF-Create/pkg-comment
@@ -0,0 +1 @@
+A perl script to convert text files to PDF files
diff --git a/textproc/p5-PDF-Create/pkg-descr b/textproc/p5-PDF-Create/pkg-descr
new file mode 100644
index 000000000000..c47cb4b65a11
--- /dev/null
+++ b/textproc/p5-PDF-Create/pkg-descr
@@ -0,0 +1,17 @@
+
+From the p5-PDF-Create README:
+
+ 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
+ functionnalities will be added as needs arise.
+
+For more details, type 'perldoc PDF::Create' or see the CPAN homepage:
+
+WWW: http://search.cpan.org/search?dist=PDF-Create
+
+- Pete
+petef@databits.net
diff --git a/textproc/p5-PDF-Create/pkg-plist b/textproc/p5-PDF-Create/pkg-plist
new file mode 100644
index 000000000000..02a3a1374f6d
--- /dev/null
+++ b/textproc/p5-PDF-Create/pkg-plist
@@ -0,0 +1,6 @@
+lib/perl5/site_perl/%%PERL_VER%%/PDF/Create/Page.pm
+lib/perl5/site_perl/%%PERL_VER%%/PDF/Create/Outline.pm
+lib/perl5/site_perl/%%PERL_VER%%/PDF/sample.pl
+lib/perl5/site_perl/%%PERL_VER%%/PDF/Create.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/PDF/Create
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/PDF