diff options
author | will <will@FreeBSD.org> | 2001-03-11 04:51:44 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-11 04:51:44 +0800 |
commit | c1b936b30655096140d66d66e593c2ea84b12704 (patch) | |
tree | a00fe33f872e834890e98d050fbcc65a50b7735c /textproc | |
parent | 5c4efef0df399596076ccdf1202781301ae66a64 (diff) | |
download | freebsd-ports-gnome-c1b936b30655096140d66d66e593c2ea84b12704.tar.gz freebsd-ports-gnome-c1b936b30655096140d66d66e593c2ea84b12704.tar.zst freebsd-ports-gnome-c1b936b30655096140d66d66e593c2ea84b12704.zip |
Add p5-PDF-Create 0.01, a perl script to convert text files to PDF
files.
PR: 24498
Submitted by: petef@databits.net
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/pkg-descr | 17 | ||||
-rw-r--r-- | textproc/p5-PDF-Create/pkg-plist | 6 |
6 files changed, 47 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2d27701eefa6..603ec43da416 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -79,6 +79,7 @@ SUBDIR += no-ispell SUBDIR += openjade SUBDIR += p5-DelimMatch + SUBDIR += p5-PDF-Create SUBDIR += p5-Sort-ArbBiLex SUBDIR += p5-Sort-Fields SUBDIR += p5-Spreadsheet-ParseExcel 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 |