summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-17 19:59:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-17 19:59:29 +0000
commit531c7bbbc8e68798a16420786940edd6c0eb0aa2 (patch)
tree2c9423a8596b726ea4e755424556fe21aec218c7 /devel
parentadd p5-Class-Accessor (diff)
add p5-Class-Data-inheritable
Inheritable, overridable class data PR: 32934 Submitted by: Sergey Skvortsov <skv@protey.ru>
Notes
Notes: svn path=/head/; revision=51693
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Class-Data-Inheritable/Makefile25
-rw-r--r--devel/p5-Class-Data-Inheritable/distinfo1
-rw-r--r--devel/p5-Class-Data-Inheritable/pkg-comment1
-rw-r--r--devel/p5-Class-Data-Inheritable/pkg-descr9
-rw-r--r--devel/p5-Class-Data-Inheritable/pkg-plist7
6 files changed, 44 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index fe49e8e730bb..bd4f166d72a1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -322,6 +322,7 @@
SUBDIR += p5-Cdk
SUBDIR += p5-Class-Accessor
SUBDIR += p5-Class-Contract
+ SUBDIR += p5-Class-Data-Inheritable
SUBDIR += p5-Class-Date
SUBDIR += p5-Class-Delegation
SUBDIR += p5-Class-Loader
diff --git a/devel/p5-Class-Data-Inheritable/Makefile b/devel/p5-Class-Data-Inheritable/Makefile
new file mode 100644
index 000000000000..39e5b979b443
--- /dev/null
+++ b/devel/p5-Class-Data-Inheritable/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: Class-Data-Inheritable
+# Date created: 17 Dec 2001
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Class-Data-Inheritable
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Class
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= skv@protey.ru
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/base.pm:${PORTSDIR}/devel/p5-Class-Fields
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+MAN3= Class::Data::Inheritable.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Class-Data-Inheritable/distinfo b/devel/p5-Class-Data-Inheritable/distinfo
new file mode 100644
index 000000000000..b0b596b3d3c8
--- /dev/null
+++ b/devel/p5-Class-Data-Inheritable/distinfo
@@ -0,0 +1 @@
+MD5 (Class-Data-Inheritable-0.02.tar.gz) = d3a9fff92ede1085643341179fd9263b
diff --git a/devel/p5-Class-Data-Inheritable/pkg-comment b/devel/p5-Class-Data-Inheritable/pkg-comment
new file mode 100644
index 000000000000..828f0a776b7d
--- /dev/null
+++ b/devel/p5-Class-Data-Inheritable/pkg-comment
@@ -0,0 +1 @@
+Inheritable, overridable class data
diff --git a/devel/p5-Class-Data-Inheritable/pkg-descr b/devel/p5-Class-Data-Inheritable/pkg-descr
new file mode 100644
index 000000000000..6a94e7a9ac02
--- /dev/null
+++ b/devel/p5-Class-Data-Inheritable/pkg-descr
@@ -0,0 +1,9 @@
+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.
+
+WWW: http://search.cpan.org/search?dist=Class-Data-Inheritable
+
+-- Sergey Skvortsov
+skv@protey.ru
diff --git a/devel/p5-Class-Data-Inheritable/pkg-plist b/devel/p5-Class-Data-Inheritable/pkg-plist
new file mode 100644
index 000000000000..845f29ac7bbc
--- /dev/null
+++ b/devel/p5-Class-Data-Inheritable/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Data/Inheritable/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Class/Data/Inheritable.pm
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Data/Inheritable
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class/Data 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Class 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Data 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true