From c9156f14558b2d7db9997ef32749f7240b6fd81b Mon Sep 17 00:00:00 2001 From: Bartosz Kuzma Date: Sat, 1 Dec 2007 08:27:28 +0000 Subject: [PATCH] Wbox aims to help you having fun while testing HTTP related stuff. You can use it to perform many tasks, including the following. * Benchmarking how much time it takes to generate content for your web application. * Web server and web application stressing. * Testing virtual domains configuration without the need to alter your local resolver. * Check if your redirects are working correctly emitting the right HTTP code. * Test if the HTTP compression is working and if it is actually serving pages faster. * Use it as a configuration-less HTTP server to share files. --- wbox/DESCR | 12 ++++++++++++ wbox/Makefile | 17 +++++++++++++++++ wbox/PLIST | 2 ++ wbox/distinfo | 5 +++++ 4 files changed, 36 insertions(+) create mode 100644 wbox/DESCR create mode 100644 wbox/Makefile create mode 100644 wbox/PLIST create mode 100644 wbox/distinfo diff --git a/wbox/DESCR b/wbox/DESCR new file mode 100644 index 0000000000..f3b64fb022 --- /dev/null +++ b/wbox/DESCR @@ -0,0 +1,12 @@ +Wbox aims to help you having fun while testing HTTP related stuff. +You can use it to perform many tasks, including the following. + * Benchmarking how much time it takes to generate content for + your web application. + * Web server and web application stressing. + * Testing virtual domains configuration without the need to + alter your local resolver. + * Check if your redirects are working correctly emitting the + right HTTP code. + * Test if the HTTP compression is working and if it is actually + serving pages faster. + * Use it as a configuration-less HTTP server to share files. diff --git a/wbox/Makefile b/wbox/Makefile new file mode 100644 index 0000000000..ef3e6f69b9 --- /dev/null +++ b/wbox/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/12/01 08:27:28 bartoszkuzma Exp $ +# + +DISTNAME= wbox-4 +CATEGORIES= wip www +MASTER_SITES= http://www.hping.org/wbox/ + +MAINTAINER= bartosz.kuzma@gmail.com +HOMEPAGE= http://www.hping.org/wbox/ +COMMENT= HTTP testing tool + +WRKSRC= ${WRKDIR}/wbox + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wbox ${PREFIX}/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/wbox/PLIST b/wbox/PLIST new file mode 100644 index 0000000000..50ae27c04f --- /dev/null +++ b/wbox/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/01 08:27:28 bartoszkuzma Exp $ +bin/wbox diff --git a/wbox/distinfo b/wbox/distinfo new file mode 100644 index 0000000000..12f4760ad3 --- /dev/null +++ b/wbox/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2007/12/01 08:27:28 bartoszkuzma Exp $ + +SHA1 (wbox-4.tar.gz) = 053e7bbc18bd9ea868db7160158b26888072868a +RMD160 (wbox-4.tar.gz) = a0adf55fbf489a3d064953084cc7e50ee1d5906e +Size (wbox-4.tar.gz) = 21648 bytes