pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Sub-Install Added devel/p5-Sub-Install versio...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4d6f06ceb0e
branches:  trunk
changeset: 529795:e4d6f06ceb0e
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Jun 10 11:38:21 2007 +0000

description:
Added devel/p5-Sub-Install version 0.924

This module provides a simple routine for installing code into
packages without looking at typeglobs or thinking about warnings
or strictures.

It also doesn't muddy up UNIVERSAL.

diffstat:

 devel/p5-Sub-Install/DESCR    |   5 +++++
 devel/p5-Sub-Install/Makefile |  15 +++++++++++++++
 devel/p5-Sub-Install/PLIST    |   1 +
 devel/p5-Sub-Install/distinfo |   5 +++++
 4 files changed, 26 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r 3e129ad44483 -r e4d6f06ceb0e devel/p5-Sub-Install/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Install/DESCR        Sun Jun 10 11:38:21 2007 +0000
@@ -0,0 +1,5 @@
+This module provides a simple routine for installing code into
+packages without looking at typeglobs or thinking about warnings
+or strictures.
+
+It also doesn't muddy up UNIVERSAL.
diff -r 3e129ad44483 -r e4d6f06ceb0e devel/p5-Sub-Install/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Install/Makefile     Sun Jun 10 11:38:21 2007 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:38:21 abs Exp $
+
+DISTNAME=      Sub-Install-0.924
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Sub/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Sub-Install/
+COMMENT=       Install subroutines into packages easily
+
+PERL5_PACKLIST=                auto/Sub/Install/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3e129ad44483 -r e4d6f06ceb0e devel/p5-Sub-Install/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Install/PLIST        Sun Jun 10 11:38:21 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 11:38:21 abs Exp $
diff -r 3e129ad44483 -r e4d6f06ceb0e devel/p5-Sub-Install/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Install/distinfo     Sun Jun 10 11:38:21 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/10 11:38:21 abs Exp $
+
+SHA1 (Sub-Install-0.924.tar.gz) = e6c32275834689be98c5e7b0847f754f96267a35
+RMD160 (Sub-Install-0.924.tar.gz) = c86b127a378955e9a474d426e067b4c56eea782b
+Size (Sub-Install-0.924.tar.gz) = 14349 bytes



Home | Main Index | Thread Index | Old Index