git: bf849b58201c - main - devel/actor-framework: Update 0.19.0-rc.1 → 0.19.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Apr 2023 07:32:49 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf849b58201ce7bf6bbf596de7882cc130ea7f58 commit bf849b58201ce7bf6bbf596de7882cc130ea7f58 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-04-19 06:06:53 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-04-19 07:32:42 +0000 devel/actor-framework: Update 0.19.0-rc.1 → 0.19.0 Reported by: portscout --- devel/actor-framework/Makefile | 3 +- devel/actor-framework/distinfo | 6 +-- devel/actor-framework/pkg-plist | 95 ++++++++++++++++++++++++----------------- 3 files changed, 61 insertions(+), 43 deletions(-) diff --git a/devel/actor-framework/Makefile b/devel/actor-framework/Makefile index aab57cc47017..c821bd4ed6f1 100644 --- a/devel/actor-framework/Makefile +++ b/devel/actor-framework/Makefile @@ -1,6 +1,5 @@ PORTNAME= actor-framework -DISTVERSION= 0.19.0-rc.1 -PORTREVISION= 1 +DISTVERSION= 0.19.0 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/actor-framework/distinfo b/devel/actor-framework/distinfo index fa4455f781d1..ef679f838779 100644 --- a/devel/actor-framework/distinfo +++ b/devel/actor-framework/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1673076782 -SHA256 (actor-framework-actor-framework-0.19.0-rc.1_GH0.tar.gz) = 02f77177f36f431b48472ca9221857ac98b3d8c0495fed7b84a499bdedf96e01 -SIZE (actor-framework-actor-framework-0.19.0-rc.1_GH0.tar.gz) = 3114365 +TIMESTAMP = 1681882978 +SHA256 (actor-framework-actor-framework-0.19.0_GH0.tar.gz) = 9ecf8bf9b4add10a44f71332f15e02a4ac7799062de76efb8e8f2999aa9b3713 +SIZE (actor-framework-actor-framework-0.19.0_GH0.tar.gz) = 3177012 diff --git a/devel/actor-framework/pkg-plist b/devel/actor-framework/pkg-plist index 4e16fb6bf58b..403c2d94c945 100644 --- a/devel/actor-framework/pkg-plist +++ b/devel/actor-framework/pkg-plist @@ -118,10 +118,12 @@ 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/lp_flow_bridge.hpp include/caf/detail/make_meta_object.hpp include/caf/detail/mask_bits.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/monotonic_buffer_resource.hpp include/caf/detail/mtl_util.hpp @@ -154,6 +156,7 @@ include/caf/detail/parser/read_unsigned_integer.hpp include/caf/detail/parser/read_uri.hpp include/caf/detail/parser/sub_ascii.hpp include/caf/detail/plain_ref_counted.hpp +include/caf/detail/pollset_updater.hpp include/caf/detail/pp.hpp include/caf/detail/pretty_type_name.hpp include/caf/detail/print.hpp @@ -188,6 +191,7 @@ 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/dictionary.hpp include/caf/disposable.hpp include/caf/error.hpp @@ -198,7 +202,6 @@ include/caf/execution_unit.hpp include/caf/exit_reason.hpp include/caf/expected.hpp include/caf/extend.hpp -include/caf/flow/concat.hpp include/caf/flow/coordinated.hpp include/caf/flow/coordinator.hpp include/caf/flow/fwd.hpp @@ -209,13 +212,10 @@ 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/merge.hpp include/caf/flow/observable.hpp include/caf/flow/observable_builder.hpp include/caf/flow/observable_decl.hpp -include/caf/flow/observable_state.hpp include/caf/flow/observer.hpp -include/caf/flow/observer_state.hpp include/caf/flow/op/base.hpp include/caf/flow/op/buffer.hpp include/caf/flow/op/cell.hpp @@ -234,6 +234,7 @@ include/caf/flow/op/merge.hpp include/caf/flow/op/never.hpp include/caf/flow/op/prefix_and_tail.hpp include/caf/flow/op/publish.hpp +include/caf/flow/op/state.hpp include/caf/flow/op/ucast.hpp include/caf/flow/op/zip_with.hpp include/caf/flow/scoped_coordinator.hpp @@ -362,7 +363,12 @@ include/caf/is_actor_handle.hpp include/caf/is_error_code_enum.hpp include/caf/is_timeout_or_catch_all.hpp include/caf/is_typed_actor.hpp +include/caf/json.hpp +include/caf/json_array.hpp +include/caf/json_builder.hpp +include/caf/json_object.hpp include/caf/json_reader.hpp +include/caf/json_value.hpp include/caf/json_writer.hpp include/caf/load_inspector.hpp include/caf/load_inspector_base.hpp @@ -389,85 +395,101 @@ include/caf/monitorable_actor.hpp include/caf/mtl.hpp include/caf/net/abstract_actor_shell.hpp include/caf/net/actor_shell.hpp -include/caf/net/binary/default_trait.hpp -include/caf/net/binary/flow_bridge.hpp -include/caf/net/binary/frame.hpp -include/caf/net/binary/fwd.hpp -include/caf/net/binary/lower_layer.hpp -include/caf/net/binary/upper_layer.hpp +include/caf/net/checked_socket.hpp include/caf/net/datagram_socket.hpp -include/caf/net/datagram_transport.hpp -include/caf/net/flow_connector.hpp +include/caf/net/dsl/arg.hpp +include/caf/net/dsl/base.hpp +include/caf/net/dsl/client_config.hpp +include/caf/net/dsl/client_factory_base.hpp +include/caf/net/dsl/config_base.hpp +include/caf/net/dsl/generic_config.hpp +include/caf/net/dsl/get_name.hpp +include/caf/net/dsl/has_accept.hpp +include/caf/net/dsl/has_connect.hpp +include/caf/net/dsl/has_context.hpp +include/caf/net/dsl/has_ctx.hpp +include/caf/net/dsl/has_uri_connect.hpp +include/caf/net/dsl/server_config.hpp +include/caf/net/dsl/server_factory_base.hpp include/caf/net/fwd.hpp include/caf/net/generic_lower_layer.hpp include/caf/net/generic_upper_layer.hpp -include/caf/net/http/fwd.hpp -include/caf/net/http/header.hpp -include/caf/net/http/header_fields_map.hpp +include/caf/net/http/arg_parser.hpp +include/caf/net/http/config.hpp include/caf/net/http/lower_layer.hpp include/caf/net/http/method.hpp include/caf/net/http/request.hpp +include/caf/net/http/request_header.hpp +include/caf/net/http/responder.hpp include/caf/net/http/response.hpp -include/caf/net/http/serve.hpp +include/caf/net/http/route.hpp +include/caf/net/http/router.hpp include/caf/net/http/server.hpp +include/caf/net/http/server_factory.hpp include/caf/net/http/status.hpp include/caf/net/http/upper_layer.hpp include/caf/net/http/v1.hpp +include/caf/net/http/with.hpp include/caf/net/ip.hpp -include/caf/net/length_prefix_framing.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 +include/caf/net/lp/server_factory.hpp +include/caf/net/lp/upper_layer.hpp +include/caf/net/lp/with.hpp include/caf/net/make_actor_shell.hpp -include/caf/net/message_flow_bridge.hpp include/caf/net/middleman.hpp include/caf/net/multiplexer.hpp include/caf/net/network_socket.hpp -include/caf/net/operation.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/transport.hpp +include/caf/net/octet_stream/upper_layer.hpp include/caf/net/pipe_socket.hpp -include/caf/net/pollset_updater.hpp -include/caf/net/prometheus/serve.hpp -include/caf/net/prometheus/server.hpp +include/caf/net/prometheus.hpp include/caf/net/receive_policy.hpp include/caf/net/socket.hpp include/caf/net/socket_event_layer.hpp include/caf/net/socket_guard.hpp include/caf/net/socket_id.hpp include/caf/net/socket_manager.hpp -include/caf/net/ssl.hpp -include/caf/net/ssl/acceptor.hpp include/caf/net/ssl/connection.hpp include/caf/net/ssl/context.hpp include/caf/net/ssl/dtls.hpp include/caf/net/ssl/errc.hpp include/caf/net/ssl/format.hpp -include/caf/net/ssl/fwd.hpp include/caf/net/ssl/password.hpp include/caf/net/ssl/startup.hpp +include/caf/net/ssl/tcp_acceptor.hpp include/caf/net/ssl/tls.hpp include/caf/net/ssl/transport.hpp include/caf/net/ssl/verify.hpp -include/caf/net/stream_oriented.hpp include/caf/net/stream_socket.hpp -include/caf/net/stream_transport.hpp -include/caf/net/stream_transport_error.hpp include/caf/net/tcp_accept_socket.hpp include/caf/net/tcp_stream_socket.hpp include/caf/net/this_host.hpp include/caf/net/typed_actor_shell.hpp include/caf/net/udp_datagram_socket.hpp -include/caf/net/web_socket/accept.hpp +include/caf/net/web_socket/acceptor.hpp include/caf/net/web_socket/client.hpp -include/caf/net/web_socket/connect.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/flow_bridge.hpp -include/caf/net/web_socket/flow_connector_request_impl.hpp include/caf/net/web_socket/frame.hpp include/caf/net/web_socket/framing.hpp -include/caf/net/web_socket/fwd.hpp include/caf/net/web_socket/handshake.hpp +include/caf/net/web_socket/has_on_request.hpp include/caf/net/web_socket/lower_layer.hpp -include/caf/net/web_socket/request.hpp include/caf/net/web_socket/server.hpp +include/caf/net/web_socket/server_factory.hpp 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 @@ -590,8 +612,6 @@ lib/libcaf_net.so.0.19.0 lib/libcaf_openssl.so lib/libcaf_openssl.so.0.19.0 share/caf/examples/aout.cpp -share/caf/examples/broker/simple_broker.cpp -share/caf/examples/broker/simple_http_broker.cpp 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 @@ -603,7 +623,7 @@ share/caf/examples/flow/iota.cpp share/caf/examples/flow/observe-on.cpp share/caf/examples/flow/spsc-buffer-resource.cpp share/caf/examples/hello_world.cpp -share/caf/examples/http/secure-time-server.cpp +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 @@ -623,7 +643,6 @@ 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/secure-echo.cpp share/caf/examples/web_socket/stock-ticker.cpp share/caf/tools/caf-run share/caf/tools/caf-vec