pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-HTTP-LocalServer devel/p5-Test-HTTP-Loca...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b6ae8c387dc6
branches:  trunk
changeset: 309804:b6ae8c387dc6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 24 10:00:36 2018 +0000

description:
devel/p5-Test-HTTP-LocalServer: import Test-HTTP-LocalServer-0.63

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.

diffstat:

 devel/p5-Test-HTTP-LocalServer/DESCR    |   7 +++++++
 devel/p5-Test-HTTP-LocalServer/Makefile |  19 +++++++++++++++++++
 devel/p5-Test-HTTP-LocalServer/distinfo |   6 ++++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 5a120dfcaa93 -r b6ae8c387dc6 devel/p5-Test-HTTP-LocalServer/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-HTTP-LocalServer/DESCR      Sun Jun 24 10:00:36 2018 +0000
@@ -0,0 +1,7 @@
+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.
diff -r 5a120dfcaa93 -r b6ae8c387dc6 devel/p5-Test-HTTP-LocalServer/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-HTTP-LocalServer/Makefile   Sun Jun 24 10:00:36 2018 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2018/06/24 10:00:36 wiz Exp $
+
+DISTNAME=      Test-HTTP-LocalServer-0.63
+CATEGORIES=    devel
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/C/CO/CORION/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/pod/Test::HTTP::LocalServer
+COMMENT=       Perl module for spawning a local HTTP server for testing
+LICENSE=       ${PERL5_LICENSE}
+
+DEPENDS+=      p5-CGI-[0-9]*:../../www/p5-CGI
+DEPENDS+=      p5-libwww-[0-9]*:../../www/p5-libwww
+DEPENDS+=      p5-HTTP-Request-AsCGI-[0-9]*:../../www/p5-HTTP-Request-AsCGI
+
+PERL5_PACKLIST=        auto/Test/HTTP/LocalServer/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5a120dfcaa93 -r b6ae8c387dc6 devel/p5-Test-HTTP-LocalServer/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-HTTP-LocalServer/distinfo   Sun Jun 24 10:00:36 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/06/24 10:00:36 wiz Exp $
+
+SHA1 (Test-HTTP-LocalServer-0.63.tar.gz) = 67ac43386e97072de2537f3b242b655ea1cc90cc
+RMD160 (Test-HTTP-LocalServer-0.63.tar.gz) = 3aa62cd8814ea4aaa7d4243d5e0399cd10fc773b
+SHA512 (Test-HTTP-LocalServer-0.63.tar.gz) = ced6a9ca2aa84d986f81c2e242154a358bae15e4739dd6b7b5744284fd0492b7a62e1b88b9028622fed23a13e5713732e3828cf2066efe40218f515e08963aec
+Size (Test-HTTP-LocalServer-0.63.tar.gz) = 20483 bytes



Home | Main Index | Thread Index | Old Index