aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-09-09 00:08:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-09-09 00:09:40 +0000
commited7a34786ee108b803e063b427af4db081763f88 (patch)
treeaec3443dcac25ed626262004a47373648f90b9f1
parentd8e124caa93cd0b63aa3f9554d57026732e93945 (diff)
devel/camp: New port: Compiler agnostic metaprogramming library
-rw-r--r--devel/Makefile1
-rw-r--r--devel/camp/Makefile22
-rw-r--r--devel/camp/distinfo5
-rw-r--r--devel/camp/pkg-descr2
-rw-r--r--devel/camp/pkg-plist41
5 files changed, 71 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index dca490094d25..06556185f544 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -348,6 +348,7 @@
SUBDIR += c4core
SUBDIR += calibrator
SUBDIR += caliper
+ SUBDIR += camp
SUBDIR += capnproto
SUBDIR += capnproto1
SUBDIR += capslock
diff --git a/devel/camp/Makefile b/devel/camp/Makefile
new file mode 100644
index 000000000000..ef4e2174cdaf
--- /dev/null
+++ b/devel/camp/Makefile
@@ -0,0 +1,22 @@
+PORTNAME= camp
+DISTVERSIONPREFIX= v
+DISTVERSION= 2024.07.0
+CATEGORIES= devel
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Compiler agnostic metaprogramming library
+WWW= https://github.com/LLNL/camp
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= cmake:testing compiler:c++17-lang
+
+USE_GITHUB= yes
+GH_ACCOUNT= LLNL
+GH_TUPLE= LLNL:blt:9ff7734:blt/extern/blt
+
+CMAKE_ON= BUILD_SHARED_LIBS
+CMAKE_TESTING_ON= CAMP_ENABLE_TESTS
+
+.include <bsd.port.mk>
diff --git a/devel/camp/distinfo b/devel/camp/distinfo
new file mode 100644
index 000000000000..f98465c0931c
--- /dev/null
+++ b/devel/camp/distinfo
@@ -0,0 +1,5 @@
+TIMESTAMP = 1725834546
+SHA256 (LLNL-camp-v2024.07.0_GH0.tar.gz) = 8a23b9fe1777f79b04020e499ec191899fc9e492598218bb776d60b30cda3697
+SIZE (LLNL-camp-v2024.07.0_GH0.tar.gz) = 48036
+SHA256 (LLNL-blt-9ff7734_GH0.tar.gz) = 4ab173f8c82c33f31dc066bced2bcf15fe96345a252c59c647ed1940f6426d68
+SIZE (LLNL-blt-9ff7734_GH0.tar.gz) = 1279736
diff --git a/devel/camp/pkg-descr b/devel/camp/pkg-descr
new file mode 100644
index 000000000000..bc9f1bcc2801
--- /dev/null
+++ b/devel/camp/pkg-descr
@@ -0,0 +1,2 @@
+The CAMP project collects a variety of macros and metaprogramming facilities for
+C++ projects.
diff --git a/devel/camp/pkg-plist b/devel/camp/pkg-plist
new file mode 100644
index 000000000000..5ff65209484b
--- /dev/null
+++ b/devel/camp/pkg-plist
@@ -0,0 +1,41 @@
+include/camp/array.hpp
+include/camp/camp.hpp
+include/camp/concepts.hpp
+include/camp/config.hpp
+include/camp/config.in.hpp
+include/camp/defines.hpp
+include/camp/detail/sfinae.hpp
+include/camp/detail/test.hpp
+include/camp/helpers.hpp
+include/camp/lambda.hpp
+include/camp/list.hpp
+include/camp/list/at.hpp
+include/camp/list/find_if.hpp
+include/camp/list/list.hpp
+include/camp/make_unique.hpp
+include/camp/map.hpp
+include/camp/number.hpp
+include/camp/number/if.hpp
+include/camp/number/number.hpp
+include/camp/resource.hpp
+include/camp/resource/cuda.hpp
+include/camp/resource/event.hpp
+include/camp/resource/hip.hpp
+include/camp/resource/host.hpp
+include/camp/resource/omp_target.hpp
+include/camp/resource/platform.hpp
+include/camp/resource/sycl.hpp
+include/camp/size.hpp
+include/camp/tuple.hpp
+include/camp/type_traits.hpp
+include/camp/type_traits/is_same.hpp
+include/camp/value.hpp
+include/camp/value/eval.hpp
+lib/cmake/camp/BLTInstallableMacros.cmake
+lib/cmake/camp/BLTSetupTargets.cmake
+lib/cmake/camp/BLTThirdPartyConfigFlags.cmake
+lib/cmake/camp/campConfig.cmake
+lib/cmake/camp/campConfigVersion.cmake
+lib/cmake/camp/campTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/camp/campTargets.cmake
+lib/libcamp.so