aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/osm2pgsql.rb
AgeCommit message (Collapse)Author
2012-07-10Use autotools symbolsAdam Vandenberg
2012-05-10Remove redundant :using => :svnAdam Vandenberg
2012-03-15osm2pgsql: add optional dep on protobuf-cBrad Ackerman
Also, use a Postgresql requirement Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-28These now depend on automake for Xcode >= 4.3Max Howell
Fixes #10559. Also added missing deps for osm2pgsql. Removed some ACLOCAL_FLAGS stuff as in theory this is not set in ENV.rb. Would like to see if it causes trouble. Should just work now.
2011-05-26copy default.style file to share/osm2pgsqlKashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-07-05osm2pgsql no longer needs patch as svn breakage was fixedDane Springmeyer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-01osm2pgsql now requires autogen & OS X patchDane Springmeyer
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-06Update formulas to use :using.Adam Vandenberg
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-03osm2pgsql formulaTom Taylor
A utility program that converts OpenStreetMap (.OSM) data into a format that can be loaded into PostgreSQL.