diff options
author | tobez <tobez@FreeBSD.org> | 2003-02-03 17:42:48 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-02-03 17:42:48 +0000 |
commit | 6af22b61fe10f8625e6821b2f622bf5619fdf5fc (patch) | |
tree | 78fe4f3dcff77a50cee00a94aacb1387733566ca /print/p5-PostScript-Simple | |
parent | 9c134d1ad05d17ee8c8960bdc28696d487acb582 (diff) | |
download | FreeBSD-ports-6af22b61fe10f8625e6821b2f622bf5619fdf5fc.zip FreeBSD-ports-6af22b61fe10f8625e6821b2f622bf5619fdf5fc.tar.gz |
Add PostScript::Simple 0.05 - a perl module to produce PostScript files.
Diffstat (limited to 'print/p5-PostScript-Simple')
-rw-r--r-- | print/p5-PostScript-Simple/Makefile | 22 | ||||
-rw-r--r-- | print/p5-PostScript-Simple/distinfo | 1 | ||||
-rw-r--r-- | print/p5-PostScript-Simple/pkg-comment | 1 | ||||
-rw-r--r-- | print/p5-PostScript-Simple/pkg-descr | 12 | ||||
-rw-r--r-- | print/p5-PostScript-Simple/pkg-plist | 5 |
5 files changed, 41 insertions, 0 deletions
diff --git a/print/p5-PostScript-Simple/Makefile b/print/p5-PostScript-Simple/Makefile new file mode 100644 index 0000000..c07f7f8 --- /dev/null +++ b/print/p5-PostScript-Simple/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: p5-PostScript-Simple +# Date created: Feb 03, 2003 +# Whom: tobez +# +# $FreeBSD$ +# + +PORTNAME= PostScript-Simple +PORTVERSION= 0.05 +CATEGORIES= print perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= PostScript +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= PostScript::Simple.3 + +.include <bsd.port.mk> diff --git a/print/p5-PostScript-Simple/distinfo b/print/p5-PostScript-Simple/distinfo new file mode 100644 index 0000000..94a8b9d --- /dev/null +++ b/print/p5-PostScript-Simple/distinfo @@ -0,0 +1 @@ +MD5 (PostScript-Simple-0.05.tar.gz) = 8842fca23d2c512f5cad34b0b6f5e567 diff --git a/print/p5-PostScript-Simple/pkg-comment b/print/p5-PostScript-Simple/pkg-comment new file mode 100644 index 0000000..364f28e --- /dev/null +++ b/print/p5-PostScript-Simple/pkg-comment @@ -0,0 +1 @@ +PostScript::Simple - Produce PostScript files from Perl diff --git a/print/p5-PostScript-Simple/pkg-descr b/print/p5-PostScript-Simple/pkg-descr new file mode 100644 index 0000000..302808d --- /dev/null +++ b/print/p5-PostScript-Simple/pkg-descr @@ -0,0 +1,12 @@ +PostScript::Simple allows you to have a simple method of writing +PostScript files from Perl. It has graphics primitives that allow lines, +curves, circles, polygons and boxes to be drawn. Text can be added to +the page using standard PostScript fonts. + +The images can be single page EPS files, or multipage PostScript files. +The image size can be set by using a recognised paper size ("A4", for +example) or by giving dimensions. The units used can be specified ("mm" +or "in", etc) and are the same as those used in TeX. The default unit is +a bp, or a PostScript point, unlike TeX. + +WWW: http://search.cpan.org/search?dist=PostScript-Simple diff --git a/print/p5-PostScript-Simple/pkg-plist b/print/p5-PostScript-Simple/pkg-plist new file mode 100644 index 0000000..90839c4 --- /dev/null +++ b/print/p5-PostScript-Simple/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PostScript/Simple/.packlist +lib/perl5/site_perl/%%PERL_VER%%/PostScript/Simple.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PostScript/Simple +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PostScript 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/PostScript 2>/dev/null || true |