notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
caf C++ actor framework
0.18.6 devel Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.18.6Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-01-19 15:08:10
Last Update: 2023-01-08 10:08:09
Commit Hash: f8cdacd
License: BSD3CLAUSE
WWW:
https://www.actor-framework.org
Description:
An Open Source Implementation of the Actor Model in C++. Actors in CAF are lightweight, consist of only a few hundred bytes, and are cooperatively managed by a state-of-the-art, work-stealing scheduler. You can spawn millions of actors if you want to. CAF offers a network-transparent message passing. Actors can talk to each other, no matter where they've been spawned. You do the hard part of implementing your app, CAF takes care of the low-level side of things. CAF allows you to transparently connect actors running on different machines and OSes via the network. It integrates multiple computing devices such as multi-core CPUs, GPGPUs, and even embedded hardware. You can also create message passing interface for your OpenCL backends.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (533 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/caf-0.18.6/catalog.mk
  3. /usr/local/share/licenses/caf-0.18.6/LICENSE
  4. /usr/local/share/licenses/caf-0.18.6/BSD3CLAUSE
  5. include/caf/abstract_actor.hpp
  6. include/caf/abstract_channel.hpp
  7. include/caf/abstract_group.hpp
  8. include/caf/action.hpp
  9. include/caf/actor.hpp
  10. include/caf/actor_addr.hpp
  11. include/caf/actor_cast.hpp
  12. include/caf/actor_clock.hpp
  13. include/caf/actor_companion.hpp
  14. include/caf/actor_config.hpp
  15. include/caf/actor_control_block.hpp
  16. include/caf/actor_factory.hpp
  17. include/caf/actor_ostream.hpp
  18. include/caf/actor_pool.hpp
  19. include/caf/actor_profiler.hpp
  20. include/caf/actor_proxy.hpp
  21. include/caf/actor_registry.hpp
  22. include/caf/actor_storage.hpp
  23. include/caf/actor_system.hpp
  24. include/caf/actor_system_config.hpp
  25. include/caf/actor_traits.hpp
  26. include/caf/after.hpp
  27. include/caf/all.hpp
  28. include/caf/allowed_unsafe_message_type.hpp
  29. include/caf/atom.hpp
  30. include/caf/attach_continuous_stream_source.hpp
  31. include/caf/attach_continuous_stream_stage.hpp
  32. include/caf/attach_stream_sink.hpp
  33. include/caf/attach_stream_source.hpp
  34. include/caf/attach_stream_stage.hpp
  35. include/caf/attachable.hpp
  36. include/caf/behavior.hpp
  37. include/caf/behavior_policy.hpp
  38. include/caf/binary_deserializer.hpp
  39. include/caf/binary_serializer.hpp
  40. include/caf/blocking_actor.hpp
  41. include/caf/broadcast_downstream_manager.hpp
  42. include/caf/buffered_downstream_manager.hpp
  43. include/caf/byte.hpp
  44. include/caf/byte_address.hpp
  45. include/caf/byte_buffer.hpp
  46. include/caf/byte_span.hpp
  47. include/caf/caf_main.hpp
  48. include/caf/callback.hpp
  49. include/caf/catch_all.hpp
  50. include/caf/check_typed_input.hpp
  51. include/caf/composed_type.hpp
  52. include/caf/config.hpp
  53. include/caf/config_option.hpp
  54. include/caf/config_option_adder.hpp
  55. include/caf/config_option_set.hpp
  56. include/caf/config_value.hpp
  57. include/caf/config_value_reader.hpp
  58. include/caf/config_value_writer.hpp
  59. include/caf/const_typed_message_view.hpp
  60. include/caf/cow_tuple.hpp
  61. include/caf/credit_controller.hpp
  62. include/caf/decorator/sequencer.hpp
  63. include/caf/decorator/splitter.hpp
  64. include/caf/deduce_mpi.hpp
  65. include/caf/deep_to_string.hpp
  66. include/caf/default_attachable.hpp
  67. include/caf/default_downstream_manager.hpp
  68. include/caf/default_enum_inspect.hpp
  69. include/caf/default_sum_type_access.hpp
  70. include/caf/defaults.hpp
  71. include/caf/delegated.hpp
  72. include/caf/deserializer.hpp
  73. include/caf/detail/abstract_worker.hpp
  74. include/caf/detail/abstract_worker_hub.hpp
  75. include/caf/detail/algorithms.hpp
  76. include/caf/detail/append_hex.hpp
  77. include/caf/detail/append_percent_encoded.hpp
  78. include/caf/detail/apply_args.hpp
  79. include/caf/detail/arg_wrapper.hpp
  80. include/caf/detail/as_mutable_ref.hpp
  81. include/caf/detail/assign_inspector_try_result.hpp
  82. include/caf/detail/base64.hpp
  83. include/caf/detail/behavior_impl.hpp
  84. include/caf/detail/behavior_stack.hpp
  85. include/caf/detail/blocking_behavior.hpp
  86. include/caf/detail/bounds_checker.hpp
  87. include/caf/detail/build_config.hpp
  88. include/caf/detail/call_cfun.hpp
  89. include/caf/detail/cas_weak.hpp
  90. include/caf/detail/comparable.hpp
  91. include/caf/detail/config_consumer.hpp
  92. include/caf/detail/consumer.hpp
  93. include/caf/detail/core_export.hpp
  94. include/caf/detail/default_invoke_result_visitor.hpp
  95. include/caf/detail/delegate_serialize.hpp
  96. include/caf/detail/dispose_on_call.hpp
  97. include/caf/detail/double_ended_queue.hpp
  98. include/caf/detail/enqueue_result.hpp
  99. include/caf/detail/functor_attachable.hpp
  100. include/caf/detail/gcd.hpp
  101. include/caf/detail/get_mac_addresses.hpp
  102. include/caf/detail/get_process_id.hpp
  103. include/caf/detail/get_root_uuid.hpp
  104. include/caf/detail/glob_match.hpp
  105. include/caf/detail/group_tunnel.hpp
  106. include/caf/detail/ieee_754.hpp
  107. include/caf/detail/implicit_conversions.hpp
  108. include/caf/detail/init_fun_factory.hpp
  109. include/caf/detail/int_list.hpp
  110. include/caf/detail/invoke_result_visitor.hpp
  111. include/caf/detail/io_export.hpp
  112. include/caf/detail/is_complete.hpp
  113. include/caf/detail/is_one_of.hpp
  114. include/caf/detail/json.hpp
  115. include/caf/detail/latch.hpp
  116. include/caf/detail/limited_vector.hpp
  117. include/caf/detail/local_group_module.hpp
  118. include/caf/detail/log_level.hpp
  119. include/caf/detail/make_meta_object.hpp
  120. include/caf/detail/make_unique.hpp
  121. include/caf/detail/mask_bits.hpp
  122. include/caf/detail/message_builder_element.hpp
  123. include/caf/detail/message_data.hpp
  124. include/caf/detail/meta_object.hpp
  125. include/caf/detail/monotonic_buffer_resource.hpp
  126. include/caf/detail/move_if_not_ptr.hpp
  127. include/caf/detail/mtl_util.hpp
  128. include/caf/detail/network_order.hpp
  129. include/caf/detail/offset_at.hpp
  130. include/caf/detail/openssl_export.hpp
  131. include/caf/detail/optional_message_visitor.hpp
  132. include/caf/detail/overload.hpp
  133. include/caf/detail/padded_size.hpp
  134. include/caf/detail/parse.hpp
  135. include/caf/detail/parser/add_ascii.hpp
  136. include/caf/detail/parser/ascii_to_int.hpp
  137. include/caf/detail/parser/chars.hpp
  138. include/caf/detail/parser/fsm.hpp
  139. include/caf/detail/parser/fsm_undef.hpp
  140. include/caf/detail/parser/is_char.hpp
  141. include/caf/detail/parser/is_digit.hpp
  142. include/caf/detail/parser/read_bool.hpp
  143. include/caf/detail/parser/read_config.hpp
  144. include/caf/detail/parser/read_floating_point.hpp
  145. include/caf/detail/parser/read_ipv4_address.hpp
  146. include/caf/detail/parser/read_ipv6_address.hpp
  147. include/caf/detail/parser/read_number.hpp
  148. include/caf/detail/parser/read_number_or_timespan.hpp
  149. include/caf/detail/parser/read_signed_integer.hpp
  150. include/caf/detail/parser/read_string.hpp
  151. include/caf/detail/parser/read_timespan.hpp
  152. include/caf/detail/parser/read_unsigned_integer.hpp
  153. include/caf/detail/parser/read_uri.hpp
  154. include/caf/detail/parser/sub_ascii.hpp
  155. include/caf/detail/path_state.hpp
  156. include/caf/detail/pp.hpp
  157. include/caf/detail/pretty_type_name.hpp
  158. include/caf/detail/print.hpp
  159. include/caf/detail/private_thread.hpp
  160. include/caf/detail/private_thread_pool.hpp
  161. include/caf/detail/profiled_send.hpp
  162. include/caf/detail/prometheus_broker.hpp
  163. include/caf/detail/pseudo_tuple.hpp
  164. include/caf/detail/raw_access.hpp
  165. include/caf/detail/remote_group_module.hpp
  166. include/caf/detail/ringbuffer.hpp
  167. include/caf/detail/ripemd_160.hpp
  168. include/caf/detail/safe_equal.hpp
  169. include/caf/detail/scope_guard.hpp
  170. include/caf/detail/select_all.hpp
  171. include/caf/detail/select_integer_type.hpp
  172. include/caf/detail/serialized_size.hpp
  173. include/caf/detail/set_thread_name.hpp
  174. include/caf/detail/shared_spinlock.hpp
  175. include/caf/detail/size_based_credit_controller.hpp
  176. include/caf/detail/socket_guard.hpp
  177. include/caf/detail/spawn_fwd.hpp
  178. include/caf/detail/spawnable.hpp
  179. include/caf/detail/split_join.hpp
  180. include/caf/detail/squashed_int.hpp
  181. include/caf/detail/stream_distribution_tree.hpp
  182. include/caf/detail/stream_sink_driver_impl.hpp
  183. include/caf/detail/stream_sink_impl.hpp
  184. include/caf/detail/stream_source_driver_impl.hpp
  185. include/caf/detail/stream_source_impl.hpp
  186. include/caf/detail/stream_stage_driver_impl.hpp
  187. include/caf/detail/stream_stage_impl.hpp
  188. include/caf/detail/stringification_inspector.hpp
  189. include/caf/detail/sync_request_bouncer.hpp
  190. include/caf/detail/tail_argument_token.hpp
  191. include/caf/detail/tbind.hpp
  192. include/caf/detail/test_actor_clock.hpp
  193. include/caf/detail/thread_safe_actor_clock.hpp
  194. include/caf/detail/tick_emitter.hpp
  195. include/caf/detail/token_based_credit_controller.hpp
  196. include/caf/detail/try_serialize.hpp
  197. include/caf/detail/type_id_list_builder.hpp
  198. include/caf/detail/type_list.hpp
  199. include/caf/detail/type_pair.hpp
  200. include/caf/detail/type_traits.hpp
  201. include/caf/detail/typed_actor_util.hpp
  202. include/caf/detail/unique_function.hpp
  203. include/caf/detail/unordered_flat_map.hpp
  204. include/caf/detail/variant_data.hpp
  205. include/caf/detail/worker_hub.hpp
  206. include/caf/dictionary.hpp
  207. include/caf/disposable.hpp
  208. include/caf/downstream.hpp
  209. include/caf/downstream_manager.hpp
  210. include/caf/downstream_manager_base.hpp
  211. include/caf/downstream_msg.hpp
  212. include/caf/error.hpp
  213. include/caf/error_code.hpp
  214. include/caf/event_based_actor.hpp
  215. include/caf/exec_main.hpp
  216. include/caf/execution_unit.hpp
  217. include/caf/exit_reason.hpp
  218. include/caf/expected.hpp
  219. include/caf/extend.hpp
  220. include/caf/forwarding_actor_proxy.hpp
  221. include/caf/function_view.hpp
  222. include/caf/fused_downstream_manager.hpp
  223. include/caf/fwd.hpp
  224. include/caf/group.hpp
  225. include/caf/group_manager.hpp
  226. include/caf/group_module.hpp
  227. include/caf/hash/fnv.hpp
  228. include/caf/hash/sha1.hpp
  229. include/caf/illegal_message_element.hpp
  230. include/caf/inbound_path.hpp
  231. include/caf/infer_handle.hpp
  232. include/caf/init_global_meta_objects.hpp
  233. include/caf/input_range.hpp
  234. include/caf/inspector_access.hpp
  235. include/caf/inspector_access_base.hpp
  236. include/caf/inspector_access_type.hpp
  237. include/caf/interface_mismatch.hpp
  238. include/caf/intrusive/drr_cached_queue.hpp
  239. include/caf/intrusive/drr_queue.hpp
  240. include/caf/intrusive/fifo_inbox.hpp
  241. include/caf/intrusive/forward_iterator.hpp
  242. include/caf/intrusive/inbox_result.hpp
  243. include/caf/intrusive/lifo_inbox.hpp
  244. include/caf/intrusive/new_round_result.hpp
  245. include/caf/intrusive/singly_linked.hpp
  246. include/caf/intrusive/task_queue.hpp
  247. include/caf/intrusive/task_result.hpp
  248. include/caf/intrusive/wdrr_dynamic_multiplexed_queue.hpp
  249. include/caf/intrusive/wdrr_fixed_multiplexed_queue.hpp
  250. include/caf/intrusive_cow_ptr.hpp
  251. include/caf/intrusive_ptr.hpp
  252. include/caf/invalid_stream.hpp
  253. include/caf/invoke_message_result.hpp
  254. include/caf/io/abstract_broker.hpp
  255. include/caf/io/accept_handle.hpp
  256. include/caf/io/all.hpp
  257. include/caf/io/basp/all.hpp
  258. include/caf/io/basp/connection_state.hpp
  259. include/caf/io/basp/endpoint_context.hpp
  260. include/caf/io/basp/fwd.hpp
  261. include/caf/io/basp/header.hpp
  262. include/caf/io/basp/instance.hpp
  263. include/caf/io/basp/message_queue.hpp
  264. include/caf/io/basp/message_type.hpp
  265. include/caf/io/basp/remote_message_handler.hpp
  266. include/caf/io/basp/routing_table.hpp
  267. include/caf/io/basp/version.hpp
  268. include/caf/io/basp/worker.hpp
  269. include/caf/io/basp_broker.hpp
  270. include/caf/io/broker.hpp
  271. include/caf/io/broker_servant.hpp
  272. include/caf/io/close.hpp
  273. include/caf/io/connect.hpp
  274. include/caf/io/connection_handle.hpp
  275. include/caf/io/connection_helper.hpp
  276. include/caf/io/datagram_handle.hpp
  277. include/caf/io/datagram_servant.hpp
  278. include/caf/io/doorman.hpp
  279. include/caf/io/fwd.hpp
  280. include/caf/io/handle.hpp
  281. include/caf/io/middleman.hpp
  282. include/caf/io/middleman_actor.hpp
  283. include/caf/io/middleman_actor_impl.hpp
  284. include/caf/io/network/acceptor.hpp
  285. include/caf/io/network/acceptor_impl.hpp
  286. include/caf/io/network/acceptor_manager.hpp
  287. include/caf/io/network/datagram_handler.hpp
  288. include/caf/io/network/datagram_handler_impl.hpp
  289. include/caf/io/network/datagram_manager.hpp
  290. include/caf/io/network/datagram_servant_impl.hpp
  291. include/caf/io/network/default_multiplexer.hpp
  292. include/caf/io/network/doorman_impl.hpp
  293. include/caf/io/network/event_handler.hpp
  294. include/caf/io/network/interfaces.hpp
  295. include/caf/io/network/ip_endpoint.hpp
  296. include/caf/io/network/manager.hpp
  297. include/caf/io/network/multiplexer.hpp
  298. include/caf/io/network/native_socket.hpp
  299. include/caf/io/network/operation.hpp
  300. include/caf/io/network/pipe_reader.hpp
  301. include/caf/io/network/protocol.hpp
  302. include/caf/io/network/receive_buffer.hpp
  303. include/caf/io/network/rw_state.hpp
  304. include/caf/io/network/scribe_impl.hpp
  305. include/caf/io/network/stream.hpp
  306. include/caf/io/network/stream_impl.hpp
  307. include/caf/io/network/stream_manager.hpp
  308. include/caf/io/network/test_multiplexer.hpp
  309. include/caf/io/open.hpp
  310. include/caf/io/publish.hpp
  311. include/caf/io/publish_local_groups.hpp
  312. include/caf/io/receive_policy.hpp
  313. include/caf/io/remote_actor.hpp
  314. include/caf/io/remote_group.hpp
  315. include/caf/io/scribe.hpp
  316. include/caf/io/system_messages.hpp
  317. include/caf/io/typed_broker.hpp
  318. include/caf/io/unpublish.hpp
  319. include/caf/ip_address.hpp
  320. include/caf/ip_endpoint.hpp
  321. include/caf/ip_subnet.hpp
  322. include/caf/ipv4_address.hpp
  323. include/caf/ipv4_endpoint.hpp
  324. include/caf/ipv4_subnet.hpp
  325. include/caf/ipv6_address.hpp
  326. include/caf/ipv6_endpoint.hpp
  327. include/caf/ipv6_subnet.hpp
  328. include/caf/is_actor_handle.hpp
  329. include/caf/is_error_code_enum.hpp
  330. include/caf/is_message_sink.hpp
  331. include/caf/is_timeout_or_catch_all.hpp
  332. include/caf/is_typed_actor.hpp
  333. include/caf/json_reader.hpp
  334. include/caf/json_writer.hpp
  335. include/caf/load_inspector.hpp
  336. include/caf/load_inspector_base.hpp
  337. include/caf/local_actor.hpp
  338. include/caf/locks.hpp
  339. include/caf/logger.hpp
  340. include/caf/mailbox_element.hpp
  341. include/caf/make_actor.hpp
  342. include/caf/make_config_option.hpp
  343. include/caf/make_copy_on_write.hpp
  344. include/caf/make_counted.hpp
  345. include/caf/make_message.hpp
  346. include/caf/make_sink_result.hpp
  347. include/caf/make_source_result.hpp
  348. include/caf/make_stage_result.hpp
  349. include/caf/may_have_timeout.hpp
  350. include/caf/message.hpp
  351. include/caf/message_builder.hpp
  352. include/caf/message_handler.hpp
  353. include/caf/message_id.hpp
  354. include/caf/message_priority.hpp
  355. include/caf/mixin/actor_widget.hpp
  356. include/caf/mixin/behavior_changer.hpp
  357. include/caf/mixin/requester.hpp
  358. include/caf/mixin/sender.hpp
  359. include/caf/mixin/subscriber.hpp
  360. include/caf/monitorable_actor.hpp
  361. include/caf/mtl.hpp
  362. include/caf/no_stages.hpp
  363. include/caf/node_id.hpp
  364. include/caf/none.hpp
  365. include/caf/openssl/all.hpp
  366. include/caf/openssl/manager.hpp
  367. include/caf/openssl/middleman_actor.hpp
  368. include/caf/openssl/publish.hpp
  369. include/caf/openssl/remote_actor.hpp
  370. include/caf/openssl/session.hpp
  371. include/caf/openssl/unpublish.hpp
  372. include/caf/optional.hpp
  373. include/caf/others.hpp
  374. include/caf/outbound_path.hpp
  375. include/caf/parser_state.hpp
  376. include/caf/pec.hpp
  377. include/caf/policy/arg.hpp
  378. include/caf/policy/categorized.hpp
  379. include/caf/policy/downstream_messages.hpp
  380. include/caf/policy/normal_messages.hpp
  381. include/caf/policy/scheduler_policy.hpp
  382. include/caf/policy/select_all.hpp
  383. include/caf/policy/select_any.hpp
  384. include/caf/policy/single_response.hpp
  385. include/caf/policy/tcp.hpp
  386. include/caf/policy/udp.hpp
  387. include/caf/policy/unprofiled.hpp
  388. include/caf/policy/upstream_messages.hpp
  389. include/caf/policy/urgent_messages.hpp
  390. include/caf/policy/work_sharing.hpp
  391. include/caf/policy/work_stealing.hpp
  392. include/caf/prohibit_top_level_spawn_marker.hpp
  393. include/caf/proxy_registry.hpp
  394. include/caf/raise_error.hpp
  395. include/caf/ref_counted.hpp
  396. include/caf/replies_to.hpp
  397. include/caf/response_handle.hpp
  398. include/caf/response_promise.hpp
  399. include/caf/response_type.hpp
  400. include/caf/result.hpp
  401. include/caf/resumable.hpp
  402. include/caf/save_inspector.hpp
  403. include/caf/save_inspector_base.hpp
  404. include/caf/scheduled_actor.hpp
  405. include/caf/scheduler.hpp
  406. include/caf/scheduler/abstract_coordinator.hpp
  407. include/caf/scheduler/coordinator.hpp
  408. include/caf/scheduler/profiled_coordinator.hpp
  409. include/caf/scheduler/test_coordinator.hpp
  410. include/caf/scheduler/worker.hpp
  411. include/caf/scoped_actor.hpp
  412. include/caf/scoped_execution_unit.hpp
  413. include/caf/sec.hpp
  414. include/caf/send.hpp
  415. include/caf/serializer.hpp
  416. include/caf/settings.hpp
  417. include/caf/skip.hpp
  418. include/caf/span.hpp
  419. include/caf/spawn_options.hpp
  420. include/caf/stateful_actor.hpp
  421. include/caf/static_visitor.hpp
  422. include/caf/stream.hpp
  423. include/caf/stream_aborter.hpp
  424. include/caf/stream_finalize_trait.hpp
  425. include/caf/stream_manager.hpp
  426. include/caf/stream_priority.hpp
  427. include/caf/stream_sink.hpp
  428. include/caf/stream_sink_driver.hpp
  429. include/caf/stream_sink_trait.hpp
  430. include/caf/stream_slot.hpp
  431. include/caf/stream_source.hpp
  432. include/caf/stream_source_driver.hpp
  433. include/caf/stream_source_trait.hpp
  434. include/caf/stream_stage.hpp
  435. include/caf/stream_stage_driver.hpp
  436. include/caf/stream_stage_trait.hpp
  437. include/caf/string_algorithms.hpp
  438. include/caf/string_view.hpp
  439. include/caf/sum_type.hpp
  440. include/caf/sum_type_access.hpp
  441. include/caf/sum_type_token.hpp
  442. include/caf/system_messages.hpp
  443. include/caf/tag/boxing_type.hpp
  444. include/caf/telemetry/collector/prometheus.hpp
  445. include/caf/telemetry/counter.hpp
  446. include/caf/telemetry/dbl_gauge.hpp
  447. include/caf/telemetry/gauge.hpp
  448. include/caf/telemetry/histogram.hpp
  449. include/caf/telemetry/importer/process.hpp
  450. include/caf/telemetry/int_gauge.hpp
  451. include/caf/telemetry/label.hpp
  452. include/caf/telemetry/label_view.hpp
  453. include/caf/telemetry/metric.hpp
  454. include/caf/telemetry/metric_family.hpp
  455. include/caf/telemetry/metric_family_impl.hpp
  456. include/caf/telemetry/metric_impl.hpp
  457. include/caf/telemetry/metric_registry.hpp
  458. include/caf/telemetry/metric_type.hpp
  459. include/caf/telemetry/timer.hpp
  460. include/caf/term.hpp
  461. include/caf/test/bdd_dsl.hpp
  462. include/caf/test/dsl.hpp
  463. include/caf/test/io_dsl.hpp
  464. include/caf/test/unit_test.hpp
  465. include/caf/test/unit_test_impl.hpp
  466. include/caf/thread_hook.hpp
  467. include/caf/timeout_definition.hpp
  468. include/caf/timespan.hpp
  469. include/caf/timestamp.hpp
  470. include/caf/tracing_data.hpp
  471. include/caf/tracing_data_factory.hpp
  472. include/caf/type_erased_value.hpp
  473. include/caf/type_id.hpp
  474. include/caf/type_id_list.hpp
  475. include/caf/typed_actor.hpp
  476. include/caf/typed_actor_pointer.hpp
  477. include/caf/typed_actor_view.hpp
  478. include/caf/typed_actor_view_base.hpp
  479. include/caf/typed_behavior.hpp
  480. include/caf/typed_event_based_actor.hpp
  481. include/caf/typed_message_view.hpp
  482. include/caf/typed_response_promise.hpp
  483. include/caf/unifyn.hpp
  484. include/caf/unit.hpp
  485. include/caf/unsafe_behavior_init.hpp
  486. include/caf/upstream_msg.hpp
  487. include/caf/uri.hpp
  488. include/caf/uri_builder.hpp
  489. include/caf/uuid.hpp
  490. include/caf/variant.hpp
  491. include/caf/weak_intrusive_ptr.hpp
  492. lib/cmake/CAF/CAFConfig.cmake
  493. lib/cmake/CAF/CAFConfigVersion.cmake
  494. lib/cmake/CAF/CAFTargets-release.cmake
  495. lib/cmake/CAF/CAFTargets.cmake
  496. lib/libcaf_core.so
  497. lib/libcaf_core.so.0.18.6
  498. lib/libcaf_io.so
  499. lib/libcaf_io.so.0.18.6
  500. lib/libcaf_openssl.so
  501. lib/libcaf_openssl.so.0.18.6
  502. share/caf/examples/aout.cpp
  503. share/caf/examples/broker/simple_broker.cpp
  504. share/caf/examples/broker/simple_http_broker.cpp
  505. share/caf/examples/config/read-json.cpp
  506. share/caf/examples/custom_type/custom_types_1.cpp
  507. share/caf/examples/custom_type/custom_types_2.cpp
  508. share/caf/examples/custom_type/custom_types_3.cpp
  509. share/caf/examples/custom_type/custom_types_4.cpp
  510. share/caf/examples/dynamic_behavior/dining_philosophers.cpp
  511. share/caf/examples/dynamic_behavior/skip_messages.cpp
  512. share/caf/examples/hello_world.cpp
  513. share/caf/examples/message_passing/calculator.cpp
  514. share/caf/examples/message_passing/cell.cpp
  515. share/caf/examples/message_passing/dancing_kirby.cpp
  516. share/caf/examples/message_passing/delegating.cpp
  517. share/caf/examples/message_passing/divider.cpp
  518. share/caf/examples/message_passing/fan_out_request.cpp
  519. share/caf/examples/message_passing/fixed_stack.cpp
  520. share/caf/examples/message_passing/promises.cpp
  521. share/caf/examples/message_passing/request.cpp
  522. share/caf/examples/message_passing/typed_calculator.cpp
  523. share/caf/examples/remoting/distributed_calculator.cpp
  524. share/caf/examples/remoting/group_chat.cpp
  525. share/caf/examples/remoting/group_server.cpp
  526. share/caf/examples/remoting/remote_spawn.cpp
  527. share/caf/examples/streaming/integer_stream.cpp
  528. share/caf/examples/testing/ping_pong.cpp
  529. share/caf/tools/caf-run
  530. share/caf/tools/caf-vec
  531. @owner
  532. @group
  533. @mode
