git: 05e7828df8de - main - devel/actor-framework: update 0.19.6 → 1.1.0

Yuri Victorovich <[email protected]> Thu, 06 Aug 2026 22:23:11 +0000
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=05e7828df8de69d02b898275fd89ed3843345db9

commit 05e7828df8de69d02b898275fd89ed3843345db9
Author:     Yuri Victorovich <[email protected]>
AuthorDate: 2026-08-06 21:47:21 +0000
Commit:     Yuri Victorovich <[email protected]>
CommitDate: 2026-08-06 22:22:59 +0000

    devel/actor-framework: update 0.19.6 → 1.1.0
    
    ChangeLog: https://github.com/actor-framework/actor-framework/releases/tag/1.1.0
---
 devel/actor-framework/Makefile  |   7 ++-
 devel/actor-framework/distinfo  |   6 +-
 devel/actor-framework/pkg-plist | 130 ++++++++++++++++++++++------------------
 3 files changed, 80 insertions(+), 63 deletions(-)

diff --git a/devel/actor-framework/Makefile b/devel/actor-framework/Makefile
index 6dd55bdf219d..82bac3bd2297 100644
--- a/devel/actor-framework/Makefile
+++ b/devel/actor-framework/Makefile
@@ -1,10 +1,11 @@
 PORTNAME=	actor-framework
-DISTVERSION=	0.19.6
+DISTVERSION=	1.1.0
 CATEGORIES=	devel
 
 MAINTAINER=	[email protected]
 COMMENT=	Open Source implementation of the Actor Model in C++
-WWW=		https://www.actor-framework.org/
+WWW=		https://www.actor-framework.org/ \
+		https://github.com/actor-framework/actor-framework
 
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
@@ -36,4 +37,6 @@ LOG_LEVEL_INFO_CMAKE_ON=	-DCAF_LOG_LEVEL:STRING=INFO
 LOG_LEVEL_DEBUG_CMAKE_ON=	-DCAF_LOG_LEVEL:STRING=DEBUG
 LOG_LEVEL_TRACE_CMAKE_ON=	-DCAF_LOG_LEVEL:STRING=TRACE
 
+# tests as of 1.1.0: 100% tests passed, 0 tests failed out of 231
+
 .include <bsd.port.mk>
diff --git a/devel/actor-framework/distinfo b/devel/actor-framework/distinfo
index 73b85df54ba1..f9a73ab732bc 100644
--- a/devel/actor-framework/distinfo
+++ b/devel/actor-framework/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1707893875
-SHA256 (actor-framework-actor-framework-0.19.6_GH0.tar.gz) = 48dc4c4abf5ab5a7c6f84b9259cc8be1b02c601d31893647ab44e143cdc4b6d5
-SIZE (actor-framework-actor-framework-0.19.6_GH0.tar.gz) = 3277725
+TIMESTAMP = 1786051024
+SHA256 (actor-framework-actor-framework-1.1.0_GH0.tar.gz) = 9febd85d3a4f50dac760592043028a36bea62bba50c3ee2fc1eace954dd8ae27
+SIZE (actor-framework-actor-framework-1.1.0_GH0.tar.gz) = 3393531
diff --git a/devel/actor-framework/pkg-plist b/devel/actor-framework/pkg-plist
index 48b6590b64b1..57dc4919289a 100644
--- a/devel/actor-framework/pkg-plist
+++ b/devel/actor-framework/pkg-plist
@@ -1,9 +1,7 @@
-bin/caf-run
-bin/caf-vec
 include/caf/abstract_actor.hpp
-include/caf/abstract_channel.hpp
-include/caf/abstract_group.hpp
+include/caf/abstract_blocking_actor.hpp
 include/caf/abstract_mailbox.hpp
+include/caf/abstract_scheduled_actor.hpp
 include/caf/action.hpp
 include/caf/actor.hpp
 include/caf/actor_addr.hpp
@@ -16,16 +14,17 @@ include/caf/actor_factory.hpp
 include/caf/actor_from_state.hpp
 include/caf/actor_ostream.hpp
 include/caf/actor_pool.hpp
-include/caf/actor_profiler.hpp
 include/caf/actor_proxy.hpp
 include/caf/actor_registry.hpp
 include/caf/actor_storage.hpp
 include/caf/actor_system.hpp
 include/caf/actor_system_config.hpp
+include/caf/actor_system_module.hpp
 include/caf/actor_traits.hpp
 include/caf/after.hpp
 include/caf/all.hpp
 include/caf/allowed_unsafe_message_type.hpp
