Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 19:09:58 +0000 (UTC)
From:      =?UTF-8?Q?Fernando_Apestegu=c3=ada?= <fernape@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562979 - in head/devel/caf: . files
Message-ID:  <202101261909.10QJ9wx7099859@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: fernape
Date: Tue Jan 26 19:09:58 2021
New Revision: 562979
URL: https://svnweb.freebsd.org/changeset/ports/562979

Log:
  devel/caf: update to 0.18.0
  
  ChangeLog: https://github.com/actor-framework/actor-framework/releases/tag/0.18.0
  
  Reported by:	portscout

Deleted:
  head/devel/caf/files/patch-libcaf__io_src_io_network_ip__endpoint.cpp
Modified:
  head/devel/caf/Makefile
  head/devel/caf/distinfo
  head/devel/caf/pkg-plist

Modified: head/devel/caf/Makefile
==============================================================================
--- head/devel/caf/Makefile	Tue Jan 26 18:55:09 2021	(r562978)
+++ head/devel/caf/Makefile	Tue Jan 26 19:09:58 2021	(r562979)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	caf
-PORTVERSION=	0.17.6
+PORTVERSION=	0.18.0
 CATEGORIES=	devel
 
 MAINTAINER=	ports@FreeBSD.org
@@ -11,7 +11,7 @@ COMMENT=	C++ actor framework
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cmake compiler:c++11-lang
+USES=		cmake compiler:c++11-lang ssl
 USE_LDCONFIG=	yes
 
 USE_GITHUB=	yes

Modified: head/devel/caf/distinfo
==============================================================================
--- head/devel/caf/distinfo	Tue Jan 26 18:55:09 2021	(r562978)
+++ head/devel/caf/distinfo	Tue Jan 26 19:09:58 2021	(r562979)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1596861177
-SHA256 (actor-framework-actor-framework-0.17.6_GH0.tar.gz) = e2bf5bd243f08bb7d8adde197cfe3e6d71314ed3378fe0692f8932f4c3b3928c
-SIZE (actor-framework-actor-framework-0.17.6_GH0.tar.gz) = 2661499
+TIMESTAMP = 1611676674
+SHA256 (actor-framework-actor-framework-0.18.0_GH0.tar.gz) = df765fa78861e67d44e2587c0ac0c1c662d8c93fe5ffc8757f552fc7ac15941f
+SIZE (actor-framework-actor-framework-0.18.0_GH0.tar.gz) = 2791377

Modified: head/devel/caf/pkg-plist
==============================================================================
--- head/devel/caf/pkg-plist	Tue Jan 26 18:55:09 2021	(r562978)
+++ head/devel/caf/pkg-plist	Tue Jan 26 19:09:58 2021	(r562979)
@@ -1,6 +1,5 @@
 include/caf/abstract_actor.hpp
 include/caf/abstract_channel.hpp
-include/caf/abstract_composable_behavior.hpp
 include/caf/abstract_group.hpp
 include/caf/actor.hpp
 include/caf/actor_addr.hpp
@@ -38,31 +37,30 @@ include/caf/broadcast_downstream_manager.hpp
 include/caf/buffered_downstream_manager.hpp
 include/caf/byte.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/composable_behavior.hpp
-include/caf/composable_behavior_based_actor.hpp
-include/caf/composed_behavior.hpp
 include/caf/composed_type.hpp
 include/caf/config.hpp
 include/caf/config_option.hpp
 include/caf/config_option_adder.hpp
 include/caf/config_option_set.hpp
 include/caf/config_value.hpp
-include/caf/config_value_adaptor.hpp
-include/caf/config_value_adaptor_access.hpp
-include/caf/config_value_adaptor_field.hpp
-include/caf/config_value_field.hpp
-include/caf/config_value_object_access.hpp
+include/caf/config_value_reader.hpp
+include/caf/config_value_writer.hpp
+include/caf/const_typed_message_view.hpp
 include/caf/cow_tuple.hpp
-include/caf/data_processor.hpp
+include/caf/credit_controller.hpp
 include/caf/decorator/sequencer.hpp
 include/caf/decorator/splitter.hpp
 include/caf/deduce_mpi.hpp
 include/caf/deep_to_string.hpp
 include/caf/default_attachable.hpp
 include/caf/default_downstream_manager.hpp
