aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spatialite-tools.rb
AgeCommit message (Collapse)Author
2014-03-07use opt shortcutsAdam Vandenberg
2014-02-27spatialite-tools: use Formula[]Adam Vandenberg
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-07-12libspatialite 4.1.1, spatialite-tools 4.1.1, spatialite-gui 1.7.1Larry Shaffer
Closes #21110. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-08libspatialite 4.1.0 libgaiagraphics, librasterliteJoachim LeBlanc
* Gdal: Use includes from brewed sqlite * spatialite-tools 4.1.0 * librasterlite 1.1g * libgaiagraphics 0.5 * Update to use new style `build.with?` Closes #20341. Signed-off-by: Samuel John <github@SamuelJohn.de>
2012-12-04spatialite-tools: Update devel to 4.0.0Charlie Sharpsteen
2012-11-11Clean up lib path searching for SpatialiteCharlie Sharpsteen
Anything linking against SpatiaLite also needs to use Homebrew's SQLite so that loadable extensions are enabled along with RTree indices. This commit cleans up several formulae to use the specific `opt/sqlite/lib` prefix rather than `HOMEBREW_PREFIX/lib` and also adds this searching to `gdal`. However, this hack is getting a little large. The best fix would probably be to flag SQLite as `keg_only` so that lib path munging is handled automagically for everything with a dependency tree that includes SQLite.
2012-09-05spatialite-tools: Add --devel buildCharlie Sharpsteen
Now tracking the 4.0 release candidates.
2012-07-05spatialite-tools: Update to 3.1.0bCharlie Sharpsteen
2012-05-07spatialite-tools: Fix commentsCharlie Sharpsteen
A comment accidentally got separated from the code it was explaining.
2012-05-07Spatialite-tools: Update to 3.1.0aCharlie Sharpsteen
2012-05-05Use stable urls for all Gaia-SINS projectsCharlie Sharpsteen
Ammend links for freexl, libspatialite, librasterlite, libgaiagraphics and spatialite-tools to point at the archives rather than the front page. The front page link breaks when new releases are made.
2012-03-11spatialite-tools: add full link to gh issueAdam Vandenberg
2012-01-08spatialite-tools: Update to 3.0.0Charlie Sharpsteen
The Iconv bug is still present, so the LDFLAGS work-around stays for now.
2011-03-25Spatialite 2.4.0-rc5 - libspatialite and spatialite-toolsTom MacWright
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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>