diff options
author | sno <sno@pkgsrc.org> | 2010-03-10 15:59:30 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-10 15:59:30 +0000 |
commit | 76b493ea1aa52192c3e62f783d5566f162130e53 (patch) | |
tree | 04e9a28c99ff392be225b91be9d74f601acb6e81 /devel/p5-autobox-Core | |
parent | 15102aecc17f947931440dfc2b9ae8cd6546724f (diff) | |
download | pkgsrc-76b493ea1aa52192c3e62f783d5566f162130e53.tar.gz |
Updating devel/p5-autobox-Core from 0.6 to 1.0
pkgsrc changes:
- Add license definition
Upstream changes:
Version 1.0 is identical to 0.9. PAUSE tells me 0.9 already exists so
bumping the number. *^%$!
Version 0.9 is identical to 0.8. PAUSE tells me 0.8 already exists so
bumping the number.
Version 0.8 fixes unshift and pop to again return the value removed
(oops, thanks brunov) and adds many, many more tests (wow, thanks brunov!).
Version 0.7 uses autobox itself so you don't have to, as requested, and ...
oh hell. I started editing this to fix Schwern's reported v-string warning,
but I'm not seeing it. Use ~~ on @array->grep if we're using 5.10 or newer.
Add an explicit LICENSE section per request. Took many tests and utility
functions from perl5i. Pays attention to wantarray and returns a list or
the reference, as dictated by context. flatten should rarely if ever be
needed any more.
Diffstat (limited to 'devel/p5-autobox-Core')
-rw-r--r-- | devel/p5-autobox-Core/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-autobox-Core/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-autobox-Core/Makefile b/devel/p5-autobox-Core/Makefile index 881517696f0..59e9cc8a388 100644 --- a/devel/p5-autobox-Core/Makefile +++ b/devel/p5-autobox-Core/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 14:57:51 seb Exp $ +# $NetBSD: Makefile,v 1.2 2010/03/10 15:59:30 sno Exp $ # -DISTNAME= autobox-Core-0.6 +DISTNAME= autobox-Core-1.0 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SW/SWALTERS/} @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SW/SWALTERS/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/autobox-Core/ COMMENT= Perl 5 module adding core built-in functions in primitive types +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir diff --git a/devel/p5-autobox-Core/distinfo b/devel/p5-autobox-Core/distinfo index 4a46b909938..aa01f8485a3 100644 --- a/devel/p5-autobox-Core/distinfo +++ b/devel/p5-autobox-Core/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/03/22 14:57:51 seb Exp $ +$NetBSD: distinfo,v 1.2 2010/03/10 15:59:30 sno Exp $ -SHA1 (autobox-Core-0.6.tar.gz) = a8dfdcdb10e3ca12675863d25c41471e0a13d6eb -RMD160 (autobox-Core-0.6.tar.gz) = bea7bbe11325c1838b47226839244f84e4db8bcb -Size (autobox-Core-0.6.tar.gz) = 13038 bytes +SHA1 (autobox-Core-1.0.tar.gz) = e11b72eb09f4aa3cfdd2797ad2b934d75791c4c2 +RMD160 (autobox-Core-1.0.tar.gz) = 7225249b9dc97927a2e7962cef7767a6dc075637 +Size (autobox-Core-1.0.tar.gz) = 24248 bytes |