10 Commits

Author SHA1 Message Date
landry
ababf521f9 Bugfix update to postgis 2.1.5.
See http://svn.osgeo.org/postgis/tags/2.1.5/NEWS for changes, regress
tests still all pass on amd64.
2014-12-19 20:34:58 +00:00
landry
cc43fa7bdc Update to postgis 2.1.3.
Remove patch merged upstream in http://trac.osgeo.org/postgis/ticket/2723
pass INSTALL=install to the do-test target so that things are not
installed with -o/-g. All tests are successful on amd64.
2014-09-02 12:07:46 +00:00
landry
2c168b8d82 Update to postgis 2.1.0.
Tests have been revamped and now all pass.
2013-08-31 09:04:30 +00:00
landry
0b8714e4ff Bugfix update to postgis 2.0.3.
Fix WANTLIB after kerb/gdal update, new MASTER_SITES. Actually install
the README by adding it to PLIST.. and use enough XXXX's in mktemp call
during regress tests.
2013-08-06 21:19:14 +00:00
landry
3b56380316 Unbreak by finally updating to postgis 2.0.1, working with postgres 9.2.
- add build dep on ImageMagick/docbook-xsl/libxslt to build the documentation
- dont install the utils anymore, they're not maintained and were barely
  useful. postgis_restore.pl is in share/postgresql/contrib/postgis-2.0 now
- provide a complete do-regress target taking care of creating/starting/tearing
  down a temporary database
- 'CREATE EXTENSION postgis' is now the simpler way to spatially-enabled a db
- add a README explaining how to LD_PRELOAD libpthread.so in postgresql since
  it's required by postgis
- take maintainership from eric@ since he doesn't use it anymore
- see http://www.postgis.org/news/20120403/ for the list of new features
  in the 2.x branch.
2012-11-24 08:54:34 +00:00
pea
7c103c2268 Bugfix update to 1.5.3
ok eric@ (maintainer), landry@
2011-09-21 14:13:32 +00:00
eric
f476f7f0f2 - update postgis to 1.5.2
- install documentation properly

NOTE: An upgrade of all postgis DBs is required. A "hard upgrade" is
advised. A "soft upgrade" might be possible by keeping a copy of
/usr/local/lib/postgresql/postgis-1.4.so. In all cases, read the
documentation.

ok landry@ jasper@
2010-11-04 13:45:54 +00:00
eric
3f53f2da17 update to 1.4.0
For upgrading a postgis-enabled db, refer to
/usr/local/share/doc/postgresql/postgis/README.postgis
Try using new_postgis_restore.pl instead of postgis_restore.pl
if it doesn't work.

feedback and ok kili@ landry@
2009-08-06 10:30:20 +00:00
jasper
48bc5da47f - update postgis to 1.3.5
from benoit lecocq, via eric@ (MAINTAINER
2009-02-18 12:04:14 +00:00
eric
d2114b762c PostGIS adds support for geographic objects to the PostgreSQL
object-relational database.  In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension.  PostGIS follows the OpenGIS
"Simple Features Specification for SQL" and has been certified as
compliant with the "Types and Functions" profile.

ok simon@
2007-12-08 19:47:47 +00:00