Collapse this list.
Dependency lines:
  • caf>0:devel/caf
No installation instructions:
This port has been deleted.
PKGNAME: caf
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1648323549 SHA256 (actor-framework-actor-framework-0.18.6_GH0.tar.gz) = c2ead63a0322d992fea8813a7f7d15b4d16cbb8bbe026722f2616a79109b91cc SIZE (actor-framework-actor-framework-0.18.6_GH0.tar.gz) = 2824066

Packages (timestamps in pop-ups are UTC):
caf
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--0.17.6---0.17.6-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for caf-0.18.6: DEBUG=off: Build with debugging support STATIC=off: Additionally build static version of library TEST=off: Build with unit tests ====> Options available for the radio LOG_LEVEL: you can only select none or one of them LOG_LEVEL_ERROR=off: Use log level ERROR for console output LOG_LEVEL_WARN=off: Use log level WARN for console output LOG_LEVEL_INFO=off: Use log level INFO for console output LOG_LEVEL_DEBUG=off: Use log level DEBUG for console output LOG_LEVEL_TRACE=off: Use log level TRACE for console output ===> Use 'make config' to modify these settings
Options name:
devel_caf
USES:
cmake compiler:c++11-lang ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/actor-framework/actor-framework/tar.gz/0.18.6?dummy=/
Collapse this list.
Port Moves
  • port moved to devel/actor-framework on 2023-01-08
    REASON: Merge duplicates into devel/actor-framework that is a full software name

