Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2016 06:49:06 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410162 - head/databases/sfcgal
Message-ID:  <201603050649.u256n6KP001292@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603050649.u256n6KP001292>