Skip to content

Commit

Permalink
databases/sfcgal: Update to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 31, 2023
1 parent 3f7346e commit 1534543
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 8 deletions.
1 change: 1 addition & 0 deletions databases/postgis30/Makefile
@@ -1,5 +1,6 @@
PORTNAME= postgis
PORTVERSION= 3.0.9
PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 30
Expand Down
1 change: 1 addition & 0 deletions databases/postgis31/Makefile
@@ -1,5 +1,6 @@
PORTNAME= postgis
PORTVERSION= 3.1.9
PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 31
Expand Down
1 change: 1 addition & 0 deletions databases/postgis32/Makefile
@@ -1,5 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.2.5
PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 32
Expand Down
1 change: 1 addition & 0 deletions databases/postgis33/Makefile
@@ -1,5 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.3.4
PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 33
Expand Down
1 change: 1 addition & 0 deletions databases/postgis34/Makefile
@@ -1,5 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.4.0
PORTREVISION= 1
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 34
Expand Down
11 changes: 7 additions & 4 deletions databases/sfcgal/Makefile
@@ -1,17 +1,18 @@
PORTNAME= sfcgal
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.1
PORTREVISION= 5
DISTVERSION= 1.5.0
CATEGORIES= databases math graphics

MASTER_SITES= https://github.com/CGAL/cgal/releases/download/v5.6/:source1
DISTFILES= CGAL-5.6.tar.xz:source1

MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Wrapper library around CGAL for PostGIS
WWW= https://oslandia.gitlab.io/SFCGAL/

LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= cgal>0:math/cgal
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libgmp.so:math/gmp \
libmpfr.so:math/mpfr
Expand All @@ -20,9 +21,11 @@ USES= cmake compiler:c++14-lang
USE_GITLAB= yes
GL_ACCOUNT= Oslandia
GL_PROJECT= SFCGAL
GL_TAGNAME= 2d6a1a89552f14fe2926038b7237686bb9e5472e
GL_TAGNAME= cbcf0adaa6cecc80347345952b5c850a64d2db4f
USE_LDCONFIG= yes

PLIST_SUB= SHL3=${PORTVERSION} SHL1=${PORTVERSION:R:R} DEBUG_SUFFIX=${WITH_DEBUG:Dd}

CMAKE_ARGS+= -DCGAL_DIR=${WRKDIR}/CGAL-5.6

.include <bsd.port.mk>
8 changes: 5 additions & 3 deletions databases/sfcgal/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1643299186
SHA256 (Oslandia-SFCGAL-2d6a1a89552f14fe2926038b7237686bb9e5472e_GL0.tar.gz) = e643d51a16ea1c36291e8e371ea8096a59997506bda24945cac364e5b3391ede
SIZE (Oslandia-SFCGAL-2d6a1a89552f14fe2926038b7237686bb9e5472e_GL0.tar.gz) = 2423030
TIMESTAMP = 1698765444
SHA256 (CGAL-5.6.tar.xz) = dcab9b08a50a06a7cc2cc69a8a12200f8d8f391b9b8013ae476965c10b45161f
SIZE (CGAL-5.6.tar.xz) = 24874364
SHA256 (Oslandia-SFCGAL-cbcf0adaa6cecc80347345952b5c850a64d2db4f_GL0.tar.gz) = 20920dabbfbac8c0fcc6f2f8aac63fb8144607f9e769ffba81db28c72c200e8d
SIZE (Oslandia-SFCGAL-cbcf0adaa6cecc80347345952b5c850a64d2db4f_GL0.tar.gz) = 2435030
5 changes: 5 additions & 0 deletions databases/sfcgal/pkg-plist
Expand Up @@ -48,11 +48,13 @@ include/SFCGAL/algorithm/minkowskiSum.h
include/SFCGAL/algorithm/normal.h
include/SFCGAL/algorithm/offset.h
include/SFCGAL/algorithm/orientation.h
include/SFCGAL/algorithm/partition_2.h
include/SFCGAL/algorithm/plane.h
include/SFCGAL/algorithm/straightSkeleton.h
include/SFCGAL/algorithm/tesselate.h
include/SFCGAL/algorithm/translate.h
include/SFCGAL/algorithm/union.h
include/SFCGAL/algorithm/visibility.h
include/SFCGAL/algorithm/volume.h
include/SFCGAL/capi/sfcgal_c.h
include/SFCGAL/config.h
Expand All @@ -77,6 +79,8 @@ include/SFCGAL/detail/graph/algorithm/isHalfEdge.h
include/SFCGAL/detail/graph/algorithm/orientation.h
include/SFCGAL/detail/io/OsgFactory.h
include/SFCGAL/detail/io/Serialization.h
include/SFCGAL/detail/io/WkbReader.h
include/SFCGAL/detail/io/WkbWriter.h
include/SFCGAL/detail/io/WktReader.h
include/SFCGAL/detail/io/WktWriter.h
include/SFCGAL/detail/polygonSetToMultiPolygon.h
Expand All @@ -100,6 +104,7 @@ include/SFCGAL/io/GeometryStreams.h
include/SFCGAL/io/ewkt.h
include/SFCGAL/io/osg.h
include/SFCGAL/io/vtk.h
include/SFCGAL/io/wkb.h
include/SFCGAL/io/wkt.h
include/SFCGAL/numeric.h
include/SFCGAL/triangulate/triangulate2DZ.h
Expand Down
2 changes: 1 addition & 1 deletion graphics/gdal/Makefile
@@ -1,6 +1,6 @@
PORTNAME= gdal
PORTVERSION= 3.7.2
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= graphics geography
MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \
LOCAL/sunpoet
Expand Down

0 comments on commit 1534543

Please sign in to comment.