Number of commits found: 48

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.18.6
08 Jan 2023 10:08:09
commit hash: f8cdacd4b6da270954d3022436085ae16f299242commit hash: f8cdacd4b6da270954d3022436085ae16f299242commit hash: f8cdacd4b6da270954d3022436085ae16f299242commit hash: f8cdacd4b6da270954d3022436085ae16f299242 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/caf: Merge into devel/actor-framework and remove

Reported by:	vanilla@fatpipi.com; fluffy@
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.18.6
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.18.6
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  <jkoshy@FreeBSD.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron H. K. Diep <ahkdiep@gmail.com>
  *  Aaron Hurt <ahurt@anbcs.com>
  *  Abel Chow <abel_chow@yahoo.com>
  *  Adam McLaurin
  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.18.6
27 Mar 2022 17:19:00
commit hash: a08652fdd9e22b7345445c87a95e4c3ca9fa6b9fcommit hash: a08652fdd9e22b7345445c87a95e4c3ca9fa6b9fcommit hash: a08652fdd9e22b7345445c87a95e4c3ca9fa6b9fcommit hash: a08652fdd9e22b7345445c87a95e4c3ca9fa6b9f files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
devel/caf: update to 0.18.6

https://github.com/actor-framework/actor-framework/releases/tag/0.18.6

