pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-Gomor This module is yet another class ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ef0c1d786a2
branches:  trunk
changeset: 523194:3ef0c1d786a2
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Jan 03 14:02:57 2007 +0000

description:
This module is yet another class builder. This one adds parameter checking
in new constructor, that is to check for attributes existence, and definedness.

diffstat:

 devel/p5-Class-Gomor/DESCR    |   2 ++
 devel/p5-Class-Gomor/Makefile |  16 ++++++++++++++++
 devel/p5-Class-Gomor/PLIST    |   1 +
 devel/p5-Class-Gomor/distinfo |   5 +++++
 4 files changed, 24 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 560610a81617 -r 3ef0c1d786a2 devel/p5-Class-Gomor/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Gomor/DESCR        Wed Jan 03 14:02:57 2007 +0000
@@ -0,0 +1,2 @@
+This module is yet another class builder. This one adds parameter checking
+in new constructor, that is to check for attributes existence, and definedness.
diff -r 560610a81617 -r 3ef0c1d786a2 devel/p5-Class-Gomor/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Gomor/Makefile     Wed Jan 03 14:02:57 2007 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/01/03 14:02:57 adrianp Exp $
+
+DISTNAME=      Class-Gomor-1.01
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+COMMENT=       Another class and object builder
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/Class/Gomor/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 560610a81617 -r 3ef0c1d786a2 devel/p5-Class-Gomor/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Gomor/PLIST        Wed Jan 03 14:02:57 2007 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/03 14:02:57 adrianp Exp $
diff -r 560610a81617 -r 3ef0c1d786a2 devel/p5-Class-Gomor/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Gomor/distinfo     Wed Jan 03 14:02:57 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/01/03 14:02:57 adrianp Exp $
+
+SHA1 (Class-Gomor-1.01.tar.gz) = 68a53cbc43095db7b4a5f76a70db57455ae85d54
+RMD160 (Class-Gomor-1.01.tar.gz) = d391af42f158b8e8845f1aacc757cb492bface66
+Size (Class-Gomor-1.01.tar.gz) = 8862 bytes



Home | Main Index | Thread Index | Old Index