pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Sub-Installer Initial import of p5-Sub-Instal...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf45ed048968
branches:  trunk
changeset: 528293:cf45ed048968
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Apr 28 10:13:26 2007 +0000

description:
Initial import of p5-Sub-Installer version 0.0.3 into The NetBSD
Packages Collection.

The Perl 5 module Sub::Installer provides two universal methods
that any package/class can use to install subroutines in its own
namespace.

diffstat:

 devel/p5-Sub-Installer/DESCR    |   3 +++
 devel/p5-Sub-Installer/Makefile |  19 +++++++++++++++++++
 devel/p5-Sub-Installer/PLIST    |   1 +
 devel/p5-Sub-Installer/distinfo |   5 +++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r fb8af737d3c0 -r cf45ed048968 devel/p5-Sub-Installer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Installer/DESCR      Sat Apr 28 10:13:26 2007 +0000
@@ -0,0 +1,3 @@
+The Perl 5 module Sub::Installer provides two universal methods
+that any package/class can use to install subroutines in its own
+namespace.
diff -r fb8af737d3c0 -r cf45ed048968 devel/p5-Sub-Installer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Installer/Makefile   Sat Apr 28 10:13:26 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/04/28 10:13:26 seb Exp $
+#
+
+DISTNAME=      Sub-Installer-v0.0.3
+PKGNAME=       p5-Sub-Installer-0.0.3
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Sub/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Sub-Installer/
+COMMENT=       Perl 5 module prodiving a clean way to install package subroutines
+
+DEPENDS+=      p5-version-[0-9]*:../../devel/p5-version
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Sub/Installer/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fb8af737d3c0 -r cf45ed048968 devel/p5-Sub-Installer/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Installer/PLIST      Sat Apr 28 10:13:26 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/04/28 10:13:26 seb Exp $
diff -r fb8af737d3c0 -r cf45ed048968 devel/p5-Sub-Installer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Installer/distinfo   Sat Apr 28 10:13:26 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/04/28 10:13:26 seb Exp $
+
+SHA1 (Sub-Installer-v0.0.3.tar.gz) = ef7b14ce2db63c45fb34f00bc03135a633744572
+RMD160 (Sub-Installer-v0.0.3.tar.gz) = b6b94e6d1a232656fd120f2dc4fce83a8b253fc3
+Size (Sub-Installer-v0.0.3.tar.gz) = 4755 bytes



Home | Main Index | Thread Index | Old Index