summaryrefslogtreecommitdiff
path: root/devel/p5-Class-Factory-Util
diff options
context:
space:
mode:
authorcube <cube>2005-01-25 15:59:14 +0000
committercube <cube>2005-01-25 15:59:14 +0000
commit64f6d255f5fad53a86b8260fe6676cdb4b46e55d (patch)
treea65d5678bd700c3ab718d8d9212d3d12f4a85eba /devel/p5-Class-Factory-Util
parent0ca650241e7fe09735183335f6981dff595b24fb (diff)
downloadpkgsrc-64f6d255f5fad53a86b8260fe6676cdb4b46e55d.tar.gz
Initial import of p5-Class-Factory-Util, version 1.6, into the NetBSD
Packages Collection. Class::Factory:Util contains methods that are useful for factory classes. When this module is loaded, it creates a method in its caller named subclasses(). This method returns a list of the available subclasses for the package. It does this by looking in the library directory containing the caller, and finding any modules in its immediate subdirectories.
Diffstat (limited to 'devel/p5-Class-Factory-Util')
-rw-r--r--devel/p5-Class-Factory-Util/DESCR8
-rw-r--r--devel/p5-Class-Factory-Util/Makefile18
-rw-r--r--devel/p5-Class-Factory-Util/PLIST1
-rw-r--r--devel/p5-Class-Factory-Util/distinfo4
4 files changed, 31 insertions, 0 deletions
diff --git a/devel/p5-Class-Factory-Util/DESCR b/devel/p5-Class-Factory-Util/DESCR
new file mode 100644
index 00000000000..299137b37ce
--- /dev/null
+++ b/devel/p5-Class-Factory-Util/DESCR
@@ -0,0 +1,8 @@
+Class::Factory:Util contains methods that are useful for factory
+classes.
+
+When this module is loaded, it creates a method in its caller
+named subclasses(). This method returns a list of the available
+subclasses for the package. It does this by looking in the
+library directory containing the caller, and finding any modules
+in its immediate subdirectories.
diff --git a/devel/p5-Class-Factory-Util/Makefile b/devel/p5-Class-Factory-Util/Makefile
new file mode 100644
index 00000000000..ae72b591b19
--- /dev/null
+++ b/devel/p5-Class-Factory-Util/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/25 15:59:14 cube Exp $
+
+DISTNAME= Class-Factory-Util-1.6
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER= cube@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Class-Factory-Util/
+COMMENT= Perl module to help factory classes
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Class/Factory/Util/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Class-Factory-Util/PLIST b/devel/p5-Class-Factory-Util/PLIST
new file mode 100644
index 00000000000..17c45604f86
--- /dev/null
+++ b/devel/p5-Class-Factory-Util/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/25 15:59:14 cube Exp $
diff --git a/devel/p5-Class-Factory-Util/distinfo b/devel/p5-Class-Factory-Util/distinfo
new file mode 100644
index 00000000000..5a86fb43e86
--- /dev/null
+++ b/devel/p5-Class-Factory-Util/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/01/25 15:59:14 cube Exp $
+
+SHA1 (Class-Factory-Util-1.6.tar.gz) = 21cb84d13baf338af76ca226c5089b64f0292e50
+Size (Class-Factory-Util-1.6.tar.gz) = 9939 bytes