diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | devel/p5-Test-Builder-Tester/DESCR | 15 | ||||
-rw-r--r-- | devel/p5-Test-Builder-Tester/Makefile | 18 | ||||
-rw-r--r-- | devel/p5-Test-Builder-Tester/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Test-Builder-Tester/distinfo | 5 |
5 files changed, 1 insertions, 41 deletions
diff --git a/devel/Makefile b/devel/Makefile index e701380416f..4da5eaf11d2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.694 2005/11/22 22:44:09 wiz Exp $ +# $NetBSD: Makefile,v 1.695 2005/11/22 23:12:50 wiz Exp $ # COMMENT= Development utilities @@ -463,7 +463,6 @@ SUBDIR+= p5-Term-ReadKey SUBDIR+= p5-Term-ReadLine SUBDIR+= p5-Term-Screen SUBDIR+= p5-Term-Size -SUBDIR+= p5-Test-Builder-Tester SUBDIR+= p5-Test-ClassAPI SUBDIR+= p5-Test-Cmd SUBDIR+= p5-Test-Exception diff --git a/devel/p5-Test-Builder-Tester/DESCR b/devel/p5-Test-Builder-Tester/DESCR deleted file mode 100644 index 2261b5ffb78..00000000000 --- a/devel/p5-Test-Builder-Tester/DESCR +++ /dev/null @@ -1,15 +0,0 @@ -This perl5 module permits helps test testing modules that are built -with Test::Builder. -The testing system is designed to be used by performing a three -step process for each test you wish to test. This process starts -with using test_out and test_err in advance to declare what the -testsuite you are testing will output with Test::Builder to stdout -and stderr. -You then can run the test(s) from your test suite that call -Test::Builder. At this point the output of Test::Builder is safely -captured by Test::Builder::Tester rather than being interpreted as -real test output. -The final stage is to call test_test that will simply compare what -you predeclared to what Test::Builder actually outputted, and report -the results back with a "ok" or "not ok" (with debugging) to the -normal output. diff --git a/devel/p5-Test-Builder-Tester/Makefile b/devel/p5-Test-Builder-Tester/Makefile deleted file mode 100644 index 9c0e5cea2fa..00000000000 --- a/devel/p5-Test-Builder-Tester/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:14 jlam Exp $ - -DISTNAME= Test-Builder-Tester-1.01 -PKGNAME= p5-${DISTNAME} -SVR4_PKGNAME= p5tbt -PKGREVISION= 2 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} - -MAINTAINER= seb@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Test-Builder-Tester/ -COMMENT= Perl5 module to test testsuites built with Test::Builder - -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Test/Builder/Tester/.packlist - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Builder-Tester/PLIST b/devel/p5-Test-Builder-Tester/PLIST deleted file mode 100644 index 218a491033f..00000000000 --- a/devel/p5-Test-Builder-Tester/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/31 14:40:06 seb Exp $ diff --git a/devel/p5-Test-Builder-Tester/distinfo b/devel/p5-Test-Builder-Tester/distinfo deleted file mode 100644 index f2ca03ee5a0..00000000000 --- a/devel/p5-Test-Builder-Tester/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:29 agc Exp $ - -SHA1 (Test-Builder-Tester-1.01.tar.gz) = b767668eec5755f3a3bbee3ac592147e75feb29e -RMD160 (Test-Builder-Tester-1.01.tar.gz) = 1537d4ffb39983de403467ae57be6e32dabcad8e -Size (Test-Builder-Tester-1.01.tar.gz) = 9792 bytes |