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

(-)Makefile (-2 / +9 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	actor-framework
4
PORTNAME=	actor-framework
5
PORTVERSION=	0.13
5
PORTVERSION=	0.14.0
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
7
8
MAINTAINER=	vallentin@icir.org
8
MAINTAINER=	vallentin@icir.org
Lines 22-27 Link Here
22
OPTIONS_RADIO_LOG_LEVEL=	LOG_LEVEL_ERROR LOG_LEVEL_WARN LOG_LEVEL_INFO LOG_LEVEL_DEBUG LOG_LEVEL_TRACE
22
OPTIONS_RADIO_LOG_LEVEL=	LOG_LEVEL_ERROR LOG_LEVEL_WARN LOG_LEVEL_INFO LOG_LEVEL_DEBUG LOG_LEVEL_TRACE
23
OPTIONS_DEFAULT=	TEST
23
OPTIONS_DEFAULT=	TEST
24
OPTIONS_SUB=	yes
24
OPTIONS_SUB=	yes
25
PLIST_SUB+=	PORTVERSION=${PORTVERSION}
25
26
26
TEST_DESC=	Build with unit tests
27
TEST_DESC=	Build with unit tests
27
STATIC_DESC=	Additionally build static version of library
28
STATIC_DESC=	Additionally build static version of library
Lines 53-59 Link Here
53
.endif
54
.endif
54
55
55
.if ${OSVERSION} < 1001000
56
.if ${OSVERSION} < 1001000
56
BROKEN=		require clang & libc++
57
# require clang & libc++
58
BUILD_DEPENDS+=	${LOCALBASE}/bin/clang34:${PORTSDIR}/lang/clang34 \
59
			${LOCALBASE}/lib/c++/libstdc++.so:${PORTSDIR}/devel/libc++
60
CC=	clang34
61
CXX=	clang++34
62
CXXFLAGS+=	-stdlib=libc++ -I/usr/local/include/c++/v1
63
CPP=	clang-cpp34
57
.endif
64
.endif
58
65
59
.include <bsd.port.mk>
66
.include <bsd.port.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (actor-framework-actor-framework-0.13_GH0.tar.gz) = 7938d287426ab4aebbc5e65b22fd36ce2c6b7073da53143592ac7b5260f3b160
1
SHA256 (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 156c9548dba4ed815eff7df58d470647304f59701b6005cb2baf32cf74c19df6
2
SIZE (actor-framework-actor-framework-0.13_GH0.tar.gz) = 562572
2
SIZE (actor-framework-actor-framework-0.14.0_GH0.tar.gz) = 590271
(-)pkg-plist (-10 / +21 lines)
Lines 2-7 Link Here
2
include/caf/abstract_channel.hpp
2
include/caf/abstract_channel.hpp
3
include/caf/abstract_event_based_actor.hpp
3
include/caf/abstract_event_based_actor.hpp
4
include/caf/abstract_group.hpp
4
include/caf/abstract_group.hpp
5
include/caf/abstract_uniform_type_info.hpp
5
include/caf/actor.hpp
6
include/caf/actor.hpp
6
include/caf/actor_addr.hpp
7
include/caf/actor_addr.hpp
7
include/caf/actor_cast.hpp
8
include/caf/actor_cast.hpp
Lines 27-33 Link Here
27
include/caf/continue_helper.hpp
28
include/caf/continue_helper.hpp
28
include/caf/default_attachable.hpp
29
include/caf/default_attachable.hpp
29
include/caf/deserializer.hpp
30
include/caf/deserializer.hpp
30
include/caf/detail/abstract_uniform_type_info.hpp
31
include/caf/detail/actor_registry.hpp
31
include/caf/detail/actor_registry.hpp
32
include/caf/detail/apply_args.hpp
32
include/caf/detail/apply_args.hpp
33
include/caf/detail/arg_match_t.hpp
33
include/caf/detail/arg_match_t.hpp
Lines 35-40 Link Here
35
include/caf/detail/behavior_impl.hpp
35
include/caf/detail/behavior_impl.hpp
36
include/caf/detail/behavior_stack.hpp
36
include/caf/detail/behavior_stack.hpp
37
include/caf/detail/boxed.hpp
37
include/caf/detail/boxed.hpp
38
include/caf/detail/build_config.hpp
39
include/caf/detail/cas_weak.hpp
38
include/caf/detail/comparable.hpp
40
include/caf/detail/comparable.hpp
39
include/caf/detail/concatenated_tuple.hpp
41
include/caf/detail/concatenated_tuple.hpp
40
include/caf/detail/ctm.hpp
42
include/caf/detail/ctm.hpp
Lines 46-63 Link Here
46
include/caf/detail/embedded.hpp
48
include/caf/detail/embedded.hpp
47
include/caf/detail/functor_attachable.hpp
49
include/caf/detail/functor_attachable.hpp
48
include/caf/detail/get_mac_addresses.hpp
50
include/caf/detail/get_mac_addresses.hpp
51
include/caf/detail/get_process_id.hpp
49
include/caf/detail/get_root_uuid.hpp
52
include/caf/detail/get_root_uuid.hpp
50
include/caf/detail/group_manager.hpp
53
include/caf/detail/group_manager.hpp
51
include/caf/detail/ieee_754.hpp
54
include/caf/detail/ieee_754.hpp
52
include/caf/detail/implicit_conversions.hpp
55
include/caf/detail/implicit_conversions.hpp
56
include/caf/detail/init_fun_factory.hpp
53
include/caf/detail/int_list.hpp
57
include/caf/detail/int_list.hpp
54
include/caf/detail/intrusive_partitioned_list.hpp
58
include/caf/detail/intrusive_partitioned_list.hpp
55
include/caf/detail/left_or_right.hpp
59
include/caf/detail/left_or_right.hpp
56
include/caf/detail/limited_vector.hpp
60
include/caf/detail/limited_vector.hpp
57
include/caf/detail/logging.hpp
61
include/caf/detail/logging.hpp
62
include/caf/detail/match_case_builder.hpp
58
include/caf/detail/memory.hpp
63
include/caf/detail/memory.hpp
59
include/caf/detail/memory_cache_flag_type.hpp
64
include/caf/detail/memory_cache_flag_type.hpp
60
include/caf/detail/message_case_builder.hpp
61
include/caf/detail/message_data.hpp
65
include/caf/detail/message_data.hpp
62
include/caf/detail/optional_message_visitor.hpp
66
include/caf/detail/optional_message_visitor.hpp
63
include/caf/detail/pair_storage.hpp
67
include/caf/detail/pair_storage.hpp
Lines 65-70 Link Here
65
include/caf/detail/purge_refs.hpp
69
include/caf/detail/purge_refs.hpp
66
include/caf/detail/raw_access.hpp
70
include/caf/detail/raw_access.hpp
67
include/caf/detail/ripemd_160.hpp
71
include/caf/detail/ripemd_160.hpp
72
include/caf/detail/run_program.hpp
68
include/caf/detail/safe_equal.hpp
73
include/caf/detail/safe_equal.hpp
69
include/caf/detail/scope_guard.hpp
74
include/caf/detail/scope_guard.hpp
70
include/caf/detail/shared_spinlock.hpp
75
include/caf/detail/shared_spinlock.hpp
Lines 71-76 Link Here
71
include/caf/detail/single_reader_queue.hpp
76
include/caf/detail/single_reader_queue.hpp
72
include/caf/detail/singleton_mixin.hpp
77
include/caf/detail/singleton_mixin.hpp
73
include/caf/detail/singletons.hpp
78
include/caf/detail/singletons.hpp
79
include/caf/detail/spawn_fwd.hpp
80
include/caf/detail/split_join.hpp
74
include/caf/detail/sync_request_bouncer.hpp
81
include/caf/detail/sync_request_bouncer.hpp
75
include/caf/detail/tail_argument_token.hpp
82
include/caf/detail/tail_argument_token.hpp
76
include/caf/detail/tbind.hpp
83
include/caf/detail/tbind.hpp
Lines 92-97 Link Here
92
include/caf/exception.hpp
99
include/caf/exception.hpp
93
include/caf/execution_unit.hpp
100
include/caf/execution_unit.hpp
94
include/caf/exit_reason.hpp
101
include/caf/exit_reason.hpp
102
include/caf/experimental/stateful_actor.hpp
95
include/caf/extend.hpp
103
include/caf/extend.hpp
96
include/caf/forwarding_actor_proxy.hpp
104
include/caf/forwarding_actor_proxy.hpp
97
include/caf/from_string.hpp
105
include/caf/from_string.hpp
Lines 100-112 Link Here
100
include/caf/illegal_message_element.hpp
108
include/caf/illegal_message_element.hpp
101
include/caf/intrusive_ptr.hpp
109
include/caf/intrusive_ptr.hpp
102
include/caf/invoke_message_result.hpp
110
include/caf/invoke_message_result.hpp
111
include/caf/io/abstract_broker.hpp
103
include/caf/io/accept_handle.hpp
112
include/caf/io/accept_handle.hpp
104
include/caf/io/all.hpp
113
include/caf/io/all.hpp
105
include/caf/io/asio_network.hpp
106
include/caf/io/basp.hpp
114
include/caf/io/basp.hpp
107
include/caf/io/basp_broker.hpp
115
include/caf/io/basp_broker.hpp
108
include/caf/io/broker.hpp
116
include/caf/io/broker.hpp
109
include/caf/io/connection_handle.hpp
117
include/caf/io/connection_handle.hpp
118
include/caf/io/experimental/typed_broker.hpp
110
include/caf/io/fwd.hpp
119
include/caf/io/fwd.hpp
111
include/caf/io/handle.hpp
120
include/caf/io/handle.hpp
112
include/caf/io/hook.hpp
121
include/caf/io/hook.hpp
Lines 114-119 Link Here
114
include/caf/io/middleman.hpp
123
include/caf/io/middleman.hpp
115
include/caf/io/middleman_actor.hpp
124
include/caf/io/middleman_actor.hpp
116
include/caf/io/network/acceptor_manager.hpp
125
include/caf/io/network/acceptor_manager.hpp
126
include/caf/io/network/asio_multiplexer.hpp
127
include/caf/io/network/asio_multiplexer_impl.hpp
117
include/caf/io/network/default_multiplexer.hpp
128
include/caf/io/network/default_multiplexer.hpp
118
include/caf/io/network/interfaces.hpp
129
include/caf/io/network/interfaces.hpp
119
include/caf/io/network/manager.hpp
130
include/caf/io/network/manager.hpp
Lines 127-132 Link Here
127
include/caf/io/receive_policy.hpp
138
include/caf/io/receive_policy.hpp
128
include/caf/io/remote_actor.hpp
139
include/caf/io/remote_actor.hpp
129
include/caf/io/remote_group.hpp
140
include/caf/io/remote_group.hpp
141
include/caf/io/set_middleman.hpp
130
include/caf/io/spawn_io.hpp
142
include/caf/io/spawn_io.hpp
131
include/caf/io/system_messages.hpp
143
include/caf/io/system_messages.hpp
132
include/caf/io/unpublish.hpp
144
include/caf/io/unpublish.hpp
Lines 143-149 Link Here
143
include/caf/message_id.hpp
155
include/caf/message_id.hpp
144
include/caf/message_priority.hpp
156
include/caf/message_priority.hpp
145
include/caf/mixin/actor_widget.hpp
157
include/caf/mixin/actor_widget.hpp
146
include/caf/mixin/functor_based.hpp
147
include/caf/mixin/sync_sender.hpp
158
include/caf/mixin/sync_sender.hpp
148
include/caf/node_id.hpp
159
include/caf/node_id.hpp
149
include/caf/none.hpp
160
include/caf/none.hpp
Lines 162-167 Link Here
162
include/caf/scheduler.hpp
173
include/caf/scheduler.hpp
163
include/caf/scheduler/abstract_coordinator.hpp
174
include/caf/scheduler/abstract_coordinator.hpp
164
include/caf/scheduler/coordinator.hpp
175
include/caf/scheduler/coordinator.hpp
176
include/caf/scheduler/detached_threads.hpp
165
include/caf/scheduler/profiled_coordinator.hpp
177
include/caf/scheduler/profiled_coordinator.hpp
166
include/caf/scheduler/worker.hpp
178
include/caf/scheduler/worker.hpp
167
include/caf/scoped_actor.hpp
179
include/caf/scoped_actor.hpp
Lines 177-182 Link Here
177
include/caf/string_algorithms.hpp
189
include/caf/string_algorithms.hpp
178
include/caf/string_serialization.hpp
190
include/caf/string_serialization.hpp
179
include/caf/system_messages.hpp
191
include/caf/system_messages.hpp
192
include/caf/test/unit_test.hpp
193
include/caf/test/unit_test_impl.hpp
180
include/caf/timeout_definition.hpp
194
include/caf/timeout_definition.hpp
181
include/caf/to_string.hpp
195
include/caf/to_string.hpp
182
include/caf/type_name_access.hpp
196
include/caf/type_name_access.hpp
Lines 189-200 Link Here
189
include/caf/uniform_typeid.hpp
203
include/caf/uniform_typeid.hpp
190
include/caf/unit.hpp
204
include/caf/unit.hpp
191
include/caf/variant.hpp
205
include/caf/variant.hpp
192
include/caf/wildcard_position.hpp
193
lib/libcaf_core.so
206
lib/libcaf_core.so
194
lib/libcaf_core.so.0
207
lib/libcaf_core.so.%%PORTVERSION%%
195
lib/libcaf_core.so.0.13.0
208
lib/libcaf_io.so
209
lib/libcaf_io.so.%%PORTVERSION%%
196
%%STATIC%%lib/libcaf_core_static.a
210
%%STATIC%%lib/libcaf_core_static.a
197
lib/libcaf_io.so
198
lib/libcaf_io.so.0
199
lib/libcaf_io.so.0.13.0
200
%%STATIC%%lib/libcaf_io_static.a
211
%%STATIC%%lib/libcaf_io_static.a

Return to bug 201410