pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Class-InsideOut Initial import of p5-Class-In...
details: https://anonhg.NetBSD.org/pkgsrc/rev/02df24cfa40d
branches: trunk
changeset: 546212:02df24cfa40d
user: seb <seb%pkgsrc.org@localhost>
date: Sat Aug 23 21:40:46 2008 +0000
description:
Initial import of p5-Class-InsideOut version 1.09 in the NetBSD
Packages Collection.
The Perl 5 module Class::InsideOut s a simple, safe and streamlined
toolkit for building inside-out objects. Unlike most other inside-out
object building modules already on CPAN, this module aims for
minimalism and robustness:
* Does not require derived classes to subclass it * Uses no
source filters, attributes or CHECK blocks * Supports any
underlying object type including black-box inheritance * Does
not leak memory on object destruction * Overloading-safe *
Thread-safe for Perl 5.8.5 or better * mod_perl compatible *
Makes no assumption about inheritance or initializer needs
It provides the minimal support necessary for creating safe inside-out
objects and generating flexible accessors.
diffstat:
devel/p5-Class-InsideOut/DESCR | 16 ++++++++++++++++
devel/p5-Class-InsideOut/Makefile | 19 +++++++++++++++++++
devel/p5-Class-InsideOut/distinfo | 5 +++++
3 files changed, 40 insertions(+), 0 deletions(-)
diffs (52 lines):
diff -r f1975571be82 -r 02df24cfa40d devel/p5-Class-InsideOut/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-InsideOut/DESCR Sat Aug 23 21:40:46 2008 +0000
@@ -0,0 +1,16 @@
+The Perl 5 module Class::InsideOut s a simple, safe and streamlined
+toolkit for building inside-out objects. Unlike most other inside-out
+object building modules already on CPAN, this module aims for
+minimalism and robustness:
+
+ * Does not require derived classes to subclass it
+ * Uses no source filters, attributes or CHECK blocks
+ * Supports any underlying object type including black-box inheritance
+ * Does not leak memory on object destruction
+ * Overloading-safe
+ * Thread-safe for Perl 5.8.5 or better
+ * mod_perl compatible
+ * Makes no assumption about inheritance or initializer needs
+
+It provides the minimal support necessary for creating safe inside-out
+objects and generating flexible accessors.
diff -r f1975571be82 -r 02df24cfa40d devel/p5-Class-InsideOut/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-InsideOut/Makefile Sat Aug 23 21:40:46 2008 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 21:40:46 seb Exp $
+#
+
+DISTNAME= Class-InsideOut-1.09
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Class-InsideOut/
+COMMENT= Perl 5 safe and simple inside-out object construction kit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Class/InsideOut/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r f1975571be82 -r 02df24cfa40d devel/p5-Class-InsideOut/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-InsideOut/distinfo Sat Aug 23 21:40:46 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/23 21:40:46 seb Exp $
+
+SHA1 (Class-InsideOut-1.09.tar.gz) = 319620fb4805f72da05f7cc395bd0502e30aa58c
+RMD160 (Class-InsideOut-1.09.tar.gz) = 8283073cd7be4cd08759935bc0156999696e3915
+Size (Class-InsideOut-1.09.tar.gz) = 42019 bytes
Home |
Main Index |
Thread Index |
Old Index