Reported by:	portscout
0.18.5
05 Aug 2021 06:15:23
commit hash: 1ae5ad7f32aa88a249d03bd765389775b27ecc35commit hash: 1ae5ad7f32aa88a249d03bd765389775b27ecc35commit hash: 1ae5ad7f32aa88a249d03bd765389775b27ecc35commit hash: 1ae5ad7f32aa88a249d03bd765389775b27ecc35 files touched by this commit
Vanilla I. Shu (vanilla) search for other commits by this committer
devel/caf: update to 0.18.5.
0.18.3
23 May 2021 09:10:57
commit hash: dfe2a4869dfbd0ffcd7ff46d4314bae06a6f79c9commit hash: dfe2a4869dfbd0ffcd7ff46d4314bae06a6f79c9commit hash: dfe2a4869dfbd0ffcd7ff46d4314bae06a6f79c9commit hash: dfe2a4869dfbd0ffcd7ff46d4314bae06a6f79c9 files touched by this commit
Kirill Ponomarev (krion) search for other commits by this committer
devel/caf: update to 0.18.3
0.18.2_1
06 Apr 2021 23:02:52
commit hash: ed0a045c7d074020fb08725130ba7097ddc36caccommit hash: ed0a045c7d074020fb08725130ba7097ddc36caccommit hash: ed0a045c7d074020fb08725130ba7097ddc36caccommit hash: ed0a045c7d074020fb08725130ba7097ddc36cac files touched by this commit
Adriaan de Groot (adridg) search for other commits by this committer
devel/caf: fix plist

