From efd11dafe99f5cf692925c3353f8052866794e8c Mon Sep 17 00:00:00 2001 From: Seth Chisamore Date: Wed, 21 Apr 2010 17:07:14 -0400 Subject: added formula for install Sproxy Sproxy is a complimentary tool for the load testing tool Siege. Sproxy is the [S]iege[proxy], a tool designed to harvest URLs to a urls.txt for the Siege http/https regression tester. Sproxy is designed to work like a regular http proxy. It listens for http requests on port 9001 (default) and it returns requested content to the web browser while it writes the URL along with any GET requests and/or POST data to a file for Siege. Signed-off-by: Adam Vandenberg * Fix man file location. --- Library/Formula/sproxy.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/sproxy.rb (limited to 'Library') diff --git a/Library/Formula/sproxy.rb b/Library/Formula/sproxy.rb new file mode 100644 index 000000000..b91a48238 --- /dev/null +++ b/Library/Formula/sproxy.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Sproxy