From bd33ce469a0b89a0949ba85d17c36ba0bba3753a Mon Sep 17 00:00:00 2001 From: Michael Stephens Date: Fri, 2 Oct 2009 22:09:26 -0400 Subject: [PATCH] GeoIP formula GeoIP is a C library that enables the user to find geographical and network information of an IP address. --- Formula/geoip.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Formula/geoip.rb diff --git a/Formula/geoip.rb b/Formula/geoip.rb new file mode 100644 index 00000000000..41d1e9e5dc4 --- /dev/null +++ b/Formula/geoip.rb @@ -0,0 +1,14 @@ +require 'brewkit' + +# TODO common aliases libgeoip + +class Geoip