summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2008-07-14 09:19:15 +0000
committerabs <abs@pkgsrc.org>2008-07-14 09:19:15 +0000
commitdafb6ef60d9bdcc058870d1e1829a6bf629f5521 (patch)
treec08113a3e57eebbc052b2e4254041341ea94c871 /devel
parent976466a8d89dcdf3ea2499356a8ac031ecc252ea (diff)
downloadpkgsrc-dafb6ef60d9bdcc058870d1e1829a6bf629f5521.tar.gz
Added devel/p5-Class-Base version 0.03
This module implements a simple base class from which other modules can be derived, thereby inheriting a number of useful methods such as new(), init(), params(), clone(), error() and debug(). For a number of years, I found myself re-writing this module for practically every Perl project of any significant size. Or rather, I would copy the module from the last project and perform a global search and replace to change the names. Each time it got a little more polished and eventually, I decided to Do The Right Thing and release it as a module in it's own right. It doesn't pretend to be an all-encompassing solution for every kind of object creation problem you might encounter. In fact, it only supports blessed hash references that are created using the popular, but by no means universal convention of calling new() with a list or reference to a hash array of named parameters. Constructor failure is indicated by returning undef and setting the $ERROR package variable in the module's class to contain a relevant message (which you can also fetch by calling error() as a class method).
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Class-Base/DESCR19
-rw-r--r--devel/p5-Class-Base/Makefile18
-rw-r--r--devel/p5-Class-Base/distinfo5
3 files changed, 42 insertions, 0 deletions
diff --git a/devel/p5-Class-Base/DESCR b/devel/p5-Class-Base/DESCR
new file mode 100644
index 00000000000..cf72b0029ca
--- /dev/null
+++ b/devel/p5-Class-Base/DESCR
@@ -0,0 +1,19 @@
+This module implements a simple base class from which other modules
+can be derived, thereby inheriting a number of useful methods such
+as new(), init(), params(), clone(), error() and debug().
+
+For a number of years, I found myself re-writing this module for
+practically every Perl project of any significant size. Or rather,
+I would copy the module from the last project and perform a global
+search and replace to change the names. Each time it got a little
+more polished and eventually, I decided to Do The Right Thing and
+release it as a module in it's own right.
+
+It doesn't pretend to be an all-encompassing solution for every
+kind of object creation problem you might encounter. In fact, it
+only supports blessed hash references that are created using the
+popular, but by no means universal convention of calling new() with
+a list or reference to a hash array of named parameters. Constructor
+failure is indicated by returning undef and setting the $ERROR
+package variable in the module's class to contain a relevant message
+(which you can also fetch by calling error() as a class method).
diff --git a/devel/p5-Class-Base/Makefile b/devel/p5-Class-Base/Makefile
new file mode 100644
index 00000000000..f5ed93873b4
--- /dev/null
+++ b/devel/p5-Class-Base/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:19:15 abs Exp $
+
+DISTNAME= Class-Base-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AB/ABW/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/perldoc?Class::Base
+COMMENT= Useful base class for deriving other modules
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Class/Base/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Class-Base/distinfo b/devel/p5-Class-Base/distinfo
new file mode 100644
index 00000000000..95a3a9fb4a0
--- /dev/null
+++ b/devel/p5-Class-Base/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:19:15 abs Exp $
+
+SHA1 (Class-Base-0.03.tar.gz) = 75955566ae475896272ca98e6297d7033779ae6d
+RMD160 (Class-Base-0.03.tar.gz) = f0458304dba2b9d59cc8f21fe7826db91ca73f02
+Size (Class-Base-0.03.tar.gz) = 14932 bytes