From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 23 19:40:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A6C0329 for ; Wed, 23 Apr 2014 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 D9E7F1DC3 for ; Wed, 23 Apr 2014 19:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NJe04j049092 for ; Wed, 23 Apr 2014 19:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3NJe0xT049091; Wed, 23 Apr 2014 19:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 23 Apr 2014 19:40:00 GMT Resent-Message-Id: <201404231940.s3NJe0xT049091@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, lbartoletti 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 42ABF31C for ; Wed, 23 Apr 2014 19:39:17 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2EA681DB8 for ; Wed, 23 Apr 2014 19:39:17 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3NJdGHY007658 for ; Wed, 23 Apr 2014 19:39:16 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3NJdGbu007651; Wed, 23 Apr 2014 19:39:16 GMT (envelope-from nobody) Message-Id: <201404231939.s3NJdGbu007651@cgiserv.freebsd.org> Date: Wed, 23 Apr 2014 19:39:16 GMT From: lbartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188927: [NEW PORT] databases/sfcgal X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2014 19:40:01 -0000 >Number: 188927 >Category: ports >Synopsis: [NEW PORT] databases/sfcgal >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Apr 23 19:40:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: lbartoletti >Release: >Organization: >Environment: >Description: 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/ Logs : https://redports.org/buildarchive/20140423185832-90191/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sfcgal # sfcgal/pkg-descr # sfcgal/Makefile # sfcgal/distinfo # sfcgal/pkg-plist # echo c - sfcgal mkdir -p sfcgal > /dev/null 2>&1 echo x - sfcgal/pkg-descr sed 's/^X//' >sfcgal/pkg-descr << '042d8d3820d7db614b1359cdb590c7a6' XSFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISO X19107:2013 and OGC Simple Features Access 1.2 for 3D operations. X XSFCGAL provides standard compliant geometry types and operations, that can be Xaccessed from its C or C++ APIs. PostGIS uses the C API, to expose some XSFCGAL's functions in spatial databases X XWWW: http://www.sfcgal.org/ 042d8d3820d7db614b1359cdb590c7a6 echo x - sfcgal/Makefile sed 's/^X//' >sfcgal/Makefile << '6740aa70a510ecb296f5a7260943fc90' X# Created by: Loïc BARTOLETTI X# $FreeBSD$ X XPORTNAME= sfcgal XPORTVERSION= 1.0.4 XCATEGORIES= databases math graphics XMASTER_SITES= http://github.com/Oslandia/${PORTNAME}/archive/v${PORTVERSION}.tar.gz?dummy=/ X XMAINTAINER= coder@tuxfamily.org XCOMMENT= Wrapper library around CGAL for PostGIS X XLICENSE= GPLv2 X XLIB_DEPENDS= libCGAL.so:${PORTSDIR}/math/cgal \ X libboost_system.so:${PORTSDIR}/devel/boost-libs \ X libgmp.so:${PORTSDIR}/math/gmp \ X libmpfr.so:${PORTSDIR}/math/mpfr X XWRKSRC= ${WRKDIR}/SFCGAL-${PORTVERSION} X XUSES= cmake compiler Xcompiler_ARGS= c++0x XUSE_LDCONFIG= yes X X.include X X.include 6740aa70a510ecb296f5a7260943fc90 echo x - sfcgal/distinfo sed 's/^X//' >sfcgal/distinfo << '9fba996a8cfec3836727a447fa5277e7' XSHA256 (sfcgal-1.0.4.tar.gz) = f4660631bf42e2ed3f8b06bcd7a083f3f25e8a860a902bbb4687c60fcde1e131 XSIZE (sfcgal-1.0.4.tar.gz) = 2373804 9fba996a8cfec3836727a447fa5277e7 echo x - sfcgal/pkg-plist sed 's/^X//' >sfcgal/pkg-plist << 'e197dec65ddc3cd433019d445cf2f87b' Xbin/sfcgal-config Xinclude/SFCGAL/Coordinate.h Xinclude/SFCGAL/Envelope.h Xinclude/SFCGAL/Exception.h Xinclude/SFCGAL/Geometry.h Xinclude/SFCGAL/GeometryCollection.h Xinclude/SFCGAL/GeometryVisitor.h Xinclude/SFCGAL/Grid.h Xinclude/SFCGAL/Kernel.h Xinclude/SFCGAL/LineString.h Xinclude/SFCGAL/MultiLineString.h Xinclude/SFCGAL/MultiPoint.h Xinclude/SFCGAL/MultiPolygon.h Xinclude/SFCGAL/MultiSolid.h Xinclude/SFCGAL/Point.h Xinclude/SFCGAL/Polygon.h Xinclude/SFCGAL/PolyhedralSurface.h Xinclude/SFCGAL/PreparedGeometry.h Xinclude/SFCGAL/Solid.h Xinclude/SFCGAL/Surface.h Xinclude/SFCGAL/Transform.h Xinclude/SFCGAL/Triangle.h Xinclude/SFCGAL/TriangulatedSurface.h Xinclude/SFCGAL/Validity.h Xinclude/SFCGAL/algorithm/BoundaryVisitor.h Xinclude/SFCGAL/algorithm/ConsistentOrientationBuilder.h Xinclude/SFCGAL/algorithm/area.h Xinclude/SFCGAL/algorithm/collect.h Xinclude/SFCGAL/algorithm/collectionExtract.h Xinclude/SFCGAL/algorithm/collectionHomogenize.h Xinclude/SFCGAL/algorithm/collectionToMulti.h Xinclude/SFCGAL/algorithm/connection.h Xinclude/SFCGAL/algorithm/convexHull.h Xinclude/SFCGAL/algorithm/covers.h Xinclude/SFCGAL/algorithm/difference.h Xinclude/SFCGAL/algorithm/distance.h Xinclude/SFCGAL/algorithm/distance3d.h Xinclude/SFCGAL/algorithm/extrude.h Xinclude/SFCGAL/algorithm/force2D.h Xinclude/SFCGAL/algorithm/force3D.h Xinclude/SFCGAL/algorithm/intersection.h Xinclude/SFCGAL/algorithm/intersects.h Xinclude/SFCGAL/algorithm/isValid.h Xinclude/SFCGAL/algorithm/length.h Xinclude/SFCGAL/algorithm/minkowskiSum.h Xinclude/SFCGAL/algorithm/normal.h Xinclude/SFCGAL/algorithm/offset.h Xinclude/SFCGAL/algorithm/orientation.h Xinclude/SFCGAL/algorithm/plane.h Xinclude/SFCGAL/algorithm/straightSkeleton.h Xinclude/SFCGAL/algorithm/tesselate.h Xinclude/SFCGAL/algorithm/translate.h Xinclude/SFCGAL/algorithm/volume.h Xinclude/SFCGAL/capi/sfcgal_c.h Xinclude/SFCGAL/config.h Xinclude/SFCGAL/config.h.cmake Xinclude/SFCGAL/detail/ComplexComparator.h Xinclude/SFCGAL/detail/EnvelopeVisitor.h Xinclude/SFCGAL/detail/GeometrySet.h Xinclude/SFCGAL/detail/GetPointsVisitor.h Xinclude/SFCGAL/detail/Interval.h Xinclude/SFCGAL/detail/TestGeometry.h Xinclude/SFCGAL/detail/TypeForDimension.h Xinclude/SFCGAL/detail/algorithm/coversPoints.h Xinclude/SFCGAL/detail/generator/building.h Xinclude/SFCGAL/detail/generator/disc.h Xinclude/SFCGAL/detail/generator/hoch.h Xinclude/SFCGAL/detail/generator/sierpinski.h Xinclude/SFCGAL/detail/graph/Edge.h Xinclude/SFCGAL/detail/graph/GeometryGraph.h Xinclude/SFCGAL/detail/graph/GeometryGraphBuilder.h Xinclude/SFCGAL/detail/graph/Vertex.h Xinclude/SFCGAL/detail/graph/algorithm/isHalfEdge.h Xinclude/SFCGAL/detail/graph/algorithm/orientation.h Xinclude/SFCGAL/detail/io/OsgFactory.h Xinclude/SFCGAL/detail/io/Serialization.h Xinclude/SFCGAL/detail/io/WktReader.h Xinclude/SFCGAL/detail/io/WktWriter.h Xinclude/SFCGAL/detail/polygonSetToMultiPolygon.h Xinclude/SFCGAL/detail/tools/CharArrayBuffer.h Xinclude/SFCGAL/detail/tools/InputStreamReader.h Xinclude/SFCGAL/detail/tools/Log.h Xinclude/SFCGAL/detail/tools/Registry.h Xinclude/SFCGAL/detail/transform/AffineTransform2.h Xinclude/SFCGAL/detail/transform/AffineTransform3.h Xinclude/SFCGAL/detail/transform/Force2D.h Xinclude/SFCGAL/detail/transform/ForceOrderPoints.h Xinclude/SFCGAL/detail/transform/ForceZ.h Xinclude/SFCGAL/detail/transform/ForceZOrderPoints.h Xinclude/SFCGAL/detail/transform/RoundTransform.h Xinclude/SFCGAL/detail/triangulate/ConstraintDelaunayTriangulation.h Xinclude/SFCGAL/detail/triangulate/markDomains.h Xinclude/SFCGAL/detail/triangulate/triangulateInGeometrySet.h Xinclude/SFCGAL/detail/ublas.h Xinclude/SFCGAL/export.h Xinclude/SFCGAL/io/GeometryStreams.h Xinclude/SFCGAL/io/asc.h Xinclude/SFCGAL/io/ewkt.h Xinclude/SFCGAL/io/osg.h Xinclude/SFCGAL/io/vtk.h Xinclude/SFCGAL/io/wkt.h Xinclude/SFCGAL/numeric.h Xinclude/SFCGAL/triangulate/triangulate2DZ.h Xinclude/SFCGAL/triangulate/triangulatePolygon.h Xinclude/SFCGAL/version.h Xinclude/SFCGAL/version.h.cmake Xlib/libSFCGAL.la Xlib/libSFCGAL.so X@dirrmtry include/SFCGAL/triangulate X@dirrmtry include/SFCGAL/io X@dirrmtry include/SFCGAL/detail/triangulate X@dirrmtry include/SFCGAL/detail/transform X@dirrmtry include/SFCGAL/detail/tools X@dirrmtry include/SFCGAL/detail/io X@dirrmtry include/SFCGAL/detail/graph/algorithm X@dirrmtry include/SFCGAL/detail/graph X@dirrmtry include/SFCGAL/detail/generator X@dirrmtry include/SFCGAL/detail/algorithm X@dirrmtry include/SFCGAL/detail X@dirrmtry include/SFCGAL/capi X@dirrmtry include/SFCGAL/algorithm X@dirrmtry include/SFCGAL e197dec65ddc3cd433019d445cf2f87b exit >Release-Note: >Audit-Trail: >Unformatted: