From owner-svn-ports-head@freebsd.org Sat May 11 06:04:13 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BC9F15932F7; Sat, 11 May 2019 06:04:13 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1DC4675211; Sat, 11 May 2019 06:04:13 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E9DD1F947; Sat, 11 May 2019 06:04:12 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4B64CkF011307; Sat, 11 May 2019 06:04:12 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4B64BU9011302; Sat, 11 May 2019 06:04:11 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201905110604.x4B64BU9011302@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 11 May 2019 06:04:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501226 - in head/misc: . openvdb openvdb/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . openvdb openvdb/files X-SVN-Commit-Revision: 501226 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1DC4675211 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.91 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.91)[-0.913,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 May 2019 06:04:13 -0000 Author: yuri Date: Sat May 11 06:04:11 2019 New Revision: 501226 URL: https://svnweb.freebsd.org/changeset/ports/501226 Log: New port: misc/openvdb: Tools for the storage and manipulation of sparse volumetric data Added: head/misc/openvdb/ head/misc/openvdb/Makefile (contents, props changed) head/misc/openvdb/distinfo (contents, props changed) head/misc/openvdb/files/ head/misc/openvdb/files/patch-CMakeLists.txt (contents, props changed) head/misc/openvdb/pkg-descr (contents, props changed) head/misc/openvdb/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat May 11 06:00:49 2019 (r501225) +++ head/misc/Makefile Sat May 11 06:04:11 2019 (r501226) @@ -271,6 +271,7 @@ SUBDIR += openhmd SUBDIR += openmvg SUBDIR += openr2 + SUBDIR += openvdb SUBDIR += orange3 SUBDIR += orion SUBDIR += orville-write Added: head/misc/openvdb/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/Makefile Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= openvdb +DISTVERSIONPREFIX= v +DISTVERSION= 6.1.0 +CATEGORIES= misc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Tools for the storage and manipulation of sparse volumetric data + +LICENSE= MPL20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libblosc.so:archivers/c-blosc \ + libboost_system.so:devel/boost-libs \ + libHalf.so:graphics/ilmbase \ + libtbb.so:devel/tbb + +USES= cmake compiler:c++11-lang pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= AcademySoftwareFoundation +USE_LDCONFIG= yes + +CMAKE_OFF= OPENVDB_CORE_STATIC + +OPTIONS_DEFINE= PYTHON +OPTIONS_DEFAULT= PYTHON +OPTIONS_SUB= yes + +PYTHON_USES= python:2.7 # 3.6 is broken: https://github.com/AcademySoftwareFoundation/openvdb/issues/427 +PYTHON_CMAKE_BOOL= OPENVDB_BUILD_PYTHON_MODULE +PYTHON_CMAKE_ON= -DFREEBSD_PYTHON_VER:STRING=${PYTHON_VER} -DUSE_NUMPY:BOOL=ON +PYTHON_LIB_DEPENDS= ${PY_BOOST} +PYTHON_BUILD_DEPENDS= ${PYNUMPY} +PYTHON_RUN_DEPENDS= ${PYNUMPY} + +.include Added: head/misc/openvdb/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/distinfo Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,3 @@ +TIMESTAMP = 1557552105 +SHA256 (AcademySoftwareFoundation-openvdb-v6.1.0_GH0.tar.gz) = d8803214c245cf0ca14a2c30cd215b183147c03c888c59fc642f213f98b4d68f +SIZE (AcademySoftwareFoundation-openvdb-v6.1.0_GH0.tar.gz) = 1864024 Added: head/misc/openvdb/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/files/patch-CMakeLists.txt Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2019-05-11 05:39:52 UTC ++++ CMakeLists.txt +@@ -177,7 +177,7 @@ if(NOT DISABLE_DEPENDENCY_VERSION_CHECKS + set(MINIMUM_ZLIB_VERSION 1.2.7) + set(MINIMUM_TBB_VERSION 4.4) + +- set(MINIMUM_PYTHON_VERSION 2.7) ++ set(MINIMUM_PYTHON_VERSION ${FREEBSD_PYTHON_VER}) + set(MINIMUM_NUMPY_VERSION 1.9.2) + + set(MINIMUM_CPPUNIT_VERSION 1.10) Added: head/misc/openvdb/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/pkg-descr Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,8 @@ +OpenVDB is an Academy Award-winning open-source C++ library comprising a novel +hierarchical data structure and a suite of tools for the efficient storage and +manipulation of sparse volumetric data discretized on three-dimensional grids. +It was developed by DreamWorks Animation for use in volumetric applications +typically encountered in feature film production and is now maintained by the +Academy Software Foundation (ASWF). + +WWW: https://www.openvdb.org/ Added: head/misc/openvdb/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/openvdb/pkg-plist Sat May 11 06:04:11 2019 (r501226) @@ -0,0 +1,142 @@ +bin/vdb_print +include/openvdb/Exceptions.h +include/openvdb/Grid.h +include/openvdb/MetaMap.h +include/openvdb/Metadata.h +include/openvdb/Platform.h +include/openvdb/PlatformConfig.h +include/openvdb/Types.h +include/openvdb/io/Archive.h +include/openvdb/io/Compression.h +include/openvdb/io/File.h +include/openvdb/io/GridDescriptor.h +include/openvdb/io/Queue.h +include/openvdb/io/Stream.h +include/openvdb/io/TempFile.h +include/openvdb/io/io.h +include/openvdb/math/BBox.h +include/openvdb/math/ConjGradient.h +include/openvdb/math/Coord.h +include/openvdb/math/DDA.h +include/openvdb/math/FiniteDifference.h +include/openvdb/math/LegacyFrustum.h +include/openvdb/math/Maps.h +include/openvdb/math/Mat.h +include/openvdb/math/Mat3.h +include/openvdb/math/Mat4.h +include/openvdb/math/Math.h +include/openvdb/math/Operators.h +include/openvdb/math/Proximity.h +include/openvdb/math/QuantizedUnitVec.h +include/openvdb/math/Quat.h +include/openvdb/math/Ray.h +include/openvdb/math/Stats.h +include/openvdb/math/Stencils.h +include/openvdb/math/Transform.h +include/openvdb/math/Tuple.h +include/openvdb/math/Vec2.h +include/openvdb/math/Vec3.h +include/openvdb/math/Vec4.h +include/openvdb/openvdb.h +include/openvdb/points/AttributeArray.h +include/openvdb/points/AttributeArrayString.h +include/openvdb/points/AttributeGroup.h +include/openvdb/points/AttributeSet.h +include/openvdb/points/IndexFilter.h +include/openvdb/points/IndexIterator.h +include/openvdb/points/PointAdvect.h +include/openvdb/points/PointAttribute.h +include/openvdb/points/PointConversion.h +include/openvdb/points/PointCount.h +include/openvdb/points/PointDataGrid.h +include/openvdb/points/PointDelete.h +include/openvdb/points/PointGroup.h +include/openvdb/points/PointMask.h +include/openvdb/points/PointMove.h +include/openvdb/points/PointSample.h +include/openvdb/points/PointScatter.h +include/openvdb/points/StreamCompression.h +%%PYTHON%%include/openvdb/python/%%PYTHON_PYOEXTENSION%%penvdb.h +include/openvdb/tools/ChangeBackground.h +include/openvdb/tools/Clip.h +include/openvdb/tools/Composite.h +include/openvdb/tools/Dense.h +include/openvdb/tools/DenseSparseTools.h +include/openvdb/tools/Diagnostics.h +include/openvdb/tools/Filter.h +include/openvdb/tools/GridOperators.h +include/openvdb/tools/GridTransformer.h +include/openvdb/tools/Interpolation.h +include/openvdb/tools/LevelSetAdvect.h +include/openvdb/tools/LevelSetFilter.h +include/openvdb/tools/LevelSetFracture.h +include/openvdb/tools/LevelSetMeasure.h +include/openvdb/tools/LevelSetMorph.h +include/openvdb/tools/LevelSetPlatonic.h +include/openvdb/tools/LevelSetRebuild.h +include/openvdb/tools/LevelSetSphere.h +include/openvdb/tools/LevelSetTracker.h +include/openvdb/tools/LevelSetUtil.h +include/openvdb/tools/Mask.h +include/openvdb/tools/MeshToVolume.h +include/openvdb/tools/Morphology.h +include/openvdb/tools/MultiResGrid.h +include/openvdb/tools/ParticleAtlas.h +include/openvdb/tools/ParticlesToLevelSet.h +include/openvdb/tools/PointAdvect.h +include/openvdb/tools/PointIndexGrid.h +include/openvdb/tools/PointPartitioner.h +include/openvdb/tools/PointScatter.h +include/openvdb/tools/PointsToMask.h +include/openvdb/tools/PoissonSolver.h +include/openvdb/tools/PotentialFlow.h +include/openvdb/tools/Prune.h +include/openvdb/tools/RayIntersector.h +include/openvdb/tools/RayTracer.h +include/openvdb/tools/SignedFloodFill.h +include/openvdb/tools/Statistics.h +include/openvdb/tools/TopologyToLevelSet.h +include/openvdb/tools/ValueTransformer.h +include/openvdb/tools/VectorTransformer.h +include/openvdb/tools/VelocityFields.h +include/openvdb/tools/VolumeAdvect.h +include/openvdb/tools/VolumeToMesh.h +include/openvdb/tools/VolumeToSpheres.h +include/openvdb/tree/InternalNode.h +include/openvdb/tree/Iterator.h +include/openvdb/tree/LeafBuffer.h +include/openvdb/tree/LeafManager.h +include/openvdb/tree/LeafNode.h +include/openvdb/tree/LeafNodeBool.h +include/openvdb/tree/LeafNodeMask.h +include/openvdb/tree/NodeManager.h +include/openvdb/tree/NodeUnion.h +include/openvdb/tree/RootNode.h +include/openvdb/tree/Tree.h +include/openvdb/tree/TreeIterator.h +include/openvdb/tree/ValueAccessor.h +include/openvdb/util/CpuTimer.h +include/openvdb/util/Formats.h +include/openvdb/util/MapsUtil.h +include/openvdb/util/Name.h +include/openvdb/util/NodeMasks.h +include/openvdb/util/NullInterrupter.h +include/openvdb/util/PagedArray.h +include/openvdb/util/Util.h +include/openvdb/util/logging.h +include/openvdb/version.h +lib/cmake/OpenVDB/FindBlosc.cmake +lib/cmake/OpenVDB/FindCppUnit.cmake +lib/cmake/OpenVDB/FindIlmBase.cmake +lib/cmake/OpenVDB/FindLog4cplus.cmake +lib/cmake/OpenVDB/FindOpenEXR.cmake +lib/cmake/OpenVDB/FindOpenVDB.cmake +lib/cmake/OpenVDB/FindTBB.cmake +lib/cmake/OpenVDB/OpenVDBGLFW3Setup.cmake +lib/cmake/OpenVDB/OpenVDBHoudiniSetup.cmake +lib/cmake/OpenVDB/OpenVDBMayaSetup.cmake +lib/cmake/OpenVDB/OpenVDBUtils.cmake +lib/libopenvdb.so +lib/libopenvdb.so.6.1 +lib/libopenvdb.so.6.1.0 +%%PYTHON%%%%PYTHON_LIBDIR%%/%%PYTHON_PYOEXTENSION%%penvdb.so