pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Test-WWW-Declare Initial import of p5-Test-WWW-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/af46fb847cf0
branches:  trunk
changeset: 547010:af46fb847cf0
user:      seb <seb%pkgsrc.org@localhost>
date:      Wed Sep 10 23:26:13 2008 +0000

description:
Initial import of p5-Test-WWW-Declare version 0.01 in the NetBSD
Packages Collection.

Often in web apps, tests are very dependent on the state set up by
previous tests. If one test fails (e.g. "follow the link to the
admin page") then it's likely there will be many more failures.
The Perl 5 module Test::WWW::Declare module aims to alleviate this
problem, as well as provide a nicer interface to Test::WWW::Mechanize.

diffstat:

 www/p5-Test-WWW-Declare/DESCR    |   5 +++++
 www/p5-Test-WWW-Declare/Makefile |  23 +++++++++++++++++++++++
 www/p5-Test-WWW-Declare/distinfo |   5 +++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r 2e50896992a8 -r af46fb847cf0 www/p5-Test-WWW-Declare/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Test-WWW-Declare/DESCR     Wed Sep 10 23:26:13 2008 +0000
@@ -0,0 +1,5 @@
+Often in web apps, tests are very dependent on the state set up by
+previous tests. If one test fails (e.g. "follow the link to the
+admin page") then it's likely there will be many more failures.
+The Perl 5 module Test::WWW::Declare module aims to alleviate this
+problem, as well as provide a nicer interface to Test::WWW::Mechanize.
diff -r 2e50896992a8 -r af46fb847cf0 www/p5-Test-WWW-Declare/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Test-WWW-Declare/Makefile  Wed Sep 10 23:26:13 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/09/10 23:26:13 seb Exp $
+#
+
+DISTNAME=      Test-WWW-Declare-0.01
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    www perl5 devel
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Test-WWW-Declare/
+COMMENT=       Perl 5 module for declarative testing of web app
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST=        auto/Test/WWW/Declare/.packlist
+
+BUILD_DEPENDS+=        p5-HTTP-Server-Simple-[0-9]*:../../www/p5-HTTP-Server-Simple
+BUILD_DEPENDS+=        p5-Test-Tester-[0-9]*:../../devel/p5-Test-Tester
+DEPENDS+=      p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2e50896992a8 -r af46fb847cf0 www/p5-Test-WWW-Declare/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Test-WWW-Declare/distinfo  Wed Sep 10 23:26:13 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/09/10 23:26:13 seb Exp $
+
+SHA1 (Test-WWW-Declare-0.01.tar.gz) = b62d02343875f0ae625cdc699aeac5806a44c079
+RMD160 (Test-WWW-Declare-0.01.tar.gz) = 54ef8701984968551567a444dae78bcea2e9d52d
+Size (Test-WWW-Declare-0.01.tar.gz) = 18969 bytes



Home | Main Index | Thread Index | Old Index