pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Factory-Util Initial import of p5-Class...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4905c5122fe3
branches:  trunk
changeset: 488190:4905c5122fe3
user:      cube <cube%pkgsrc.org@localhost>
date:      Tue Jan 25 15:59:14 2005 +0000

description:
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:

 devel/p5-Class-Factory-Util/DESCR    |   8 ++++++++
 devel/p5-Class-Factory-Util/Makefile |  18 ++++++++++++++++++
 devel/p5-Class-Factory-Util/PLIST    |   1 +
 devel/p5-Class-Factory-Util/distinfo |   4 ++++
 4 files changed, 31 insertions(+), 0 deletions(-)

diffs (47 lines):

diff -r 661a4104c114 -r 4905c5122fe3 devel/p5-Class-Factory-Util/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Factory-Util/DESCR Tue Jan 25 15:59:14 2005 +0000
@@ -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 -r 661a4104c114 -r 4905c5122fe3 devel/p5-Class-Factory-Util/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Factory-Util/Makefile      Tue Jan 25 15:59:14 2005 +0000
@@ -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@localhost
+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 -r 661a4104c114 -r 4905c5122fe3 devel/p5-Class-Factory-Util/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Factory-Util/PLIST Tue Jan 25 15:59:14 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/25 15:59:14 cube Exp $
diff -r 661a4104c114 -r 4905c5122fe3 devel/p5-Class-Factory-Util/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Factory-Util/distinfo      Tue Jan 25 15:59:14 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index