+include/caf/default_enum_inspect.hpp
 include/caf/default_sum_type_access.hpp
 include/caf/defaults.hpp
 include/caf/delegated.hpp
@@ -73,9 +71,9 @@ include/caf/detail/algorithms.hpp
 include/caf/detail/append_hex.hpp
 include/caf/detail/append_percent_encoded.hpp
 include/caf/detail/apply_args.hpp
-include/caf/detail/arg_match_t.hpp
 include/caf/detail/arg_wrapper.hpp
-include/caf/detail/atom_val.hpp
+include/caf/detail/as_mutable_ref.hpp
+include/caf/detail/assign_inspector_try_result.hpp
 include/caf/detail/behavior_impl.hpp
 include/caf/detail/behavior_stack.hpp
 include/caf/detail/blocking_behavior.hpp
@@ -84,45 +82,45 @@ include/caf/detail/build_config.hpp
 include/caf/detail/call_cfun.hpp
 include/caf/detail/cas_weak.hpp
 include/caf/detail/comparable.hpp
-include/caf/detail/concatenated_tuple.hpp
-include/caf/detail/config_value_adaptor_field_impl.hpp
-include/caf/detail/config_value_field_base.hpp
-include/caf/detail/config_value_field_impl.hpp
+include/caf/detail/config_consumer.hpp
 include/caf/detail/consumer.hpp
-include/caf/detail/decorated_tuple.hpp
+include/caf/detail/core_export.hpp
 include/caf/detail/default_invoke_result_visitor.hpp
 include/caf/detail/delegate_serialize.hpp
-include/caf/detail/disposer.hpp
 include/caf/detail/double_ended_queue.hpp
-include/caf/detail/dynamic_message_data.hpp
-include/caf/detail/embedded.hpp
+include/caf/detail/encode_base64.hpp
 include/caf/detail/enqueue_result.hpp
-include/caf/detail/fnv_hash.hpp
 include/caf/detail/functor_attachable.hpp
 include/caf/detail/gcd.hpp
 include/caf/detail/get_mac_addresses.hpp
 include/caf/detail/get_process_id.hpp
 include/caf/detail/get_root_uuid.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/ini_consumer.hpp
 include/caf/detail/init_fun_factory.hpp
 include/caf/detail/int_list.hpp
 include/caf/detail/invoke_result_visitor.hpp
+include/caf/detail/io_export.hpp
 include/caf/detail/is_complete.hpp
 include/caf/detail/is_one_of.hpp
-include/caf/detail/is_primitive_config_value.hpp
 include/caf/detail/limited_vector.hpp
+include/caf/detail/local_group_module.hpp
 include/caf/detail/log_level.hpp
+include/caf/detail/make_meta_object.hpp
 include/caf/detail/make_unique.hpp
 include/caf/detail/mask_bits.hpp
-include/caf/detail/merged_tuple.hpp
+include/caf/detail/message_builder_element.hpp
 include/caf/detail/message_data.hpp
+include/caf/detail/meta_object.hpp
 include/caf/detail/move_if_not_ptr.hpp
-include/caf/detail/mpi_splice.hpp
 include/caf/detail/network_order.hpp
+include/caf/detail/offset_at.hpp
+include/caf/detail/openssl_export.hpp
 include/caf/detail/optional_message_visitor.hpp
 include/caf/detail/overload.hpp
+include/caf/detail/padded_size.hpp
 include/caf/detail/parse.hpp
 include/caf/detail/parser/add_ascii.hpp
 include/caf/detail/parser/ascii_to_int.hpp
@@ -131,10 +129,9 @@ include/caf/detail/parser/fsm.hpp
 include/caf/detail/parser/fsm_undef.hpp
 include/caf/detail/parser/is_char.hpp
 include/caf/detail/parser/is_digit.hpp
-include/caf/detail/parser/read_atom.hpp
 include/caf/detail/parser/read_bool.hpp
+include/caf/detail/parser/read_config.hpp
 include/caf/detail/parser/read_floating_point.hpp
-include/caf/detail/parser/read_ini.hpp
 include/caf/detail/parser/read_ipv4_address.hpp
 include/caf/detail/parser/read_ipv6_address.hpp
 include/caf/detail/parser/read_number.hpp
