summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2003-02-03 17:42:48 +0000
committerAnton Berezin <tobez@FreeBSD.org>2003-02-03 17:42:48 +0000
commit88549d7a84b8069bd264c347f65812f04e4230d9 (patch)
treef387b852115a4823186217a3a57feba092df7101 /print
parentFix build on -CURRENT. This patch is temporary fix. (diff)
Add PostScript::Simple 0.05 - a perl module to produce PostScript files.
Notes
Notes: svn path=/head/; revision=74593
Diffstat (limited to 'print')
-rw-r--r--print/Makefile1
-rw-r--r--print/p5-PostScript-Simple/Makefile22
-rw-r--r--print/p5-PostScript-Simple/distinfo1
-rw-r--r--print/p5-PostScript-Simple/pkg-comment1
-rw-r--r--print/p5-PostScript-Simple/pkg-descr12
-rw-r--r--print/p5-PostScript-Simple/pkg-plist5
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