pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Enable p5-Class-Container.
details: https://anonhg.NetBSD.org/pkgsrc/rev/9419aff109a7
branches: trunk
changeset: 460448:9419aff109a7
user: he <he%pkgsrc.org@localhost>
date: Sat Aug 30 18:57:32 2003 +0000
description:
Enable p5-Class-Container.
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.
diffstat:
devel/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 71b2a152662b -r 9419aff109a7 devel/Makefile
--- a/devel/Makefile Sat Aug 30 18:57:03 2003 +0000
+++ b/devel/Makefile Sat Aug 30 18:57:32 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.414 2003/08/30 18:55:40 he Exp $
+# $NetBSD: Makefile,v 1.415 2003/08/30 18:57:32 he Exp $
#
COMMENT= Development utilities
@@ -235,6 +235,7 @@
SUBDIR+= p5-Attribute-Handlers
SUBDIR+= p5-BSD-Resource
SUBDIR+= p5-Bit-Vector
+SUBDIR+= p5-Class-Container
SUBDIR+= p5-Class-Loader
SUBDIR+= p5-Class-ObjectTemplate
SUBDIR+= p5-Class-ReturnValue
Home |
Main Index |
Thread Index |
Old Index