@@ -148,10 +145,14 @@ include/caf/detail/parser/sub_ascii.hpp
 include/caf/detail/path_state.hpp
 include/caf/detail/pp.hpp
 include/caf/detail/pretty_type_name.hpp
+include/caf/detail/print.hpp
 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/pseudo_tuple.hpp
 include/caf/detail/raw_access.hpp
+include/caf/detail/remote_group_module.hpp
 include/caf/detail/ringbuffer.hpp
 include/caf/detail/ripemd_160.hpp
 include/caf/detail/safe_equal.hpp
@@ -162,6 +163,7 @@ include/caf/detail/serialized_size.hpp
 include/caf/detail/set_thread_name.hpp
 include/caf/detail/shared_spinlock.hpp
 include/caf/detail/simple_actor_clock.hpp
+include/caf/detail/size_based_credit_controller.hpp
 include/caf/detail/socket_guard.hpp
 include/caf/detail/spawn_fwd.hpp
 include/caf/detail/spawnable.hpp
@@ -181,18 +183,15 @@ include/caf/detail/tbind.hpp
 include/caf/detail/test_actor_clock.hpp
 include/caf/detail/thread_safe_actor_clock.hpp
 include/caf/detail/tick_emitter.hpp
-include/caf/detail/try_match.hpp
+include/caf/detail/token_based_credit_controller.hpp
 include/caf/detail/try_serialize.hpp
-include/caf/detail/tuple_vals.hpp
-include/caf/detail/type_erased_tuple_view.hpp
-include/caf/detail/type_erased_value_impl.hpp
+include/caf/detail/type_id_list_builder.hpp
 include/caf/detail/type_list.hpp
 include/caf/detail/type_pair.hpp
 include/caf/detail/type_traits.hpp
 include/caf/detail/typed_actor_util.hpp
 include/caf/detail/unique_function.hpp
 include/caf/detail/unordered_flat_map.hpp
-include/caf/detail/uri_impl.hpp
 include/caf/detail/variant_data.hpp
 include/caf/detail/worker_hub.hpp
 include/caf/dictionary.hpp
@@ -200,8 +199,8 @@ include/caf/downstream.hpp
 include/caf/downstream_manager.hpp
 include/caf/downstream_manager_base.hpp
 include/caf/downstream_msg.hpp
-include/caf/duration.hpp
 include/caf/error.hpp
+include/caf/error_code.hpp
 include/caf/event_based_actor.hpp
 include/caf/exec_main.hpp
 include/caf/execution_unit.hpp
@@ -215,12 +214,16 @@ 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
 include/caf/inbound_path.hpp
-include/caf/index_mapping.hpp
 include/caf/infer_handle.hpp
 include/caf/init_global_meta_objects.hpp
 include/caf/input_range.hpp
+include/caf/inspector_access.hpp
+include/caf/inspector_access_base.hpp
+include/caf/inspector_access_type.hpp
 include/caf/interface_mismatch.hpp
 include/caf/intrusive/drr_cached_queue.hpp
 include/caf/intrusive/drr_queue.hpp
@@ -242,7 +245,6 @@ include/caf/io/abstract_broker.hpp
 include/caf/io/accept_handle.hpp
 include/caf/io/all.hpp
 include/caf/io/basp/all.hpp
-include/caf/io/basp/buffer_type.hpp
 include/caf/io/basp/connection_state.hpp
 include/caf/io/basp/endpoint_context.hpp
 include/caf/io/basp/fwd.hpp
@@ -318,24 +320,20 @@ include/caf/is_error_code_enum.hpp
 include/caf/is_message_sink.hpp
 include/caf/is_timeout_or_catch_all.hpp
 include/caf/is_typed_actor.hpp
+include/caf/load_inspector.hpp
+include/caf/load_inspector_base.hpp
 include/caf/local_actor.hpp
 include/caf/locks.hpp
 include/caf/logger.hpp
 include/caf/mailbox_element.hpp
 include/caf/make_actor.hpp
 include/caf/make_config_option.hpp
-include/caf/make_config_value_field.hpp
 include/caf/make_copy_on_write.hpp
 include/caf/make_counted.hpp
 include/caf/make_message.hpp
 include/caf/make_sink_result.hpp
-include/caf/make_source.hpp
 include/caf/make_source_result.hpp
 include/caf/make_stage_result.hpp
