diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-29 06:17:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-29 06:17:27 +0000 |
commit | 27cafa641cbc429960dc1a4bcc11ffec5e0a5101 (patch) | |
tree | 0df58f280076025369e2749fc6552574728efafd /print | |
parent | 3b25ab318cf009ef325059d12839670ae9a81c1a (diff) | |
download | pkgsrc-27cafa641cbc429960dc1a4bcc11ffec5e0a5101.tar.gz |
print/p5-PostScript-MailLabels:
PostScript::MailLabels contains modules for creating PostScript files of
mailing address labels, to be printed on standard adhesive-backed mailing
label stock. Create PostScript(tm) code for calibrating and testing mailing
label printing, and finally create the code for the labels themselves.
Diffstat (limited to 'print')
-rw-r--r-- | print/p5-PostScript-MailLabels/Makefile | 18 | ||||
-rw-r--r-- | print/p5-PostScript-MailLabels/distinfo | 4 | ||||
-rw-r--r-- | print/p5-PostScript-MailLabels/pkg/DESCR | 4 | ||||
-rw-r--r-- | print/p5-PostScript-MailLabels/pkg/PLIST | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/print/p5-PostScript-MailLabels/Makefile b/print/p5-PostScript-MailLabels/Makefile new file mode 100644 index 00000000000..9e0f838da17 --- /dev/null +++ b/print/p5-PostScript-MailLabels/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/29 06:17:27 jlam Exp $ + +DISTNAME= PostScript-MailLabels-1.01 +PKGNAME= p5-${DISTNAME} +CATEGORIES= print +MASTER_SITES= http://www.oplnk.net/~ajackson/software/ + +MAINTAINER= jlam@netbsd.org +HOMEPAGE= http://www.oplnk.net/~ajackson/software/maillabels/ +COMMENT= create PostScript for printing on mailing label stock + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/PostScript/MailLabels/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/print/p5-PostScript-MailLabels/distinfo b/print/p5-PostScript-MailLabels/distinfo new file mode 100644 index 00000000000..3a287f83e27 --- /dev/null +++ b/print/p5-PostScript-MailLabels/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/29 06:17:27 jlam Exp $ + +SHA1 (PostScript-MailLabels-1.01.tar.gz) = e7d6d44409298d328a627440f92b4872a3a86095 +Size (PostScript-MailLabels-1.01.tar.gz) = 25087 bytes diff --git a/print/p5-PostScript-MailLabels/pkg/DESCR b/print/p5-PostScript-MailLabels/pkg/DESCR new file mode 100644 index 00000000000..4c0469c6581 --- /dev/null +++ b/print/p5-PostScript-MailLabels/pkg/DESCR @@ -0,0 +1,4 @@ +PostScript::MailLabels contains modules for creating PostScript files of +mailing address labels, to be printed on standard adhesive-backed mailing +label stock. Create PostScript(tm) code for calibrating and testing mailing +label printing, and finally create the code for the labels themselves. diff --git a/print/p5-PostScript-MailLabels/pkg/PLIST b/print/p5-PostScript-MailLabels/pkg/PLIST new file mode 100644 index 00000000000..0ecd783f895 --- /dev/null +++ b/print/p5-PostScript-MailLabels/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/29 06:17:27 jlam Exp $ |