pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Data-Inheritable Import p5-Class-Data-I...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6c883b8b391
branches:  trunk
changeset: 460449:a6c883b8b391
user:      he <he%pkgsrc.org@localhost>
date:      Sat Aug 30 18:58:33 2003 +0000

description:
Import p5-Class-Data-Inheritable version 0.02.

Class::Data::Inheritable is for creating accessor/mutators to class
data. That is, if you want to store something about your class as a
whole (instead of about a single object). This data is then inherited
by your subclasses and can be overriden.

diffstat:

 devel/p5-Class-Data-Inheritable/DESCR    |   6 ++++++
 devel/p5-Class-Data-Inheritable/Makefile |  17 +++++++++++++++++
 devel/p5-Class-Data-Inheritable/PLIST    |   1 +
 devel/p5-Class-Data-Inheritable/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 9419aff109a7 -r a6c883b8b391 devel/p5-Class-Data-Inheritable/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Data-Inheritable/DESCR     Sat Aug 30 18:58:33 2003 +0000
@@ -0,0 +1,6 @@
+Inheritable, overridable class data
+
+Class::Data::Inheritable is for creating accessor/mutators to class
+data. That is, if you want to store something about your class as a
+whole (instead of about a single object). This data is then inherited
+by your subclasses and can be overriden.
diff -r 9419aff109a7 -r a6c883b8b391 devel/p5-Class-Data-Inheritable/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Data-Inheritable/Makefile  Sat Aug 30 18:58:33 2003 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 18:58:33 he Exp $
+
+DISTNAME=      Class-Data-Inheritable-0.02
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5cdi
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/author/MSCHWERN/Class-Data-Inheritable-0.02/
+COMMENT=       Inheritable, overridable class data
+
+USE_BUILDLINK2=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Class/Data/Inheritable/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9419aff109a7 -r a6c883b8b391 devel/p5-Class-Data-Inheritable/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Data-Inheritable/PLIST     Sat Aug 30 18:58:33 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 18:58:33 he Exp $
diff -r 9419aff109a7 -r a6c883b8b391 devel/p5-Class-Data-Inheritable/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Data-Inheritable/distinfo  Sat Aug 30 18:58:33 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/30 18:58:33 he Exp $
+
+SHA1 (Class-Data-Inheritable-0.02.tar.gz) = 2a1b15de2f39703c747b390379cdd68cc383432e
+Size (Class-Data-Inheritable-0.02.tar.gz) = 3307 bytes



Home | Main Index | Thread Index | Old Index