A whole bunch of orphaned files detected by poudriere bulk -t
0.18.2
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.18.2
29 Mar 2021 19:53:59
Revision:569501Original commit files touched by this commit
cs search for other commits by this committer
Update to 0.18.2
0.18.0
26 Jan 2021 19:09:58
Revision:562979Original commit files touched by this commit
fernape search for other commits by this committer
devel/caf: update to 0.18.0

ChangeLog:
https://github.com/actor-framework/actor-framework/releases/tag/0.18.0

Reported by:	portscout
0.17.6
08 Aug 2020 05:23:03
Revision:544362Original commit files touched by this commit
vanilla search for other commits by this committer
Update to 0.17.6.
0.17.5
08 Jul 2020 16:17:23
Revision:541503Original commit files touched by this commit
fernape search for other commits by this committer
devel/caf: update to 0.17.5

ChangeLog:
https://github.com/actor-framework/actor-framework/releases/tag/0.17.5

MFH:	2020Q3 (runtime fix)
0.17.4_1
10 May 2020 20:50:59
Revision:534864Original commit files touched by this commit
leres search for other commits by this committer
devel/caf: Turn off TEST by default and fix build under CURRENT without ccache

pkg-fallout has been failing to build caf for amd64 and i386 since
mid March (no viable overloaded '=') but I've been unable to
reproduce this.