+include/caf/anon_mail.hpp
 include/caf/async/batch.hpp
 include/caf/async/blocking_consumer.hpp
 include/caf/async/blocking_producer.hpp
@@ -43,24 +42,23 @@ include/caf/async/publisher.hpp
 include/caf/async/read_result.hpp
 include/caf/async/spsc_buffer.hpp
 include/caf/async/write_result.hpp
+include/caf/async_mail.hpp
 include/caf/attachable.hpp
 include/caf/behavior.hpp
-include/caf/behavior_policy.hpp
 include/caf/binary_deserializer.hpp
 include/caf/binary_serializer.hpp
 include/caf/blocking_actor.hpp
-include/caf/byte.hpp
+include/caf/blocking_mail.hpp
+include/caf/blocking_response_handle.hpp
 include/caf/byte_address.hpp
 include/caf/byte_buffer.hpp
 include/caf/byte_span.hpp
 include/caf/caf_main.hpp
 include/caf/callback.hpp
 include/caf/catch_all.hpp
-include/caf/check_typed_input.hpp
 include/caf/chrono.hpp
 include/caf/chunk.hpp
 include/caf/chunked_string.hpp
-include/caf/composed_type.hpp
 include/caf/config.hpp
 include/caf/config_option.hpp
 include/caf/config_option_adder.hpp
@@ -72,7 +70,6 @@ include/caf/const_typed_message_view.hpp
 include/caf/cow_string.hpp
 include/caf/cow_tuple.hpp
 include/caf/cow_vector.hpp
-include/caf/decorator/sequencer.hpp
 include/caf/deduce_mpi.hpp
 include/caf/deep_to_string.hpp
 include/caf/default_attachable.hpp
@@ -82,16 +79,19 @@ include/caf/delegated.hpp
 include/caf/deserializer.hpp
 include/caf/detail/abstract_worker.hpp
 include/caf/detail/abstract_worker_hub.hpp
-include/caf/detail/accept_handler.hpp
 include/caf/detail/actor_local_printer.hpp
+include/caf/detail/actor_system_access.hpp
+include/caf/detail/actor_system_config_access.hpp
 include/caf/detail/algorithms.hpp
 include/caf/detail/append_hex.hpp
 include/caf/detail/apply_args.hpp
 include/caf/detail/arg_wrapper.hpp
 include/caf/detail/as_mutable_ref.hpp
+include/caf/detail/assert.hpp
 include/caf/detail/async_cell.hpp
 include/caf/detail/atomic_ref_counted.hpp
 include/caf/detail/base64.hpp
+include/caf/detail/beacon.hpp
 include/caf/detail/behavior_impl.hpp
 include/caf/detail/behavior_stack.hpp
 include/caf/detail/blocking_behavior.hpp
@@ -99,22 +99,28 @@ include/caf/detail/bounds_checker.hpp
 include/caf/detail/build_config.hpp
 include/caf/detail/call_cfun.hpp
 include/caf/detail/cas_weak.hpp
+include/caf/detail/cleanup_and_%%CMAKE_BUILD_TYPE%%.hpp
+include/caf/detail/combine_latest.hpp
 include/caf/detail/comparable.hpp
 include/caf/detail/config_consumer.hpp
+include/caf/detail/connection_acceptor.hpp
 include/caf/detail/connection_factory.hpp
 include/caf/detail/consumer.hpp
-include/caf/detail/convert_ip_endpoint.hpp
 include/caf/detail/core_export.hpp
+include/caf/detail/critical.hpp
+include/caf/detail/daemons.hpp
 include/caf/detail/default_invoke_result_visitor.hpp
 include/caf/detail/default_mailbox.hpp
+include/caf/detail/default_thread_count.hpp
 include/caf/detail/dispose_on_call.hpp
 include/caf/detail/double_ended_queue.hpp
-include/caf/detail/flow_bridge_base.hpp
+include/caf/detail/flow_bridge_initializer.hpp
+include/caf/detail/flow_source.hpp
 include/caf/detail/format.hpp
+include/caf/detail/forward_like.hpp
 include/caf/detail/functor_attachable.hpp
 include/caf/detail/get_process_id.hpp
 include/caf/detail/glob_match.hpp
-include/caf/detail/group_tunnel.hpp
 include/caf/detail/ieee_754.hpp
 include/caf/detail/implicit_conversions.hpp
 include/caf/detail/infer_actor_shell_ptr_type.hpp
@@ -126,22 +132,20 @@ include/caf/detail/is_complete.hpp
 include/caf/detail/is_one_of.hpp
 include/caf/detail/json.hpp
 include/caf/detail/latch.hpp
-include/caf/detail/local_group_module.hpp
 include/caf/detail/log_level.hpp
 include/caf/detail/log_level_map.hpp
-include/caf/detail/lp_flow_bridge.hpp
 include/caf/detail/mailbox_factory.hpp
 include/caf/detail/make_meta_object.hpp
 include/caf/detail/mask_bits.hpp
+include/caf/detail/mbr_list.hpp
 include/caf/detail/message_builder_element.hpp
 include/caf/detail/message_data.hpp
-include/caf/detail/message_flow_bridge.hpp
 include/caf/detail/meta_object.hpp
+include/caf/detail/monitor_action.hpp
 include/caf/detail/monotonic_buffer_resource.hpp
 include/caf/detail/mtl_util.hpp
 include/caf/detail/nearly_equal.hpp
 include/caf/detail/net_export.hpp
-include/caf/detail/net_syscall.hpp
 include/caf/detail/network_order.hpp
 include/caf/detail/offset_at.hpp
 include/caf/detail/openssl_export.hpp
@@ -177,17 +181,16 @@ include/caf/detail/private_thread.hpp
 include/caf/detail/private_thread_pool.hpp
 include/caf/detail/profiled_send.hpp
 include/caf/detail/prometheus_broker.hpp
-include/caf/detail/remote_group_module.hpp
+include/caf/detail/response_type_check.hpp
 include/caf/detail/rfc3629.hpp
 include/caf/detail/rfc6455.hpp
 include/caf/detail/ring_buffer.hpp
 include/caf/detail/scope_guard.hpp
 include/caf/detail/select_all.hpp
+include/caf/detail/send_type_check.hpp
 include/caf/detail/set_thread_name.hpp
-include/caf/detail/sockaddr_members.hpp
 include/caf/detail/socket_guard.hpp
 include/caf/detail/socket_sys_aliases.hpp
-include/caf/detail/socket_sys_includes.hpp
 include/caf/detail/source_location.hpp
 include/caf/detail/spawn_fwd.hpp
 include/caf/detail/spawnable.hpp
@@ -198,25 +201,30 @@ include/caf/detail/stringification_inspector.hpp
 include/caf/detail/sync_request_bouncer.hpp
 include/caf/detail/sync_ring_buffer.hpp
 include/caf/detail/tbind.hpp
+include/caf/detail/test_coordinator.hpp
 include/caf/detail/test_export.hpp
 include/caf/detail/thread_safe_actor_clock.hpp
+include/caf/detail/to_statically_typed_trait.hpp
 include/caf/detail/type_id_list_builder.hpp
 include/caf/detail/type_list.hpp
 include/caf/detail/type_traits.hpp
 include/caf/detail/typed_actor_util.hpp
 include/caf/detail/unique_function.hpp
 include/caf/detail/worker_hub.hpp
-include/caf/detail/ws_flow_bridge.hpp
+include/caf/detail/ws_conn_acceptor.hpp
 include/caf/dictionary.hpp
 include/caf/disposable.hpp
+include/caf/dynamically_typed.hpp
 include/caf/error.hpp
 include/caf/error_code.hpp
 include/caf/event_based_actor.hpp
+include/caf/event_based_mail.hpp
+include/caf/event_based_response_handle.hpp
 include/caf/exec_main.hpp
-include/caf/execution_unit.hpp
 include/caf/exit_reason.hpp
 include/caf/expected.hpp
 include/caf/extend.hpp
+include/caf/flow/backpressure_overflow_strategy.hpp
 include/caf/flow/byte.hpp
 include/caf/flow/coordinated.hpp
 include/caf/flow/coordinator.hpp
@@ -227,7 +235,6 @@ include/caf/flow/gen/from_container.hpp
 include/caf/flow/gen/iota.hpp
 include/caf/flow/gen/just.hpp
 include/caf/flow/gen/repeat.hpp
-include/caf/flow/item_publisher.hpp
 include/caf/flow/multicaster.hpp
 include/caf/flow/observable.hpp
 include/caf/flow/observable_builder.hpp
@@ -238,6 +245,7 @@ include/caf/flow/op/buffer.hpp
 include/caf/flow/op/cell.hpp
 include/caf/flow/op/cold.hpp
 include/caf/flow/op/concat.hpp
