aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spatialite-tools.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-30spatialite-tools: needs pkg-config to build.Kashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-23Fixes #3328David Höppner
2010-11-19Updated formula: libspatialite and spatialite-tools to 2.4.0-rc4Kashif Rasul
libspatialite: * completely refactored CSV/TXT reader * now supporting KML and GML geometry output [AsKML(), AsGml()] * introduced a new SQL function supporting easy WGS84 POINTs filtering: PtDistWithin() * fixed several memory leaks (mainly related with the new WKT parser introduced in RC-3) * fixed some bugs * major updates to the build scripts * update: SQLite v.3.7.3 [introducing Geometry Callbacks support: RTreeIntersects(), RTreeWithin(), RTreeContains(), RTreeDistWithin()] spatialite-tools * for the sake of clarity the spatialite_osm tool has been renamed as spatialite_osm_net * new CLI tool: spatialite_osm_raw * major updates to the build scripts Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-24Updated libspatialite and spatialite-toolsKashif Rasul
Added version tag and removed the initialization database since libspatialite now supports self initialization. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-05Fixed typo in spatialite-tools formula.Kashif Rasul
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-08New formula: spatialite-tools version 2.4.0kashif
depends on libspatialite Signed-off-by: Adam Vandenberg <flangy@gmail.com>