From nobody Wed Nov 24 02:34:30 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 081A618A3959; Wed, 24 Nov 2021 02:34:31 +0000 (UTC) (envelope-from git@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HzQ7p5L9Xz4kdw; Wed, 24 Nov 2021 02:34:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8C9C521D3B; Wed, 24 Nov 2021 02:34:30 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AO2YUkq003243; Wed, 24 Nov 2021 02:34:30 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AO2YUu5003242; Wed, 24 Nov 2021 02:34:30 GMT (envelope-from git) Date: Wed, 24 Nov 2021 02:34:30 GMT Message-Id: <202111240234.1AO2YUu5003242@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: 546f3b949f0d - main - devel/rkcommon: New port: Intel RenderKit common C++/CMake infrastructure List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 546f3b949f0d63056b7966ecd7b6ec5e2fdeac5f Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1637721270; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=I78LbTGXmK2U1hVmz7YutDOiN7HlXTCHg7npqN4HcO0=; b=gCcx/8VzoW27nbH0DQlg+FclDDpFZGqTBEYjHWS5Rlr0/1ruFp0Wbu5YZX4j7Xp2chOeDn HZxRvDvt9FjJDjIidC3Vkx30cNZ5YnCpLvtE/ZaRN0rxgFcpp9DQu+AYMQj1EjID+yQQ1Y /hdVanBgrVbZgsqya9vKYvOMtDYzRJFAOkKaDxi11dT/b04MQRDc/9cvATLhSwAxX8Cn67 168dAMz289GmsvBJEM7cG9V2pXzy3ewmNWwxkhndpqMF5w4/wigsVjt3tIndRz5yqkHSUJ F/54+0OgPi04zSoBThVTH+O+InSFNCLTdvbP8WR7F+ppyQ4hJdSHMKetQafNuA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1637721270; a=rsa-sha256; cv=none; b=XFP9DizuX/7n/V3fQKcUMTR+QQE1F6WzGVn2RfkW7wW9kd9z6kDydbES87eWgIlk2FTs5T ZZ9oPFxdnRxQYTElloN7MlbjhjIKRcB+x7IoZ+gwuCi3xHWgsS7yiI/74vXQg3JMlSSGFV 8F3PDDk+R64OntHvK03yAn5twbU/tNkCQbH7rSiuXQ2S2VMWhPzmte0VSMSwFR+EbXe1WX x2QZ5QH3Ld24wMSWabNmsaySyTmPniRwlMPrsgNv87QB4vAnKNeqSOm55xV65sPPDiaHTy ugoRieo5oiiDaZtgSooCxOZc7g5wGOEeMFNpuyTriizUmr1AFtnowmjVpAqdbg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=546f3b949f0d63056b7966ecd7b6ec5e2fdeac5f commit 546f3b949f0d63056b7966ecd7b6ec5e2fdeac5f Author: Yuri Victorovich AuthorDate: 2021-11-24 02:33:27 +0000 Commit: Yuri Victorovich CommitDate: 2021-11-24 02:33:27 +0000 devel/rkcommon: New port: Intel RenderKit common C++/CMake infrastructure --- devel/Makefile | 1 + devel/rkcommon/Makefile | 23 ++++++++++++++ devel/rkcommon/distinfo | 3 ++ devel/rkcommon/pkg-descr | 4 +++ devel/rkcommon/pkg-plist | 81 ++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 112 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 061d03835630..9d5f7313c5e9 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5574,6 +5574,7 @@ SUBDIR += riscv32-unknown-elf-gcc SUBDIR += riscv64-gcc SUBDIR += riscv64-none-elf-gcc + SUBDIR += rkcommon SUBDIR += rlog SUBDIR += rlwrap SUBDIR += robin-map diff --git a/devel/rkcommon/Makefile b/devel/rkcommon/Makefile new file mode 100644 index 000000000000..194ecbfba1e0 --- /dev/null +++ b/devel/rkcommon/Makefile @@ -0,0 +1,23 @@ +PORTNAME= rkcommon +DISTVERSIONPREFIX= v +DISTVERSION= 1.8.0 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Intel RenderKit common C++/CMake infrastructure + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +LIB_DEPENDS= libtbb.so:devel/onetbb + +USES= cmake:testing compiler:c++11-lang +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= ospray + +CMAKE_OFF= BUILD_TESTING +CMAKE_TESTING_ON= BUILD_TESTING + +.include diff --git a/devel/rkcommon/distinfo b/devel/rkcommon/distinfo new file mode 100644 index 000000000000..500d466cb335 --- /dev/null +++ b/devel/rkcommon/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1637720178 +SHA256 (ospray-rkcommon-v1.8.0_GH0.tar.gz) = f037c15f7049610ef8bca37500b2ab00775af60ebbb9d491ba5fc2e5c04a7794 +SIZE (ospray-rkcommon-v1.8.0_GH0.tar.gz) = 291789 diff --git a/devel/rkcommon/pkg-descr b/devel/rkcommon/pkg-descr new file mode 100644 index 000000000000..9297d2dc0316 --- /dev/null +++ b/devel/rkcommon/pkg-descr @@ -0,0 +1,4 @@ +rkcommon is a common set of C++ infrastructure and CMake utilities used by +various components of Intel oneAPI Rendering Toolkit. + +WWW: https://github.com/ospray/rkcommon diff --git a/devel/rkcommon/pkg-plist b/devel/rkcommon/pkg-plist new file mode 100644 index 000000000000..f8145255df88 --- /dev/null +++ b/devel/rkcommon/pkg-plist @@ -0,0 +1,81 @@ +include/rkcommon/array3D/Array3D.h +include/rkcommon/array3D/for_each.h +include/rkcommon/common.h +include/rkcommon/containers/AlignedVector.h +include/rkcommon/containers/FlatMap.h +include/rkcommon/containers/TransactionalBuffer.h +include/rkcommon/containers/aligned_allocator.h +include/rkcommon/math/AffineSpace.h +include/rkcommon/math/LinearSpace.h +include/rkcommon/math/Quaternion.h +include/rkcommon/math/arm/emulation.h +include/rkcommon/math/arm/sse2neon.h +include/rkcommon/math/box.h +include/rkcommon/math/box.ih +include/rkcommon/math/constants.h +include/rkcommon/math/math.ih +include/rkcommon/math/range.h +include/rkcommon/math/rkmath.h +include/rkcommon/math/vec.h +include/rkcommon/math/vec.ih +include/rkcommon/memory/DeletedUniquePtr.h +include/rkcommon/memory/IntrusivePtr.h +include/rkcommon/memory/RefCount.h +include/rkcommon/memory/malloc.h +include/rkcommon/networking/DataStreaming.h +include/rkcommon/networking/Fabric.h +include/rkcommon/os/FileName.h +include/rkcommon/os/library.h +include/rkcommon/platform.h +include/rkcommon/tasking/AsyncLoop.h +include/rkcommon/tasking/AsyncTask.h +include/rkcommon/tasking/async.h +include/rkcommon/tasking/detail/TaskSys.h +include/rkcommon/tasking/detail/async_task.inl +include/rkcommon/tasking/detail/enkiTS/Atomics.h +include/rkcommon/tasking/detail/enkiTS/LockLessMultiReadPipe.h +include/rkcommon/tasking/detail/enkiTS/TaskScheduler.h +include/rkcommon/tasking/detail/enkiTS/Threads.h +include/rkcommon/tasking/detail/parallel_for.inl +include/rkcommon/tasking/detail/schedule.inl +include/rkcommon/tasking/parallel_for.h +include/rkcommon/tasking/parallel_foreach.h +include/rkcommon/tasking/schedule.h +include/rkcommon/tasking/tasking_system_init.h +include/rkcommon/traits/rktraits.h +include/rkcommon/utility/AbstractArray.h +include/rkcommon/utility/Any.h +include/rkcommon/utility/ArgumentList.h +include/rkcommon/utility/ArrayView.h +include/rkcommon/utility/CodeTimer.h +include/rkcommon/utility/DataView.h +include/rkcommon/utility/DoubleBufferedValue.h +include/rkcommon/utility/FixedArray.h +include/rkcommon/utility/FixedArrayView.h +include/rkcommon/utility/Observer.h +include/rkcommon/utility/OnScopeExit.h +include/rkcommon/utility/Optional.h +include/rkcommon/utility/OwnedArray.h +include/rkcommon/utility/ParameterizedObject.h +include/rkcommon/utility/PseudoURL.h +include/rkcommon/utility/SaveImage.h +include/rkcommon/utility/StringManip.h +include/rkcommon/utility/TimeStamp.h +include/rkcommon/utility/TransactionalValue.h +include/rkcommon/utility/demangle.h +include/rkcommon/utility/detail/pcg_extras.hpp +include/rkcommon/utility/detail/pcg_random.hpp +include/rkcommon/utility/detail/pcg_uint128.hpp +include/rkcommon/utility/getEnvVar.h +include/rkcommon/utility/multidim_index_sequence.h +include/rkcommon/utility/random.h +include/rkcommon/xml/XML.h +lib/cmake/rkcommon-1.8.0/FindTBB.cmake +lib/cmake/rkcommon-1.8.0/rkcommonConfig.cmake +lib/cmake/rkcommon-1.8.0/rkcommonConfigVersion.cmake +lib/cmake/rkcommon-1.8.0/rkcommon_Exports-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/rkcommon-1.8.0/rkcommon_Exports.cmake +lib/cmake/rkcommon-1.8.0/rkcommon_macros.cmake +lib/librkcommon.so +lib/librkcommon.so.1 +lib/librkcommon.so.1.8.0