From owner-svn-ports-all@FreeBSD.ORG Wed Jun 4 08:49:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 905F5F00; Wed, 4 Jun 2014 08:49:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 71FEE26D7; Wed, 4 Jun 2014 08:49:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s548nwAO072571; Wed, 4 Jun 2014 08:49:58 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s548nvcH072566; Wed, 4 Jun 2014 08:49:57 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201406040849.s548nvcH072566@svn.freebsd.org> From: Martin Wilke Date: Wed, 4 Jun 2014 08:49:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356448 - in 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.18 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: Wed, 04 Jun 2014 08:49:58 -0000 Author: miwi Date: Wed Jun 4 08:49:57 2014 New Revision: 356448 URL: http://svnweb.freebsd.org/changeset/ports/356448 QAT: https://qat.redports.org/buildarchive/r356448/ Log: SFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D operations. SFCGAL provides standard compliant geometry types and operations, that can be accessed from its C or C++ APIs. PostGIS uses the C API, to expose some SFCGAL's functions in spatial databases WWW: http://www.sfcgal.org/ PR: ports/188927 Submitted by: Loïc BARTOLETTI Added: head/databases/sfcgal/ head/databases/sfcgal/Makefile (contents, props changed) head/databases/sfcgal/distinfo (contents, props changed) head/databases/sfcgal/pkg-descr (contents, props changed) head/databases/sfcgal/pkg-plist (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Wed Jun 4 08:36:12 2014 (r356447) +++ head/databases/Makefile Wed Jun 4 08:49:57 2014 (r356448) @@ -873,6 +873,7 @@ SUBDIR += rubygem-sqlite3 SUBDIR += rubygem-sqlite3-ruby SUBDIR += rubygem-tarantool + SUBDIR += sfcgal SUBDIR += sharedance SUBDIR += skytools SUBDIR += slony1 Added: head/databases/sfcgal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sfcgal/Makefile Wed Jun 4 08:49:57 2014 (r356448) @@ -0,0 +1,25 @@ +# Created by: Loïc BARTOLETTI +# $FreeBSD$ + +PORTNAME= sfcgal +PORTVERSION= 1.0.4 +CATEGORIES= databases math graphics +MASTER_SITES= http://github.com/Oslandia/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ + +MAINTAINER= coder@tuxfamily.org +COMMENT= Wrapper library around CGAL for PostGIS + +LICENSE= GPLv2 + +LIB_DEPENDS= libCGAL.so:${PORTSDIR}/math/cgal \ + libboost_system.so:${PORTSDIR}/devel/boost-libs \ + libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr + +WRKSRC= ${WRKDIR}/SFCGAL-${PORTVERSION} + +USES= cmake compiler +compiler_ARGS= c++0x +USE_LDCONFIG= yes + +.include Added: head/databases/sfcgal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sfcgal/distinfo Wed Jun 4 08:49:57 2014 (r356448) @@ -0,0 +1,2 @@ +SHA256 (sfcgal-1.0.4.tar.gz) = f4660631bf42e2ed3f8b06bcd7a083f3f25e8a860a902bbb4687c60fcde1e131 +SIZE (sfcgal-1.0.4.tar.gz) = 2373804 Added: head/databases/sfcgal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sfcgal/pkg-descr Wed Jun 4 08:49:57 2014 (r356448) @@ -0,0 +1,8 @@ +SFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISO +19107:2013 and OGC Simple Features Access 1.2 for 3D operations. + +SFCGAL provides standard compliant geometry types and operations, that can be +accessed from its C or C++ APIs. PostGIS uses the C API, to expose some +SFCGAL's functions in spatial databases + +WWW: http://www.sfcgal.org/ Added: head/databases/sfcgal/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/sfcgal/pkg-plist Wed Jun 4 08:49:57 2014 (r356448) @@ -0,0 +1,122 @@ +bin/sfcgal-config +include/SFCGAL/Coordinate.h +include/SFCGAL/Envelope.h +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 +include/SFCGAL/MultiPoint.h +include/SFCGAL/MultiPolygon.h +include/SFCGAL/MultiSolid.h +include/SFCGAL/Point.h +include/SFCGAL/Polygon.h +include/SFCGAL/PolyhedralSurface.h +include/SFCGAL/PreparedGeometry.h +include/SFCGAL/Solid.h +include/SFCGAL/Surface.h +include/SFCGAL/Transform.h +include/SFCGAL/Triangle.h +include/SFCGAL/TriangulatedSurface.h +include/SFCGAL/Validity.h +include/SFCGAL/algorithm/BoundaryVisitor.h +include/SFCGAL/algorithm/ConsistentOrientationBuilder.h +include/SFCGAL/algorithm/area.h +include/SFCGAL/algorithm/collect.h +include/SFCGAL/algorithm/collectionExtract.h +include/SFCGAL/algorithm/collectionHomogenize.h +include/SFCGAL/algorithm/collectionToMulti.h +include/SFCGAL/algorithm/connection.h +include/SFCGAL/algorithm/convexHull.h +include/SFCGAL/algorithm/covers.h +include/SFCGAL/algorithm/difference.h +include/SFCGAL/algorithm/distance.h +include/SFCGAL/algorithm/distance3d.h +include/SFCGAL/algorithm/extrude.h +include/SFCGAL/algorithm/force2D.h +include/SFCGAL/algorithm/force3D.h +include/SFCGAL/algorithm/intersection.h +include/SFCGAL/algorithm/intersects.h +include/SFCGAL/algorithm/isValid.h +include/SFCGAL/algorithm/length.h +include/SFCGAL/algorithm/minkowskiSum.h +include/SFCGAL/algorithm/normal.h +include/SFCGAL/algorithm/offset.h +include/SFCGAL/algorithm/orientation.h +include/SFCGAL/algorithm/plane.h +include/SFCGAL/algorithm/straightSkeleton.h +include/SFCGAL/algorithm/tesselate.h +include/SFCGAL/algorithm/translate.h +include/SFCGAL/algorithm/volume.h +include/SFCGAL/capi/sfcgal_c.h +include/SFCGAL/config.h +include/SFCGAL/config.h.cmake +include/SFCGAL/detail/ComplexComparator.h +include/SFCGAL/detail/EnvelopeVisitor.h +include/SFCGAL/detail/GeometrySet.h +include/SFCGAL/detail/GetPointsVisitor.h +include/SFCGAL/detail/Interval.h +include/SFCGAL/detail/TestGeometry.h +include/SFCGAL/detail/TypeForDimension.h +include/SFCGAL/detail/algorithm/coversPoints.h +include/SFCGAL/detail/generator/building.h +include/SFCGAL/detail/generator/disc.h +include/SFCGAL/detail/generator/hoch.h +include/SFCGAL/detail/generator/sierpinski.h +include/SFCGAL/detail/graph/Edge.h +include/SFCGAL/detail/graph/GeometryGraph.h +include/SFCGAL/detail/graph/GeometryGraphBuilder.h +include/SFCGAL/detail/graph/Vertex.h +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/WktReader.h +include/SFCGAL/detail/io/WktWriter.h +include/SFCGAL/detail/polygonSetToMultiPolygon.h +include/SFCGAL/detail/tools/CharArrayBuffer.h +include/SFCGAL/detail/tools/InputStreamReader.h +include/SFCGAL/detail/tools/Log.h +include/SFCGAL/detail/tools/Registry.h +include/SFCGAL/detail/transform/AffineTransform2.h +include/SFCGAL/detail/transform/AffineTransform3.h +include/SFCGAL/detail/transform/Force2D.h +include/SFCGAL/detail/transform/ForceOrderPoints.h +include/SFCGAL/detail/transform/ForceZ.h +include/SFCGAL/detail/transform/ForceZOrderPoints.h +include/SFCGAL/detail/transform/RoundTransform.h +include/SFCGAL/detail/triangulate/ConstraintDelaunayTriangulation.h +include/SFCGAL/detail/triangulate/markDomains.h +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 +include/SFCGAL/io/wkt.h +include/SFCGAL/numeric.h +include/SFCGAL/triangulate/triangulate2DZ.h +include/SFCGAL/triangulate/triangulatePolygon.h +include/SFCGAL/version.h +include/SFCGAL/version.h.cmake +lib/libSFCGAL.la +lib/libSFCGAL.so +@dirrmtry include/SFCGAL/triangulate +@dirrmtry include/SFCGAL/io +@dirrmtry include/SFCGAL/detail/triangulate +@dirrmtry include/SFCGAL/detail/transform +@dirrmtry include/SFCGAL/detail/tools +@dirrmtry include/SFCGAL/detail/io +@dirrmtry include/SFCGAL/detail/graph/algorithm +@dirrmtry include/SFCGAL/detail/graph +@dirrmtry include/SFCGAL/detail/generator +@dirrmtry include/SFCGAL/detail/algorithm +@dirrmtry include/SFCGAL/detail +@dirrmtry include/SFCGAL/capi +@dirrmtry include/SFCGAL/algorithm +@dirrmtry include/SFCGAL