+include/caf/flow/op/debounce.hpp
 include/caf/flow/op/defer.hpp
 include/caf/flow/op/empty.hpp
 include/caf/flow/op/fail.hpp
@@ -249,10 +257,15 @@ include/caf/flow/op/interval.hpp
 include/caf/flow/op/mcast.hpp
 include/caf/flow/op/merge.hpp
 include/caf/flow/op/never.hpp
+include/caf/flow/op/on_backpressure_buffer.hpp
+include/caf/flow/op/on_error_resume_next.hpp
 include/caf/flow/op/prefix_and_tail.hpp
 include/caf/flow/op/publish.hpp
 include/caf/flow/op/pullable.hpp
+include/caf/flow/op/retry.hpp
+include/caf/flow/op/sample.hpp
 include/caf/flow/op/state.hpp
+include/caf/flow/op/throttle_first.hpp
 include/caf/flow/op/ucast.hpp
 include/caf/flow/op/zip_with.hpp
 include/caf/flow/scoped_coordinator.hpp
@@ -281,12 +294,10 @@ include/caf/flow/step/take_while.hpp
 include/caf/flow/string.hpp
 include/caf/flow/subscription.hpp
 include/caf/format_string_with_location.hpp
+include/caf/format_to_error.hpp
 include/caf/forwarding_actor_proxy.hpp
 include/caf/function_view.hpp
 include/caf/fwd.hpp
-include/caf/group.hpp
-include/caf/group_manager.hpp
-include/caf/group_module.hpp
 include/caf/hash/fnv.hpp
 include/caf/hash/sha1.hpp
 include/caf/illegal_message_element.hpp
@@ -364,7 +375,6 @@ include/caf/io/open.hpp
 include/caf/io/publish.hpp
 include/caf/io/receive_policy.hpp
 include/caf/io/remote_actor.hpp
-include/caf/io/remote_group.hpp
 include/caf/io/scribe.hpp
 include/caf/io/system_messages.hpp
 include/caf/io/typed_broker.hpp
@@ -389,6 +399,7 @@ include/caf/json_object.hpp
 include/caf/json_reader.hpp
 include/caf/json_value.hpp
 include/caf/json_writer.hpp
+include/caf/keep_behavior.hpp
 include/caf/load_inspector.hpp
 include/caf/load_inspector_base.hpp
 include/caf/local_actor.hpp
@@ -401,12 +412,12 @@ include/caf/log/openssl.hpp
 include/caf/log/system.hpp
 include/caf/log/test.hpp
 include/caf/logger.hpp
+include/caf/mail_cache.hpp
 include/caf/mailbox_element.hpp
 include/caf/make_actor.hpp
 include/caf/make_config_option.hpp
 include/caf/make_copy_on_write.hpp
 include/caf/make_counted.hpp
-include/caf/make_message.hpp
 include/caf/may_have_timeout.hpp
 include/caf/message.hpp
 include/caf/message_builder.hpp
@@ -414,13 +425,12 @@ include/caf/message_handler.hpp
 include/caf/message_id.hpp
 include/caf/message_priority.hpp
 include/caf/mixin/actor_widget.hpp
-include/caf/mixin/behavior_changer.hpp
 include/caf/mixin/requester.hpp
 include/caf/mixin/sender.hpp
-include/caf/mixin/subscriber.hpp
-include/caf/monitorable_actor.hpp
 include/caf/mtl.hpp
 include/caf/net/abstract_actor_shell.hpp
+include/caf/net/accept_event.hpp
+include/caf/net/acceptor_resource.hpp
 include/caf/net/actor_shell.hpp
 include/caf/net/checked_socket.hpp
 include/caf/net/datagram_socket.hpp
@@ -446,7 +456,6 @@ include/caf/net/http/arg_parser.hpp
 include/caf/net/http/async_client.hpp
 include/caf/net/http/client.hpp
 include/caf/net/http/client_factory.hpp
-include/caf/net/http/config.hpp
 include/caf/net/http/header.hpp
 include/caf/net/http/lower_layer.hpp
 include/caf/net/http/method.hpp
@@ -466,7 +475,6 @@ include/caf/net/http/with.hpp
 include/caf/net/ip.hpp
 include/caf/net/lp/client_factory.hpp
 include/caf/net/lp/config.hpp
-include/caf/net/lp/default_trait.hpp
 include/caf/net/lp/frame.hpp
 include/caf/net/lp/framing.hpp
 include/caf/net/lp/lower_layer.hpp
