summaryrefslogtreecommitdiff
path: root/print/p5-PostScript-Simple
diff options
context:
space:
mode:
authorsno <sno>2009-05-01 21:57:17 +0000
committersno <sno>2009-05-01 21:57:17 +0000
commit38c77e3ae397367130a3192bb04eaabf70a9b3fc (patch)
tree171875650927a137e610d901526a6914d600c8c0 /print/p5-PostScript-Simple
parent468b0f708cc7a63de292b1da2ec4e736efdd7535 (diff)
downloadpkgsrc-38c77e3ae397367130a3192bb04eaabf70a9b3fc.tar.gz
PkgSrc changes:
Importing package for p5 module PostScript::Simple 0.07 as dependency for upcoming update of devel/p5-Module-Dependency to 0.86. Description: 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.
Diffstat (limited to 'print/p5-PostScript-Simple')
-rw-r--r--print/p5-PostScript-Simple/DESCR10
-rw-r--r--print/p5-PostScript-Simple/Makefile18
-rw-r--r--print/p5-PostScript-Simple/distinfo5
3 files changed, 33 insertions, 0 deletions
diff --git a/print/p5-PostScript-Simple/DESCR b/print/p5-PostScript-Simple/DESCR
new file mode 100644
index 00000000000..eccf2938971
--- /dev/null
+++ b/print/p5-PostScript-Simple/DESCR
@@ -0,0 +1,10 @@
+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.
diff --git a/print/p5-PostScript-Simple/Makefile b/print/p5-PostScript-Simple/Makefile
new file mode 100644
index 00000000000..b40c515546a
--- /dev/null
+++ b/print/p5-PostScript-Simple/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/01 21:57:17 sno Exp $
+
+DISTNAME= PostScript-Simple-0.07
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= print perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PostScript/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/PostScript-Simple/
+COMMENT= Produce PostScript files from Perl
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/PostScript/Simple/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/p5-PostScript-Simple/distinfo b/print/p5-PostScript-Simple/distinfo
new file mode 100644
index 00000000000..156a602cf47
--- /dev/null
+++ b/print/p5-PostScript-Simple/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/05/01 21:57:17 sno Exp $
+
+SHA1 (PostScript-Simple-0.07.tar.gz) = 6fe1fd4576465d4dad09703052328382aee1a4eb
+RMD160 (PostScript-Simple-0.07.tar.gz) = 4af72f254b7e6efcdfe468ba09e602cfe054b3f1
+Size (PostScript-Simple-0.07.tar.gz) = 41874 bytes