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

View File

@@ -0,0 +1,29 @@
# $NetBSD: Makefile,v 1.24 2013/05/31 12:41:48 wiz Exp $
DISTNAME= PostScript-MailLabels-2.30
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
SVR4_PKGNAME= p5psm
CATEGORIES= print perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PostScript/} \
http://oplnk.net/~ajackson/software/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://oplnk.net/~ajackson/software/maillabels/
#HOMEPAGE= http://search.cpan.org/dist/PostScript-MailLabels/
COMMENT= Create PostScript for printing on mailing label stock
PERL5_PACKLIST= auto/PostScript/MailLabels/.packlist
REPLACE_PERL= ${WRKSRC}/demo/*.pl
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
INSTALLATION_DIRS= ${EGDIR}
post-install:
for file in ${REPLACE_PERL}; do \
${INSTALL_SCRIPT} $$file ${DESTDIR}${EGDIR}; \
done
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:11:57 joerg Exp $
share/examples/${PKGBASE}/copyright.pl
share/examples/${PKGBASE}/diskette.pl
share/examples/${PKGBASE}/portuguese.pl
share/examples/${PKGBASE}/std_business.pl
share/examples/${PKGBASE}/test5167.pl
share/examples/${PKGBASE}/testlabels.pl
share/examples/${PKGBASE}/test_papersize.pl

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2008/11/18 15:56:12 he Exp $
SHA1 (PostScript-MailLabels-2.30.tar.gz) = f67c22485dae4f83ddc4cd39b15e785693c1ab5c
RMD160 (PostScript-MailLabels-2.30.tar.gz) = a55e9a3e67cd315bbbfd58bb44782b4515468779
Size (PostScript-MailLabels-2.30.tar.gz) = 45411 bytes
SHA1 (patch-aa) = d0f4f6b3a6f60da6ee477a4857ffbc119d07506d

View File

@@ -0,0 +1,11 @@
$NetBSD: patch-aa,v 1.2 2008/11/18 15:56:12 he Exp $
--- Makefile.PL.orig 2008-11-18 02:29:33.000000000 +0000
+++ Makefile.PL
@@ -4,6 +4,5 @@ use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'PostScript::MailLabels',
'VERSION_FROM' => "lib/PostScript/MailLabels.pm",
- EXE_FILES => [qw(demo/print_addrs)],
'LICENSE' => 'perl',
);