Today I tested with 13.0-CURRENT (r360828) and could see the errors
only after disabling ccache. Turning off TEST solves this so let's
remove this option from OPTIONS_DEFAULT.

Both security/bro and security/zeek have used a bundled version of
caf (actor-framework) for some time now so relinquish maintainership
while we're here.

Reported by:	pkg-fallout
0.17.4_1
05 Apr 2020 02:56:11
Revision:530742Original commit files touched by this commit
pkubaj search for other commits by this committer
devel/caf: fix build on GCC architectures

Some files require including sys/types.h before other headers:
/usr/include/netinet/ip.h:227:2: error: 'u_short' does not name a type; did you
mean 'short'?
  227 |  u_short  ippseudo_len; /* protocol length */
      |  ^~~~~~~
      |  short

PR:		245364
Approved by:	leres (maintainer)
MFH:		2020Q2 (build fix blanket)
0.17.4_1
22 Mar 2020 00:50:43
Revision:528889Original commit files touched by this commit
leres search for other commits by this committer
devel/caf: Remove obsolete patches, fix options descriptions

Remove patches that were accepted by upstream. Add missing _DESC
to LOG_LEVEL options descriptions.
0.17.4
15 Mar 2020 22:57:22
Revision:528510Original commit files touched by this commit
leres search for other commits by this committer
devel/caf: Upgrade to 0.17.4. Changes since 0.17.3:

 - Accept numbers as keys in the config syntax

 - Fix behavior of inline_all_enqueues in the testing DSL

 - Make sure actors that receive stream input shut down properly

 - Fix undesired function hiding in fused_downstream_manager

 - Improve to_string output for caf::error

 - Fix path recognition in the URI parser, e.g., file:/// is now
   valid
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.17.3
27 Dec 2019 18:00:57
Revision:521016Original commit files touched by this commit
leres search for other commits by this committer
devel/caf: Fix build on gcc architectures. As described in the PR
submitted by Piotr Kubaj, netinet/ip.h needs sys/types.h.

