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
Port details
aeron Reliable UDP unicast, UDP multicast, and IPC message transport
1.46.7 net-p2pnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-12-10 07:00:41
Last Update: 2024-12-13 02:13:28
Commit Hash: 54b6257
License: APACHE20
WWW:
https://aeron.io/
https://github.com/real-logic/aeron
Description:
Efficient reliable UDP unicast, UDP multicast, and IPC message transport. Java, C, C++, .NET clients are available. All clients can exchange messages across machines, or on the same machine via IPC, very efficiently. Message streams can be recorded by the Archive module to persistent storage for later, or real-time, replay. Aeron Cluster provides support for fault-tolerant services as replicated state machines based on the Raft consensus algorithm.
HomepageHomepage    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 (292 items)
Collapse this list.
  1. /usr/local/share/licenses/aeron-1.46.7/catalog.mk
  2. /usr/local/share/licenses/aeron-1.46.7/LICENSE
  3. /usr/local/share/licenses/aeron-1.46.7/APACHE20
  4. bin/aeronmd
  5. bin/aeronmd_s
  6. include/Aeron.h
  7. include/AeronCounters.h
  8. include/AeronVersion.h
  9. include/BufferBuilder.h
  10. include/ChannelUri.h
  11. include/ChannelUriStringBuilder.h
  12. include/ClientConductor.h
  13. include/CncFileDescriptor.h
  14. include/CncFileReader.h
  15. include/Context.h
  16. include/ControlledFragmentAssembler.h
  17. include/Counter.h
  18. include/DriverListenerAdapter.h
  19. include/DriverProxy.h
  20. include/ExclusivePublication.h
  21. include/FragmentAssembler.h
  22. include/HeartbeatTimestamp.h
  23. include/Image.h
  24. include/ImageControlledFragmentAssembler.h
  25. include/ImageFragmentAssembler.h
  26. include/LogBuffers.h
  27. include/Publication.h
  28. include/Subscription.h
  29. include/aeron/aeron_agent.h
  30. include/aeron/aeron_alloc.h
  31. include/aeron/aeron_client.h
  32. include/aeron/aeron_client_conductor.h
  33. include/aeron/aeron_cnc_file_descriptor.h
  34. include/aeron/aeron_common.h
  35. include/aeron/aeron_context.h
  36. include/aeron/aeron_counter.h
  37. include/aeron/aeron_counters.h
  38. include/aeron/aeron_exclusive_publication.h
  39. include/aeron/aeron_fragment_assembler.h
  40. include/aeron/aeron_image.h
  41. include/aeron/aeron_log_buffer.h
  42. include/aeron/aeron_publication.h
  43. include/aeron/aeron_socket.h
  44. include/aeron/aeron_subscription.h
  45. include/aeron/aeron_windows.h
  46. include/aeron/aeronc.h
  47. include/aeron/collections/aeron_array_to_ptr_hash_map.h
  48. include/aeron/collections/aeron_bit_set.h
  49. include/aeron/collections/aeron_hashing.h
  50. include/aeron/collections/aeron_int64_counter_map.h
  51. include/aeron/collections/aeron_int64_to_ptr_hash_map.h
  52. include/aeron/collections/aeron_int64_to_tagged_ptr_hash_map.h
  53. include/aeron/collections/aeron_linked_queue.h
  54. include/aeron/collections/aeron_map.h
  55. include/aeron/collections/aeron_str_to_ptr_hash_map.h
  56. include/aeron/command/aeron_control_protocol.h
  57. include/aeron/concurrent/aeron_atomic.h
  58. include/aeron/concurrent/aeron_atomic64_c11.h
  59. include/aeron/concurrent/aeron_atomic64_gcc_x86_64.h
  60. include/aeron/concurrent/aeron_atomic64_msvc.h
  61. include/aeron/concurrent/aeron_blocking_linked_queue.h
  62. include/aeron/concurrent/aeron_broadcast_descriptor.h
  63. include/aeron/concurrent/aeron_broadcast_receiver.h
  64. include/aeron/concurrent/aeron_broadcast_transmitter.h
  65. include/aeron/concurrent/aeron_concurrent_array_queue.h
  66. include/aeron/concurrent/aeron_counters_manager.h
  67. include/aeron/concurrent/aeron_distinct_error_log.h
  68. include/aeron/concurrent/aeron_executor.h
  69. include/aeron/concurrent/aeron_logbuffer_descriptor.h
  70. include/aeron/concurrent/aeron_mpsc_concurrent_array_queue.h
  71. include/aeron/concurrent/aeron_mpsc_rb.h
  72. include/aeron/concurrent/aeron_rb.h
  73. include/aeron/concurrent/aeron_spsc_concurrent_array_queue.h
  74. include/aeron/concurrent/aeron_spsc_rb.h
  75. include/aeron/concurrent/aeron_term_gap_filler.h
  76. include/aeron/concurrent/aeron_term_gap_scanner.h
  77. include/aeron/concurrent/aeron_term_rebuilder.h
  78. include/aeron/concurrent/aeron_term_scanner.h
  79. include/aeron/concurrent/aeron_term_unblocker.h
  80. include/aeron/concurrent/aeron_thread.h
  81. include/aeron/protocol/aeron_udp_protocol.h
  82. include/aeron/reports/aeron_loss_reporter.h
  83. include/aeron/status/aeron_local_sockaddr.h
  84. include/aeron/uri/aeron_uri.h
  85. include/aeron/util/aeron_arrayutil.h
  86. include/aeron/util/aeron_bitutil.h
  87. include/aeron/util/aeron_clock.h
  88. include/aeron/util/aeron_deque.h
  89. include/aeron/util/aeron_dlopen.h
  90. include/aeron/util/aeron_env.h
  91. include/aeron/util/aeron_error.h
  92. include/aeron/util/aeron_fileutil.h
  93. include/aeron/util/aeron_http_util.h
  94. include/aeron/util/aeron_math.h
  95. include/aeron/util/aeron_netutil.h
  96. include/aeron/util/aeron_parse_util.h
  97. include/aeron/util/aeron_platform.h
  98. include/aeron/util/aeron_properties_util.h
  99. include/aeron/util/aeron_strutil.h
  100. include/aeron/util/aeron_symbol_table.h
  101. include/aeronmd/aeron_congestion_control.h
  102. include/aeronmd/aeron_csv_table_name_resolver.h
  103. include/aeronmd/aeron_data_packet_dispatcher.h
  104. include/aeronmd/aeron_driver.h
  105. include/aeronmd/aeron_driver_common.h
  106. include/aeronmd/aeron_driver_conductor.h
  107. include/aeronmd/aeron_driver_conductor_proxy.h
  108. include/aeronmd/aeron_driver_context.h
  109. include/aeronmd/aeron_driver_name_resolver.h
  110. include/aeronmd/aeron_driver_receiver.h
  111. include/aeronmd/aeron_driver_receiver_proxy.h
  112. include/aeronmd/aeron_driver_sender.h
  113. include/aeronmd/aeron_driver_sender_proxy.h
  114. include/aeronmd/aeron_driver_version.h
  115. include/aeronmd/aeron_duty_cycle_tracker.h
  116. include/aeronmd/aeron_flow_control.h
  117. include/aeronmd/aeron_ipc_publication.h
  118. include/aeronmd/aeron_loss_detector.h
  119. include/aeronmd/aeron_name_resolver.h
  120. include/aeronmd/aeron_name_resolver_cache.h
  121. include/aeronmd/aeron_network_publication.h
  122. include/aeronmd/aeron_port_manager.h
  123. include/aeronmd/aeron_position.h
  124. include/aeronmd/aeron_publication_image.h
  125. include/aeronmd/aeron_retransmit_handler.h
  126. include/aeronmd/aeron_system_counters.h
  127. include/aeronmd/aeron_termination_validator.h
  128. include/aeronmd/aeronmd.h
  129. include/aeronmd/agent/aeron_driver_agent.h
  130. include/aeronmd/concurrent/aeron_logbuffer_unblocker.h
  131. include/aeronmd/media/aeron_receive_channel_endpoint.h
  132. include/aeronmd/media/aeron_receive_destination.h
  133. include/aeronmd/media/aeron_send_channel_endpoint.h
  134. include/aeronmd/media/aeron_timestamps.h
  135. include/aeronmd/media/aeron_udp_channel.h
  136. include/aeronmd/media/aeron_udp_channel_transport.h
  137. include/aeronmd/media/aeron_udp_channel_transport_bindings.h
  138. include/aeronmd/media/aeron_udp_channel_transport_fixed_loss.h
  139. include/aeronmd/media/aeron_udp_channel_transport_loss.h
  140. include/aeronmd/media/aeron_udp_channel_transport_multi_gap_loss.h
  141. include/aeronmd/media/aeron_udp_destination_tracker.h
  142. include/aeronmd/media/aeron_udp_transport_poller.h
  143. include/aeronmd/uri/aeron_driver_uri.h
  144. include/command/ClientTimeoutFlyweight.h
  145. include/command/ControlProtocolEvents.h
  146. include/command/CorrelatedMessageFlyweight.h
  147. include/command/CounterMessageFlyweight.h
  148. include/command/CounterUpdateFlyweight.h
  149. include/command/DestinationMessageFlyweight.h
  150. include/command/ErrorResponseFlyweight.h
  151. include/command/Flyweight.h
  152. include/command/ImageBuffersReadyFlyweight.h
  153. include/command/ImageMessageFlyweight.h
  154. include/command/OperationSucceededFlyweight.h
  155. include/command/PublicationBuffersReadyFlyweight.h
  156. include/command/PublicationMessageFlyweight.h
  157. include/command/RemoveMessageFlyweight.h
  158. include/command/SubscriptionMessageFlyweight.h
  159. include/command/SubscriptionReadyFlyweight.h
  160. include/command/TerminateDriverFlyweight.h
  161. include/concurrent/AgentInvoker.h
  162. include/concurrent/AgentRunner.h
  163. include/concurrent/Atomic64.h
  164. include/concurrent/AtomicArrayUpdater.h
  165. include/concurrent/AtomicBuffer.h
  166. include/concurrent/AtomicCounter.h
  167. include/concurrent/BackOffIdleStrategy.h
  168. include/concurrent/BusySpinIdleStrategy.h
  169. include/concurrent/CountersManager.h
  170. include/concurrent/CountersReader.h
  171. include/concurrent/NoOpIdleStrategy.h
  172. include/concurrent/SleepingIdleStrategy.h
  173. include/concurrent/YieldingIdleStrategy.h
  174. include/concurrent/atomic/Atomic64_gcc_cpp11.h
  175. include/concurrent/atomic/Atomic64_gcc_x86_64.h
  176. include/concurrent/atomic/Atomic64_msvc.h
  177. include/concurrent/broadcast/BroadcastBufferDescriptor.h
  178. include/concurrent/broadcast/BroadcastReceiver.h
  179. include/concurrent/broadcast/BroadcastTransmitter.h
  180. include/concurrent/broadcast/CopyBroadcastReceiver.h
  181. include/concurrent/broadcast/RecordDescriptor.h
  182. include/concurrent/errors/DistinctErrorLog.h
  183. include/concurrent/errors/ErrorLogDescriptor.h
  184. include/concurrent/errors/ErrorLogReader.h
  185. include/concurrent/logbuffer/BufferClaim.h
  186. include/concurrent/logbuffer/DataFrameHeader.h
  187. include/concurrent/logbuffer/FrameDescriptor.h
  188. include/concurrent/logbuffer/Header.h
  189. include/concurrent/logbuffer/HeaderWriter.h
  190. include/concurrent/logbuffer/LogBufferDescriptor.h
  191. include/concurrent/logbuffer/TermBlockScanner.h
  192. include/concurrent/logbuffer/TermGapScanner.h
  193. include/concurrent/logbuffer/TermReader.h
  194. include/concurrent/logbuffer/TermRebuilder.h
  195. include/concurrent/logbuffer/TermScanner.h
  196. include/concurrent/reports/LossReportDescriptor.h
  197. include/concurrent/reports/LossReportReader.h
  198. include/concurrent/ringbuffer/ManyToOneRingBuffer.h
  199. include/concurrent/ringbuffer/OneToOneRingBuffer.h
  200. include/concurrent/ringbuffer/RecordDescriptor.h
  201. include/concurrent/ringbuffer/RingBufferDescriptor.h
  202. include/concurrent/status/LocalSocketAddressStatus.h
  203. include/concurrent/status/Position.h
  204. include/concurrent/status/ReadablePosition.h
  205. include/concurrent/status/StatusIndicatorReader.h
  206. include/concurrent/status/UnsafeBufferPosition.h
  207. include/protocol/DataHeaderFlyweight.h
  208. include/protocol/HeaderFlyweight.h
  209. include/protocol/NakFlyweight.h
  210. include/protocol/SetupFlyweight.h
  211. include/protocol/StatusMessageFlyweight.h
  212. include/util/BitUtil.h
  213. include/util/CommandOption.h
  214. include/util/CommandOptionParser.h
  215. include/util/Exceptions.h
  216. include/util/Export.h
  217. include/util/Index.h
  218. include/util/LangUtil.h
  219. include/util/MacroUtil.h
  220. include/util/MemoryMappedFile.h
  221. include/util/Platform.h
  222. include/util/ScopeUtils.h
  223. include/util/StringUtil.h
  224. include/wrapper/Aeron.h
  225. include/wrapper/AeronCounters.h
  226. include/wrapper/BufferBuilder.h
  227. include/wrapper/ChannelUri.h
  228. include/wrapper/ChannelUriStringBuilder.h
  229. include/wrapper/ClientConductor.h
  230. include/wrapper/CncFileDescriptor.h
  231. include/wrapper/CncFileReader.h
  232. include/wrapper/Context.h
  233. include/wrapper/ControlledFragmentAssembler.h
  234. include/wrapper/Counter.h
  235. include/wrapper/ExclusivePublication.h
  236. include/wrapper/FragmentAssembler.h
  237. include/wrapper/HeartbeatTimestamp.h
  238. include/wrapper/Image.h
  239. include/wrapper/ImageControlledFragmentAssembler.h
  240. include/wrapper/ImageFragmentAssembler.h
  241. include/wrapper/Publication.h
  242. include/wrapper/Subscription.h
  243. include/wrapper/concurrent/AgentInvoker.h
  244. include/wrapper/concurrent/AgentRunner.h
  245. include/wrapper/concurrent/Atomic64.h
  246. include/wrapper/concurrent/AtomicBuffer.h
  247. include/wrapper/concurrent/AtomicCounter.h
  248. include/wrapper/concurrent/BackOffIdleStrategy.h
  249. include/wrapper/concurrent/BusySpinIdleStrategy.h
  250. include/wrapper/concurrent/CountersReader.h
  251. include/wrapper/concurrent/NoOpIdleStrategy.h
  252. include/wrapper/concurrent/SleepingIdleStrategy.h
  253. include/wrapper/concurrent/YieldingIdleStrategy.h
  254. include/wrapper/concurrent/atomic/Atomic64_gcc_cpp11.h
  255. include/wrapper/concurrent/atomic/Atomic64_gcc_x86_64.h
  256. include/wrapper/concurrent/atomic/Atomic64_msvc.h
  257. include/wrapper/concurrent/errors/ErrorLogDescriptor.h
  258. include/wrapper/concurrent/errors/ErrorLogReader.h
  259. include/wrapper/concurrent/logbuffer/BufferClaim.h
  260. include/wrapper/concurrent/logbuffer/DataFrameHeader.h
  261. include/wrapper/concurrent/logbuffer/FrameDescriptor.h
  262. include/wrapper/concurrent/logbuffer/Header.h
  263. include/wrapper/concurrent/logbuffer/LogBufferDescriptor.h
  264. include/wrapper/concurrent/logbuffer/TermReader.h
  265. include/wrapper/concurrent/status/Position.h
  266. include/wrapper/concurrent/status/ReadablePosition.h
  267. include/wrapper/concurrent/status/StatusIndicatorReader.h
  268. include/wrapper/concurrent/status/UnsafeBufferPosition.h
  269. include/wrapper/util/BitUtil.h
  270. include/wrapper/util/CommandOption.h
  271. include/wrapper/util/CommandOptionParser.h
  272. include/wrapper/util/Exceptions.h
  273. include/wrapper/util/Index.h
  274. include/wrapper/util/LangUtil.h
  275. include/wrapper/util/MacroUtil.h
  276. include/wrapper/util/MemoryMappedFile.h
  277. include/wrapper/util/Platform.h
  278. include/wrapper/util/ScopeUtils.h
  279. include/wrapper/util/StringUtil.h
  280. lib/cmake/aeron/aeron-config-version.cmake
  281. lib/cmake/aeron/aeron-config.cmake
  282. lib/cmake/aeron/aeron-targets-release.cmake
  283. lib/cmake/aeron/aeron-targets.cmake
  284. lib/libaeron.so
  285. lib/libaeron_client.a
  286. lib/libaeron_client_shared.so
  287. lib/libaeron_driver.so
  288. lib/libaeron_driver_static.a
  289. lib/libaeron_static.a
  290. @owner
  291. @group
  292. @mode