-include/caf/make_type_erased_tuple_view.hpp
-include/caf/make_type_erased_value.hpp
-include/caf/make_type_erased_view.hpp
-include/caf/match_case.hpp
 include/caf/may_have_timeout.hpp
 include/caf/memory_managed.hpp
 include/caf/message.hpp
@@ -343,7 +341,6 @@ include/caf/message_builder.hpp
 include/caf/message_handler.hpp
 include/caf/message_id.hpp
 include/caf/message_priority.hpp
-include/caf/message_view.hpp
 include/caf/meta/annotation.hpp
 include/caf/meta/hex_formatted.hpp
 include/caf/meta/load_callback.hpp
@@ -358,7 +355,6 @@ include/caf/mixin/requester.hpp
 include/caf/mixin/sender.hpp
 include/caf/mixin/subscriber.hpp
 include/caf/monitorable_actor.hpp
-include/caf/named_actor_config.hpp
 include/caf/no_stages.hpp
 include/caf/node_id.hpp
 include/caf/none.hpp
@@ -372,15 +368,16 @@ include/caf/openssl/unpublish.hpp
 include/caf/optional.hpp
 include/caf/others.hpp
 include/caf/outbound_path.hpp
-include/caf/param.hpp
 include/caf/parser_state.hpp
 include/caf/pec.hpp
 include/caf/policy/arg.hpp
 include/caf/policy/categorized.hpp
 include/caf/policy/downstream_messages.hpp
 include/caf/policy/normal_messages.hpp
-include/caf/policy/profiled.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
@@ -388,11 +385,9 @@ include/caf/policy/upstream_messages.hpp
 include/caf/policy/urgent_messages.hpp
 include/caf/policy/work_sharing.hpp
 include/caf/policy/work_stealing.hpp
-include/caf/primitive_variant.hpp
 include/caf/prohibit_top_level_spawn_marker.hpp
 include/caf/proxy_registry.hpp
 include/caf/raise_error.hpp
-include/caf/raw_event_based_actor.hpp
 include/caf/ref_counted.hpp
 include/caf/replies_to.hpp
 include/caf/response_handle.hpp
@@ -400,8 +395,8 @@ include/caf/response_promise.hpp
 include/caf/response_type.hpp
 include/caf/result.hpp
 include/caf/resumable.hpp
-include/caf/rtti_pair.hpp
-include/caf/runtime_settings_map.hpp
+include/caf/save_inspector.hpp
+include/caf/save_inspector_base.hpp
 include/caf/scheduled_actor.hpp
 include/caf/scheduler.hpp
 include/caf/scheduler/abstract_coordinator.hpp
@@ -414,7 +409,6 @@ include/caf/scoped_execution_unit.hpp
 include/caf/sec.hpp
 include/caf/send.hpp
 include/caf/serializer.hpp
-include/caf/serializer_impl.hpp
 include/caf/settings.hpp
 include/caf/skip.hpp
 include/caf/span.hpp
@@ -423,11 +417,9 @@ include/caf/stateful_actor.hpp
 include/caf/static_visitor.hpp
 include/caf/stream.hpp
 include/caf/stream_aborter.hpp
-include/caf/stream_deserializer.hpp
 include/caf/stream_finalize_trait.hpp
 include/caf/stream_manager.hpp
 include/caf/stream_priority.hpp
-include/caf/stream_serializer.hpp
 include/caf/stream_sink.hpp
 include/caf/stream_sink_driver.hpp
 include/caf/stream_sink_trait.hpp
@@ -438,7 +430,6 @@ include/caf/stream_source_trait.hpp
 include/caf/stream_stage.hpp
 include/caf/stream_stage_driver.hpp
 include/caf/stream_stage_trait.hpp
-include/caf/streambuf.hpp
 include/caf/string_algorithms.hpp
 include/caf/string_view.hpp
 include/caf/sum_type.hpp
@@ -446,7 +437,23 @@ include/caf/sum_type_access.hpp
 include/caf/sum_type_token.hpp
 include/caf/system_messages.hpp
 include/caf/tag/boxing_type.hpp