@@ -477,11 +485,14 @@ include/caf/net/make_actor_shell.hpp
 include/caf/net/middleman.hpp
 include/caf/net/multiplexer.hpp
 include/caf/net/network_socket.hpp
+include/caf/net/octet_stream/client_factory.hpp
 include/caf/net/octet_stream/errc.hpp
 include/caf/net/octet_stream/lower_layer.hpp
 include/caf/net/octet_stream/policy.hpp
+include/caf/net/octet_stream/server_factory.hpp
 include/caf/net/octet_stream/transport.hpp
 include/caf/net/octet_stream/upper_layer.hpp
+include/caf/net/octet_stream/with.hpp
 include/caf/net/pipe_socket.hpp
 include/caf/net/prometheus.hpp
 include/caf/net/receive_policy.hpp
@@ -510,8 +521,6 @@ include/caf/net/udp_datagram_socket.hpp
 include/caf/net/web_socket/acceptor.hpp
 include/caf/net/web_socket/client.hpp
 include/caf/net/web_socket/client_factory.hpp
-include/caf/net/web_socket/config.hpp
-include/caf/net/web_socket/default_trait.hpp
 include/caf/net/web_socket/frame.hpp
 include/caf/net/web_socket/framing.hpp
 include/caf/net/web_socket/handshake.hpp
@@ -523,9 +532,9 @@ include/caf/net/web_socket/status.hpp
 include/caf/net/web_socket/switch_protocol.hpp
 include/caf/net/web_socket/upper_layer.hpp
 include/caf/net/web_socket/with.hpp
-include/caf/no_stages.hpp
 include/caf/node_id.hpp
 include/caf/none.hpp
+include/caf/once.hpp
 include/caf/openssl/all.hpp
 include/caf/openssl/manager.hpp
 include/caf/openssl/middleman_actor.hpp
@@ -533,25 +542,21 @@ include/caf/openssl/publish.hpp
 include/caf/openssl/remote_actor.hpp
 include/caf/openssl/session.hpp
 include/caf/openssl/unpublish.hpp
-include/caf/optional.hpp
 include/caf/others.hpp
 include/caf/parser_state.hpp
 include/caf/pec.hpp
 include/caf/policy/arg.hpp
-include/caf/policy/scheduler_policy.hpp
 include/caf/policy/select_all.hpp
 include/caf/policy/select_any.hpp
 include/caf/policy/single_response.hpp
 include/caf/policy/tcp.hpp
 include/caf/policy/udp.hpp
-include/caf/policy/unprofiled.hpp
-include/caf/policy/work_sharing.hpp
-include/caf/policy/work_stealing.hpp
 include/caf/prohibit_top_level_spawn_marker.hpp
 include/caf/proxy_registry.hpp
 include/caf/raise_error.hpp
+include/caf/ref.hpp
 include/caf/ref_counted.hpp
-include/caf/replies_to.hpp
+include/caf/repeat.hpp
 include/caf/response_handle.hpp
 include/caf/response_promise.hpp
 include/caf/response_type.hpp
@@ -562,13 +567,9 @@ include/caf/save_inspector_base.hpp
 include/caf/scheduled_actor.hpp
 include/caf/scheduled_actor/flow.hpp
 include/caf/scheduler.hpp
-include/caf/scheduler/abstract_coordinator.hpp
-include/caf/scheduler/coordinator.hpp
-include/caf/scheduler/profiled_coordinator.hpp
-include/caf/scheduler/worker.hpp
 include/caf/scoped_actor.hpp
-include/caf/scoped_execution_unit.hpp
 include/caf/sec.hpp
+include/caf/self_ref.hpp
 include/caf/send.hpp
 include/caf/serializer.hpp
 include/caf/settings.hpp
@@ -576,9 +577,9 @@ include/caf/skip.hpp
 include/caf/span.hpp
 include/caf/spawn_options.hpp
 include/caf/stateful_actor.hpp
+include/caf/statically_typed.hpp
 include/caf/stream.hpp
 include/caf/string_algorithms.hpp
-include/caf/string_view.hpp
 include/caf/system_messages.hpp
 include/caf/telemetry/collector/prometheus.hpp
 include/caf/telemetry/counter.hpp
@@ -600,6 +601,7 @@ include/caf/term.hpp
 include/caf/test/and_given.hpp
 include/caf/test/and_then.hpp
 include/caf/test/and_when.hpp
+include/caf/test/approx.hpp
 include/caf/test/bdd_dsl.hpp
 include/caf/test/binary_predicate.hpp
 include/caf/test/block.hpp
