summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2005-02-19 11:21:37 +0000
committerwiz <wiz>2005-02-19 11:21:37 +0000
commit89567b5c0cdfc41a619898b5b1c639ba7656ab24 (patch)
tree529c132c1043f8f425bb1d05d52672e3334f4d7f /devel
parent00dbd80093b8aab6d1527c1ceaa2e672731dd956 (diff)
downloadpkgsrc-89567b5c0cdfc41a619898b5b1c639ba7656ab24.tar.gz
Update to 2.05:
2.05: unknown 2.04 Oct 16 3:03 PM GMT 2004 - Use Module::Build's compatibility mode to create a Makefile.PL - Add an argument of the subject object to default ctor calls 2.03 Oct 9 6:12 PM GMT 2004 - Use Module::Build rather than ExtUtils::MakeMaker - Add XS code to set created sub names in profiler, etc. - Documentation tweaks 2.02 Apr 9 11:02 AM GMT 2004 - Fix redefine warnings (with V1Compat) under perl-5.8.3 2.01 Apr 3 12:22 PM GMT 2004 - Fix obscure handling of -hash_init with v1 hash - Fix hash in v1 mode to return reference to the actual storage - Make VERSION evaluate on single line to work with ExtUtils::MakeMaker. Patch contributed by Ed Avis (ed at membled dot com) 2.00 Nov 19 10:13 AM GMT 2003 - Flatten list passed to * in v1 list - Fix buglet in object that called default_ctor method even when an explicit value was supplied - Add compatiblity support for boolean - Lots of documentation improvements - Add html target to Makefile.PL - Add implementation of _clear by default - Add *_clear to array - Add support for 5.6.x - Add new -singleton - Add compatiblity support for singleton - Add compatiblity support for get_concat - Add basic support for INTEGER type - Add compatiblity support for get_counter - Bug fixes to read callback - Add compatiblity support for key_{attrib,with_create} 2.00a09 Sep 18 11:04 AM GMT 2003 - Add tie_scalar, static_hash, tie_hash for V1 - Abandon lvalue methods - Add read & store callbacks (incomplete implementation; just enough for V1 methods) - Add code for V1 - Add new_with_hash_with_init for V1 - Correct handling of default in array to auto-instantiate for prior keys as needed - fix object_tie_list - add set_once from V1 - add singleton for V1 - add basic INTEGER handling - add get_concat, get_counter for V1 - add key_attrib for V1 2.00a08 Jul 19 10:07 AM GMT 2003 - Fixes for static_get_set - Add v1 tie_list, static_list, object_tie_list - Add 'new' - Add new_with_args for V1 - Add basic hash handling - Many doc patches 2.00a07 May 10 8:11 AM GMT 2003 - Tune object '*' method - Add !syntax, nested scope, simple name, repeated calls to V2 syntax - Add method-renaming syntax - Add basic array type - Make basic v1 lists work - Add tie functionality - Add v1 object_list 2.00a06 Wed Jun 19 6:56 PM GMT 2002 - Add object v1 compatibility 2.00a05 Tue Jun 18 7:06 AM GMT 2002 - Add '-default', '-default_ctor' options to scalar 2.00a04 Sun Jun 16 3:48 PM GMT 2002 - Add '-forward' option to scalar 2.00a03 Sun Jun 16 12:44 AM GMT 2002 - Add '-type' option to scalar 2.00a02 Tue Jun 11 8:10 PM GMT 2002 - Add tests for scalar (v2) - Add warning(s) for v2 types appearing in v1 mode 2.00a01 Fri Jun 6 2:38 AM GMT 2002 - Basic scalar implemented, passing get_set and static_get_set tests from v1
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Class-MethodMaker/Makefile7
-rw-r--r--devel/p5-Class-MethodMaker/distinfo6
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Class-MethodMaker/Makefile b/devel/p5-Class-MethodMaker/Makefile
index 2317918baf7..8189ddaccbb 100644
--- a/devel/p5-Class-MethodMaker/Makefile
+++ b/devel/p5-Class-MethodMaker/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2004/12/20 11:30:58 grant Exp $
+# $NetBSD: Makefile,v 1.4 2005/02/19 11:21:37 wiz Exp $
#
-DISTNAME= Class-MethodMaker-1.12
+DISTNAME= Class-MethodMaker-2.05
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
@@ -15,7 +14,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class-MethodMaker/.packlist
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/MethodMaker/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Class-MethodMaker/distinfo b/devel/p5-Class-MethodMaker/distinfo
index da1da4b7de1..b68a29df123 100644
--- a/devel/p5-Class-MethodMaker/distinfo
+++ b/devel/p5-Class-MethodMaker/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/03/29 18:55:46 tv Exp $
+$NetBSD: distinfo,v 1.2 2005/02/19 11:21:37 wiz Exp $
-SHA1 (Class-MethodMaker-1.12.tar.gz) = 2e13cc6353d40127f137fd49bd9433fbca78ddc8
-Size (Class-MethodMaker-1.12.tar.gz) = 45290 bytes
+SHA1 (Class-MethodMaker-2.05.tar.gz) = 8bb763c9541dec6f072dcf464a21c1fe5dd81614
+Size (Class-MethodMaker-2.05.tar.gz) = 88127 bytes