From afd7be36d11abd9e5a6b9037d498ee0dc0bad786 Mon Sep 17 00:00:00 2001 From: Tony Sokhon Date: Sat, 24 Apr 2010 12:20:11 +0200 Subject: New formula: GNU httptunnel v3.0.5 (stable) httptunnel creates a bidirectional virtual data connection tunnelled in HTTP requests. http://www.nocrew.org/software/httptunnel.html Signed-off-by: David Höppner <0xffea@gmail.com> * use man var --- Library/Formula/httptunnel.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/httptunnel.rb (limited to 'Library/Formula') diff --git a/Library/Formula/httptunnel.rb b/Library/Formula/httptunnel.rb new file mode 100644 index 000000000..61e4a746d --- /dev/null +++ b/Library/Formula/httptunnel.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Httptunnel