PR:		242908
Submitted by:	Piotr Kubaj
Approved by:	ler (mentor, implicit)
0.17.3
18 Dec 2019 18:14:06
Revision:520389Original commit files touched by this commit
leres search for other commits by this committer
devel/caf: Upgrade to 0.17.3.

Approved by:	matthew (mentor, implicit)
0.15.3_6
26 Aug 2019 17:24:27
Revision:509960Original commit files touched by this commit
leres search for other commits by this committer
devel/caf: Take maintainership

Approved by:	matthew (mentor, implicit)
0.15.3_6
26 Aug 2019 10:09:04
Revision:509897Original commit files touched by this commit
koobs search for other commits by this committer
devel/caf: Reset MAINTAINER

While I'm here pet portlint: extra item placed in the USES/USE_x section

PR:		240119
Approved by:	Matthias Vallentin <vallentin icir org>
MFH:		2019Q3
0.15.3_5
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
0.15.3_4
25 Dec 2018 20:25:40
Revision:488341Original commit files touched by this commit
tcberner search for other commits by this committer
Change cmake default behaviour to outsource.

Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
0.15.3_4
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
0.15.3_3
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
0.15.3_2
12 Dec 2017 04:35:49
Revision:456105Original commit files touched by this commit
jbeich search for other commits by this committer
Re-try ports affected by bug 193528 on powerpc* after r449590
0.15.3_2
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
0.15.3_1
29 Apr 2017 06:32:03
Revision:439720Original commit files touched by this commit
linimon search for other commits by this committer
Provide more descriptive error messages for ports failing on powerpc64.

