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-Hash This module is yet another c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf08f813d05e
branches:  trunk
changeset: 498123:cf08f813d05e
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Aug 13 07:51:32 2005 +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-Hash/DESCR    |   3 +++
 devel/p5-Class-Gomor-Hash/Makefile |  16 ++++++++++++++++
 devel/p5-Class-Gomor-Hash/PLIST    |   1 +
 devel/p5-Class-Gomor-Hash/distinfo |   5 +++++
 4 files changed, 25 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r c8b97f310d5d -r cf08f813d05e devel/p5-Class-Gomor-Hash/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Gomor-Hash/DESCR   Sat Aug 13 07:51:32 2005 +0000
@@ -0,0 +1,3 @@
+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 c8b97f310d5d -r cf08f813d05e devel/p5-Class-Gomor-Hash/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Gomor-Hash/Makefile        Sat Aug 13 07:51:32 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 07:51:32 adrianp Exp $
+
+DISTNAME=      Class-Gomor-Hash-0.22
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+COMMENT=       Class and object builder, hash version
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/Class/Gomor/Hash/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c8b97f310d5d -r cf08f813d05e devel/p5-Class-Gomor-Hash/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Gomor-Hash/PLIST   Sat Aug 13 07:51:32 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/13 07:51:32 adrianp Exp $
diff -r c8b97f310d5d -r cf08f813d05e devel/p5-Class-Gomor-Hash/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-Gomor-Hash/distinfo        Sat Aug 13 07:51:32 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/08/13 07:51:32 adrianp Exp $
+
+SHA1 (Class-Gomor-Hash-0.22.tar.gz) = 33de5351c7999ec6d9ec3654e6a163137506b4dd
+RMD160 (Class-Gomor-Hash-0.22.tar.gz) = 02b623fa7b8f7f8df4582f994cf331b495f5ec89
+Size (Class-Gomor-Hash-0.22.tar.gz) = 5937 bytes



Home | Main Index | Thread Index | Old Index