aboutsummaryrefslogtreecommitdiff
path: root/databases/postgis30
Commit message (Collapse)AuthorAgeFilesLines
* databases/sfcgal: Update to 1.3.10Loïc Bartoletti2021-04-171-1/+1
| | | | Bugfix release and prepare to graphics/cgal 5.2
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/gdal: Set the default options as a workable setLoïc Bartoletti2021-02-231-0/+1
| | | | | | | | | | | | - reinstate r552962 (was reverted in r553000) - remove pkg-message from qgis and qgis-ltr - Bump PORTREVSION on all consumers PR: 224004 Approved by: portmgr Notes: svn path=/head/; revision=566369
* [NEW PORT] databases/postgis31: Geographic objects support for PostgreSQL ↵Loïc Bartoletti2020-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | databases The PostGIS Team is pleased to release the release of PostGIS 3.1.0! This version exposes the new features of GEOS 3.9 as well as numerous core performance enhancements for spatial joins, large object access, text format output and more. Performance is a key feature of this release, with improvements to spatial joins, text outputs, large object reads, vector tile output, and a host of smaller tweaks. The k-means clustering code has been enhanced to support weighting and higher dimensional clusters. Geometry generators to create hexagonal and square tilings have been added, for simpler in-the-database summarization queries. Finally, PostGIS exposes the latest enhancements in the GEOS geometry library 3.9 version. The new overlay engine (aka "OverlayNG") provides more robust handling of difficult input geometries, using a set of new noding strategies to process geometry. For the end user, this should mean no more "topology exceptions" when using the union, difference, intersection or symmetric difference functions. PostGIS also exposes the new fixed precision overlay capability via an additional grid-size parameter on ST_Intersection and the other overlay functions. NOTA: GEOS 3.9 is not in ports yet. URL: https://postgis.net/2020/12/18/postgis-3.1.0/ Notes: svn path=/head/; revision=558434
* databases/postgis30: Update to 3.0.3Loïc Bartoletti2020-11-213-5/+10
| | | | | | | | Changelog: - https://postgis.net/2020/11/20/postgis-3.0.3/ Notes: svn path=/head/; revision=555810
* graphics/proj: Update to 7.2.0Loïc Bartoletti2020-11-181-1/+1
| | | | | | | | Changelog: - https://proj.org/news.html#release-notes Notes: svn path=/head/; revision=555622
* graphics/proj: Update to 7.1.1Loïc Bartoletti2020-11-171-0/+1
| | | | | | | | | | | | | | | | | - Add a pkg-message explaining how to access or sync datum grids from the CDN (disabled by default) - Add curl and tiff dependencies since proj can read datum grids from remote COG (Cloud Optimized Geotiff) - Take maintainer'ship (ok wen@) PR: 245611 Submitted by: wen (first version) Reviewed by: wen, rhurlin Approved by: wen Exp-run by: antoine Notes: svn path=/head/; revision=555543
* databases/postgis30: Update to 3.0.2Loïc Bartoletti2020-08-313-35/+16
| | | | | | | | Changelog: - https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.0.2/NEWS Notes: svn path=/head/; revision=547146
* Bump PORTREVISION for devel/json-c json-cSunpoet Po-Chuan Hsieh2020-05-221-1/+1
| | | | Notes: svn path=/head/; revision=536219
* smath/cgal: Update to 5.0.2Loïc Bartoletti2020-05-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new version of CGAL brings improvements and a lot of changes, including 2 major ones [1](header only[2] and require c++14) requiring to patch all software depending on it. [1] https://www.cgal.org/2019/11/08/cgal50/ [2] https://doc.cgal.org/latest/Manual/installation.html math/cgal: - Update to 5.0.2 databases/sfcgal: - Fix with cgal5 : use c++14 and add gmpxx link databases/postgis*: - bump portversion needed due to cgal and sfcgal changes cad/openscad: - remove LIB_DEPENDS and add BUILD_DEPENDS - Use c++14 cad/openscad-devel: - remove LIB_DEPENDS and add BUILD_DEPENDS - Use c++14 games/flightgear-terragear: - remove LIB_DEPENDS and add BUILD_DEPENDS - fix Boost error (ld: error: undefined symbol: boost::thread::hardware_concurrency()) graphics/colmap: - remove LIB_DEPENDS and add BUILD_DEPENDS - fix CMAKE_CXX_FLAGS with c++14 PR: 245824 Approved by: wen, jbeich, tcberner (mentor) Differential Revision: D24578 Notes: svn path=/head/; revision=534326
* databases/postgis25, databases/postgis30: Update to latest versionsLoïc Bartoletti2020-04-053-32/+44
| | | | | | | | | | | | | | | | | | | - databases/postgis25 - Update to 2.5.4 - Add an option to NLS - Move CONFLICTS_INSTALL (pet portlint) - databases/postigs30 - Update to 3.0.1 Changelog: - https://postgis.net/2020/02/28/postgis-2.5.4/ - https://postgis.net/2020/02/20/postgis-3.0.1/ Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D24301 Notes: svn path=/head/; revision=530836
* Bump PORTREVISION for graphics/gdal shlib changeSunpoet Po-Chuan Hsieh2020-01-221-0/+1
| | | | Notes: svn path=/head/; revision=523793
* Change my mail address to lbartoletti@FreeBSD.orgLoïc Bartoletti2020-01-141-2/+2
| | | | | | | | Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D23169 Notes: svn path=/head/; revision=523070
* databases/postgis30: readd as repo-copy of postgis25Tobias C. Berner2019-11-034-0/+617
| | | | | | | Reported by: danfe Notes: svn path=/head/; revision=516390
* databases/postgis30: remove for repo-copyTobias C. Berner2019-11-034-617/+0
| | | | Notes: svn path=/head/; revision=516389
* databases/postgis30: Geographic objects support for PostgreSQL databasesTobias C. Berner2019-11-024-0/+617
* Add CONFLICTS_INSTALL for databases/postgis2* * Add USE=NLS for databases/postgis2* * New port databases/postgis30 * New default options for postgis: WAGYU, PROTOBUF and JSON * RASTER is now a separated extension (enabled by default), use "CREATE EXTENSION postgis_raster;" as for topology or sfcgal extensions Changelog: https://postgis.net/2019/10/20/postgis-3.0.0/ PR: 241358 Submitted by: Loïc Bartoletti <lbartoletti@tuxfamily.org> Notes: svn path=/head/; revision=516323