diff options
author | tobez <tobez@FreeBSD.org> | 2003-02-04 01:42:48 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2003-02-04 01:42:48 +0800 |
commit | 6af22b61fe10f8625e6821b2f622bf5619fdf5fc (patch) | |
tree | 78fe4f3dcff77a50cee00a94aacb1387733566ca /print | |
parent | 9c134d1ad05d17ee8c8960bdc28696d487acb582 (diff) | |
download | freebsd-ports-gnome-6af22b61fe10f8625e6821b2f622bf5619fdf5fc.tar.gz freebsd-ports-gnome-6af22b61fe10f8625e6821b2f622bf5619fdf5fc.tar.zst freebsd-ports-gnome-6af22b61fe10f8625e6821b2f622bf5619fdf5fc.zip |
Add PostScript::Simple 0.05 - a perl module to produce PostScript files.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-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 |
6 files changed, 42 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 0a5f39727f44..cc84ccceb39d 100644 --- a/print/Makefile +++ b/print/Makefile @@ -107,6 +107,7 @@ SUBDIR += offix-printer SUBDIR += p5-GnomePrint SUBDIR += p5-PDFLib + SUBDIR += p5-PostScript-Simple SUBDIR += p5-Text-PDF SUBDIR += panda SUBDIR += passivetex diff --git a/print/p5-PostScript-Simple/Makefile b/print/p5-PostScript-Simple/Makefile new file mode 100644 index 000000000000..c07f7f8cb90b --- /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 000000000000..94a8b9d4af5f --- /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 000000000000..364f28eba82d --- /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 000000000000..302808dde755 --- /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 000000000000..90839c40f6ad --- /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 |