From 4ee92cd91339414be7a57a7ae0da1ace60203a37 Mon Sep 17 00:00:00 2001 From: jasper Date: Tue, 20 Nov 2007 20:25:19 +0000 Subject: [PATCH] import wbox-4 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! from Laurent Fanis (MAINTAINER) --- www/wbox/Makefile | 29 +++++++++++++++++++++++++++++ www/wbox/distinfo | 5 +++++ www/wbox/pkg/DESCR | 12 ++++++++++++ www/wbox/pkg/PLIST | 2 ++ 4 files changed, 48 insertions(+) create mode 100755 www/wbox/Makefile create mode 100644 www/wbox/distinfo create mode 100644 www/wbox/pkg/DESCR create mode 100644 www/wbox/pkg/PLIST diff --git a/www/wbox/Makefile b/www/wbox/Makefile new file mode 100755 index 00000000000..bbe04639572 --- /dev/null +++ b/www/wbox/Makefile @@ -0,0 +1,29 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2007/11/20 20:25:19 jasper Exp $ + +COMMENT= HTTP testing tool + +DISTNAME= wbox-4 +CATEGORIES= net + +HOMEPAGE= http://www.hping.org/wbox/ + +MAINTAINER= Laurent Fanis + +# GPLv2 +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +WANTLIB= c + +MASTER_SITES= ${HOMEPAGE} + +WRKDIST= ${WRKDIR}/wbox + +NO_REGRESS= Yes + +do-install: + ${INSTALL_PROGRAM} ${WRKDIST}/wbox ${PREFIX}/bin + +.include diff --git a/www/wbox/distinfo b/www/wbox/distinfo new file mode 100644 index 00000000000..28ceb13e226 --- /dev/null +++ b/www/wbox/distinfo @@ -0,0 +1,5 @@ +MD5 (wbox-4.tar.gz) = SbtfIWXpbxf1EI9jYqavCQ== +RMD160 (wbox-4.tar.gz) = oK31X79Imj0GSVMITMflDuHVkG4= +SHA1 (wbox-4.tar.gz) = BT57vBi9nqho23FgFYsmiIByhoo= +SHA256 (wbox-4.tar.gz) = TtYj5c11y2AUFh3wdMfcFSkXn90gwmQ2MUATRkzvf1s= +SIZE (wbox-4.tar.gz) = 21648 diff --git a/www/wbox/pkg/DESCR b/www/wbox/pkg/DESCR new file mode 100644 index 00000000000..04262d8338a --- /dev/null +++ b/www/wbox/pkg/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/www/wbox/pkg/PLIST b/www/wbox/pkg/PLIST new file mode 100644 index 00000000000..4b60d3419a5 --- /dev/null +++ b/www/wbox/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2007/11/20 20:25:19 jasper Exp $ +bin/wbox