diff options
author | tv <tv@pkgsrc.org> | 2005-03-04 20:41:58 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-03-04 20:41:58 +0000 |
commit | b77b30794c07165bef2b50c78f02836ff8264b76 (patch) | |
tree | 86acd3609de16f917d40d598f17dac97473418a2 | |
parent | 7df7f868df6c70d582b1fa2345b12c3673b83864 (diff) | |
download | pkgsrc-b77b30794c07165bef2b50c78f02836ff8264b76.tar.gz |
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.
-rw-r--r-- | devel/p5-Class-MakeMethods/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-Class-MakeMethods/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-Class-MakeMethods/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Class-MakeMethods/distinfo | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/p5-Class-MakeMethods/DESCR b/devel/p5-Class-MakeMethods/DESCR new file mode 100644 index 00000000000..d8203cef0d2 --- /dev/null +++ b/devel/p5-Class-MakeMethods/DESCR @@ -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 --git a/devel/p5-Class-MakeMethods/Makefile b/devel/p5-Class-MakeMethods/Makefile new file mode 100644 index 00000000000..df1583f7ccc --- /dev/null +++ b/devel/p5-Class-MakeMethods/Makefile @@ -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 +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 --git a/devel/p5-Class-MakeMethods/PLIST b/devel/p5-Class-MakeMethods/PLIST new file mode 100644 index 00000000000..62028ef30fc --- /dev/null +++ b/devel/p5-Class-MakeMethods/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/03/04 20:41:58 tv Exp $ diff --git a/devel/p5-Class-MakeMethods/distinfo b/devel/p5-Class-MakeMethods/distinfo new file mode 100644 index 00000000000..0ef1f7f0572 --- /dev/null +++ b/devel/p5-Class-MakeMethods/distinfo @@ -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 |