Approved by:	portmgr (tier-2 blanket)
0.15.3_1
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
0.15.3
31 Jan 2017 02:44:35
Revision:432892Original commit files touched by this commit
jbeich search for other commits by this committer
devel/caf: unbreak build with clang/libc++ 4.0

PR:		216650
Submitted by:	Matthias Vallentin <vallentin@icir.org> (maintainer)
0.15.3
23 Jan 2017 03:12:52
Revision:432191Original commit files touched by this commit
vanilla search for other commits by this committer
Update to 0.15.3.

Submitted by:	216381
Reported by:	maintainer
0.14.5
09 Jan 2017 13:16:50
Revision:430947Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
0.14.5
18 Oct 2016 11:20:01
Revision:424156Original commit files touched by this commit
jbeich search for other commits by this committer
Adjust TEST_WRKSRC for USES=[cq]make:outsource

Approved by:	rakuco
Differential Revision:	https://reviews.freebsd.org/D8274
0.14.5
21 Apr 2016 16:43:15
Revision:413746Original commit files touched by this commit
swills search for other commits by this committer
many ports: mark broken on powerpc64
0.14.5
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
0.14.5
19 Mar 2016 14:44:57
Revision:411410Original commit files touched by this commit
vanilla search for other commits by this committer
Update to 0.14.5.

PR:		208046
Submitted by:	maintainer
0.14.1_1
25 Jan 2016 20:23:57
Revision:407239Original commit files touched by this commit
rakuco search for other commits by this committer
Remove BROKEN_FreeBSD_8 from all remaining ports.

FreeBSD 8 is no longer supported.
0.14.1_1
30 Dec 2015 09:50:50
Revision:404815Original commit files touched by this commit
antoine search for other commits by this committer
Fix make fetch
0.14.1_1
29 Dec 2015 14:30:47
Revision:404743Original commit files touched by this commit
mat search for other commits by this committer
Cleanup GH_* and variables order.

Sponsored by:	Absolight
0.14.1_1
20 Oct 2015 14:47:22
Revision:399856Original commit files touched by this commit
mat search for other commits by this committer
Change PORTNAME to match package name on other OS and port directory.

PR:		203463
Submitted by:	maintainer
Sponsored by:	Absolight
0.14.1
07 Sep 2015 07:20:04
Revision:396251Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 0.14.1.

PR:		202943
Submitted by:	maintainer
0.14.0
15 Jul 2015 02:37:02
Revision:392116Original commit files touched by this commit
vanilla search for other commits by this committer
1: set BROKEN_FreeBSD_8.
2: Fix build on FreeBSD 9.

Approved by:	maintainer
0.14.0
09 Jul 2015 08:54:26
Revision:391622Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 0.14.0, and support FreeBSD < 10.0.

PR:		201410
Submitted by:	maintainer
0.13
06 May 2015 15:16:54
Revision:385521Original commit files touched by this commit
mat search for other commits by this committer
Update ports in the [bcd]* categories to not use GH_COMMIT.

With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
0.13
19 Mar 2015 16:44:59
Revision:381618Original commit files touched by this commit
bdrewery search for other commits by this committer
Update USE_GITHUB so it does not require GH_COMMIT.

Using this new scheme allows only setting the _tag_ or _commit hash_ in
GH_TAGNAME and not having to know the hash for a tag.  This scheme will
download a tarball that has a different checksum than before due to a changed
directory name for extraction.

The following MASTER_SITES are provided to retain the old checksum and
directory structure (that require GH_COMMIT):
  GH -> GHL
  GITHUB -> GITHUB_LEGACY

Differential Revision:	https://reviews.freebsd.org/D748
Submitted by:	amdmi3
Reviewed by:	mat, swills, antoine, bdrewery
With hat:	portmgr
0.13
12 Mar 2015 13:49:20
Revision:381090Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 0.13.

PR:		198542
Submitted by:	maintainer
0.12.2
29 Jan 2015 03:03:04
Revision:378103Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 0.12.2

PR:		197136
Submitted by:	maintainer
0.12.1
19 Jan 2015 15:07:56
Revision:377439Original commit files touched by this commit
vanilla search for other commits by this committer
1: move actor-framework to caf.
2: pass maintainer bit to submitter.
3: add some options.

PR:		196809
Submitted by:	Matthias Vallentin <vallentin at icir.org>

Number of commits found: 48