pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Sub-Exporter-Progressive Imports p5-Sub-Expor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e34a5209b7f8
branches:  trunk
changeset: 607311:e34a5209b7f8
user:      wen <wen%pkgsrc.org@localhost>
date:      Wed Aug 08 12:03:18 2012 +0000

description:
Imports p5-Sub-Exporter-Progressive-0.001003:
Sub::Exporter is an incredibly powerful module, but with that power comes
great responsibility, er- as well as some runtime penalties. This module
is a Sub::Exporter wrapper that will let your users just use Exporter if
all they are doing is picking exports, but use Sub::Exporter if your users
try to use Sub::Exporter's more advanced features features, like renaming
exports, if they try to use them.

Note that this module will export @EXPORT and @EXPORT_OK package variables
for Exporter to work. Additionally, if your package uses advanced Sub::Exporter
features like currying, this module will only ever use Sub::Exporter, so
you might as well use it directly.

diffstat:

 devel/p5-Sub-Exporter-Progressive/DESCR    |  11 +++++++++++
 devel/p5-Sub-Exporter-Progressive/Makefile |  21 +++++++++++++++++++++
 devel/p5-Sub-Exporter-Progressive/distinfo |   5 +++++
 3 files changed, 37 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r 1276da382194 -r e34a5209b7f8 devel/p5-Sub-Exporter-Progressive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Exporter-Progressive/DESCR   Wed Aug 08 12:03:18 2012 +0000
@@ -0,0 +1,11 @@
+Sub::Exporter is an incredibly powerful module, but with that power comes
+great responsibility, er- as well as some runtime penalties. This module
+is a Sub::Exporter wrapper that will let your users just use Exporter if
+all they are doing is picking exports, but use Sub::Exporter if your users
+try to use Sub::Exporter's more advanced features features, like renaming
+exports, if they try to use them.
+
+Note that this module will export @EXPORT and @EXPORT_OK package variables
+for Exporter to work. Additionally, if your package uses advanced Sub::Exporter
+features like currying, this module will only ever use Sub::Exporter, so
+you might as well use it directly.
diff -r 1276da382194 -r e34a5209b7f8 devel/p5-Sub-Exporter-Progressive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Exporter-Progressive/Makefile        Wed Aug 08 12:03:18 2012 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2012/08/08 12:03:18 wen Exp $
+
+DISTNAME=      Sub-Exporter-Progressive-0.001003
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Sub/}
+
+MAINTAINER=    wen%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Sub-Exporter-Progressive/
+COMMENT=       Only use Sub::Exporter if you need it
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-Sub-Exporter>=0:../../devel/p5-Sub-Exporter
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Sub/Exporter/Progressive/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1276da382194 -r e34a5209b7f8 devel/p5-Sub-Exporter-Progressive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Exporter-Progressive/distinfo        Wed Aug 08 12:03:18 2012 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2012/08/08 12:03:18 wen Exp $
+
+SHA1 (Sub-Exporter-Progressive-0.001003.tar.gz) = 123ab0a90b789a22ffa6de86fd3fe25cecc4e32f
+RMD160 (Sub-Exporter-Progressive-0.001003.tar.gz) = 4d9ed518326316725b4cba36f8f497cdd28673c1
+Size (Sub-Exporter-Progressive-0.001003.tar.gz) = 10706 bytes



Home | Main Index | Thread Index | Old Index