aboutsummaryrefslogtreecommitdiff
path: root/print/p5-PostScript-Simple
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-11-06 01:23:26 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-11-06 01:23:26 +0000
commit086a33ec8851789f94d02f36768cc1c546377093 (patch)
tree93719f5f43d096c2696d0529bf03bc2ef5eda9f0 /print/p5-PostScript-Simple
parent33fcdce510b5a599a892d10df8cfedca28394404 (diff)
downloadports-086a33ec8851789f94d02f36768cc1c546377093.tar.gz
ports-086a33ec8851789f94d02f36768cc1c546377093.zip
Notes
Diffstat (limited to 'print/p5-PostScript-Simple')
-rw-r--r--print/p5-PostScript-Simple/Makefile16
-rw-r--r--print/p5-PostScript-Simple/distinfo2
-rw-r--r--print/p5-PostScript-Simple/pkg-descr12
-rw-r--r--print/p5-PostScript-Simple/pkg-plist9
4 files changed, 39 insertions, 0 deletions
diff --git a/print/p5-PostScript-Simple/Makefile b/print/p5-PostScript-Simple/Makefile
index 056f915dc142..823513e2ac2f 100644
--- a/print/p5-PostScript-Simple/Makefile
+++ b/print/p5-PostScript-Simple/Makefile
@@ -8,6 +8,22 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
+COMMENT= Produce PostScript files from Perl
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
+# Created by: tobez
+# $FreeBSD$
+
+PORTNAME= PostScript-Simple
+PORTVERSION= 0.07
+CATEGORIES= print perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
COMMENT= PostScript::Simple - Produce PostScript files from Perl
USES= perl5
diff --git a/print/p5-PostScript-Simple/distinfo b/print/p5-PostScript-Simple/distinfo
index bce2f91c4c01..c73418f232c8 100644
--- a/print/p5-PostScript-Simple/distinfo
+++ b/print/p5-PostScript-Simple/distinfo
@@ -1,2 +1,4 @@
SHA256 (PostScript-Simple-0.07.tar.gz) = 69cb6cf22c8ea87d8504b04166c71b73aa736ba76075964842102496c59c33f5
SIZE (PostScript-Simple-0.07.tar.gz) = 41874
+SHA256 (PostScript-Simple-0.07.tar.gz) = 69cb6cf22c8ea87d8504b04166c71b73aa736ba76075964842102496c59c33f5
+SIZE (PostScript-Simple-0.07.tar.gz) = 41874
diff --git a/print/p5-PostScript-Simple/pkg-descr b/print/p5-PostScript-Simple/pkg-descr
index a0a959b3f810..45b0d4f10ece 100644
--- a/print/p5-PostScript-Simple/pkg-descr
+++ b/print/p5-PostScript-Simple/pkg-descr
@@ -10,3 +10,15 @@ 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/dist/PostScript-Simple/
+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/dist/PostScript-Simple/
diff --git a/print/p5-PostScript-Simple/pkg-plist b/print/p5-PostScript-Simple/pkg-plist
index 15051c4afcba..7fdfd8ac95da 100644
--- a/print/p5-PostScript-Simple/pkg-plist
+++ b/print/p5-PostScript-Simple/pkg-plist
@@ -1,3 +1,12 @@
+%%PERL5_MAN3%%/PostScript::Simple.3.gz
+%%PERL5_MAN3%%/PostScript::Simple::EPS.3.gz
+%%SITE_PERL%%/PostScript/Simple.pm
+%%SITE_PERL%%/PostScript/Simple/EPS.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript/Simple/.packlist
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript/Simple
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript
+@dirrmtry %%SITE_PERL%%/PostScript/Simple
+@dirrmtry %%SITE_PERL%%/PostScript
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PostScript/Simple/.packlist
%%SITE_PERL%%/PostScript/Simple.pm
%%SITE_PERL%%/PostScript/Simple/EPS.pm