From 086a33ec8851789f94d02f36768cc1c546377093 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 6 Nov 2013 01:23:26 +0000 Subject: Support STAGEDIR. --- print/p5-PostScript-Simple/Makefile | 16 ++++++++++++++++ print/p5-PostScript-Simple/distinfo | 2 ++ print/p5-PostScript-Simple/pkg-descr | 12 ++++++++++++ print/p5-PostScript-Simple/pkg-plist | 9 +++++++++ 4 files changed, 39 insertions(+) (limited to 'print/p5-PostScript-Simple') 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 @@ -7,6 +7,22 @@ CATEGORIES= print perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +MAINTAINER= perl@FreeBSD.org +COMMENT= Produce PostScript files from Perl + +USES= perl5 +USE_PERL5= configure + +.include +# 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 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 -- cgit v1.2.3