diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2005-10-18 08:33:24 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2005-10-18 08:33:24 +0000 |
commit | b420d55695c80b12653055a99dc69714c9bd8b51 (patch) | |
tree | 9a532d598f251fb58308af7eb4d2066a63c1adc6 /devel/p5-OOTools | |
parent | 938e7f98432d5a8b0e4067e172aed628f7f620bc (diff) | |
download | pkgsrc-b420d55695c80b12653055a99dc69714c9bd8b51.tar.gz |
Update OOTools to version 2.21. This closes PR 31678 from Zafer Aydogan.
Changes from 1.75(doesn't include minor fixes):
Version 2.21
- Little documentation improvement
Version 2.2
- Added Package::props and Package::groups pragmas
- Added improved tests
Version 2.12
- Fixed the Class::Util::import function
Version 2.11
- Changed the Class::Util::classes function
Version 2.1
- Added the Class::Util::gather function plus tests
- Added the Class::Util::classes function plus tests
- Added the Class::Util::blessed function plus tests
Version 2.0
- Added the Class::Error module and tests
- Added the Class::Util module and tests
- Added the 'skip_autoload' option to Class::constr pragma
- You can also pass an HASH reference to the constr method
Version 1.79
- A test addition
Version 1.78
- The properties defined with a group get initialized just once
- Some testing addition and rewrite
Version 1.77
- Added 'default' option to the Class::constr pragma plus tests
- Added possibility to get a slice of values from groups accessors
- Added $_ aliasing for the post_process option
Version 1.76
- Added add_to() method to add props and groups accessors in other packages
- Added post_process() option to props accessors
Diffstat (limited to 'devel/p5-OOTools')
-rw-r--r-- | devel/p5-OOTools/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-OOTools/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-OOTools/Makefile b/devel/p5-OOTools/Makefile index 49a34ae50ce..fec18613206 100644 --- a/devel/p5-OOTools/Makefile +++ b/devel/p5-OOTools/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:12 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/10/18 08:33:24 hiramatsu Exp $ -DISTNAME= OOTools-1.75 +DISTNAME= OOTools-2.21 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5oot -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DO/DOMIZIO/ diff --git a/devel/p5-OOTools/distinfo b/devel/p5-OOTools/distinfo index 475f46aedd0..7e1b6532f92 100644 --- a/devel/p5-OOTools/distinfo +++ b/devel/p5-OOTools/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:27 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/10/18 08:33:24 hiramatsu Exp $ -SHA1 (OOTools-1.75.tar.gz) = 73a751ece76a3d14d65dc8d2be529d2c267b01f2 -RMD160 (OOTools-1.75.tar.gz) = cfdeddb1ae6a71f844c472e96867df10c684f08c -Size (OOTools-1.75.tar.gz) = 12540 bytes +SHA1 (OOTools-2.21.tar.gz) = 5ea6c6ed3ac66634b6883da1545b7f7f46a56ba8 +RMD160 (OOTools-2.21.tar.gz) = 1c67e99d066a68a9198cac8bb4f53560c2b9e23f +Size (OOTools-2.21.tar.gz) = 24021 bytes |