Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.7 2013/05/31 12:41:48 wiz Exp $
DISTNAME= PostScript-Simple-0.07
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
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
REPLACE_PERL+= lib/PostScript/Simple.pm lib/PostScript/Simple/EPS.pm
PERL5_PACKLIST= auto/PostScript/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -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