@@ -619,6 +621,7 @@ include/caf/test/registry.hpp
 include/caf/test/reporter.hpp
 include/caf/test/requirement_failed.hpp
 include/caf/test/runnable.hpp
+include/caf/test/runnable_with_examples.hpp
 include/caf/test/runner.hpp
 include/caf/test/scenario.hpp
 include/caf/test/scope.hpp
@@ -634,10 +637,9 @@ include/caf/thread_owner.hpp
 include/caf/timeout_definition.hpp
 include/caf/timespan.hpp
 include/caf/timestamp.hpp
-include/caf/tracing_data.hpp
-include/caf/tracing_data_factory.hpp
 include/caf/type_id.hpp
 include/caf/type_id_list.hpp
+include/caf/type_list.hpp
 include/caf/typed_actor.hpp
 include/caf/typed_actor_pointer.hpp
 include/caf/typed_actor_view.hpp
@@ -654,22 +656,27 @@ include/caf/uri.hpp
 include/caf/uri_builder.hpp
 include/caf/uuid.hpp
 include/caf/variant_wrapper.hpp
+include/caf/version.hpp
 include/caf/weak_intrusive_ptr.hpp
 lib/cmake/CAF/CAFConfig.cmake
 lib/cmake/CAF/CAFConfigVersion.cmake
 lib/cmake/CAF/CAFTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/CAF/CAFTargets.cmake
 lib/libcaf_core.so
-lib/libcaf_core.so.0.19.6
+lib/libcaf_core.so.1
+lib/libcaf_core.so.1.1.0
 lib/libcaf_io.so
-lib/libcaf_io.so.0.19.6
+lib/libcaf_io.so.1
+lib/libcaf_io.so.1.1.0
 lib/libcaf_net.so
-lib/libcaf_net.so.0.19.6
+lib/libcaf_net.so.1
+lib/libcaf_net.so.1.1.0
 lib/libcaf_openssl.so
-lib/libcaf_openssl.so.0.19.6
+lib/libcaf_openssl.so.1
+lib/libcaf_openssl.so.1.1.0
 lib/libcaf_test.so
-lib/libcaf_test.so.0.19.6
-share/caf/examples/aout.cpp
+lib/libcaf_test.so.1
+lib/libcaf_test.so.1.1.0
 share/caf/examples/config/read-json.cpp
 share/caf/examples/custom_type/custom_types_1.cpp
 share/caf/examples/custom_type/custom_types_2.cpp
@@ -678,6 +685,7 @@ share/caf/examples/custom_type/custom_types_4.cpp
 share/caf/examples/dynamic_behavior/dining_philosophers.cpp
 share/caf/examples/dynamic_behavior/skip_messages.cpp
 share/caf/examples/flow/iota.cpp
+share/caf/examples/flow/multicaster.cpp
 share/caf/examples/flow/observe-on.cpp
 share/caf/examples/flow/spsc-buffer-resource.cpp
 share/caf/examples/hello_world.cpp
@@ -686,18 +694,24 @@ share/caf/examples/http/rest.cpp
 share/caf/examples/http/time-server.cpp
 share/caf/examples/length_prefix_framing/chat-client.cpp
 share/caf/examples/length_prefix_framing/chat-server.cpp
-share/caf/examples/message_passing/after.cpp
 share/caf/examples/message_passing/calculator.cpp
 share/caf/examples/message_passing/dancing_kirby.cpp
 share/caf/examples/message_passing/delegating.cpp
 share/caf/examples/message_passing/divider.cpp
 share/caf/examples/message_passing/fan_out_request.cpp
+share/caf/examples/message_passing/idle_timeout_once.cpp
+share/caf/examples/message_passing/idle_timeout_repeat.cpp
 share/caf/examples/message_passing/promises.cpp
 share/caf/examples/message_passing/request.cpp
+share/caf/examples/octet_stream/key-value-store.cpp
+share/caf/examples/octet_stream/text-client.cpp
+share/caf/examples/println.cpp
 share/caf/examples/remoting/distributed_calculator.cpp
 share/caf/examples/remoting/remote_spawn.cpp
+share/caf/examples/remoting/stateful_remote_spawn.cpp
 share/caf/examples/testing/ping_pong.cpp
 share/caf/examples/web_socket/echo.cpp
 share/caf/examples/web_socket/hello-client.cpp
 share/caf/examples/web_socket/quote-server.cpp
 share/caf/examples/web_socket/stock-ticker.cpp
+@dir include/caf/internal