summaryrefslogtreecommitdiff
path: root/databases/postgis (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.2.1Martin Wilke2007-01-123-11/+12
| | | | | | | | PR: ports/107856 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=182229
* - Use USE_ICONV instead of LIB_DEPENDSRong-En Fan2007-01-121-1/+1
| | | | | | | Approved by: portmgr (erwin, few weeks ago) Notes: svn path=/head/; revision=182166
* - Update to 1.2.0Martin Wilke2007-01-033-9/+9
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=181371
* - Update to 1.1.6Martin Wilke2006-12-042-4/+4
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=178900
* - Update to 1.1.5Martin Wilke2006-10-312-4/+4
| | | | | | | | PR: ports/104501 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=175753
* - Update to 1.1.4Martin Wilke2006-10-072-6/+9
| | | | | | | | PR: ports/104067 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=174789
* - Update to 1.1.3Rong-En Fan2006-07-063-19/+13
| | | | | | | | | | | | - Use GCC 3.2+ to build on 4.x - Remove duplicate logic of detecting PGSQL_VER PR: 99820 Submitted by: maintainer Approved by: delphij (mentor, implicit) Notes: svn path=/head/; revision=167063
* - Update to 1.1.2.Jean Milanez Melo2006-04-122-4/+4
| | | | | | | | | PR: ports/95486 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Approved by: mnag (mentor) Notes: svn path=/head/; revision=159387
* Update to 1.1.1.Sam Lawrance2006-01-252-5/+4
| | | | | | | | PR: ports/92304 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=154420
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154109
* [maintainer-update] databases/postgis fixEdwin Groothuis2006-01-021-1/+3
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=152611
* [maintainer-update] Postgis upgrade from 1.0.6 to 1.1.0Edwin Groothuis2005-12-2812-398/+104
| | | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=152299
* Unbreak INDEX - define DEFAULT_PGSQL_VER, since it is needed beforeSam Lawrance2005-12-141-0/+2
| | | | | | | bsd.databases.mk is included. Notes: svn path=/head/; revision=151203
* Update to 1.0.6.Sam Lawrance2005-12-125-29/+38
| | | | | | | | | | | 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> Notes: svn path=/head/; revision=151049
* Chase graphics/geos shared library version.Sam Lawrance2005-12-071-1/+1
| | | | Notes: svn path=/head/; revision=150563
* Fix plist.Sam Lawrance2005-12-011-1/+1
| | | | Notes: svn path=/head/; revision=150176
* Update to 1.0.5Sam Lawrance2005-11-283-4/+8
| | | | | | | | PR: ports/89667 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=149780
* - Update to 2.1.4Pav Lucistnik2005-11-231-1/+1
| | | | | | | | PR: ports/89459 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> Notes: svn path=/head/; revision=149197
* [maintainer update] Postgis fix for lwpostgis.sqlEdwin Groothuis2005-10-232-2/+2
| | | | | | | | | | Fix missed file lwpostgis.sql PR: ports/87856 Submitted by: "Anderson S. Ferreira" <anderson@cnpm.embrapa.br> Notes: svn path=/head/; revision=146159
* - Fix build with non-standard LOCALBASESergey Matveychuk2005-10-204-17/+2
| | | | | | | | PR: ports/87657 Submitted by: maintainer Notes: svn path=/head/; revision=145952
* - Update to 1.0.4Pav Lucistnik2005-09-132-3/+3
| | | | | | | | PR: ports/86021 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=142642
* Update to 1.0.2.Roman Bogorodskiy2005-07-082-3/+3
| | | | | | | | PR: 83150 Submitted by: Anderson S. Ferreira (maintainer) Notes: svn path=/head/; revision=138717
* Upgrade from 1.0.0 to 1.0.1.Alexey Dokuchaev2005-05-262-4/+4
| | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=136177
* Update PostGIS to 1.0.0.Sam Lawrance2005-04-237-31/+239
| | | | | | | | | PR: ports/80223 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Approved by: clement (mentor) Notes: svn path=/head/; revision=133987
* - Update to 1.0.0-RC5Pav Lucistnik2005-04-1313-63/+76
| | | | | | | | PR: ports/79083, ports/79301 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=133223
* - Update to 1.0.0-rc3Simon Barner2005-03-072-3/+3
| | | | | | | | | PR: ports/78373 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Approved by: arved (mentor) Notes: svn path=/head/; revision=130521
* Add a missing dependency to bison.Thierry Thomas2005-02-201-0/+1
| | | | | | | Reported by: Kris via pointyhat. Notes: svn path=/head/; revision=129354
* Upgrade to 1.0.0-rc2.Thierry Thomas2005-02-1913-131/+123
| | | | | | | | PR: ports/76916 Submitted by: maintainer. Notes: svn path=/head/; revision=129271
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-9/+4
| | | | | | | | | | | 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) Notes: svn path=/head/; revision=127737
* Postgis upgrade from 0.9.0 to 0.9.1Edwin Groothuis2005-01-1311-26/+288
| | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=126371
* Update geos dependency library versionMichael Haro2004-12-281-1/+1
| | | | | | | Submitted by: Rolandas Garska <rolandas.garska@ik.ku.lt> Notes: svn path=/head/; revision=125362
* update proj library versionMichael Haro2004-11-101-1/+3
| | | | Notes: svn path=/head/; revision=121285
* - Chase postgresql updatePav Lucistnik2004-11-091-1/+2
| | | | | | | | PR: ports/73708 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer) Notes: svn path=/head/; revision=121215
* Upgrade to 0.9.0.Thierry Thomas2004-10-152-4/+3
| | | | | | | | PR: ports/72653 Submitted by: maintainer. Notes: svn path=/head/; revision=119528
* Unbreak by chasing PostgreSQL's upgrade to 7.4.5.Thierry Thomas2004-09-211-1/+1
| | | | | | | | | PR: ports/71974 Submitted by: Sam Lawrance Approved by: portmgr (marcus) Notes: svn path=/head/; revision=118322
* Yet another attempt to fix package building on pointyhat:Thierry Thomas2004-07-041-2/+2
| | | | | | | | | | Don't use WRKDIRPREFIX but a relative path to find PostgreSQL's directory. Reported by: Kris. Notes: svn path=/head/; revision=112908
* Chase PostgreSQL upgrade.Thierry Thomas2004-07-011-1/+2
| | | | | | | Noticed by: Kris / pointyhat. Notes: svn path=/head/; revision=112687
* Fix package building:Thierry Thomas2004-06-181-11/+4
| | | | | | | | | | | - Use WRKDIRPREFIX; - Replace the pre-extract target by BUILD_DEPENDS:configure + LIB_DEPENDS on postgresql7 (and then remove RUN_DEPENDS). Reported by: Kris / pointyhat. Notes: svn path=/head/; revision=111761
* Add postgis 0.8.2: adds support for geographic objects toThierry Thomas2004-06-174-0/+80
PostgreSQL databases. PR: 67765 Submitted by: Anderson Soares Ferreira Notes: svn path=/head/; revision=111695