diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-25 11:04:18 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-25 11:04:18 +0000 |
commit | 47a9f68b5aa873459f3df17d590b1ca6c5616a40 (patch) | |
tree | 3ab4ea8cd56d3b888b309870dcf7e262bfd7e697 /www/p5-TestGen4Web-Runner | |
parent | 9b86042d4f56d72d1af1ad72583d455748718ccd (diff) | |
download | ports-47a9f68b5aa873459f3df17d590b1ca6c5616a40.tar.gz ports-47a9f68b5aa873459f3df17d590b1ca6c5616a40.zip |
TestGen4Web::Runner is a PERL module to replay files recorded with
SpikeSource's TestGen4Web Recorder.
From http://developer.spikesource.com/projects/testgen4web :
"TestGen4Web is written to ease the pain of writing tests for web applications.
This is a 2 part tool. Firefox extension, which records user input to a xml
file. Translator script: to generate automated test scripts."
WWW: http://search.cpan.org/dist/TestGen4Web-Runner/
PR: ports/98915
Submitted by: Conor McDermottroe <ports@mcdermottroe.com>
Notes
Notes:
svn path=/head/; revision=166272
Diffstat (limited to 'www/p5-TestGen4Web-Runner')
-rw-r--r-- | www/p5-TestGen4Web-Runner/Makefile | 35 | ||||
-rw-r--r-- | www/p5-TestGen4Web-Runner/distinfo | 3 | ||||
-rw-r--r-- | www/p5-TestGen4Web-Runner/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-TestGen4Web-Runner/pkg-plist | 5 |
4 files changed, 53 insertions, 0 deletions
diff --git a/www/p5-TestGen4Web-Runner/Makefile b/www/p5-TestGen4Web-Runner/Makefile new file mode 100644 index 000000000000..dcc5985b8992 --- /dev/null +++ b/www/p5-TestGen4Web-Runner/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: p5-TestGen4Web-Runner +# Date created: June 13th, 2006 +# Whom: Conor McDermottroe <ports@mcdermottroe.com> +# ex:ts=8 +# +# $FreeBSD$ +# + +PORTNAME= TestGen4Web-Runner +PORTVERSION= 0.07 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= WWW/MACKERS +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@mcdermottroe.com +COMMENT= A PERL module to replay files recorded with TestGen4Web + +BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= TestGen4Web::Runner.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/www/p5-TestGen4Web-Runner/distinfo b/www/p5-TestGen4Web-Runner/distinfo new file mode 100644 index 000000000000..2607408b85af --- /dev/null +++ b/www/p5-TestGen4Web-Runner/distinfo @@ -0,0 +1,3 @@ +MD5 (TestGen4Web-Runner-0.07.tar.gz) = e690f8782224d50f92bacd6e690b2152 +SHA256 (TestGen4Web-Runner-0.07.tar.gz) = 3e08a329094ab63d6b5330f5f7169f5d22ac3c51a9ad42279c056483710ae61f +SIZE (TestGen4Web-Runner-0.07.tar.gz) = 8325 diff --git a/www/p5-TestGen4Web-Runner/pkg-descr b/www/p5-TestGen4Web-Runner/pkg-descr new file mode 100644 index 000000000000..3010956d38fc --- /dev/null +++ b/www/p5-TestGen4Web-Runner/pkg-descr @@ -0,0 +1,10 @@ +TestGen4Web::Runner is a PERL module to replay files recorded with +SpikeSource's TestGen4Web Recorder. + +From http://developer.spikesource.com/projects/testgen4web : + +"TestGen4Web is written to ease the pain of writing tests for web applications. +This is a 2 part tool. Firefox extension, which records user input to a xml +file. Translator script: to generate automated test scripts." + +WWW: http://search.cpan.org/dist/TestGen4Web-Runner/ diff --git a/www/p5-TestGen4Web-Runner/pkg-plist b/www/p5-TestGen4Web-Runner/pkg-plist new file mode 100644 index 000000000000..a87faa546f78 --- /dev/null +++ b/www/p5-TestGen4Web-Runner/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/TestGen4Web/Runner.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/TestGen4Web/Runner/.packlist +@dirrmtry %%SITE_PERL%%/TestGen4Web +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/TestGen4Web/Runner +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TestGen4Web |