pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Class-ISA Added devel/p5-Class-ISA version 0.33



details:   https://anonhg.NetBSD.org/pkgsrc/rev/823330f47c9b
branches:  trunk
changeset: 544394:823330f47c9b
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jul 14 09:23:12 2008 +0000

description:
Added devel/p5-Class-ISA version 0.33

This library, Class::ISA, provides functions that return the list (in
order) of names of classes Perl would search to find a method, with no
duplicates.

WWW: http://search.cpan.org/dist/Class-ISA/

diffstat:

 devel/p5-Class-ISA/DESCR    |   5 +++++
 devel/p5-Class-ISA/Makefile |  18 ++++++++++++++++++
 devel/p5-Class-ISA/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 3697810d7eae -r 823330f47c9b devel/p5-Class-ISA/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-ISA/DESCR  Mon Jul 14 09:23:12 2008 +0000
@@ -0,0 +1,5 @@
+This library, Class::ISA, provides functions that return the list (in
+order) of names of classes Perl would search to find a method, with no
+duplicates.
+
+WWW: http://search.cpan.org/dist/Class-ISA/
diff -r 3697810d7eae -r 823330f47c9b devel/p5-Class-ISA/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-ISA/Makefile       Mon Jul 14 09:23:12 2008 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/07/14 09:23:12 abs Exp $
+
+DISTNAME=      Class-ISA-0.33
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Class/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/perldoc?Class::ISA
+COMMENT=       Report the search path for a class's ISA tree
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/Class/ISA/.packlist
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3697810d7eae -r 823330f47c9b devel/p5-Class-ISA/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Class-ISA/distinfo       Mon Jul 14 09:23:12 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/07/14 09:23:12 abs Exp $
+
+SHA1 (Class-ISA-0.33.tar.gz) = 4d004ae25ba176793a7b7ae990b99552a2d3a452
+RMD160 (Class-ISA-0.33.tar.gz) = 32a66027d1f92f632ced79bd6c8433f6eafc683d
+Size (Class-ISA-0.33.tar.gz) = 6401 bytes



Home | Main Index | Thread Index | Old Index