1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Update to 0.15.3.

Submitted by:	216381
Reported by:	maintainer
This commit is contained in:
Vanilla I. Shu 2017-01-23 03:12:52 +00:00
parent ec6ab67338
commit fc39dc2604
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432191
3 changed files with 114 additions and 59 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= caf
PORTVERSION= 0.14.5
PORTVERSION= 0.15.3
CATEGORIES= devel
MAINTAINER= vallentin@icir.org

View File

@ -1,2 +1,3 @@
SHA256 (actor-framework-actor-framework-0.14.5_GH0.tar.gz) = afc4bc928ecd7d017768e5c85b7300196aa5b70ef11d97e11b21a1ae28ce9d3f
SIZE (actor-framework-actor-framework-0.14.5_GH0.tar.gz) = 1239461
TIMESTAMP = 1485141113
SHA256 (actor-framework-actor-framework-0.15.3_GH0.tar.gz) = 894939cd18e2908bbe0591a090af1c245f958e7416d60edb2482a5d2d8f92b9d
SIZE (actor-framework-actor-framework-0.15.3_GH0.tar.gz) = 2001634

View File

@ -1,133 +1,153 @@
include/caf/abstract_actor.hpp
include/caf/abstract_channel.hpp
include/caf/abstract_event_based_actor.hpp
include/caf/abstract_composable_behavior.hpp
include/caf/abstract_group.hpp
include/caf/abstract_uniform_type_info.hpp
include/caf/actor.hpp
include/caf/actor_addr.hpp
include/caf/actor_cast.hpp
include/caf/actor_companion.hpp
include/caf/actor_config.hpp
include/caf/actor_control_block.hpp
include/caf/actor_factory.hpp
include/caf/actor_marker.hpp
include/caf/actor_namespace.hpp
include/caf/actor_ostream.hpp
include/caf/actor_pool.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/after.hpp
include/caf/all.hpp
include/caf/announce.hpp
include/caf/anything.hpp
include/caf/allowed_unsafe_message_type.hpp
include/caf/atom.hpp
include/caf/attachable.hpp
include/caf/await_all_actors_done.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/callback.hpp
include/caf/channel.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_value.hpp
include/caf/continue_helper.hpp
include/caf/data_processor.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/delegated.hpp
include/caf/deserializer.hpp
include/caf/detail/actor_registry.hpp
include/caf/detail/apply_args.hpp
include/caf/detail/arg_match_t.hpp
include/caf/detail/atom_val.hpp
include/caf/detail/behavior_impl.hpp
include/caf/detail/behavior_stack.hpp
include/caf/detail/boxed.hpp
include/caf/detail/blocking_behavior.hpp
include/caf/detail/build_config.hpp
include/caf/detail/cas_weak.hpp
include/caf/detail/comparable.hpp
include/caf/detail/concatenated_tuple.hpp
include/caf/detail/ctm.hpp
include/caf/detail/decorated_tuple.hpp
include/caf/detail/default_uniform_type_info.hpp
include/caf/detail/disablable_delete.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/enum_to_string.hpp
include/caf/detail/functor_attachable.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/group_manager.hpp
include/caf/detail/ieee_754.hpp
include/caf/detail/implicit_conversions.hpp
include/caf/detail/init_fun_factory.hpp
include/caf/detail/int_list.hpp
include/caf/detail/intrusive_partitioned_list.hpp
include/caf/detail/left_or_right.hpp
include/caf/detail/invoke_result_visitor.hpp
include/caf/detail/limited_vector.hpp
include/caf/detail/logging.hpp
include/caf/detail/match_case_builder.hpp
include/caf/detail/memory.hpp
include/caf/detail/memory_cache_flag_type.hpp
include/caf/detail/merged_tuple.hpp
include/caf/detail/message_data.hpp
include/caf/detail/mpi_splice.hpp
include/caf/detail/network_order.hpp
include/caf/detail/optional_message_visitor.hpp
include/caf/detail/pair_storage.hpp
include/caf/detail/parse_ini.hpp
include/caf/detail/private_thread.hpp
include/caf/detail/pseudo_tuple.hpp
include/caf/detail/purge_refs.hpp
include/caf/detail/raw_access.hpp
include/caf/detail/ripemd_160.hpp
include/caf/detail/run_sub_unit_test.hpp
include/caf/detail/safe_equal.hpp
include/caf/detail/scope_guard.hpp
include/caf/detail/select_integer_type.hpp
include/caf/detail/shared_spinlock.hpp
include/caf/detail/single_reader_queue.hpp
include/caf/detail/singleton_mixin.hpp
include/caf/detail/singletons.hpp
include/caf/detail/spawn_fwd.hpp
include/caf/detail/split_join.hpp
include/caf/detail/squashed_int.hpp
include/caf/detail/stringification_inspector.hpp
include/caf/detail/sync_request_bouncer.hpp
include/caf/detail/tail_argument_token.hpp
include/caf/detail/tbind.hpp
include/caf/detail/try_match.hpp
include/caf/detail/try_serialize.hpp
include/caf/detail/tuple_vals.hpp
include/caf/detail/tuple_zip.hpp
include/caf/detail/type_erased_tuple_view.hpp
include/caf/detail/type_erased_value_impl.hpp
include/caf/detail/type_list.hpp
include/caf/detail/type_nr.hpp
include/caf/detail/type_pair.hpp
include/caf/detail/type_traits.hpp
include/caf/detail/typed_actor_util.hpp
include/caf/detail/unboxed.hpp
include/caf/detail/uniform_type_info_map.hpp
include/caf/detail/variant_data.hpp
include/caf/detail/wrapped.hpp
include/caf/duration.hpp
include/caf/either.hpp
include/caf/error.hpp
include/caf/event_based_actor.hpp
include/caf/exception.hpp
include/caf/exec_main.hpp
include/caf/execution_unit.hpp
include/caf/exit_reason.hpp
include/caf/experimental/announce_actor_type.hpp
include/caf/experimental/whereis.hpp
include/caf/expected.hpp
include/caf/extend.hpp
include/caf/forwarding_actor_proxy.hpp
include/caf/from_string.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/illegal_message_element.hpp
include/caf/index_mapping.hpp
include/caf/infer_handle.hpp
include/caf/input_range.hpp
include/caf/interface_mismatch.hpp
include/caf/intrusive_ptr.hpp
include/caf/invoke_message_result.hpp
include/caf/io/abstract_broker.hpp
include/caf/io/accept_handle.hpp
include/caf/io/all.hpp
include/caf/io/basp.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/header.hpp
include/caf/io/basp/instance.hpp
include/caf/io/basp/message_type.hpp
include/caf/io/basp/routing_table.hpp
include/caf/io/basp/version.hpp
include/caf/io/basp_broker.hpp
include/caf/io/broker.hpp
include/caf/io/broker_servant.hpp
include/caf/io/connection_handle.hpp
include/caf/io/doorman.hpp
include/caf/io/experimental/typed_broker.hpp
include/caf/io/fwd.hpp
include/caf/io/handle.hpp
include/caf/io/hook.hpp
include/caf/io/max_msg_size.hpp
include/caf/io/middleman.hpp
include/caf/io/middleman_actor.hpp
include/caf/io/network/acceptor_manager.hpp
@ -142,20 +162,23 @@ include/caf/io/network/operation.hpp
include/caf/io/network/protocol.hpp
include/caf/io/network/stream_manager.hpp
include/caf/io/network/test_multiplexer.hpp
include/caf/io/publish.hpp
include/caf/io/publish_local_groups.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/set_middleman.hpp
include/caf/io/spawn_io.hpp
include/caf/io/system_messages.hpp
include/caf/io/unpublish.hpp
include/caf/io/typed_broker.hpp
include/caf/is_message_sink.hpp
include/caf/is_timeout_or_catch_all.hpp
include/caf/is_typed_actor.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_counted.hpp
include/caf/make_message.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
@ -164,61 +187,92 @@ 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
include/caf/meta/omittable.hpp
include/caf/meta/omittable_if_empty.hpp
include/caf/meta/omittable_if_none.hpp
include/caf/meta/save_callback.hpp
include/caf/meta/type_name.hpp
include/caf/mixin/actor_widget.hpp
include/caf/mixin/sync_sender.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/named_actor_config.hpp
include/caf/node_id.hpp
include/caf/none.hpp
include/caf/on.hpp
include/caf/optional.hpp
include/caf/parse_config.hpp
include/caf/others.hpp
include/caf/param.hpp
include/caf/policy/profiled.hpp
include/caf/policy/scheduler_policy.hpp
include/caf/policy/unprofiled.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/ref_counted.hpp
include/caf/replies_to.hpp
include/caf/response_handle.hpp
include/caf/response_promise.hpp
include/caf/response_type.hpp
include/caf/result.hpp
include/caf/resumable.hpp
include/caf/sb_actor.hpp
include/caf/scheduled_actor.hpp
include/caf/scheduler.hpp
include/caf/scheduler/abstract_coordinator.hpp
include/caf/scheduler/coordinator.hpp
include/caf/scheduler/detached_threads.hpp
include/caf/scheduler/profiled_coordinator.hpp
include/caf/scheduler/test_coordinator.hpp
include/caf/scheduler/worker.hpp
include/caf/scoped_actor.hpp
include/caf/scoped_execution_unit.hpp
include/caf/sec.hpp
include/caf/send.hpp
include/caf/serializer.hpp
include/caf/set_scheduler.hpp
include/caf/shutdown.hpp
include/caf/skip_message.hpp
include/caf/spawn.hpp
include/caf/spawn_fwd.hpp
include/caf/skip.hpp
include/caf/spawn_options.hpp
include/caf/stateful_actor.hpp
include/caf/static_visitor.hpp
include/caf/stream_deserializer.hpp
include/caf/stream_serializer.hpp
include/caf/streambuf.hpp
include/caf/string_algorithms.hpp
include/caf/string_serialization.hpp
include/caf/system_messages.hpp
include/caf/tag/boxing_type.hpp
include/caf/term.hpp
include/caf/test/dsl.hpp
include/caf/test/unit_test.hpp
include/caf/test/unit_test_impl.hpp
include/caf/timeout_definition.hpp
include/caf/timestamp.hpp
include/caf/to_string.hpp
include/caf/type_name_access.hpp
include/caf/type_erased_tuple.hpp
include/caf/type_erased_value.hpp
include/caf/type_nr.hpp
include/caf/typed_actor.hpp
include/caf/typed_actor_pointer.hpp
include/caf/typed_actor_view.hpp
include/caf/typed_behavior.hpp
include/caf/typed_continue_helper.hpp
include/caf/typed_event_based_actor.hpp
include/caf/typed_response_promise.hpp
include/caf/uniform_type_info.hpp
include/caf/uniform_typeid.hpp
include/caf/uniform_type_info_map.hpp
include/caf/unifyn.hpp
include/caf/unit.hpp
include/caf/unsafe_actor_handle_init.hpp
include/caf/variant.hpp
include/caf/weak_intrusive_ptr.hpp
lib/libcaf_core.so
lib/libcaf_core.so.%%PORTVERSION%%
lib/libcaf_io.so
lib/libcaf_io.so.%%PORTVERSION%%
%%STATIC%%lib/libcaf_core_static.a
%%STATIC%%lib/libcaf_io_static.a
%%DATADIR%%/tools/caf-run.cpp
%%DATADIR%%/tools/caf-vec.cpp