pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/doc Added devel/p5-Sub-Exporter version 0.974



details:   https://anonhg.NetBSD.org/pkgsrc/rev/288dc4963bcd
branches:  trunk
changeset: 529797:288dc4963bcd
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Jun 10 11:39:31 2007 +0000

description:
Added devel/p5-Sub-Exporter version 0.974

Sub::Exporter provides a sophisticated alternative to Exporter.pm.
It allows for renaming, currying/sub-generation, and other cool
stuff.

diffstat:

 devel/p5-Sub-Exporter/DESCR    |   3 +++
 devel/p5-Sub-Exporter/Makefile |  19 +++++++++++++++++++
 devel/p5-Sub-Exporter/PLIST    |   1 +
 devel/p5-Sub-Exporter/distinfo |   5 +++++
 doc/CHANGES-2007               |   3 ++-
 5 files changed, 30 insertions(+), 1 deletions(-)

diffs (58 lines):

diff -r c6ebfa216ead -r 288dc4963bcd devel/p5-Sub-Exporter/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Exporter/DESCR       Sun Jun 10 11:39:31 2007 +0000
@@ -0,0 +1,3 @@
+Sub::Exporter provides a sophisticated alternative to Exporter.pm.
+It allows for renaming, currying/sub-generation, and other cool
+stuff.
diff -r c6ebfa216ead -r 288dc4963bcd devel/p5-Sub-Exporter/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Exporter/Makefile    Sun Jun 10 11:39:31 2007 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:39:31 abs Exp $
+
+DISTNAME=      Sub-Exporter-0.974
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Sub/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Sub-Exporter/
+COMMENT=       Sophisticated exporter for custom-built routines
+
+PERL5_PACKLIST=        auto/Sub/Exporter/.packlist
+
+DEPENDS+=      p5-Sub-Install>=0.92:../../devel/p5-Sub-Install
+DEPENDS+=      p5-Params-Util>=0.14:../../devel/p5-Params-Util
+DEPENDS+=      p5-Data-OptList>=0.1:../../devel/p5-Data-OptList
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c6ebfa216ead -r 288dc4963bcd devel/p5-Sub-Exporter/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Exporter/PLIST       Sun Jun 10 11:39:31 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/06/10 11:39:31 abs Exp $
diff -r c6ebfa216ead -r 288dc4963bcd devel/p5-Sub-Exporter/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Sub-Exporter/distinfo    Sun Jun 10 11:39:31 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/06/10 11:39:31 abs Exp $
+
+SHA1 (Sub-Exporter-0.974.tar.gz) = fa51f97899a29a78df61dc36051c624e95414543
+RMD160 (Sub-Exporter-0.974.tar.gz) = 180666d554cafe3c62d755248b2b0d39abbb6e32
+Size (Sub-Exporter-0.974.tar.gz) = 44209 bytes
diff -r c6ebfa216ead -r 288dc4963bcd doc/CHANGES-2007
--- a/doc/CHANGES-2007  Sun Jun 10 11:38:43 2007 +0000
+++ b/doc/CHANGES-2007  Sun Jun 10 11:39:31 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2007,v 1.1326 2007/06/10 11:38:43 abs Exp $
+$NetBSD: CHANGES-2007,v 1.1327 2007/06/10 11:39:55 abs Exp $
 
 Changes to the packages collection and infrastructure in 2007:
 
@@ -2537,3 +2537,4 @@
        Added time/p5-DateTime-Format-Pg version 0.16001 [abs 2007-06-10]
        Added time/p5-DateTime-Format-MySQL version 0.04 [abs 2007-06-10]
        Added devel/p5-Sub-Install version 0.924 [abs 2007-06-10]
+       Added devel/p5-Sub-Exporter version 0.974 [abs 2007-06-10]



Home | Main Index | Thread Index | Old Index