pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test-HTTP-LocalServer
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jun 24 10:00:36 UTC 2018
Added Files:
pkgsrc/devel/p5-Test-HTTP-LocalServer: DESCR Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Test-HTTP-LocalServer/DESCR \
pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile \
pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Test-HTTP-LocalServer/DESCR
diff -u /dev/null pkgsrc/devel/p5-Test-HTTP-LocalServer/DESCR:1.1
--- /dev/null Sun Jun 24 10:00:36 2018
+++ pkgsrc/devel/p5-Test-HTTP-LocalServer/DESCR Sun Jun 24 10:00:36 2018
@@ -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.
Index: pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile
diff -u /dev/null pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile:1.1
--- /dev/null Sun Jun 24 10:00:36 2018
+++ pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile Sun Jun 24 10:00:36 2018
@@ -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"
Index: pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo
diff -u /dev/null pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo:1.1
--- /dev/null Sun Jun 24 10:00:36 2018
+++ pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo Sun Jun 24 10:00:36 2018
@@ -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