aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geoip.rb
AgeCommit message (Collapse)Author
2015-03-09geoip: update 1.6.5 bottle.BrewTestBot
2015-03-09libGeoIP 1.6.5Gregory Oschwald
Closes #37506. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-02-07geoip: update 1.6.4 bottle.BrewTestBot
2015-02-07GeoIP 1.6.4David Christenson
Update to latest stable release, remove unnecessary 'stable do' block. Closes #36620. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-27geoip: fix strict audit failures.Mike McQuaid
2014-11-01geoip: update 1.6.3 bottle.BrewTestBot
2014-11-01geoip 1.6.3Brett Koonce
2014-10-22geoip: update 1.6.2 bottle.BrewTestBot
2014-08-14geoip: update 1.6.2 bottle.BrewTestBot
2014-08-14geoip: fix country link.Boris Zentner
The default GeoIP Country database is GeoIP.dat not GeoIPCountry.dat
2014-07-20geoip: update 1.6.2 bottle.BrewTestBot
Closes #30979.
2014-07-20geoip-api-c 1.6.2Brett Koonce
2014-05-30Prefer Dir[] to Dir.glob when not passing a blockJack Nagel
2014-03-19geoip: use patch DSLJack Nagel
2014-02-23geoip: add 1.6.0 bottle.BrewTestBot
2013-11-28geoip: add geoipupdate option and fix data directoryNicholas Sivo
Previous versions of geoip had geoipupdate bundled. It’s now a separate project, but most users who upgrade will be surprised it’s gone, and most new installs will want it. geoip and geoipupdate need to share a data directory, which is /usr/local/share/GeoIP by default. This doesn’t work with Homebrew, since it can’t link into both cellar locations. I’ve manually specified a reasonable location as the default. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-26geoip: always use newer autotoolsAdam Vandenberg
Closes #24662.
2013-11-23geoip 1.6.0 - Update, add head, improve tests.Nicholas Sivo
Closes #24617.
2013-11-13Add more missing :autoconf depsJack Nagel
2013-06-26geoip 1.5.1Ian Lancaster
Closes #20799. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-04-24GeoIP 1.5.0Patrick Berry
Closes #19418. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-01-30geoip: add test.Mike McQuaid
2012-08-09geoip: use options dslAdam Vandenberg
2012-08-02Fix Mountain Lion sed by setting LANG.Mike McQuaid
It's also necessary to delete LC_ALL or it overrides the new LANG. LC_COLLATE is the problem variable but is affected by LANG and LC_ALL so just use them instead. Extends the fix made to geoip in dc955c. Fix #11728, fix #12890, fix #13653, fix #13734, fix #13787, fix #13818.
2012-07-26geoip: add missing sed comment.Mike McQuaid
2012-07-26geoip: fix Mountain Lion sed error.Mike McQuaid
This patch is needed to avoid a few `sed: RE error: illegal byte sequence` errors with geoip manpage generation.
2012-07-10Use autotools symbolsAdam Vandenberg
2012-04-03geoip: fix compile error using deps + autoreconfnibbles 2bits
geoip-1.4.8 always calls a form of autoreconf after configure, then reruns configure. This causes a build error on Lion when it crafts a broken Makefile that is missing the rule to make the target `../libGeoIP/libGeoIP.a`. * Add deps on autoconf, automake, and libtool if XCode >= 4.3. * Add a command to run `autoreconf -ivf` before configure, which works on Lion and SL. Previously, the autoreconf on SL would fail to work because it tries to use shell `--missing` versions. Both the universal and native builds compile and pass make check using all five compilers from XCode-4.3.2 and 4.0.2, on both Lion and 64bit Snow Leopard. Fixes #11402. Closes #11405. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-12GeoIP: Update to 1.4.8Olaf Alders
Closes #7594. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-06-05GeoIP 1.4.7Adam Vandenberg
2011-04-23Use ARGV.build_universal?Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-02geoip --universal optionTojek Anselm
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-13Don't need +x on theseAdam Vandenberg
2010-08-07Use new symlink aliasesMax Howell
2009-12-02Put more aliases in the formulaMax Howell
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-03GeoIP formulaMichael Stephens
GeoIP is a C library that enables the user to find geographical and network information of an IP address.