- Pet portlint(1)
- While I'm here, add USE_ICONV and fix perl path to make build successfully
with customized PREFIX
PR: ports/139628
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net>
Approved by: Anderson Soares Ferreira (maintainer)
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)
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>
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>