diff options
author | wiz <wiz@pkgsrc.org> | 2016-04-15 12:15:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-04-15 12:15:14 +0000 |
commit | 75c8ac835eafe567b8c144fdf65530d37c280789 (patch) | |
tree | efa2bec023588753776fa6b92621e5c93b98e62a /www | |
parent | a5df068b3ebb87c71734de2dc9bb8478815acd98 (diff) | |
download | pkgsrc-75c8ac835eafe567b8c144fdf65530d37c280789.tar.gz |
Import p5-Plack-Test-Agent-1.4 as www/p5-Plack-Test-Agent.
Plack::Test::Agent is an OO interface to test PSGI applications.
It can perform GET and POST requests against PSGI applications
either in process or over HTTP through a Plack::Handler compatible
backend.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Plack-Test-Agent/DESCR | 4 | ||||
-rw-r--r-- | www/p5-Plack-Test-Agent/Makefile | 27 | ||||
-rw-r--r-- | www/p5-Plack-Test-Agent/distinfo | 6 |
3 files changed, 37 insertions, 0 deletions
diff --git a/www/p5-Plack-Test-Agent/DESCR b/www/p5-Plack-Test-Agent/DESCR new file mode 100644 index 00000000000..d136ed68ab9 --- /dev/null +++ b/www/p5-Plack-Test-Agent/DESCR @@ -0,0 +1,4 @@ +Plack::Test::Agent is an OO interface to test PSGI applications. +It can perform GET and POST requests against PSGI applications +either in process or over HTTP through a Plack::Handler compatible +backend. diff --git a/www/p5-Plack-Test-Agent/Makefile b/www/p5-Plack-Test-Agent/Makefile new file mode 100644 index 00000000000..b63ebbb95fd --- /dev/null +++ b/www/p5-Plack-Test-Agent/Makefile @@ -0,0 +1,27 @@ +# $NetBSD: Makefile,v 1.1 2016/04/15 12:15:14 wiz Exp $ + +DISTNAME= Plack-Test-Agent-1.4 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Plack/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Plack-Test-Agent/ +COMMENT= OO interface for testing low-level Plack/PSGI apps +LICENSE= ${PERL5_LICENSE} + +#DEPENDS+= p5-URI>=0:../../www/p5-URI +#DEPENDS+= p5-libwww>0:../../www/p5-libwww +DEPENDS+= p5-Plack>=0.9913:../../www/p5-Plack +DEPENDS+= p5-Modern-Perl-[0-9]*:../../devel/p5-Modern-Perl +DEPENDS+= p5-Test-TCP-[0-9]*:../../net/p5-Test-TCP +DEPENDS+= p5-Test-WWW-Mechanize-[0-9]*:../../www/p5-Test-WWW-Mechanize +DEPENDS+= p5-HTTP-Server-Simple-PSGI-[0-9]*:../../www/p5-HTTP-Server-Simple-PSGI +DEPENDS+= p5-Test-Memory-Cycle-[0-9]*:../../devel/p5-Test-Memory-Cycle +#DEPENDS+= p5-HTTP-Message>=0:../../www/p5-HTTP-Message + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/Plack/Test/Agent/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Plack-Test-Agent/distinfo b/www/p5-Plack-Test-Agent/distinfo new file mode 100644 index 00000000000..3bbd2454d1f --- /dev/null +++ b/www/p5-Plack-Test-Agent/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2016/04/15 12:15:14 wiz Exp $ + +SHA1 (Plack-Test-Agent-1.4.tar.gz) = a155924ce4ada9b33f16483eb88943a37e767054 +RMD160 (Plack-Test-Agent-1.4.tar.gz) = 35aa875b461d26b861b08822e5a447676a7ae40c +SHA512 (Plack-Test-Agent-1.4.tar.gz) = 20593f0e7f789198ea28eb1df250b4950c42a0c5e74ecbd620452261fd2a2cd895300deefaabf82a595efbe00ffb13145ba8875b908594ce7a489b737f7b0613 +Size (Plack-Test-Agent-1.4.tar.gz) = 23628 bytes |