pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/p5-PostScript-Simple PkgSrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22ca9f71103d
branches:  trunk
changeset: 392505:22ca9f71103d
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri May 01 21:57:17 2009 +0000

description:
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:

 print/p5-PostScript-Simple/DESCR    |  10 ++++++++++
 print/p5-PostScript-Simple/Makefile |  18 ++++++++++++++++++
 print/p5-PostScript-Simple/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r cb2882fe5dbe -r 22ca9f71103d print/p5-PostScript-Simple/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/p5-PostScript-Simple/DESCR  Fri May 01 21:57:17 2009 +0000
@@ -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 -r cb2882fe5dbe -r 22ca9f71103d print/p5-PostScript-Simple/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/p5-PostScript-Simple/Makefile       Fri May 01 21:57:17 2009 +0000
@@ -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@localhost
+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 -r cb2882fe5dbe -r 22ca9f71103d print/p5-PostScript-Simple/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/p5-PostScript-Simple/distinfo       Fri May 01 21:57:17 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index