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 Updated devel/p5-Sub-Exporter to...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e78b804b9ae6
branches: trunk
changeset: 542825:e78b804b9ae6
user: abs <abs%pkgsrc.org@localhost>
date: Wed May 28 21:28:39 2008 +0000
description:
Updated devel/p5-Sub-Exporter to 0.979
0.979 2007-04-29
add INIT collector
declare reservation of all CAPS collectors
clarify documentation of -setup after report by GAISSMAI
0.978 2007-11-19
improve documentation of new installer/generator options
deprecate calling "installer" the "exporter"
WARNING: "exporter" OPTION WILL BE REMOVED AFTER 2008-06-01
major refactoring of the core generation/installation code
tentative interface documentation for replacing it!
0.976 2007-08-30
fixed merge_col, which was not updated to work with \name generators
collector hooks can now alter @_ to replace the value to be collected
clarify args passed to generator in Tutorial; thanks MARKSTOS
added commented-out name_map to Sub::Exporter::Util; future feature?
0.975 2007-07-04
update Tutorial to show (preferred) \'name' style for generators
changed "standard" name of curry_class to curry_method
added curry_chain
added Sub::Exporter::Cookbook
diffstat:
devel/p5-Sub-Exporter/Makefile | 11 +++++++----
devel/p5-Sub-Exporter/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r 6518e5119bab -r e78b804b9ae6 devel/p5-Sub-Exporter/Makefile
--- a/devel/p5-Sub-Exporter/Makefile Wed May 28 21:27:04 2008 +0000
+++ b/devel/p5-Sub-Exporter/Makefile Wed May 28 21:28:39 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 11:39:31 abs Exp $
+# $NetBSD: Makefile,v 1.2 2008/05/28 21:28:39 abs Exp $
-DISTNAME= Sub-Exporter-0.974
+DISTNAME= Sub-Exporter-0.979
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
@@ -9,11 +9,14 @@
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
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Sub/Exporter/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6518e5119bab -r e78b804b9ae6 devel/p5-Sub-Exporter/distinfo
--- a/devel/p5-Sub-Exporter/distinfo Wed May 28 21:27:04 2008 +0000
+++ b/devel/p5-Sub-Exporter/distinfo Wed May 28 21:28:39 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/10 11:39:31 abs Exp $
+$NetBSD: distinfo,v 1.2 2008/05/28 21:28:39 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
+SHA1 (Sub-Exporter-0.979.tar.gz) = 2c2ff889643363f61b7956ecd53406ab5764fe5b
+RMD160 (Sub-Exporter-0.979.tar.gz) = 392e4003ed7f5fa2d2abd9682fc355d908d3144a
+Size (Sub-Exporter-0.979.tar.gz) = 52347 bytes
Home |
Main Index |
Thread Index |
Old Index