diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:40:39 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:40:39 +0000 |
commit | 3e33b0de4b0be58479eaa9f2cc45b5b8261e3b1f (patch) | |
tree | b0c53148cc778efb7b0a959305969ab3f133b9b8 /print/p5-Text-PDF | |
parent | 5f0157d55c130c545c5dcb012da8c8da5159f793 (diff) | |
download | ports-3e33b0de4b0be58479eaa9f2cc45b5b8261e3b1f.tar.gz ports-3e33b0de4b0be58479eaa9f2cc45b5b8261e3b1f.zip |
Notes
Diffstat (limited to 'print/p5-Text-PDF')
-rw-r--r-- | print/p5-Text-PDF/Makefile | 34 | ||||
-rw-r--r-- | print/p5-Text-PDF/distinfo | 1 | ||||
-rw-r--r-- | print/p5-Text-PDF/pkg-comment | 1 | ||||
-rw-r--r-- | print/p5-Text-PDF/pkg-descr | 10 | ||||
-rw-r--r-- | print/p5-Text-PDF/pkg-plist | 27 |
5 files changed, 73 insertions, 0 deletions
diff --git a/print/p5-Text-PDF/Makefile b/print/p5-Text-PDF/Makefile new file mode 100644 index 000000000000..9e21701cb2fd --- /dev/null +++ b/print/p5-Text-PDF/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: print/p5-Text-PDF +# Date created: 30 December 2000 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-PDF +PORTVERSION= 0.12 +CATEGORIES= print perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Compress/Zlib.pm:${PORTSDIR}/archivers/p5-Compress-Zlib +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3= Text::PDF::Pages.3 Text::PDF::Page.3 Text::PDF::Name.3 \ + Text::PDF::TTFont0.3 Text::PDF::String.3 Text::PDF::File.3 \ + Text::PDF::Dict.3 Text::PDF::Array.3 Text::PDF::Bool.3 \ + Text::PDF::Objind.3 Text::PDF::SFont.3 Text::PDF::Filter.3 \ + Text::PDF::Utils.3 Text::PDF::TTFont.3 Text::PDF::Number.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +post-install: + @${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Text/PDF/examples + @${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Text/PDF/examples + +.include <bsd.port.mk> diff --git a/print/p5-Text-PDF/distinfo b/print/p5-Text-PDF/distinfo new file mode 100644 index 000000000000..ef981b4e554e --- /dev/null +++ b/print/p5-Text-PDF/distinfo @@ -0,0 +1 @@ +MD5 (Text-PDF-0.12.tar.gz) = c8e075be1b2642a3b5d541293d961fc1 diff --git a/print/p5-Text-PDF/pkg-comment b/print/p5-Text-PDF/pkg-comment new file mode 100644 index 000000000000..6327e28a17a2 --- /dev/null +++ b/print/p5-Text-PDF/pkg-comment @@ -0,0 +1 @@ +A PDF manipulation module diff --git a/print/p5-Text-PDF/pkg-descr b/print/p5-Text-PDF/pkg-descr new file mode 100644 index 000000000000..3bac61f5cabf --- /dev/null +++ b/print/p5-Text-PDF/pkg-descr @@ -0,0 +1,10 @@ +In summary, this module provides a strong (IMO) base for working with +PDF files but lacks some finesse. Users should know their way around the +PDF specification. + +Included in the examples directory are some example programs starting +from very simple PDF creation programs and working up. More extensive +samples are included as scripts. + +-Anton +<tobez@tobez.org> diff --git a/print/p5-Text-PDF/pkg-plist b/print/p5-Text-PDF/pkg-plist new file mode 100644 index 000000000000..e1ee4e1aad74 --- /dev/null +++ b/print/p5-Text-PDF/pkg-plist @@ -0,0 +1,27 @@ +bin/pdfbklt.plx +bin/pdfstamp.plx +bin/pdfrevert.plx +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/PDF/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Pages.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Name.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/TTFont0.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/changes +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Array.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Bool.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Page.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/String.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/File.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Dict.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Objind.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Filter.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/SFont.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Utils.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/TTFont.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/Number.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/graph.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfaddobj.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfaddpg.pl +lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples/pdfgetobj.pl +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/PDF +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/PDF/examples +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Text/PDF |