pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-MakeMethods p5-Class-MakeMethods 1.010,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1853118a07de
branches:  trunk
changeset: 490172:1853118a07de
user:      tv <tv%pkgsrc.org@localhost>
date:      Fri Mar 04 20:41:58 2005 +0000

description:
p5-Class-MakeMethods 1.010, a similar but not quite the same analogue to
Class::MethodMaker.  Included is a Class::MethodMaker v1 emulator that
provides better compatibility than the one in Class::MethodMaker v2.

>From DESCR:

By passing arguments to "use Class::MakeMethods ..." statements, you can
select from a library of hundreds of common types of methods, which are
dynamically installed as subroutines in your module, simplifying the
code for your class.

diffstat:

 devel/p5-Class-MakeMethods/DESCR    |   4 ++++
 devel/p5-Class-MakeMethods/Makefile |  20 ++++++++++++++++++++
 devel/p5-Class-MakeMethods/PLIST    |   1 +
 devel/p5-Class-MakeMethods/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r d7d75be4388f -r 1853118a07de devel/p5-Class-MakeMethods/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MakeMethods/DESCR  Fri Mar 04 20:41:58 2005 +0000
@@ -0,0 +1,4 @@
+By passing arguments to "use Class::MakeMethods ..." statements, you can
+select from a library of hundreds of common types of methods, which are
+dynamically installed as subroutines in your module, simplifying the
+code for your class.
diff -r d7d75be4388f -r 1853118a07de devel/p5-Class-MakeMethods/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MakeMethods/Makefile       Fri Mar 04 20:41:58 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/03/04 20:41:58 tv Exp $
+#
+
+DISTNAME=              Class-MakeMethods-1.01
+PKGNAME=               p5-${DISTNAME}0 # developer uses three-digit versions
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER=            tv%duh.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Class-MakeMethods/
+COMMENT=               Getter/setter OO method maker for class elements
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                yes
+USE_PKGLOCALEDIR=      yes
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Class/MakeMethods/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d7d75be4388f -r 1853118a07de devel/p5-Class-MakeMethods/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MakeMethods/PLIST  Fri Mar 04 20:41:58 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/04 20:41:58 tv Exp $
diff -r d7d75be4388f -r 1853118a07de devel/p5-Class-MakeMethods/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-MakeMethods/distinfo       Fri Mar 04 20:41:58 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/03/04 20:41:58 tv Exp $
+
+SHA1 (Class-MakeMethods-1.01.tar.gz) = 723ac3f5bff2e49945864165e8fd5fe07bf8ee48
+RMD160 (Class-MakeMethods-1.01.tar.gz) = d8ee1820ac6cfabb6a47974a8310f2ea8bbce458
+Size (Class-MakeMethods-1.01.tar.gz) = 162174 bytes



Home | Main Index | Thread Index | Old Index