pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Class-MethodMaker (note: 2.00 not imported be...
details: https://anonhg.NetBSD.org/pkgsrc/rev/71b2b17a42a1
branches: trunk
changeset: 471646:71b2b17a42a1
user: tv <tv%pkgsrc.org@localhost>
date: Mon Mar 29 18:55:46 2004 +0000
description:
(note: 2.00 not imported because of some instability there; instead,
imported newest stable release, 1.12)
This module solves the problem of having to write a bazillion get/set
methods that are all the same. The argument to 'use' is a hash whose
keys are the names of types of generic methods generated by MethodMaker
and whose values tell method maker what methods to make. More
precisely, the keys are the names of MethodMaker methods (methods that
write methods) and the values are the arguments to those methods.
diffstat:
devel/p5-Class-MethodMaker/DESCR | 6 ++++++
devel/p5-Class-MethodMaker/Makefile | 18 ++++++++++++++++++
devel/p5-Class-MethodMaker/PLIST | 1 +
devel/p5-Class-MethodMaker/distinfo | 4 ++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r 6f3a2ada56b6 -r 71b2b17a42a1 devel/p5-Class-MethodMaker/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MethodMaker/DESCR Mon Mar 29 18:55:46 2004 +0000
@@ -0,0 +1,6 @@
+This module solves the problem of having to write a bazillion get/set
+methods that are all the same. The argument to 'use' is a hash whose
+keys are the names of types of generic methods generated by MethodMaker
+and whose values tell method maker what methods to make. More
+precisely, the keys are the names of MethodMaker methods (methods that
+write methods) and the values are the arguments to those methods.
diff -r 6f3a2ada56b6 -r 71b2b17a42a1 devel/p5-Class-MethodMaker/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MethodMaker/Makefile Mon Mar 29 18:55:46 2004 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/29 18:55:46 tv Exp $
+#
+
+DISTNAME= Class-MethodMaker-1.12
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= tv%duh.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Class-MethodMaker/
+COMMENT= Getter/setter OO method maker for class elements
+
+USE_BUILDLINK3= yes
+USE_PKGLOCALEDIR= yes
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class-MethodMaker/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6f3a2ada56b6 -r 71b2b17a42a1 devel/p5-Class-MethodMaker/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MethodMaker/PLIST Mon Mar 29 18:55:46 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/29 18:55:46 tv Exp $
diff -r 6f3a2ada56b6 -r 71b2b17a42a1 devel/p5-Class-MethodMaker/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MethodMaker/distinfo Mon Mar 29 18:55:46 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/29 18:55:46 tv Exp $
+
+SHA1 (Class-MethodMaker-1.12.tar.gz) = 2e13cc6353d40127f137fd49bd9433fbca78ddc8
+Size (Class-MethodMaker-1.12.tar.gz) = 45290 bytes
Home |
Main Index |
Thread Index |
Old Index