From 4d9cdd000edb4863b80d8fc20e7eb6d99fe2c238 Mon Sep 17 00:00:00 2001 From: Joshua Priddle Date: Sun, 28 Mar 2010 22:14:00 -0400 Subject: New Formula: sipsak sipsak is a small command line tool for developers and administrators of Session Initiation Protocol (SIP) applications. It can be used for some simple tests on SIP applications and devices. Signed-off-by: David Höppner <0xffea@gmail.com> * correct man path --- Library/Formula/sipsak.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/sipsak.rb (limited to 'Library') diff --git a/Library/Formula/sipsak.rb b/Library/Formula/sipsak.rb new file mode 100644 index 000000000..ec57515e0 --- /dev/null +++ b/Library/Formula/sipsak.rb @@ -0,0 +1,13 @@ +require 'formula' + +class Sipsak