pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Exporter-Lite Initial import of p5-Exporter-L...
details: https://anonhg.NetBSD.org/pkgsrc/rev/406966ffcb61
branches: trunk
changeset: 546149:406966ffcb61
user: seb <seb%pkgsrc.org@localhost>
date: Fri Aug 22 21:28:11 2008 +0000
description:
Initial import of p5-Exporter-Lite version 0.02 in the NetBSD
Packages Collection.
The Perl 5 module Exporter::Lite is an alternative to the module
Exporter intended to provide a lightweight subset of its functionality.
It supports import(), @EXPORT and @EXPORT_OK and not a whole lot
else.
diffstat:
devel/p5-Exporter-Lite/DESCR | 4 ++++
devel/p5-Exporter-Lite/Makefile | 19 +++++++++++++++++++
devel/p5-Exporter-Lite/distinfo | 5 +++++
3 files changed, 28 insertions(+), 0 deletions(-)
diffs (40 lines):
diff -r 06bd550bbb5f -r 406966ffcb61 devel/p5-Exporter-Lite/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Exporter-Lite/DESCR Fri Aug 22 21:28:11 2008 +0000
@@ -0,0 +1,4 @@
+The Perl 5 module Exporter::Lite is an alternative to the module
+Exporter intended to provide a lightweight subset of its functionality.
+It supports import(), @EXPORT and @EXPORT_OK and not a whole lot
+else.
diff -r 06bd550bbb5f -r 406966ffcb61 devel/p5-Exporter-Lite/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Exporter-Lite/Makefile Fri Aug 22 21:28:11 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/22 21:28:11 seb Exp $
+#
+
+DISTNAME= Exporter-Lite-0.02
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Exporter-Lite/
+COMMENT= Perl 5 module providing lightweight exporting of variables
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Exporter/Lite/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 06bd550bbb5f -r 406966ffcb61 devel/p5-Exporter-Lite/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Exporter-Lite/distinfo Fri Aug 22 21:28:11 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/22 21:28:11 seb Exp $
+
+SHA1 (Exporter-Lite-0.02.tar.gz) = b96e3dc2efcdd93bdd2e5ecdcb61828937bea539
+RMD160 (Exporter-Lite-0.02.tar.gz) = 2a0ff483d7b719d2b295653d4e0e24497c58f212
+Size (Exporter-Lite-0.02.tar.gz) = 4864 bytes
Home |
Main Index |
Thread Index |
Old Index