Commit graph

18 commits

Author SHA1 Message Date
Charlie Sharpsteen
9bc378b8d1 spatialite-tools: Update devel to 4.0.0 2012-12-04 20:06:05 -08:00
Charlie Sharpsteen
b4befaf35f Clean up lib path searching for Spatialite
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-11-11 12:47:44 -08:00
Charlie Sharpsteen
4afe85d460 spatialite-tools: Add --devel build
Now tracking the 4.0 release candidates.
2012-09-05 11:35:57 -07:00
Charlie Sharpsteen
655ab59f47 spatialite-tools: Update to 3.1.0b 2012-07-05 22:11:50 -08:00
Charlie Sharpsteen
4643b74f8b spatialite-tools: Fix comments
A comment accidentally got separated from the code it was explaining.
2012-05-07 13:57:06 -07:00
Charlie Sharpsteen
fbb210bbb9 Spatialite-tools: Update to 3.1.0a 2012-05-07 11:39:24 -07:00
Charlie Sharpsteen
01deaa5051 Use stable urls for all Gaia-SINS projects
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-05-05 10:23:21 -07:00
Adam Vandenberg
40eeb37b76 spatialite-tools: add full link to gh issue 2012-03-11 15:04:50 -07:00
Charlie Sharpsteen
c0d47d9812 spatialite-tools: Update to 3.0.0
The Iconv bug is still present, so the LDFLAGS work-around stays for now.
2012-01-08 15:00:09 -08:00
Tom MacWright
dbafa12a1c Spatialite 2.4.0-rc5 - libspatialite and spatialite-tools
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25 08:18:18 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Kashif Rasul
4eb5d61398 spatialite-tools: needs pkg-config to build.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-30 07:46:18 -08:00
David Höppner
45b42f5e66 Fixes Homebrew/homebrew#3328 2010-11-23 12:03:04 +01:00
Kashif Rasul
c3df841fc9 Updated formula: libspatialite and spatialite-tools to 2.4.0-rc4
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-11-19 06:18:14 -08:00
Kashif Rasul
bacfadb7d0 Updated libspatialite and spatialite-tools
Added version tag and removed the initialization database since
libspatialite now supports self initialization.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-24 09:27:58 -07:00
Adam Vandenberg
7bd947eb0b Update formulae for version 0.7
* 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-08-07 18:08:53 -07:00
Kashif Rasul
5299227410 Fixed typo in spatialite-tools formula.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-05 16:42:49 -07:00
kashif
682fa058c2 New formula: spatialite-tools version 2.4.0
depends on libspatialite

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-04-08 08:05:25 -07:00