diff options
author | abs <abs@pkgsrc.org> | 2008-05-28 21:28:39 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-28 21:28:39 +0000 |
commit | dd6a403c87d5941103a06db0974244c9e8bb9dfd (patch) | |
tree | d6be2e1b2b0d7a4ce4e3504995caa329358ea56f | |
parent | 76b113f6aad496850bd0d242a7c12abed5a75421 (diff) | |
download | pkgsrc-dd6a403c87d5941103a06db0974244c9e8bb9dfd.tar.gz |
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
-rw-r--r-- | devel/p5-Sub-Exporter/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-Sub-Exporter/distinfo | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/devel/p5-Sub-Exporter/Makefile b/devel/p5-Sub-Exporter/Makefile index f782d6d1d5b..6f492beec1a 100644 --- a/devel/p5-Sub-Exporter/Makefile +++ b/devel/p5-Sub-Exporter/Makefile @@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org 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 --git a/devel/p5-Sub-Exporter/distinfo b/devel/p5-Sub-Exporter/distinfo index 5eaf9f7c11d..cce42ad37c6 100644 --- a/devel/p5-Sub-Exporter/distinfo +++ b/devel/p5-Sub-Exporter/distinfo @@ -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 |