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:
parent
46525080cd
commit
4035a239af
22
www/p5-Test-HTTP-LocalServer/Makefile
Normal file
22
www/p5-Test-HTTP-LocalServer/Makefile
Normal 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>
|
2
www/p5-Test-HTTP-LocalServer/distinfo
Normal file
2
www/p5-Test-HTTP-LocalServer/distinfo
Normal 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
|
6
www/p5-Test-HTTP-LocalServer/pkg/DESCR
Normal file
6
www/p5-Test-HTTP-LocalServer/pkg/DESCR
Normal 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.
|
9
www/p5-Test-HTTP-LocalServer/pkg/PLIST
Normal file
9
www/p5-Test-HTTP-LocalServer/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user