diff options
author | seb <seb@pkgsrc.org> | 2006-02-08 17:06:14 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-02-08 17:06:14 +0000 |
commit | f67df56fe7410ceab3f8ac06b7be4e4d7361a5a8 (patch) | |
tree | 52f49287246f9b46b520cab468ff11f5de2b9dd1 /www/p5-Test-WWW-Mechanize | |
parent | 26478a340130db7713ccbe76f76281d5e2466aad (diff) | |
download | pkgsrc-f67df56fe7410ceab3f8ac06b7be4e4d7361a5a8.tar.gz |
Initial import of p5-Test-WWW-Mechanize version 1.08 as
www/p5-Test-WWW-Mechanize into the NetBSD Packages Collection.
Test::WWW::Mechanize Perl5 module provides a subclass of WWW::Mechanize
that incorporates features for web application testing.
Diffstat (limited to 'www/p5-Test-WWW-Mechanize')
-rw-r--r-- | www/p5-Test-WWW-Mechanize/DESCR | 2 | ||||
-rw-r--r-- | www/p5-Test-WWW-Mechanize/Makefile | 24 | ||||
-rw-r--r-- | www/p5-Test-WWW-Mechanize/PLIST | 1 | ||||
-rw-r--r-- | www/p5-Test-WWW-Mechanize/distinfo | 5 |
4 files changed, 32 insertions, 0 deletions
diff --git a/www/p5-Test-WWW-Mechanize/DESCR b/www/p5-Test-WWW-Mechanize/DESCR new file mode 100644 index 00000000000..493138d3919 --- /dev/null +++ b/www/p5-Test-WWW-Mechanize/DESCR @@ -0,0 +1,2 @@ +Test::WWW::Mechanize Perl5 module provides a subclass of WWW::Mechanize +that incorporates features for web application testing. diff --git a/www/p5-Test-WWW-Mechanize/Makefile b/www/p5-Test-WWW-Mechanize/Makefile new file mode 100644 index 00000000000..91db0cebaac --- /dev/null +++ b/www/p5-Test-WWW-Mechanize/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/08 17:06:14 seb Exp $ +# + +DISTNAME= Test-WWW-Mechanize-1.08 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5twm +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Test-WWW-Mechanize/ +COMMENT= Perl5 module providing testing-specific WWW::Mechanize subclass + +PERL5_PACKLIST= auto/Test/WWW/Mechanize/.packlist + +DEPENDS+= p5-Carp-Assert-More-[0-9]*:../../devel/p5-Carp-Assert-More +DEPENDS+= p5-Carp-Assert-[0-9]*:../../devel/p5-Carp-Assert +DEPENDS+= p5-HTTP-Server-Simple>=0.07:../../www/p5-HTTP-Server-Simple +DEPENDS+= p5-Test-LongString>=0.09nb1:../../devel/p5-Test-LongString +DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI +DEPENDS+= p5-WWW-Mechanize>=1.0:../../www/p5-WWW-Mechanize + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Test-WWW-Mechanize/PLIST b/www/p5-Test-WWW-Mechanize/PLIST new file mode 100644 index 00000000000..a780eba3e65 --- /dev/null +++ b/www/p5-Test-WWW-Mechanize/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/08 17:06:14 seb Exp $ diff --git a/www/p5-Test-WWW-Mechanize/distinfo b/www/p5-Test-WWW-Mechanize/distinfo new file mode 100644 index 00000000000..1b673a8842b --- /dev/null +++ b/www/p5-Test-WWW-Mechanize/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/02/08 17:06:14 seb Exp $ + +SHA1 (Test-WWW-Mechanize-1.08.tar.gz) = 84c8babdc553b04f317387eddeef3f8df24feb81 +RMD160 (Test-WWW-Mechanize-1.08.tar.gz) = daf003f3b3575082cd3a8e620cd639c4b3a23b73 +Size (Test-WWW-Mechanize-1.08.tar.gz) = 10775 bytes |