From 08e4637f9fa4e003f6aad403887e459de1b9e101 Mon Sep 17 00:00:00 2001 From: sno Date: Fri, 1 May 2009 21:57:17 +0000 Subject: 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. --- print/p5-PostScript-Simple/DESCR | 10 ++++++++++ print/p5-PostScript-Simple/Makefile | 18 ++++++++++++++++++ print/p5-PostScript-Simple/distinfo | 5 +++++ 3 files changed, 33 insertions(+) create mode 100644 print/p5-PostScript-Simple/DESCR create mode 100644 print/p5-PostScript-Simple/Makefile create mode 100644 print/p5-PostScript-Simple/distinfo (limited to 'print') 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 -- cgit v1.2.3