pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Importer Import p5-Importer-0.024 as devel/p5...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d3df11c6e972
branches:  trunk
changeset: 354695:d3df11c6e972
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 07 10:36:06 2016 +0000

description:
Import p5-Importer-0.024 as devel/p5-Importer.

This module acts as a layer between Exporter and modules which
consume exports. It is feature-compatible with Exporter, plus some
much needed extras. You can use this to import symbols from any
exporter that follows Exporters specification. The exporter modules
themselves do not need to use or inherit from the Exporter module,
they just need to set @EXPORT and/or other variables.

diffstat:

 devel/p5-Importer/DESCR    |   6 ++++++
 devel/p5-Importer/Makefile |  16 ++++++++++++++++
 devel/p5-Importer/distinfo |   6 ++++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 4dbb3e6f5451 -r d3df11c6e972 devel/p5-Importer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Importer/DESCR   Mon Nov 07 10:36:06 2016 +0000
@@ -0,0 +1,6 @@
+This module acts as a layer between Exporter and modules which
+consume exports. It is feature-compatible with Exporter, plus some
+much needed extras. You can use this to import symbols from any
+exporter that follows Exporters specification. The exporter modules
+themselves do not need to use or inherit from the Exporter module,
+they just need to set @EXPORT and/or other variables.
diff -r 4dbb3e6f5451 -r d3df11c6e972 devel/p5-Importer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Importer/Makefile        Mon Nov 07 10:36:06 2016 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2016/11/07 10:36:06 wiz Exp $
+
+DISTNAME=              Importer-0.024
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EX/EXODIST/}
+
+MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Importer/
+COMMENT=               Perl5 module for exporting symbols
+LICENSE=               ${PERL5_LICENSE}
+
+PERL5_PACKLIST=                auto/Importer/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4dbb3e6f5451 -r d3df11c6e972 devel/p5-Importer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Importer/distinfo        Mon Nov 07 10:36:06 2016 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/11/07 10:36:06 wiz Exp $
+
+SHA1 (Importer-0.024.tar.gz) = fbb3c1aa9fd88e539037c2eb2f8ee4ca740024a6
+RMD160 (Importer-0.024.tar.gz) = 5c6646cb4d5eae3f0b91f15947f61fd5b9fb80ff
+SHA512 (Importer-0.024.tar.gz) = f368f19a63fd52b88886b1ba6d51716050db8f475628238d16d2962ab7d6c21d6818205a82c86cc7f254736eb1c261dd6abd606dfcb16ca675e84898d03cab32
+Size (Importer-0.024.tar.gz) = 41264 bytes



Home | Main Index | Thread Index | Old Index