diff options
| author | Kashif Rasul | 2010-11-18 10:59:22 +0100 | 
|---|---|---|
| committer | Adam Vandenberg | 2010-11-19 06:18:14 -0800 | 
| commit | 2ff5ba0204bec9de1a189226d03f544e95c8da9c (patch) | |
| tree | bf6fed3ad9b45556a85dd5e368d90f5afe386b7f /Library/Formula/libspatialite.rb | |
| parent | 2977cd2c7c1d1512b376d1cf16b88856b145e3a1 (diff) | |
| download | homebrew-2ff5ba0204bec9de1a189226d03f544e95c8da9c.tar.bz2 | |
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>
Diffstat (limited to 'Library/Formula/libspatialite.rb')
| -rw-r--r-- | Library/Formula/libspatialite.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libspatialite.rb b/Library/Formula/libspatialite.rb index 91db26570..6fb9ee943 100644 --- a/Library/Formula/libspatialite.rb +++ b/Library/Formula/libspatialite.rb @@ -1,10 +1,10 @@  require 'formula'  class Libspatialite <Formula -  url 'http://www.gaia-gis.it/spatialite-2.4.0-3/libspatialite-amalgamation-2.4.0.tar.gz' -  version '2.4.0-rc3a' +  url 'http://www.gaia-gis.it/spatialite-2.4.0-4/libspatialite-amalgamation-2.4.0.tar.gz' +  version '2.4.0-rc4'    homepage 'http://www.gaia-gis.it/spatialite/' -  md5 '19d870bd4e0ec2f095a5703b9ef4eaef' +  md5 'e8c863d55766055564b44e606f2be51d'    depends_on 'proj'    depends_on 'geos'  | 