Collapse this list.
Dependency lines:
  • aeron>0:net-p2p/aeron
To install the port:
cd /usr/ports/net-p2p/aeron/ && make install clean
To add the package, run one of these commands:
  • pkg install net-p2p/aeron
  • pkg install aeron
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: aeron
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64
distinfo:
TIMESTAMP = 1733901682 SHA256 (real-logic-aeron-1.46.7_GH0.tar.gz) = 9938226321405034d93eefb50592cca4df1ee5726abda2820689b22c7724522f SIZE (real-logic-aeron-1.46.7_GH0.tar.gz) = 3533219

Packages (timestamps in pop-ups are UTC):
aeron
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.46.71.46.7------
FreeBSD:13:quarterly--------
FreeBSD:14:latest1.46.71.46.7------
FreeBSD:14:quarterly-1.46.7------
FreeBSD:15:latest1.46.71.46.7n/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
Test dependencies:
  1. googletest>0 : devel/googletest
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net-p2p_aeron
USES:
cmake:testing
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/real-logic/aeron/tar.gz/1.46.7?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.46.7
13 Dec 2024 02:13:28
commit hash: 54b6257120d636301dcb0a3dfb5cbed948149363commit hash: 54b6257120d636301dcb0a3dfb5cbed948149363commit hash: 54b6257120d636301dcb0a3dfb5cbed948149363commit hash: 54b6257120d636301dcb0a3dfb5cbed948149363 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net-p2p/aeron: Only for aarch64 amd64

Reported by:	fallout
1.46.7
11 Dec 2024 11:26:53
commit hash: 421b5b4534a0c06576e5061fcf21fddd46c247c0commit hash: 421b5b4534a0c06576e5061fcf21fddd46c247c0commit hash: 421b5b4534a0c06576e5061fcf21fddd46c247c0commit hash: 421b5b4534a0c06576e5061fcf21fddd46c247c0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net-p2p/aeron: update 1.44.6 → 1.46.7

Reported by:	portscout
1.44.6
10 Dec 2024 06:57:40
commit hash: b95e5ac0afb028d6c6f3f168ca6b091e951218f2commit hash: b95e5ac0afb028d6c6f3f168ca6b091e951218f2commit hash: b95e5ac0afb028d6c6f3f168ca6b091e951218f2commit hash: b95e5ac0afb028d6c6f3f168ca6b091e951218f2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
net-p2p/aeron: New port: Reliable UDP unicast, UDP multicast, and IPC message
transport

Number of commits found: 3