summaryrefslogtreecommitdiff
path: root/databases/postgis30
diff options
context:
space:
mode:
authorLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-12-19 06:53:17 +0000
committerLoïc Bartoletti <lbartoletti@FreeBSD.org>2020-12-19 06:53:17 +0000
commit737b47ced919c129cce6211d2be8bab6560f50cc (patch)
tree721fe37d0c673297e261a7a66e069d214ffb28de /databases/postgis30
parent632d77f081a38e77dbbb6c90ac48681e61ac2fb9 (diff)
downloadfreebsd-ports-737b47ced919c129cce6211d2be8bab6560f50cc.zip
[NEW PORT] databases/postgis31: Geographic objects support for PostgreSQL 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/
Diffstat (limited to 'databases/postgis30')
-rw-r--r--databases/postgis30/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile
index de16a12b826c..e594ac3d3fc4 100644
--- a/databases/postgis30/Makefile
+++ b/databases/postgis30/Makefile
@@ -59,7 +59,7 @@ SFCGAL_LIB_DEPENDS= libSFCGAL.so:databases/sfcgal
TOPOLOGY_CONFIGURE_WITH= topology
WAGYU_CONFIGURE_WITH= wagyu
-CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis23 postgis24 postgis25
+CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis23 postgis24 postgis25 postgis31
VER= ${PORTVERSION:R}