View | Details | Raw Unified | Return to bug 202943
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	actor-framework
4
PORTNAME=	actor-framework
5
PORTVERSION=	0.14.0
5
PORTVERSION=	0.14.1
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	vallentin@icir.org
8
MAINTAINER=	vallentin@icir.org
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 156c9548dba4ed815eff7df58d470647304f59701b6005cb2baf32cf74c19df6
1
SHA256 (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 8940474ae0c3700e503d092f124489a13667098b63b8e94a09e110541d827985
2
SIZE (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 590271
2
SIZE (actor-framework-actor-framework-0.14.1_GH0.tar.gz) = 1231665
(-)pkg-plist (-1 / +10 lines)
Lines 22-32 Link Here
22
include/caf/binary_deserializer.hpp
22
include/caf/binary_deserializer.hpp
23
include/caf/binary_serializer.hpp
23
include/caf/binary_serializer.hpp
24
include/caf/blocking_actor.hpp
24
include/caf/blocking_actor.hpp
25
include/caf/callback.hpp
25
include/caf/channel.hpp
26
include/caf/channel.hpp
26
include/caf/check_typed_input.hpp
27
include/caf/check_typed_input.hpp
27
include/caf/config.hpp
28
include/caf/config.hpp
28
include/caf/continue_helper.hpp
29
include/caf/continue_helper.hpp
29
include/caf/default_attachable.hpp
30
include/caf/default_attachable.hpp
31
include/caf/delegated.hpp
30
include/caf/deserializer.hpp
32
include/caf/deserializer.hpp
31
include/caf/detail/actor_registry.hpp
33
include/caf/detail/actor_registry.hpp
32
include/caf/detail/apply_args.hpp
34
include/caf/detail/apply_args.hpp
Lines 99-105 Link Here
99
include/caf/exception.hpp
101
include/caf/exception.hpp
100
include/caf/execution_unit.hpp
102
include/caf/execution_unit.hpp
101
include/caf/exit_reason.hpp
103
include/caf/exit_reason.hpp
102
include/caf/experimental/stateful_actor.hpp
104
include/caf/experimental/announce_actor_type.hpp
105
include/caf/experimental/whereis.hpp
103
include/caf/extend.hpp
106
include/caf/extend.hpp
104
include/caf/forwarding_actor_proxy.hpp
107
include/caf/forwarding_actor_proxy.hpp
105
include/caf/from_string.hpp
108
include/caf/from_string.hpp
Lines 106-111 Link Here
106
include/caf/fwd.hpp
109
include/caf/fwd.hpp
107
include/caf/group.hpp
110
include/caf/group.hpp
108
include/caf/illegal_message_element.hpp
111
include/caf/illegal_message_element.hpp
112
include/caf/infer_handle.hpp
109
include/caf/intrusive_ptr.hpp
113
include/caf/intrusive_ptr.hpp
110
include/caf/invoke_message_result.hpp
114
include/caf/invoke_message_result.hpp
111
include/caf/io/abstract_broker.hpp
115
include/caf/io/abstract_broker.hpp
Lines 115-120 Link Here
115
include/caf/io/basp_broker.hpp
119
include/caf/io/basp_broker.hpp
116
include/caf/io/broker.hpp
120
include/caf/io/broker.hpp
117
include/caf/io/connection_handle.hpp
121
include/caf/io/connection_handle.hpp
122
include/caf/io/doorman.hpp
118
include/caf/io/experimental/typed_broker.hpp
123
include/caf/io/experimental/typed_broker.hpp
119
include/caf/io/fwd.hpp
124
include/caf/io/fwd.hpp
120
include/caf/io/handle.hpp
125
include/caf/io/handle.hpp
Lines 133-143 Link Here
133
include/caf/io/network/operation.hpp
138
include/caf/io/network/operation.hpp
134
include/caf/io/network/protocol.hpp
139
include/caf/io/network/protocol.hpp
135
include/caf/io/network/stream_manager.hpp
140
include/caf/io/network/stream_manager.hpp
141
include/caf/io/network/test_multiplexer.hpp
136
include/caf/io/publish.hpp
142
include/caf/io/publish.hpp
137
include/caf/io/publish_local_groups.hpp
143
include/caf/io/publish_local_groups.hpp
138
include/caf/io/receive_policy.hpp
144
include/caf/io/receive_policy.hpp
139
include/caf/io/remote_actor.hpp
145
include/caf/io/remote_actor.hpp
140
include/caf/io/remote_group.hpp
146
include/caf/io/remote_group.hpp
147
include/caf/io/scribe.hpp
141
include/caf/io/set_middleman.hpp
148
include/caf/io/set_middleman.hpp
142
include/caf/io/spawn_io.hpp
149
include/caf/io/spawn_io.hpp
143
include/caf/io/system_messages.hpp
150
include/caf/io/system_messages.hpp
Lines 162-167 Link Here
162
include/caf/optional.hpp
169
include/caf/optional.hpp
163
include/caf/policy/profiled.hpp
170
include/caf/policy/profiled.hpp
164
include/caf/policy/scheduler_policy.hpp
171
include/caf/policy/scheduler_policy.hpp
172
include/caf/policy/work_sharing.hpp
165
include/caf/policy/work_stealing.hpp
173
include/caf/policy/work_stealing.hpp
166
include/caf/primitive_variant.hpp
174
include/caf/primitive_variant.hpp
167
include/caf/ref_counted.hpp
175
include/caf/ref_counted.hpp
Lines 185-190 Link Here
185
include/caf/spawn.hpp
193
include/caf/spawn.hpp
186
include/caf/spawn_fwd.hpp
194
include/caf/spawn_fwd.hpp
187
include/caf/spawn_options.hpp
195
include/caf/spawn_options.hpp
196
include/caf/stateful_actor.hpp
188
include/caf/static_visitor.hpp
197
include/caf/static_visitor.hpp
189
include/caf/string_algorithms.hpp
198
include/caf/string_algorithms.hpp
190
include/caf/string_serialization.hpp
199
include/caf/string_serialization.hpp

Return to bug 202943