diff options
author | will <will@FreeBSD.org> | 2000-12-31 13:40:39 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-12-31 13:40:39 +0800 |
commit | 5b094474951c93b11e59ec31a9eb5d5c70f5c8a1 (patch) | |
tree | c4ee9ab345ff8cf72ce4f4191aa66da74d9d06b9 /print | |
parent | 27c059729a996a4498d1fdf7e0a397fca3ee1b02 (diff) | |
download | freebsd-ports-gnome-5b094474951c93b11e59ec31a9eb5d5c70f5c8a1.tar.gz freebsd-ports-gnome-5b094474951c93b11e59ec31a9eb5d5c70f5c8a1.tar.zst freebsd-ports-gnome-5b094474951c93b11e59ec31a9eb5d5c70f5c8a1.zip |
Add p5-Text-PDF 0.12, a perl module for manipulating PDF files.
PR: 23966
Submitted by: Anton Berezin <tobez@tobez.org>
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-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 |
6 files changed, 74 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index c2b781a5c9cc..5233031367ff 100644 --- a/print/Makefile +++ b/print/Makefile @@ -67,6 +67,7 @@ SUBDIR += musixtex SUBDIR += nenscript SUBDIR += offix-printer + SUBDIR += p5-Text-PDF SUBDIR += pbm2ppa SUBDIR += pclprint SUBDIR += pdflib 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 |