git: 832d30baa41f - main - devel/toomanycooks: New port - C++20 concurrency framework
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jun 2026 16:16:43 UTC
The branch main has been updated by osa:
URL: https://cgit.FreeBSD.org/ports/commit/?id=832d30baa41f211970525c5154d6573b78957f2d
commit 832d30baa41f211970525c5154d6573b78957f2d
Author: Sergey A. Osokin <osa@FreeBSD.org>
AuthorDate: 2026-06-10 16:15:17 +0000
Commit: Sergey A. Osokin <osa@FreeBSD.org>
CommitDate: 2026-06-10 16:16:38 +0000
devel/toomanycooks: New port - C++20 concurrency framework
Sponsored by: tipi.work
---
devel/Makefile | 1 +
devel/toomanycooks/Makefile | 21 ++++++++++
devel/toomanycooks/distinfo | 3 ++
devel/toomanycooks/pkg-descr | 2 +
devel/toomanycooks/pkg-plist | 94 ++++++++++++++++++++++++++++++++++++++++++++
5 files changed, 121 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 9f09bcd7083c..dd6a7df6e458 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -8697,6 +8697,7 @@
SUBDIR += tokio-console
SUBDIR += toml11
SUBDIR += tomlplusplus
+ SUBDIR += toomanycooks
SUBDIR += tortoisehg
SUBDIR += tpasm
SUBDIR += tracy
diff --git a/devel/toomanycooks/Makefile b/devel/toomanycooks/Makefile
new file mode 100644
index 000000000000..0d2ed2d52c5c
--- /dev/null
+++ b/devel/toomanycooks/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= toomanycooks
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.6.0
+CATEGORIES= devel
+
+MAINTAINER= osa@FreeBSD.org
+COMMENT= C++20 concurrency framework
+WWW= https://github.com/tzcnt/TooManyCooks
+
+LICENSE= BSL
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libhwloc.so:devel/hwloc2
+
+USES= cmake:noninja
+
+USE_GITHUB= yes
+GH_ACCOUNT= tzcnt
+GH_PROJECT= TooManyCooks
+
+.include <bsd.port.mk>
diff --git a/devel/toomanycooks/distinfo b/devel/toomanycooks/distinfo
new file mode 100644
index 000000000000..e56e8b3801e2
--- /dev/null
+++ b/devel/toomanycooks/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1781107430
+SHA256 (tzcnt-TooManyCooks-v1.6.0_GH0.tar.gz) = bf4c7f92968ca2b268f56582c314c5944d342eed4e72b4cde8240b56e88e64ca
+SIZE (tzcnt-TooManyCooks-v1.6.0_GH0.tar.gz) = 229212
diff --git a/devel/toomanycooks/pkg-descr b/devel/toomanycooks/pkg-descr
new file mode 100644
index 000000000000..d1b83323c0c7
--- /dev/null
+++ b/devel/toomanycooks/pkg-descr
@@ -0,0 +1,2 @@
+C++20 concurrency framework with no compromises. Excellent performance,
+powerful features, and simple syntax.
diff --git a/devel/toomanycooks/pkg-plist b/devel/toomanycooks/pkg-plist
new file mode 100644
index 000000000000..41fdb32daca1
--- /dev/null
+++ b/devel/toomanycooks/pkg-plist
@@ -0,0 +1,94 @@
+include/tmc/all_headers.hpp
+include/tmc/asio/README.md
+include/tmc/asio/aw_asio.hpp
+include/tmc/asio/ex_asio.hpp
+include/tmc/atomic_condvar.hpp
+include/tmc/auto_reset_event.hpp
+include/tmc/aw_resume_on.hpp
+include/tmc/aw_yield.hpp
+include/tmc/barrier.hpp
+include/tmc/channel.hpp
+include/tmc/current.hpp
+include/tmc/detail/atomic_bitmap.hpp
+include/tmc/detail/auto_reset_event.ipp
+include/tmc/detail/awaitable_customizer.hpp
+include/tmc/detail/barrier.ipp
+include/tmc/detail/bit_manip.hpp
+include/tmc/detail/bitmap_object_pool.hpp
+include/tmc/detail/compat.hpp
+include/tmc/detail/concepts_awaitable.hpp
+include/tmc/detail/concepts_work_item.hpp
+include/tmc/detail/container_cpu_quota.hpp
+include/tmc/detail/container_cpu_quota.ipp
+include/tmc/detail/coro_functor.hpp
+include/tmc/detail/ex_braid.ipp
+include/tmc/detail/ex_cpu.ipp
+include/tmc/detail/ex_cpu_st.ipp
+include/tmc/detail/ex_manual_st.ipp
+include/tmc/detail/hwloc_forward_defs.hpp
+include/tmc/detail/hwloc_forward_defs.ipp
+include/tmc/detail/hwloc_unique_bitmap.hpp
+include/tmc/detail/hwloc_unique_bitmap.ipp
+include/tmc/detail/impl.hpp
+include/tmc/detail/init_params.hpp
+include/tmc/detail/init_params.ipp
+include/tmc/detail/manual_reset_event.ipp
+include/tmc/detail/matrix.hpp
+include/tmc/detail/matrix.ipp
+include/tmc/detail/mixins.hpp
+include/tmc/detail/mutex.ipp
+include/tmc/detail/qu_chase_lev32.hpp
+include/tmc/detail/qu_chase_lev64.hpp
+include/tmc/detail/qu_inbox.hpp
+include/tmc/detail/qu_mc.hpp
+include/tmc/detail/qu_mpsc_blocking.hpp
+include/tmc/detail/qu_storage.hpp
+include/tmc/detail/qu_work_stealing.hpp
+include/tmc/detail/result_each.hpp
+include/tmc/detail/result_each.ipp
+include/tmc/detail/semaphore.ipp
+include/tmc/detail/task_unsafe.hpp
+include/tmc/detail/task_wrapper.hpp
+include/tmc/detail/thread_layout.hpp
+include/tmc/detail/thread_layout.ipp
+include/tmc/detail/thread_locals.hpp
+include/tmc/detail/tiny_lock.hpp
+include/tmc/detail/tiny_opt.hpp
+include/tmc/detail/tiny_stack.hpp
+include/tmc/detail/tiny_vec.hpp
+include/tmc/detail/topology.ipp
+include/tmc/detail/tsan.hpp
+include/tmc/detail/waiter_list.hpp
+include/tmc/detail/waiter_list.ipp
+include/tmc/ex_any.hpp
+include/tmc/ex_braid.hpp
+include/tmc/ex_cpu.hpp
+include/tmc/ex_cpu_st.hpp
+include/tmc/ex_manual_st.hpp
+include/tmc/external.hpp
+include/tmc/fork_group.hpp
+include/tmc/latch.hpp
+include/tmc/manual_reset_event.hpp
+include/tmc/mutex.hpp
+include/tmc/qu_mpsc_bounded.hpp
+include/tmc/qu_mpsc_unbounded.hpp
+include/tmc/qu_spsc_bounded.hpp
+include/tmc/qu_spsc_unbounded.hpp
+include/tmc/semaphore.hpp
+include/tmc/spawn.hpp
+include/tmc/spawn_func.hpp
+include/tmc/spawn_group.hpp
+include/tmc/spawn_many.hpp
+include/tmc/spawn_tuple.hpp
+include/tmc/sync.hpp
+include/tmc/task.hpp
+include/tmc/topology.hpp
+include/tmc/traits.hpp
+include/tmc/utils.hpp
+include/tmc/version.hpp
+include/tmc/work_item.hpp
+lib/cmake/TooManyCooks/TooManyCooksConfig.cmake
+lib/cmake/TooManyCooks/TooManyCooksConfigVersion.cmake
+lib/cmake/TooManyCooks/TooManyCooksTargets.cmake
+lib/cmake/TooManyCooks/tmc-find-hwloc.cmake
+licenses/LICENSE