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
iceoryx True zero-copy inter-process communication
2.0.5 comms on this many watch lists=1 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 2.0.3Version of this port present on the latest quarterly branch.
Maintainer: flo@purplekraken.com search for ports maintained by this maintainer
Port Added: 2022-07-29 07:27:15
Last Update: 2024-01-31 19:21:18
Commit Hash: dce36d2
People watching this port, also watch:: ripgrep, ktimetracker, drm-kmod, libyang2, tmux
License: APACHE20
WWW:
https://iceoryx.io/
Description:
Iceoryx is an inter-process-communication (IPC) middleware. It has its origins in the automotive industry, where large amounts of data have to be transferred between different processes when it comes to driver assistance or automated driving systems. However, the efficient communication mechanisms can also be applied to a wider range of use cases, e.g. in the field of robotics or game development. Iceoryx uses a true zero-copy, shared memory approach that allows to transfer data from publishers to subscribers without a single copy. This ensures data transmissions with constant latency, regardless of the size of the payload.
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 (459 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/iceoryx-2.0.5/catalog.mk
  3. /usr/local/share/licenses/iceoryx-2.0.5/LICENSE
  4. /usr/local/share/licenses/iceoryx-2.0.5/APACHE20
  5. bin/iox-roudi
  6. @sample etc/roudi_config_example.toml etc/roudi_config.toml
  7. include/iceoryx/v2.0.5/iceoryx_binding_c/api.h
  8. include/iceoryx/v2.0.5/iceoryx_binding_c/chunk.h
  9. include/iceoryx/v2.0.5/iceoryx_binding_c/client.h
  10. include/iceoryx/v2.0.5/iceoryx_binding_c/config.h
  11. include/iceoryx/v2.0.5/iceoryx_binding_c/enums.h
  12. include/iceoryx/v2.0.5/iceoryx_binding_c/internal/c2cpp_binding.h
  13. include/iceoryx/v2.0.5/iceoryx_binding_c/internal/c2cpp_enum_translation.hpp
  14. include/iceoryx/v2.0.5/iceoryx_binding_c/internal/cpp2c_enum_translation.hpp
  15. include/iceoryx/v2.0.5/iceoryx_binding_c/internal/cpp2c_publisher.hpp
  16. include/iceoryx/v2.0.5/iceoryx_binding_c/internal/cpp2c_service_description_translation.hpp
  17. include/iceoryx/v2.0.5/iceoryx_binding_c/internal/cpp2c_subscriber.hpp
  18. include/iceoryx/v2.0.5/iceoryx_binding_c/internal/cpp2c_waitset.hpp
  19. include/iceoryx/v2.0.5/iceoryx_binding_c/listener.h
  20. include/iceoryx/v2.0.5/iceoryx_binding_c/log.h
  21. include/iceoryx/v2.0.5/iceoryx_binding_c/node.h
  22. include/iceoryx/v2.0.5/iceoryx_binding_c/notification_info.h
  23. include/iceoryx/v2.0.5/iceoryx_binding_c/publisher.h
  24. include/iceoryx/v2.0.5/iceoryx_binding_c/request_header.h
  25. include/iceoryx/v2.0.5/iceoryx_binding_c/response_header.h
  26. include/iceoryx/v2.0.5/iceoryx_binding_c/runtime.h
  27. include/iceoryx/v2.0.5/iceoryx_binding_c/server.h
  28. include/iceoryx/v2.0.5/iceoryx_binding_c/service_description.h
  29. include/iceoryx/v2.0.5/iceoryx_binding_c/service_discovery.h
  30. include/iceoryx/v2.0.5/iceoryx_binding_c/subscriber.h
  31. include/iceoryx/v2.0.5/iceoryx_binding_c/types.h
  32. include/iceoryx/v2.0.5/iceoryx_binding_c/user_trigger.h
  33. include/iceoryx/v2.0.5/iceoryx_binding_c/wait_set.h
  34. include/iceoryx/v2.0.5/iceoryx_hoofs/concurrent/lockfree_queue.hpp
  35. include/iceoryx/v2.0.5/iceoryx_hoofs/concurrent/resizeable_lockfree_queue.hpp
  36. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/.clang-tidy
  37. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/algorithm.hpp
  38. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/attributes.hpp
  39. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/convert.hpp
  40. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/deadline_timer.hpp
  41. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/expected.hpp
  42. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/filesystem.hpp
  43. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/forward_list.hpp
  44. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/function.hpp
  45. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/function_ref.hpp
  46. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/functional_interface.hpp
  47. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/generic_raii.hpp
  48. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/helplets.hpp
  49. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/list.hpp
  50. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/method_callback.hpp
  51. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/newtype.hpp
  52. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/optional.hpp
  53. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/poor_mans_heap.hpp
  54. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/requires.hpp
  55. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/scoped_static.hpp
  56. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/serialization.hpp
  57. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/stack.hpp
  58. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/string.hpp
  59. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/type_traits.hpp
  60. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/types.hpp
  61. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/unique_ptr.hpp
  62. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/variant.hpp
  63. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/variant_queue.hpp
  64. include/iceoryx/v2.0.5/iceoryx_hoofs/cxx/vector.hpp
  65. include/iceoryx/v2.0.5/iceoryx_hoofs/design_pattern/creation.hpp
  66. include/iceoryx/v2.0.5/iceoryx_hoofs/error_handling/error_handling.hpp
  67. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/active_object.hpp
  68. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/fifo.hpp
  69. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/fifo.inl
  70. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/lockfree_queue/buffer.hpp
  71. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/lockfree_queue/buffer.inl
  72. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/lockfree_queue/cyclic_index.hpp
  73. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/lockfree_queue/cyclic_index.inl
  74. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/lockfree_queue/index_queue.hpp
  75. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/lockfree_queue/index_queue.inl
  76. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/lockfree_queue/lockfree_queue.inl
  77. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/lockfree_queue/resizeable_lockfree_queue.inl
  78. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/loffli.hpp
  79. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/loffli.inl
  80. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/periodic_task.hpp
  81. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/periodic_task.inl
  82. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/smart_lock.hpp
  83. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/smart_lock.inl
  84. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/sofi.hpp
  85. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/sofi.inl
  86. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/taco.hpp
  87. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/trigger_queue.hpp
  88. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/concurrent/trigger_queue.inl
  89. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/.clang-tidy
  90. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/algorithm.inl
  91. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/convert.inl
  92. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/expected.inl
  93. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/forward_list.inl
  94. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/function_ref.inl
  95. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/functional_interface.inl
  96. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/helplets.inl
  97. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/list.inl
  98. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/method_callback.inl
  99. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/newtype.inl
  100. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/newtype/assignment.hpp
  101. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/newtype/comparable.hpp
  102. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/newtype/constructor.hpp
  103. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/newtype/convertable.hpp
  104. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/newtype/internal.hpp
  105. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/newtype/protected_constructor.hpp
  106. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/newtype/sortable.hpp
  107. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/optional.inl
  108. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/pair.hpp
  109. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/poor_mans_heap.inl
  110. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/reference_counter.hpp
  111. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/reference_counter.inl
  112. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/scoped_static.inl
  113. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/serialization.inl
  114. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/set.hpp
  115. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/stack.inl
  116. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/static_storage.hpp
  117. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/static_storage.inl
  118. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/storable_function.hpp
  119. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/storable_function.inl
  120. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/string.inl
  121. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/string_internal.hpp
  122. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/unique_id.hpp
  123. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/unique_ptr.inl
  124. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/variant.inl
  125. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/variant_internal.hpp
  126. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/variant_queue.inl
  127. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/cxx/vector.inl
  128. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/design_pattern/creation.inl
  129. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/file_reader/file_reader.hpp
  130. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/graphs/directed_acyclic_graph.hpp
  131. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/graphs/directed_graph.hpp
  132. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/objectpool/objectpool.hpp
  133. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/access_control.hpp
  134. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/ipc_channel.hpp
  135. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/message_queue.hpp
  136. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/mutex.hpp
  137. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/posix_call.inl
  138. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/shared_memory_object.hpp
  139. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/shared_memory_object/allocator.hpp
  140. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/shared_memory_object/memory_map.hpp
  141. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/shared_memory_object/shared_memory.hpp
  142. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/system_configuration.hpp
  143. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/posix_wrapper/unix_domain_socket.hpp
  144. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/atomic_relocatable_pointer.hpp
  145. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/atomic_relocatable_pointer.inl
  146. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/base_relative_pointer.hpp
  147. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/pointer_repository.hpp
  148. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/pointer_repository.inl
  149. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/relative_pointer.hpp
  150. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/relative_pointer.inl
  151. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/relative_pointer_data.hpp
  152. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/relative_pointer_data.inl
  153. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/relocatable_ptr.hpp
  154. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/relocatable_pointer/relocatable_ptr.inl
  155. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/units/duration.hpp
  156. include/iceoryx/v2.0.5/iceoryx_hoofs/internal/units/duration.inl
  157. include/iceoryx/v2.0.5/iceoryx_hoofs/log/logcommon.hpp
  158. include/iceoryx/v2.0.5/iceoryx_hoofs/log/logger.hpp
  159. include/iceoryx/v2.0.5/iceoryx_hoofs/log/logging.hpp
  160. include/iceoryx/v2.0.5/iceoryx_hoofs/log/logging_free_function_building_block.hpp
  161. include/iceoryx/v2.0.5/iceoryx_hoofs/log/logmanager.hpp
  162. include/iceoryx/v2.0.5/iceoryx_hoofs/log/logstream.hpp
  163. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/acl.hpp
  164. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/dlfcn.hpp
  165. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/errno.hpp
  166. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/fcntl.hpp
  167. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/file.hpp
  168. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/getopt.hpp
  169. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/grp.hpp
  170. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/inet.hpp
  171. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/mman.hpp
  172. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/mqueue.hpp
  173. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/platform_correction.hpp
  174. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/platform_settings.hpp
  175. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/pthread.hpp
  176. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/pwd.hpp
  177. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/resource.hpp
  178. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/semaphore.hpp
  179. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/signal.hpp
  180. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/socket.hpp
  181. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/stat.hpp
  182. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/time.hpp
  183. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/types.hpp
  184. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/un.hpp
  185. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/unistd.hpp
  186. include/iceoryx/v2.0.5/iceoryx_hoofs/platform/wait.hpp
  187. include/iceoryx/v2.0.5/iceoryx_hoofs/posix_wrapper/file_lock.hpp
  188. include/iceoryx/v2.0.5/iceoryx_hoofs/posix_wrapper/named_pipe.hpp
  189. include/iceoryx/v2.0.5/iceoryx_hoofs/posix_wrapper/posix_access_rights.hpp
  190. include/iceoryx/v2.0.5/iceoryx_hoofs/posix_wrapper/posix_call.hpp
  191. include/iceoryx/v2.0.5/iceoryx_hoofs/posix_wrapper/semaphore.hpp
  192. include/iceoryx/v2.0.5/iceoryx_hoofs/posix_wrapper/signal_handler.hpp
  193. include/iceoryx/v2.0.5/iceoryx_hoofs/posix_wrapper/signal_watcher.hpp
  194. include/iceoryx/v2.0.5/iceoryx_hoofs/posix_wrapper/thread.hpp
  195. include/iceoryx/v2.0.5/iceoryx_hoofs/posix_wrapper/timer.hpp
  196. include/iceoryx/v2.0.5/iceoryx_posh/capro/service_description.hpp
  197. include/iceoryx/v2.0.5/iceoryx_posh/gateway/channel.hpp
  198. include/iceoryx/v2.0.5/iceoryx_posh/gateway/gateway_base.hpp
  199. include/iceoryx/v2.0.5/iceoryx_posh/gateway/gateway_config.hpp
  200. include/iceoryx/v2.0.5/iceoryx_posh/gateway/gateway_discovery.hpp
  201. include/iceoryx/v2.0.5/iceoryx_posh/gateway/gateway_generic.hpp
  202. include/iceoryx/v2.0.5/iceoryx_posh/gateway/toml_gateway_config_parser.hpp
  203. include/iceoryx/v2.0.5/iceoryx_posh/iceoryx_posh_config.hpp
  204. include/iceoryx/v2.0.5/iceoryx_posh/iceoryx_posh_deployment.hpp
  205. include/iceoryx/v2.0.5/iceoryx_posh/iceoryx_posh_types.hpp
  206. include/iceoryx/v2.0.5/iceoryx_posh/iceoryx_posh_types.inl
  207. include/iceoryx/v2.0.5/iceoryx_posh/internal/capro/capro_message.hpp
  208. include/iceoryx/v2.0.5/iceoryx_posh/internal/capro/capro_message.inl
  209. include/iceoryx/v2.0.5/iceoryx_posh/internal/gateway/channel.inl
  210. include/iceoryx/v2.0.5/iceoryx_posh/internal/gateway/gateway_generic.inl
  211. include/iceoryx/v2.0.5/iceoryx_posh/internal/log/posh_config_logging.hpp
  212. include/iceoryx/v2.0.5/iceoryx_posh/internal/log/posh_logging.hpp
  213. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/chunk_management.hpp
  214. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/mem_pool.hpp
  215. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/memory_manager.hpp
  216. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/memory_manager.inl
  217. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/mepoo.hpp
  218. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/mepoo_segment.hpp
  219. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/mepoo_segment.inl
  220. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/segment_manager.hpp
  221. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/segment_manager.inl
  222. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/shared_chunk.hpp
  223. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/shared_pointer.hpp
  224. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/shared_pointer.inl
  225. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/shm_safe_unmanaged_chunk.hpp
  226. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/typed_mem_pool.hpp
  227. include/iceoryx/v2.0.5/iceoryx_posh/internal/mepoo/typed_mem_pool.inl
  228. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/base_client.hpp
  229. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/base_client.inl
  230. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/base_publisher.hpp
  231. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/base_publisher.inl
  232. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/base_server.hpp
  233. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/base_server.inl
  234. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/base_subscriber.hpp
  235. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/base_subscriber.inl
  236. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_distributor.hpp
  237. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_distributor.inl
  238. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_distributor_data.hpp
  239. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_distributor_data.inl
  240. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_queue_data.hpp
  241. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_queue_data.inl
  242. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_queue_popper.hpp
  243. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_queue_popper.inl
  244. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_queue_pusher.hpp
  245. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_queue_pusher.inl
  246. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_receiver.hpp
  247. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_receiver.inl
  248. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_receiver_data.hpp
  249. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_receiver_data.inl
  250. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_sender.hpp
  251. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_sender.inl
  252. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_sender_data.hpp
  253. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/chunk_sender_data.inl
  254. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/condition_listener.hpp
  255. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/condition_notifier.hpp
  256. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/condition_variable_data.hpp
  257. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/locking_policy.hpp
  258. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/typed_unique_id.hpp
  259. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/building_blocks/unique_port_id.hpp
  260. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/client_impl.hpp
  261. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/client_impl.inl
  262. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/listener.inl
  263. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/notification_attorney.inl
  264. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/notification_callback.inl
  265. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/notification_info.inl
  266. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/base_port.hpp
  267. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/base_port.inl
  268. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/base_port_data.hpp
  269. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/client_port_data.hpp
  270. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/client_port_roudi.hpp
  271. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/client_port_user.hpp
  272. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/client_port_user.inl
  273. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/client_server_port_types.hpp
  274. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/interface_port.hpp
  275. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/interface_port_data.hpp
  276. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/pub_sub_port_types.hpp
  277. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/publisher_port_data.hpp
  278. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/publisher_port_roudi.hpp
  279. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/publisher_port_user.hpp
  280. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/server_port_data.hpp
  281. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/server_port_roudi.hpp
  282. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/server_port_user.hpp
  283. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/server_port_user.inl
  284. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/subscriber_port_data.hpp
  285. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/subscriber_port_multi_producer.hpp
  286. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/subscriber_port_roudi.hpp
  287. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/subscriber_port_single_producer.hpp
  288. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/ports/subscriber_port_user.hpp
  289. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/publisher_impl.hpp
  290. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/publisher_impl.inl
  291. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/publisher_interface.hpp
  292. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/request.inl
  293. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/request_deleter.hpp
  294. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/request_deleter.inl
  295. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/response.inl
  296. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/response_deleter.hpp
  297. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/response_deleter.inl
  298. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/rpc_interface.hpp
  299. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/sample.inl
  300. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/sample_deleter.hpp
  301. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/sample_deleter.inl
  302. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/server_impl.hpp
  303. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/server_impl.inl
  304. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/smart_chunk.hpp
  305. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/smart_chunk.inl
  306. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/subscriber_impl.hpp
  307. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/subscriber_impl.inl
  308. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/trigger.inl
  309. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/typed_port_api_trait.hpp
  310. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/untyped_client_impl.hpp
  311. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/untyped_client_impl.inl
  312. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/untyped_publisher_impl.hpp
  313. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/untyped_publisher_impl.inl
  314. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/untyped_server_impl.hpp
  315. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/untyped_server_impl.inl
  316. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/untyped_subscriber_impl.hpp
  317. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/untyped_subscriber_impl.inl
  318. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/used_chunk_list.hpp
  319. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/used_chunk_list.inl
  320. include/iceoryx/v2.0.5/iceoryx_posh/internal/popo/wait_set.inl
  321. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/introspection/fixed_size_container.hpp
  322. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/introspection/mempool_introspection.hpp
  323. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/introspection/mempool_introspection.inl
  324. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/introspection/port_introspection.hpp
  325. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/introspection/port_introspection.inl
  326. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/introspection/process_introspection.hpp
  327. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/introspection/process_introspection.inl
  328. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/memory/generic_memory_block.inl
  329. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/memory/mempool_collection_memory_block.hpp
  330. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/memory/mempool_segment_manager_memory_block.hpp
  331. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/memory/port_pool_memory_block.hpp
  332. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/port_manager.hpp
  333. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/port_manager.inl
  334. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/port_pool_data.hpp
  335. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/port_pool_data.inl
  336. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/process.hpp
  337. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/process_manager.hpp
  338. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/roudi.hpp
  339. include/iceoryx/v2.0.5/iceoryx_posh/internal/roudi/service_registry.hpp
  340. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/ipc_interface_base.hpp
  341. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/ipc_interface_creator.hpp
  342. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/ipc_interface_user.hpp
  343. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/ipc_message.hpp
  344. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/ipc_message.inl
  345. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/ipc_runtime_interface.hpp
  346. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/node_data.hpp
  347. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/node_property.hpp
  348. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/posh_runtime_impl.hpp
  349. include/iceoryx/v2.0.5/iceoryx_posh/internal/runtime/shared_memory_user.hpp
  350. include/iceoryx/v2.0.5/iceoryx_posh/mepoo/chunk_header.hpp
  351. include/iceoryx/v2.0.5/iceoryx_posh/mepoo/chunk_settings.hpp
  352. include/iceoryx/v2.0.5/iceoryx_posh/mepoo/memory_info.hpp
  353. include/iceoryx/v2.0.5/iceoryx_posh/mepoo/mepoo_config.hpp
  354. include/iceoryx/v2.0.5/iceoryx_posh/mepoo/segment_config.hpp
  355. include/iceoryx/v2.0.5/iceoryx_posh/popo/client.hpp
  356. include/iceoryx/v2.0.5/iceoryx_posh/popo/client_options.hpp
  357. include/iceoryx/v2.0.5/iceoryx_posh/popo/enum_trigger_type.hpp
  358. include/iceoryx/v2.0.5/iceoryx_posh/popo/listener.hpp
  359. include/iceoryx/v2.0.5/iceoryx_posh/popo/notification_attorney.hpp
  360. include/iceoryx/v2.0.5/iceoryx_posh/popo/notification_callback.hpp
  361. include/iceoryx/v2.0.5/iceoryx_posh/popo/notification_info.hpp
  362. include/iceoryx/v2.0.5/iceoryx_posh/popo/port_queue_policies.hpp
  363. include/iceoryx/v2.0.5/iceoryx_posh/popo/publisher.hpp
  364. include/iceoryx/v2.0.5/iceoryx_posh/popo/publisher_options.hpp
  365. include/iceoryx/v2.0.5/iceoryx_posh/popo/request.hpp
  366. include/iceoryx/v2.0.5/iceoryx_posh/popo/response.hpp
  367. include/iceoryx/v2.0.5/iceoryx_posh/popo/rpc_header.hpp
  368. include/iceoryx/v2.0.5/iceoryx_posh/popo/sample.hpp
  369. include/iceoryx/v2.0.5/iceoryx_posh/popo/server.hpp
  370. include/iceoryx/v2.0.5/iceoryx_posh/popo/server_options.hpp
  371. include/iceoryx/v2.0.5/iceoryx_posh/popo/subscriber.hpp
  372. include/iceoryx/v2.0.5/iceoryx_posh/popo/subscriber_options.hpp
  373. include/iceoryx/v2.0.5/iceoryx_posh/popo/trigger.hpp
  374. include/iceoryx/v2.0.5/iceoryx_posh/popo/trigger_handle.hpp
  375. include/iceoryx/v2.0.5/iceoryx_posh/popo/untyped_client.hpp
  376. include/iceoryx/v2.0.5/iceoryx_posh/popo/untyped_publisher.hpp
  377. include/iceoryx/v2.0.5/iceoryx_posh/popo/untyped_server.hpp
  378. include/iceoryx/v2.0.5/iceoryx_posh/popo/untyped_subscriber.hpp
  379. include/iceoryx/v2.0.5/iceoryx_posh/popo/user_trigger.hpp
  380. include/iceoryx/v2.0.5/iceoryx_posh/popo/wait_set.hpp
  381. include/iceoryx/v2.0.5/iceoryx_posh/roudi/cmd_line_args.hpp
  382. include/iceoryx/v2.0.5/iceoryx_posh/roudi/iceoryx_roudi_app.hpp
  383. include/iceoryx/v2.0.5/iceoryx_posh/roudi/iceoryx_roudi_components.hpp
  384. include/iceoryx/v2.0.5/iceoryx_posh/roudi/introspection_types.hpp
  385. include/iceoryx/v2.0.5/iceoryx_posh/roudi/memory/default_roudi_memory.hpp
  386. include/iceoryx/v2.0.5/iceoryx_posh/roudi/memory/generic_memory_block.hpp
  387. include/iceoryx/v2.0.5/iceoryx_posh/roudi/memory/iceoryx_roudi_memory_manager.hpp
  388. include/iceoryx/v2.0.5/iceoryx_posh/roudi/memory/memory_block.hpp
  389. include/iceoryx/v2.0.5/iceoryx_posh/roudi/memory/memory_provider.hpp
  390. include/iceoryx/v2.0.5/iceoryx_posh/roudi/memory/posix_shm_memory_provider.hpp
  391. include/iceoryx/v2.0.5/iceoryx_posh/roudi/memory/roudi_memory_interface.hpp
  392. include/iceoryx/v2.0.5/iceoryx_posh/roudi/memory/roudi_memory_manager.hpp
  393. include/iceoryx/v2.0.5/iceoryx_posh/roudi/port_pool.hpp
  394. include/iceoryx/v2.0.5/iceoryx_posh/roudi/port_pool.inl
  395. include/iceoryx/v2.0.5/iceoryx_posh/roudi/roudi_app.hpp
  396. include/iceoryx/v2.0.5/iceoryx_posh/roudi/roudi_cmd_line_parser.hpp
  397. include/iceoryx/v2.0.5/iceoryx_posh/roudi/roudi_cmd_line_parser_config_file_option.hpp
  398. include/iceoryx/v2.0.5/iceoryx_posh/roudi/roudi_config.hpp
  399. include/iceoryx/v2.0.5/iceoryx_posh/roudi/roudi_config_file_provider.hpp
  400. include/iceoryx/v2.0.5/iceoryx_posh/roudi/roudi_config_toml_file_provider.hpp
  401. include/iceoryx/v2.0.5/iceoryx_posh/runtime/node.hpp
  402. include/iceoryx/v2.0.5/iceoryx_posh/runtime/port_config_info.hpp
  403. include/iceoryx/v2.0.5/iceoryx_posh/runtime/posh_runtime.hpp
  404. include/iceoryx/v2.0.5/iceoryx_posh/runtime/posh_runtime_single_process.hpp
  405. include/iceoryx/v2.0.5/iceoryx_posh/runtime/service_discovery.hpp
  406. include/iceoryx/v2.0.5/iceoryx_posh/version/compatibility_check_level.hpp
  407. include/iceoryx/v2.0.5/iceoryx_posh/version/version_info.hpp
  408. include/iceoryx/v2.0.5/iceoryx_versions.hpp
  409. lib/cmake/iceoryx_binding_c/iceoryx_binding_cConfig.cmake
  410. lib/cmake/iceoryx_binding_c/iceoryx_binding_cConfigVersion.cmake
  411. lib/cmake/iceoryx_binding_c/iceoryx_binding_cTargets-release.cmake
  412. lib/cmake/iceoryx_binding_c/iceoryx_binding_cTargets.cmake
  413. lib/cmake/iceoryx_hoofs/IceoryxPackageHelper.cmake
  414. lib/cmake/iceoryx_hoofs/IceoryxPlatform.cmake
  415. lib/cmake/iceoryx_hoofs/IceoryxVersion.cmake
  416. lib/cmake/iceoryx_hoofs/iceoryx_hoofsConfig.cmake
  417. lib/cmake/iceoryx_hoofs/iceoryx_hoofsConfigVersion.cmake
  418. lib/cmake/iceoryx_hoofs/iceoryx_hoofsTargets-release.cmake
  419. lib/cmake/iceoryx_hoofs/iceoryx_hoofsTargets.cmake
  420. lib/cmake/iceoryx_posh/IceoryxPoshDeployment.cmake
  421. lib/cmake/iceoryx_posh/iceoryx_poshConfig.cmake
  422. lib/cmake/iceoryx_posh/iceoryx_poshConfigVersion.cmake
  423. lib/cmake/iceoryx_posh/iceoryx_poshTargets-release.cmake
  424. lib/cmake/iceoryx_posh/iceoryx_poshTargets.cmake
  425. lib/libiceoryx_binding_c.so
  426. lib/libiceoryx_hoofs.so
  427. lib/libiceoryx_platform.so
  428. lib/libiceoryx_posh.so
  429. lib/libiceoryx_posh_config.so
  430. lib/libiceoryx_posh_gateway.so
  431. lib/libiceoryx_posh_roudi.so
  432. share/doc/iceoryx/3rd_party_licenses/cyclonedds-cxx/LICENSE
  433. share/doc/iceoryx/3rd_party_licenses/cyclonedds/LICENSE
  434. share/doc/iceoryx/3rd_party_licenses/cyclonedds/NOTICE.md
  435. share/doc/iceoryx/3rd_party_licenses/googletest/LICENSE
  436. share/doc/iceoryx/FAQ.md
  437. share/doc/iceoryx/LICENSE
  438. share/doc/iceoryx/NOTICE.md
  439. share/doc/iceoryx/README.md
  440. share/doc/iceoryx/installation-guide-for-contributors.md
  441. share/doc/iceoryx/overview.md
  442. share/doc/iceoryx/release-notes/.pages
  443. share/doc/iceoryx/release-notes/iceoryx-unreleased.md
  444. share/doc/iceoryx/release-notes/iceoryx-v1-0-0.md
  445. share/doc/iceoryx/release-notes/iceoryx-v1-0-1.md
  446. share/doc/iceoryx/release-notes/iceoryx-v1-0-2.md
  447. share/doc/iceoryx/release-notes/iceoryx-v2-0-0.md
  448. share/doc/iceoryx/release-notes/iceoryx-v2-0-1.md
  449. share/doc/iceoryx/release-notes/iceoryx-v2-0-2.md
  450. share/doc/iceoryx/release-notes/iceoryx-v2-0-3.md
  451. share/doc/iceoryx/release-notes/iceoryx-v2-0-4.md
  452. share/doc/iceoryx/release-notes/iceoryx-v2-0-5.md
  453. share/doc/iceoryx_binding_c/LICENSE
  454. share/doc/iceoryx_hoofs/LICENSE
  455. share/doc/iceoryx_posh/3rd_party_licenses/cpptoml/LICENSE
  456. share/doc/iceoryx_posh/LICENSE
  457. @owner
  458. @group
  459. @mode
Collapse this list.
Dependency lines:
  • iceoryx>0:comms/iceoryx
To install the port:
cd /usr/ports/comms/iceoryx/ && make install clean
To add the package, run one of these commands:
  • pkg install comms/iceoryx
  • pkg install iceoryx
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: iceoryx
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64 powerpc64 powerpc64le riscv64
distinfo:
TIMESTAMP = 1705967958 SHA256 (eclipse-iceoryx-iceoryx-v2.0.5_GH0.tar.gz) = bf6de70e3edee71223f993a29bff5e61af95ce4871104929d8bd1729f544bafb SIZE (eclipse-iceoryx-iceoryx-v2.0.5_GH0.tar.gz) = 1544738

Packages (timestamps in pop-ups are UTC):
iceoryx
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.52.0.5------
FreeBSD:13:quarterly2.0.32.0.3----2.0.32.0.3
FreeBSD:14:latest2.0.52.0.5-----2.0.3
FreeBSD:14:quarterly2.0.32.0.3----2.0.32.0.3
FreeBSD:15:latest2.0.52.0.5n/a-n/a-2.0.52.0.5
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. cpptoml>=0.1.1 : textproc/cpptoml
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
This port is required by:
for Libraries
  1. comms/cyclonedds

Configuration Options:
===> The following configuration options are available for iceoryx-2.0.5: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
comms_iceoryx
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/eclipse-iceoryx/iceoryx/tar.gz/v2.0.5?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.0.5
31 Jan 2024 19:21:18
commit hash: dce36d2185d1a9df428ab7606e3d00ef0e9a276ccommit hash: dce36d2185d1a9df428ab7606e3d00ef0e9a276ccommit hash: dce36d2185d1a9df428ab7606e3d00ef0e9a276ccommit hash: dce36d2185d1a9df428ab7606e3d00ef0e9a276c files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
comms/iceoryx: Update to v2.0.5

Differential Revision: https://reviews.freebsd.org/D43554
2.0.3
25 Feb 2023 16:31:09
commit hash: f616e60cdc516570c231e40d7982ec0ddb0826c2commit hash: f616e60cdc516570c231e40d7982ec0ddb0826c2commit hash: f616e60cdc516570c231e40d7982ec0ddb0826c2commit hash: f616e60cdc516570c231e40d7982ec0ddb0826c2 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Florian Limberger
comms/iceoryx: Update to v2.0.3

Reviewed By: arrowd

Differential Revision: https://reviews.freebsd.org/D38769
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)
2.0.2
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)
2.0.2
01 Aug 2022 17:41:44
commit hash: 99055a8c8fe702e84288a838c9ecfa71e24459b7commit hash: 99055a8c8fe702e84288a838c9ecfa71e24459b7commit hash: 99055a8c8fe702e84288a838c9ecfa71e24459b7commit hash: 99055a8c8fe702e84288a838c9ecfa71e24459b7 files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Florian Limberger
comms/iceoryx: Disable on non-64-bit platforms.

Summary: Upstream supports only 64-bit hardware.

Test Plan:
* portlint: OK
* portclippy: OK

Reviewed by: arrowd

Differential Revision: https://reviews.freebsd.org/D36008
2.0.2
29 Jul 2022 07:25:00
commit hash: 36b05703cb0f7a3a5d91f12fb967593ab44dbbcdcommit hash: 36b05703cb0f7a3a5d91f12fb967593ab44dbbcdcommit hash: 36b05703cb0f7a3a5d91f12fb967593ab44dbbcdcommit hash: 36b05703cb0f7a3a5d91f12fb967593ab44dbbcd files touched by this commit
Gleb Popov (arrowd) search for other commits by this committer
Author: Florian Limberger
comms/iceoryx: True zero-copy inter-process communication

Add comms/iceoryx port, which is a dependency for https://cyclonedds.io/

Test Plan:
* portlint: OK
* testport: amd64, 13.1-RELEASE tested

Reviewed by: arrowd

Differential Revision: https://reviews.freebsd.org/D35421

Number of commits found: 6