diff options
author | pi <pi@FreeBSD.org> | 2016-03-05 14:49:06 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-03-05 14:49:06 +0800 |
commit | 98db2bf8b3f5ef6cc0f5ec5c268148fac8fc9f70 (patch) | |
tree | 093ad210095a63eccb8da9cda1b5705c478d1be0 /databases/sfcgal | |
parent | cf020a5f912476d8764eee905f7407e4a2f7e388 (diff) | |
download | freebsd-ports-gnome-98db2bf8b3f5ef6cc0f5ec5c268148fac8fc9f70.tar.gz freebsd-ports-gnome-98db2bf8b3f5ef6cc0f5ec5c268148fac8fc9f70.tar.zst freebsd-ports-gnome-98db2bf8b3f5ef6cc0f5ec5c268148fac8fc9f70.zip |
databases/sfcgal: 1.2.2 -> 1.3.0
Fixes the build with boost 1.60. Other Changes see
https://github.com/Oslandia/SFCGAL/releases
Add a validity flag to geometries
Add an option to straight skeleton to return the distance to borders
Add sfcgal_geometry_is_valid_detail to the C API
Remove grid and ASC reader
Remove the viewer
Fix compilation issue with boost 1.60 (#119)
Fix WKT parsing issues (#81 #117)
Retain bisectors of narrow angles in MedialAxis output
PR: 207698
Approved by: coder@tuxfamily.org (maintainer)
Diffstat (limited to 'databases/sfcgal')
-rw-r--r-- | databases/sfcgal/Makefile | 2 | ||||
-rw-r--r-- | databases/sfcgal/distinfo | 4 | ||||
-rw-r--r-- | databases/sfcgal/pkg-plist | 5 |
3 files changed, 5 insertions, 6 deletions
diff --git a/databases/sfcgal/Makefile b/databases/sfcgal/Makefile index b554ecb2c1c3..eedf8bf3fcaa 100644 --- a/databases/sfcgal/Makefile +++ b/databases/sfcgal/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sfcgal -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= databases math graphics diff --git a/databases/sfcgal/distinfo b/databases/sfcgal/distinfo index e29663d3bec0..dc6c550fc12f 100644 --- a/databases/sfcgal/distinfo +++ b/databases/sfcgal/distinfo @@ -1,2 +1,2 @@ -SHA256 (Oslandia-SFCGAL-v1.2.2_GH0.tar.gz) = dae7de4c7e1b4ef2a51c55f7d201a6d8049b518caac14f4033fd2d43f14eb031 -SIZE (Oslandia-SFCGAL-v1.2.2_GH0.tar.gz) = 2411074 +SHA256 (Oslandia-SFCGAL-v1.3.0_GH0.tar.gz) = 7ed35439fc197e73790f4c3d1c1750acdc3044968769239b2185a7a845845df3 +SIZE (Oslandia-SFCGAL-v1.3.0_GH0.tar.gz) = 2401586 diff --git a/databases/sfcgal/pkg-plist b/databases/sfcgal/pkg-plist index c00490e25f85..2bfe5825af64 100644 --- a/databases/sfcgal/pkg-plist +++ b/databases/sfcgal/pkg-plist @@ -5,7 +5,6 @@ include/SFCGAL/Exception.h include/SFCGAL/Geometry.h include/SFCGAL/GeometryCollection.h include/SFCGAL/GeometryVisitor.h -include/SFCGAL/Grid.h include/SFCGAL/Kernel.h include/SFCGAL/LineString.h include/SFCGAL/MultiLineString.h @@ -57,6 +56,7 @@ include/SFCGAL/capi/sfcgal_c.h include/SFCGAL/config.h include/SFCGAL/detail/ComplexComparator.h include/SFCGAL/detail/EnvelopeVisitor.h +include/SFCGAL/detail/ForceValidityVisitor.h include/SFCGAL/detail/GeometrySet.h include/SFCGAL/detail/GetPointsVisitor.h include/SFCGAL/detail/Interval.h @@ -96,7 +96,6 @@ include/SFCGAL/detail/triangulate/triangulateInGeometrySet.h include/SFCGAL/detail/ublas.h include/SFCGAL/export.h include/SFCGAL/io/GeometryStreams.h -include/SFCGAL/io/asc.h include/SFCGAL/io/ewkt.h include/SFCGAL/io/osg.h include/SFCGAL/io/vtk.h @@ -107,4 +106,4 @@ include/SFCGAL/triangulate/triangulatePolygon.h include/SFCGAL/version.h lib/libSFCGAL.so lib/libSFCGAL.so.1 -lib/libSFCGAL.so.1.2.2 +lib/libSFCGAL.so.1.3.0 |