+include/caf/telemetry/collector/prometheus.hpp
+include/caf/telemetry/counter.hpp
+include/caf/telemetry/dbl_gauge.hpp
+include/caf/telemetry/gauge.hpp
+include/caf/telemetry/histogram.hpp
+include/caf/telemetry/int_gauge.hpp
+include/caf/telemetry/label.hpp
+include/caf/telemetry/label_view.hpp
+include/caf/telemetry/metric.hpp
+include/caf/telemetry/metric_family.hpp
+include/caf/telemetry/metric_family_impl.hpp
+include/caf/telemetry/metric_impl.hpp
+include/caf/telemetry/metric_registry.hpp
+include/caf/telemetry/metric_type.hpp
+include/caf/telemetry/timer.hpp
 include/caf/term.hpp
+include/caf/test/bdd_dsl.hpp
 include/caf/test/dsl.hpp
 include/caf/test/io_dsl.hpp
 include/caf/test/unit_test.hpp
@@ -455,34 +462,62 @@ include/caf/thread_hook.hpp
 include/caf/timeout_definition.hpp
 include/caf/timespan.hpp
 include/caf/timestamp.hpp
-include/caf/to_string.hpp
-include/caf/type_erased_tuple.hpp
+include/caf/tracing_data.hpp
+include/caf/tracing_data_factory.hpp
 include/caf/type_erased_value.hpp
 include/caf/type_id.hpp
-include/caf/type_nr.hpp
+include/caf/type_id_list.hpp
 include/caf/typed_actor.hpp
 include/caf/typed_actor_pointer.hpp
 include/caf/typed_actor_view.hpp
 include/caf/typed_actor_view_base.hpp
 include/caf/typed_behavior.hpp
 include/caf/typed_event_based_actor.hpp
+include/caf/typed_message_view.hpp
 include/caf/typed_response_promise.hpp
-include/caf/uniform_type_info_map.hpp
 include/caf/unifyn.hpp
 include/caf/unit.hpp
+include/caf/unsafe_behavior_init.hpp
 include/caf/upstream_msg.hpp
 include/caf/uri.hpp
 include/caf/uri_builder.hpp
+include/caf/uuid.hpp
 include/caf/variant.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.%%PORTVERSION%%
 lib/libcaf_io.so
 lib/libcaf_io.so.%%PORTVERSION%%
 lib/libcaf_openssl.so
 lib/libcaf_openssl.so.%%PORTVERSION%%
-%%STATIC%%lib/libcaf_core_static.a
-%%STATIC%%lib/libcaf_io_static.a
-%%STATIC%%lib/libcaf_openssl_static.a
+%%DATADIR%%/examples/aout.cpp
+%%DATADIR%%/examples/broker/simple_broker.cpp
+%%DATADIR%%/examples/broker/simple_http_broker.cpp
+%%DATADIR%%/examples/custom_type/custom_types_1.cpp
+%%DATADIR%%/examples/custom_type/custom_types_2.cpp
+%%DATADIR%%/examples/custom_type/custom_types_3.cpp
+%%DATADIR%%/examples/dynamic_behavior/dining_philosophers.cpp
+%%DATADIR%%/examples/dynamic_behavior/skip_messages.cpp
+%%DATADIR%%/examples/hello_world.cpp
+%%DATADIR%%/examples/message_passing/calculator.cpp
+%%DATADIR%%/examples/message_passing/cell.cpp
+%%DATADIR%%/examples/message_passing/dancing_kirby.cpp
+%%DATADIR%%/examples/message_passing/delegating.cpp
+%%DATADIR%%/examples/message_passing/divider.cpp
+%%DATADIR%%/examples/message_passing/fan_out_request.cpp
+%%DATADIR%%/examples/message_passing/fixed_stack.cpp
+%%DATADIR%%/examples/message_passing/promises.cpp
+%%DATADIR%%/examples/message_passing/request.cpp
+%%DATADIR%%/examples/message_passing/typed_calculator.cpp
+%%DATADIR%%/examples/remoting/distributed_calculator.cpp
+%%DATADIR%%/examples/remoting/group_chat.cpp
+%%DATADIR%%/examples/remoting/group_server.cpp
+%%DATADIR%%/examples/remoting/remote_spawn.cpp
+%%DATADIR%%/examples/streaming/integer_stream.cpp
+%%DATADIR%%/examples/testing/ping_pong.cpp
 %%DATADIR%%/tools/caf-run.cpp
 %%DATADIR%%/tools/caf-vec.cpp



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261909.10QJ9wx7099859>