1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add PostScript::Simple 0.05 - a perl module to produce PostScript files.

This commit is contained in:
Anton Berezin 2003-02-03 17:42:48 +00:00
parent 0d8f39f582
commit 88549d7a84
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74593
6 changed files with 42 additions and 0 deletions

View File

@ -107,6 +107,7 @@
SUBDIR += offix-printer
SUBDIR += p5-GnomePrint
SUBDIR += p5-PDFLib
SUBDIR += p5-PostScript-Simple
SUBDIR += p5-Text-PDF
SUBDIR += panda
SUBDIR += passivetex

View File

@ -0,0 +1,22 @@
# Ports collection makefile for: p5-PostScript-Simple
# Date created: Feb 03, 2003
# Whom: tobez
#
# $FreeBSD$
#
PORTNAME= PostScript-Simple
PORTVERSION= 0.05
CATEGORIES= print perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= PostScript
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= PostScript::Simple.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (PostScript-Simple-0.05.tar.gz) = 8842fca23d2c512f5cad34b0b6f5e567

View File

@ -0,0 +1 @@
PostScript::Simple - Produce PostScript files from Perl

View File

@ -0,0 +1,12 @@
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/search?dist=PostScript-Simple

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PostScript/Simple/.packlist
lib/perl5/site_perl/%%PERL_VER%%/PostScript/Simple.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PostScript/Simple
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/i386-freebsd/auto/PostScript 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/PostScript 2>/dev/null || true