pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Importer



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Nov  7 10:36:06 UTC 2016

Added Files:
        pkgsrc/devel/p5-Importer: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Importer/DESCR \
    pkgsrc/devel/p5-Importer/Makefile pkgsrc/devel/p5-Importer/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/p5-Importer/DESCR
diff -u /dev/null pkgsrc/devel/p5-Importer/DESCR:1.1
--- /dev/null   Mon Nov  7 10:36:06 2016
+++ pkgsrc/devel/p5-Importer/DESCR      Mon Nov  7 10:36:06 2016
@@ -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.
Index: pkgsrc/devel/p5-Importer/Makefile
diff -u /dev/null pkgsrc/devel/p5-Importer/Makefile:1.1
--- /dev/null   Mon Nov  7 10:36:06 2016
+++ pkgsrc/devel/p5-Importer/Makefile   Mon Nov  7 10:36:06 2016
@@ -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"
Index: pkgsrc/devel/p5-Importer/distinfo
diff -u /dev/null pkgsrc/devel/p5-Importer/distinfo:1.1
--- /dev/null   Mon Nov  7 10:36:06 2016
+++ pkgsrc/devel/p5-Importer/distinfo   Mon Nov  7 10:36:06 2016
@@ -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