diff options
author | cube <cube@pkgsrc.org> | 2005-01-25 15:59:14 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-01-25 15:59:14 +0000 |
commit | d7b82a691e6567c3cc99a535dafe611c12f13b27 (patch) | |
tree | a65d5678bd700c3ab718d8d9212d3d12f4a85eba /devel | |
parent | b071961bea5eeea27da592fb6d53562e4d438abe (diff) | |
download | pkgsrc-d7b82a691e6567c3cc99a535dafe611c12f13b27.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')
-rw-r--r-- | devel/p5-Class-Factory-Util/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-Class-Factory-Util/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Class-Factory-Util/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Class-Factory-Util/distinfo | 4 |
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 |