aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgis.rb
AgeCommit message (Collapse)Author
2010-09-27Updated postgis for 1.5.2 releasebkonkle
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-21Added an autogen call to postgis if --HEAD is usedbkonkle
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-21postgis - add head for postgres 9.0 supportAdam Vandenberg
2010-05-07postgis - add a link to the docs in the caveatsAdam Vandenberg
2010-03-25Need to ENV.deparallelize otherwise it failes during make install.kashif
2010-03-24postgis: fix typo (Steve Purcell)David Höppner
2010-03-24Update postgis to 1.5.1kashif
This is a minor release addressing a few issues that have been filed since the 1.5.0 release. Signed-off-by: David Höppner <0xffea@gmail.com> * proj was not found in non /usr/local
2010-02-25Update postgis to 1.5.0kashif
Updated postgis to latest version 1.5.0 Updated script and sql file names Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-01-30Updated postgis to 1.4.1kashif
This is a minor release addressing: * #241, crash in ST_LineCrossingDirection * #210, segmentation faults in ST_Union with NULLs * #277, crash on very large numeric inputs * #179, ST_MakeLine crash server with NULLs * #253, inconsistent results when using the ~= operator * #276, ST_AsGML producing non-compliant GML * #239, memory issues with ST_As* functions * #272, ST_LineCrossingDirection should be negatively symmetric * #316, parsing problem for invalid higher dimensional geometries
2010-01-16Fixing PostGIS formula to compile at POSTGIS_DEBUG_LEVEL=0Thomas Macwright
Fixes #468.
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-03[postgis] Added extra needed files to share and bin.Rob Hudson
2009-10-02Added postgis recipe, which depends on postgresql, proj and geos.Rob Hudson