diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Test-Debugger/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-Test-Debugger/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-Debugger/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-Test-Debugger/pkg-plist | 5 |
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 963e3333297c..ace84d3c4e5a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1609,6 +1609,7 @@ SUBDIR += p5-Test-ClassAPI SUBDIR += p5-Test-Cmd SUBDIR += p5-Test-Data + SUBDIR += p5-Test-Debugger SUBDIR += p5-Test-Deep SUBDIR += p5-Test-Dependencies SUBDIR += p5-Test-Differences diff --git a/devel/p5-Test-Debugger/Makefile b/devel/p5-Test-Debugger/Makefile new file mode 100644 index 000000000000..fde094d5191a --- /dev/null +++ b/devel/p5-Test-Debugger/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: devel/p5-Test-Debugger +# Date created: February 13, 2008 +# Whom: Yen-Ming Lee <leeym@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Test-Debugger +PORTVERSION= 0.14 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= leeym@FreeBSD.org +COMMENT= Create Test Scripts which Generate Log Files + +PERL_CONFIGURE= yes + +MAN3= Test::Debugger.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Test-Debugger/distinfo b/devel/p5-Test-Debugger/distinfo new file mode 100644 index 000000000000..ffd3d13f0e2e --- /dev/null +++ b/devel/p5-Test-Debugger/distinfo @@ -0,0 +1,3 @@ +MD5 (Test-Debugger-0.14.tar.gz) = e0ea66365b947e0bb37171b1d046a89f +SHA256 (Test-Debugger-0.14.tar.gz) = ed8d85a7eb6b597f145907f605b28caa3a40229f9f72939cf5a5111e93d59224 +SIZE (Test-Debugger-0.14.tar.gz) = 8965 diff --git a/devel/p5-Test-Debugger/pkg-descr b/devel/p5-Test-Debugger/pkg-descr new file mode 100644 index 000000000000..788dbc8370c9 --- /dev/null +++ b/devel/p5-Test-Debugger/pkg-descr @@ -0,0 +1,9 @@ +Have you ever tried to debug a test script that is failing tests? Without too +many modifications, your test script can generate a log file with information +about each failed test. + +You can take your existing test script, and with (hopefully) very little +effort, convert it to use Test::Debugger. Then re-run your modified test and +view the log file it creates. + +WWW: http://search.cpan.org/dist/Test-Debugger/ diff --git a/devel/p5-Test-Debugger/pkg-plist b/devel/p5-Test-Debugger/pkg-plist new file mode 100644 index 000000000000..326f7c5d89ea --- /dev/null +++ b/devel/p5-Test-Debugger/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Test/Debugger.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Debugger/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Debugger +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test |