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

(-)Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	actor-framework
4
PORTNAME=	actor-framework
5
PORTVERSION=	0.12.2
5
PORTVERSION=	0.13
6
CATEGORIES=	devel
6
CATEGORIES=	devel
7
MASTER_SITES=	GH
7
MASTER_SITES=	GH
8
8
Lines 18-24 Link Here
18
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
19
USE_GITHUB=	yes
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	${PORTNAME}
20
GH_ACCOUNT=	${PORTNAME}
21
GH_COMMIT=	37bbd2c
21
GH_COMMIT=	4b1b1ad
22
22
23
OPTIONS_DEFINE=	DEBUG TEST STATIC
23
OPTIONS_DEFINE=	DEBUG TEST STATIC
24
OPTIONS_RADIO=	LOG_LEVEL
24
OPTIONS_RADIO=	LOG_LEVEL
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (actor-framework-0.12.2.tar.gz) = 19be5bbdec710b883052909c1460a6279626bd0917062e7e040e6fe598b62414
1
SHA256 (actor-framework-0.13.tar.gz) = fcf80aa4d0adc9ffc9da648185f05bade84ddedd5f072742c29a7dfc1b3608fd
2
SIZE (actor-framework-0.12.2.tar.gz) = 530513
2
SIZE (actor-framework-0.13.tar.gz) = 562582
(-)pkg-plist (-35 / +20 lines)
Lines 1-5 Link Here
1
include/caf/abstract_actor.hpp
1
include/caf/abstract_actor.hpp
2
include/caf/abstract_channel.hpp
2
include/caf/abstract_channel.hpp
3
include/caf/abstract_event_based_actor.hpp
3
include/caf/abstract_group.hpp
4
include/caf/abstract_group.hpp
4
include/caf/actor.hpp
5
include/caf/actor.hpp
5
include/caf/actor_addr.hpp
6
include/caf/actor_addr.hpp
Lines 7-12 Link Here
7
include/caf/actor_companion.hpp
8
include/caf/actor_companion.hpp
8
include/caf/actor_namespace.hpp
9
include/caf/actor_namespace.hpp
9
include/caf/actor_ostream.hpp
10
include/caf/actor_ostream.hpp
11
include/caf/actor_pool.hpp
10
include/caf/actor_proxy.hpp
12
include/caf/actor_proxy.hpp
11
include/caf/all.hpp
13
include/caf/all.hpp
12
include/caf/announce.hpp
14
include/caf/announce.hpp
Lines 34-44 Link Here
34
include/caf/detail/behavior_stack.hpp
36
include/caf/detail/behavior_stack.hpp
35
include/caf/detail/boxed.hpp
37
include/caf/detail/boxed.hpp
36
include/caf/detail/comparable.hpp
38
include/caf/detail/comparable.hpp
39
include/caf/detail/concatenated_tuple.hpp
37
include/caf/detail/ctm.hpp
40
include/caf/detail/ctm.hpp
38
include/caf/detail/decorated_tuple.hpp
41
include/caf/detail/decorated_tuple.hpp
39
include/caf/detail/default_uniform_type_info.hpp
42
include/caf/detail/default_uniform_type_info.hpp
40
include/caf/detail/disablable_delete.hpp
43
include/caf/detail/disablable_delete.hpp
44
include/caf/detail/disposer.hpp
41
include/caf/detail/double_ended_queue.hpp
45
include/caf/detail/double_ended_queue.hpp
46
include/caf/detail/embedded.hpp
42
include/caf/detail/functor_attachable.hpp
47
include/caf/detail/functor_attachable.hpp
43
include/caf/detail/get_mac_addresses.hpp
48
include/caf/detail/get_mac_addresses.hpp
44
include/caf/detail/get_root_uuid.hpp
49
include/caf/detail/get_root_uuid.hpp
Lines 46-60 Link Here
46
include/caf/detail/ieee_754.hpp
51
include/caf/detail/ieee_754.hpp
47
include/caf/detail/implicit_conversions.hpp
52
include/caf/detail/implicit_conversions.hpp
48
include/caf/detail/int_list.hpp
53
include/caf/detail/int_list.hpp
54
include/caf/detail/intrusive_partitioned_list.hpp
49
include/caf/detail/left_or_right.hpp
55
include/caf/detail/left_or_right.hpp
50
include/caf/detail/lifted_fun.hpp
51
include/caf/detail/limited_vector.hpp
56
include/caf/detail/limited_vector.hpp
52
include/caf/detail/logging.hpp
57
include/caf/detail/logging.hpp
53
include/caf/detail/make_counted.hpp
54
include/caf/detail/memory.hpp
58
include/caf/detail/memory.hpp
59
include/caf/detail/memory_cache_flag_type.hpp
60
include/caf/detail/message_case_builder.hpp
55
include/caf/detail/message_data.hpp
61
include/caf/detail/message_data.hpp
56
include/caf/detail/message_iterator.hpp
62
include/caf/detail/optional_message_visitor.hpp
57
include/caf/detail/proper_actor.hpp
63
include/caf/detail/pair_storage.hpp
58
include/caf/detail/pseudo_tuple.hpp
64
include/caf/detail/pseudo_tuple.hpp
59
include/caf/detail/purge_refs.hpp
65
include/caf/detail/purge_refs.hpp
60
include/caf/detail/raw_access.hpp
66
include/caf/detail/raw_access.hpp
Lines 66-80 Link Here
66
include/caf/detail/singleton_mixin.hpp
72
include/caf/detail/singleton_mixin.hpp
67
include/caf/detail/singletons.hpp
73
include/caf/detail/singletons.hpp
68
include/caf/detail/sync_request_bouncer.hpp
74
include/caf/detail/sync_request_bouncer.hpp
75
include/caf/detail/tail_argument_token.hpp
69
include/caf/detail/tbind.hpp
76
include/caf/detail/tbind.hpp
70
include/caf/detail/try_match.hpp
77
include/caf/detail/try_match.hpp
71
include/caf/detail/tuple_vals.hpp
78
include/caf/detail/tuple_vals.hpp
72
include/caf/detail/tuple_zip.hpp
79
include/caf/detail/tuple_zip.hpp
73
include/caf/detail/type_list.hpp
80
include/caf/detail/type_list.hpp
81
include/caf/detail/type_nr.hpp
74
include/caf/detail/type_pair.hpp
82
include/caf/detail/type_pair.hpp
75
include/caf/detail/type_traits.hpp
83
include/caf/detail/type_traits.hpp
76
include/caf/detail/typed_actor_util.hpp
84
include/caf/detail/typed_actor_util.hpp
77
include/caf/detail/types_array.hpp
78
include/caf/detail/unboxed.hpp
85
include/caf/detail/unboxed.hpp
79
include/caf/detail/uniform_type_info_map.hpp
86
include/caf/detail/uniform_type_info_map.hpp
80
include/caf/detail/variant_data.hpp
87
include/caf/detail/variant_data.hpp
Lines 92-97 Link Here
92
include/caf/group.hpp
99
include/caf/group.hpp
93
include/caf/illegal_message_element.hpp
100
include/caf/illegal_message_element.hpp
94
include/caf/intrusive_ptr.hpp
101
include/caf/intrusive_ptr.hpp
102
include/caf/invoke_message_result.hpp
95
include/caf/io/accept_handle.hpp
103
include/caf/io/accept_handle.hpp
96
include/caf/io/all.hpp
104
include/caf/io/all.hpp
97
include/caf/io/asio_network.hpp
105
include/caf/io/asio_network.hpp
Lines 125-132 Link Here
125
include/caf/local_actor.hpp
133
include/caf/local_actor.hpp
126
include/caf/locks.hpp
134
include/caf/locks.hpp
127
include/caf/mailbox_element.hpp
135
include/caf/mailbox_element.hpp
128
include/caf/match.hpp
136
include/caf/make_counted.hpp
129
include/caf/match_expr.hpp
137
include/caf/match_case.hpp
130
include/caf/may_have_timeout.hpp
138
include/caf/may_have_timeout.hpp
131
include/caf/memory_managed.hpp
139
include/caf/memory_managed.hpp
132
include/caf/message.hpp
140
include/caf/message.hpp
Lines 135-164 Link Here
135
include/caf/message_id.hpp
143
include/caf/message_id.hpp
136
include/caf/message_priority.hpp
144
include/caf/message_priority.hpp
137
include/caf/mixin/actor_widget.hpp
145
include/caf/mixin/actor_widget.hpp
138
include/caf/mixin/behavior_stack_based.hpp
139
include/caf/mixin/functor_based.hpp
146
include/caf/mixin/functor_based.hpp
140
include/caf/mixin/mailbox_based.hpp
141
include/caf/mixin/memory_cached.hpp
142
include/caf/mixin/single_timeout.hpp
143
include/caf/mixin/sync_sender.hpp
147
include/caf/mixin/sync_sender.hpp
144
include/caf/node_id.hpp
148
include/caf/node_id.hpp
145
include/caf/none.hpp
149
include/caf/none.hpp
146
include/caf/on.hpp
150
include/caf/on.hpp
147
include/caf/optional.hpp
151
include/caf/optional.hpp
148
include/caf/policy/actor_policies.hpp
152
include/caf/policy/profiled.hpp
149
include/caf/policy/cooperative_scheduling.hpp
150
include/caf/policy/event_based_resume.hpp
151
include/caf/policy/invoke_policy.hpp
152
include/caf/policy/nestable_invoke.hpp
153
include/caf/policy/no_resume.hpp
154
include/caf/policy/no_scheduling.hpp
155
include/caf/policy/not_prioritizing.hpp
156
include/caf/policy/prioritizing.hpp
157
include/caf/policy/priority_policy.hpp
158
include/caf/policy/resume_policy.hpp
159
include/caf/policy/scheduler_policy.hpp
153
include/caf/policy/scheduler_policy.hpp
160
include/caf/policy/scheduling_policy.hpp
161
include/caf/policy/sequential_invoke.hpp
162
include/caf/policy/work_stealing.hpp
154
include/caf/policy/work_stealing.hpp
163
include/caf/primitive_variant.hpp
155
include/caf/primitive_variant.hpp
164
include/caf/ref_counted.hpp
156
include/caf/ref_counted.hpp
Lines 170-175 Link Here
170
include/caf/scheduler.hpp
162
include/caf/scheduler.hpp
171
include/caf/scheduler/abstract_coordinator.hpp
163
include/caf/scheduler/abstract_coordinator.hpp
172
include/caf/scheduler/coordinator.hpp
164
include/caf/scheduler/coordinator.hpp
165
include/caf/scheduler/profiled_coordinator.hpp
173
include/caf/scheduler/worker.hpp
166
include/caf/scheduler/worker.hpp
174
include/caf/scoped_actor.hpp
167
include/caf/scoped_actor.hpp
175
include/caf/send.hpp
168
include/caf/send.hpp
Lines 180-185 Link Here
180
include/caf/spawn.hpp
173
include/caf/spawn.hpp
181
include/caf/spawn_fwd.hpp
174
include/caf/spawn_fwd.hpp
182
include/caf/spawn_options.hpp
175
include/caf/spawn_options.hpp
176
include/caf/static_visitor.hpp
183
include/caf/string_algorithms.hpp
177
include/caf/string_algorithms.hpp
184
include/caf/string_serialization.hpp
178
include/caf/string_serialization.hpp
185
include/caf/system_messages.hpp
179
include/caf/system_messages.hpp
Lines 196-215 Link Here
196
include/caf/unit.hpp
190
include/caf/unit.hpp
197
include/caf/variant.hpp
191
include/caf/variant.hpp
198
include/caf/wildcard_position.hpp
192
include/caf/wildcard_position.hpp
199
include/cppa/any_tuple.hpp
200
include/cppa/cow_tuple.hpp
201
include/cppa/cppa.hpp
202
include/cppa/cppa_fwd.hpp
203
include/cppa/opt.hpp
204
include/cppa/opt_impls.hpp
205
include/cppa/publish_local_groups.hpp
206
include/cppa/spawn_io.hpp
207
include/cppa/tuple_cast.hpp
208
lib/libcaf_core.so
193
lib/libcaf_core.so
209
lib/libcaf_core.so.0
194
lib/libcaf_core.so.0
210
lib/libcaf_core.so.0.12.2
195
lib/libcaf_core.so.0.13.0
211
%%STATIC%%lib/libcaf_core_static.a
196
%%STATIC%%lib/libcaf_core_static.a
212
lib/libcaf_io.so
197
lib/libcaf_io.so
213
lib/libcaf_io.so.0
198
lib/libcaf_io.so.0
214
lib/libcaf_io.so.0.12.2
199
lib/libcaf_io.so.0.13.0
215
%%STATIC%%lib/libcaf_io_static.a
200
%%STATIC%%lib/libcaf_io_static.a

Return to bug 198542