From 6f656c7594ece95186ef624d149c2d07dbfa3680 Mon Sep 17 00:00:00 2001 From: Ian Gallagher Date: Fri, 7 May 2010 15:39:03 -0700 Subject: 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 --- Library/Formula/socat.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/socat.rb (limited to 'Library/Formula') diff --git a/Library/Formula/socat.rb b/Library/Formula/socat.rb new file mode 100644 index 000000000..479c99715 --- /dev/null +++ b/Library/Formula/socat.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Socat