From 4503950db1e0f31bb67d2e76b4b0f2ba6e57a67b Mon Sep 17 00:00:00 2001 From: Ian Gallagher Date: Fri, 7 May 2010 15:39:03 -0700 Subject: [PATCH] New formula: socat (1.7.1.2) * Added a new formula for socat 1.7.1.2 (latest stable build) * Pretty simplistic, based more or less on wget's formula. Signed-off-by: Adam Vandenberg * Just enable warnings instead of clearing all cflags --- Formula/socat.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Formula/socat.rb diff --git a/Formula/socat.rb b/Formula/socat.rb new file mode 100644 index 00000000000..479c9971554 --- /dev/null +++ b/Formula/socat.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Socat