pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-ClassAPI Initial import of p5-Test-Class...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efc2019069ec
branches:  trunk
changeset: 496226:efc2019069ec
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Jun 24 19:08:51 2005 +0000

description:
Initial import of p5-Test-ClassAPI-1.02:

For many APIs with large numbers of classes, it can be very useful
to be able to do a quick once-over to make sure that classes,
methods, and inheritance is correct, before doing more comprehensive
testing. This module aims to provide such a capability.

diffstat:

 devel/p5-Test-ClassAPI/DESCR    |   4 ++++
 devel/p5-Test-ClassAPI/Makefile |  20 ++++++++++++++++++++
 devel/p5-Test-ClassAPI/PLIST    |   1 +
 devel/p5-Test-ClassAPI/distinfo |   5 +++++
 4 files changed, 30 insertions(+), 0 deletions(-)

diffs (46 lines):

diff -r 835554898478 -r efc2019069ec devel/p5-Test-ClassAPI/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-ClassAPI/DESCR      Fri Jun 24 19:08:51 2005 +0000
@@ -0,0 +1,4 @@
+For many APIs with large numbers of classes, it can be very useful
+to be able to do a quick once-over to make sure that classes,
+methods, and inheritance is correct, before doing more comprehensive
+testing. This module aims to provide such a capability.
diff -r 835554898478 -r efc2019069ec devel/p5-Test-ClassAPI/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-ClassAPI/Makefile   Fri Jun 24 19:08:51 2005 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/06/24 19:08:51 wiz Exp $
+
+DISTNAME=              Test-ClassAPI-1.02
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            devel perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://search.cpan.org/dist/Test-ClassAPI/
+COMMENT=               Provide basic first-pass API testing for large class trees
+
+DEPENDS+=              p5-Class-Inspector>=1.06:../../devel/p5-Class-Inspector
+DEPENDS+=              p5-Config-Tiny>=2.0:../../devel/p5-Config-Tiny
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Test/ClassAPI/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 835554898478 -r efc2019069ec devel/p5-Test-ClassAPI/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-ClassAPI/PLIST      Fri Jun 24 19:08:51 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/06/24 19:08:51 wiz Exp $
diff -r 835554898478 -r efc2019069ec devel/p5-Test-ClassAPI/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-ClassAPI/distinfo   Fri Jun 24 19:08:51 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/06/24 19:08:51 wiz Exp $
+
+SHA1 (Test-ClassAPI-1.02.tar.gz) = 04c4c404d696c04097b5e2a17d2a263e01ce79d1
+RMD160 (Test-ClassAPI-1.02.tar.gz) = 7b48444b45ca6a849be3978641879a1a757c5738
+Size (Test-ClassAPI-1.02.tar.gz) = 14175 bytes



Home | Main Index | Thread Index | Old Index