import p5-Test-HTTP-LocalServer 0.63

OK landry@

Comment:
spawn a local HTTP server for testing

Description:
This module implements a tiny web server suitable for running "live"
tests of HTTP clients against it.  It also takes care of cleaning
%ENV from settings that influence the use of a local proxy etc.
Use this web server if you write an HTTP client and want to exercise
its behaviour in your test suite without talking to the outside
world.
This commit is contained in:
bluhm 2018-09-02 19:31:37 +00:00
parent 46525080cd
commit 4035a239af
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/09/02 19:31:37 bluhm Exp $
COMMENT = spawn a local HTTP server for testing
DISTNAME = Test-HTTP-LocalServer-0.63
CATEGORIES = www
# Perl
PERMIT_PACKAGE_CDROM = Yes
MODULES = cpan
RUN_DEPENDS = www/p5-CGI \
www/p5-HTTP-Daemon \
www/p5-HTTP-Message \
www/p5-HTTP-Request-AsCGI \
www/p5-URI \
www/p5-libwww
PKG_ARCH = *
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Test-HTTP-LocalServer-0.63.tar.gz) = a+8rQ2/1xIIIDcGenZz083h4JJh7TKWQumjF8YTj5hQ=
SIZE (Test-HTTP-LocalServer-0.63.tar.gz) = 20483

View File

@ -0,0 +1,6 @@
This module implements a tiny web server suitable for running "live"
tests of HTTP clients against it. It also takes care of cleaning
%ENV from settings that influence the use of a local proxy etc.
Use this web server if you write an HTTP client and want to exercise
its behaviour in your test suite without talking to the outside
world.

View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/09/02 19:31:37 bluhm Exp $
${P5SITE}/Test/
${P5SITE}/Test/HTTP/
${P5SITE}/Test/HTTP/LocalServer.pm
${P5SITE}/Test/HTTP/cookie-server
${P5SITE}/Test/HTTP/gen-bzipbomb.pl
${P5SITE}/Test/HTTP/gen-gzipbomb.pl
${P5SITE}/Test/HTTP/log-server
@man man/man3p/Test::HTTP::LocalServer.3p