From owner-svn-ports-all@freebsd.org Sat Mar 5 06:49:07 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CBFEA9DA3B6; Sat, 5 Mar 2016 06:49:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E914D8B; Sat, 5 Mar 2016 06:49:07 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u256n6HW001295; Sat, 5 Mar 2016 06:49:06 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u256n6KP001292; Sat, 5 Mar 2016 06:49:06 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201603050649.u256n6KP001292@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 5 Mar 2016 06:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410162 - head/databases/sfcgal X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2016 06:49:08 -0000 Author: pi Date: Sat Mar 5 06:49:06 2016 New Revision: 410162 URL: https://svnweb.freebsd.org/changeset/ports/410162 Log: 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) Modified: head/databases/sfcgal/Makefile head/databases/sfcgal/distinfo head/databases/sfcgal/pkg-plist Modified: head/databases/sfcgal/Makefile ============================================================================== --- head/databases/sfcgal/Makefile Sat Mar 5 05:49:13 2016 (r410161) +++ head/databases/sfcgal/Makefile Sat Mar 5 06:49:06 2016 (r410162) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sfcgal -PORTVERSION= 1.2.2 +PORTVERSION= 1.3.0 DISTVERSIONPREFIX= v CATEGORIES= databases math graphics Modified: head/databases/sfcgal/distinfo ============================================================================== --- head/databases/sfcgal/distinfo Sat Mar 5 05:49:13 2016 (r410161) +++ head/databases/sfcgal/distinfo Sat Mar 5 06:49:06 2016 (r410162) @@ -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 Modified: head/databases/sfcgal/pkg-plist ============================================================================== --- head/databases/sfcgal/pkg-plist Sat Mar 5 05:49:13 2016 (r410161) +++ head/databases/sfcgal/pkg-plist Sat Mar 5 06:49:06 2016 (r410162) @@ -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/triang 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/triangulatePo include/SFCGAL/version.h lib/libSFCGAL.so lib/libSFCGAL.so.1 -lib/libSFCGAL.so.1.2.2 +lib/libSFCGAL.so.1.3.0