Changelog:
* New Curve type, based on the ISO SQL/MM model for curves.
* Index binding for curves, allowing them to use the same R-Tree indexes as the other types.
* Serialization and deserialization functions for Curve, allowing them to be dumped and restored.
* Performance shortcuts for Contains and Within to optimize point-in-polygon case.
* Support for most of the ST_* and SE_* spatial SQL functions used by the ESRI ArcSDE spatial SQL interfaces.
* Documentation of the new SQL/MM functions and Curve types.
PR: ports/107489
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
Changelog:
* Fixed CAPI change that broke 64-bit platforms.
* Added Z ordinate to reprojections.
* Updated spatial_ref_sys.sql updated to EPSG 6.11.1.
* Included the Version.config in loader/dumper USAGE messages.
* Fixed regression tests and usage output in loader/dumper.
PR: ports/106305
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
This patch adds the missing configure argument '--with-proj',
as reported in PR ports/91112
PR: ports/91220
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
Postgis upgrade from 1.0.6 to 1.1.0 .
This release, includes new functionality, performance
improvements and bug fixes. Highlights include:
* Geometry building functions, including line merging, polygon creation and vertex manipulation,
* Linear referencing functions, including support for measures,
* Performance improvements to coordinate reference transformations
PR: ports/91030
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
The 1.0.6 release includes many small bug fixes and initial support
for PostgreSQL 8.2.
PR: ports/90169
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
This release includes small bug fixes. The following issues have been
resolved:
* Some incorrect escaping in shp2pgsql
* 3D computation in length_spheroid
* Multiple schema support improved
* Better join selectivity estimates
* Improved postgis_restore.pl script
PR: ports/81501
Submitted by: maintainer
All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.
PR: 75344
Approved by: portmgr@ (kris), ade & sean (mentors)
Postgis upgrade from 0.9.0 to 0.9.1
Other changes:
- Adds support to PostgreSQL 8
- Includes Postgis HTML documentation
PR: ports/76214
Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
- Use WRKDIRPREFIX;
- Replace the pre-extract target by BUILD_DEPENDS:configure + LIB_DEPENDS
on postgresql7 (and then remove RUN_DEPENDS).
Reported by: Kris / pointyhat.