Port details |
- iceoryx True zero-copy inter-process communication
- 2.0.6 comms
=3 2.0.5Version of this port present on the latest quarterly branch. - Maintainer: flo@purplekraken.com
 - Port Added: 2022-07-29 07:27:15
- Last Update: 2024-12-15 06:38:21
- Commit Hash: a4e5a5f
- People watching this port, also watch:: opencv, lapce, ollama, openvsp, xxd
- License: APACHE20
- WWW:
- https://iceoryx.io/
- https://github.com/eclipse-iceoryx/iceoryx/
- 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.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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 = 1732270983
SHA256 (eclipse-iceoryx-iceoryx-v2.0.6_GH0.tar.gz) = a2add8ffee0c3357ef985cc46c7de79ccb754ea2bed02c61f2ff805ab2c869f1
SIZE (eclipse-iceoryx-iceoryx-v2.0.6_GH0.tar.gz) = 1545225
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cpptoml>=0.1.1 : textproc/cpptoml
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Libraries
-
- comms/cyclonedds
Configuration Options:
- ===> The following configuration options are available for iceoryx-2.0.6:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0.6 15 Dec 2024 06:38:21
    |
Yuri Victorovich (yuri)  Author: Älven |
comms/iceoryx: update 2.0.5 → 2.0.6
PR: 282915
Approved by: flo@purplekraken.com (maintainer's timeout; 22 days) |
2.0.5 31 Jan 2024 19:21:18
    |
Gleb Popov (arrowd)  |
comms/iceoryx: Update to v2.0.5
Differential Revision: https://reviews.freebsd.org/D43554 |
2.0.3 25 Feb 2023 16:31:09
    |
Gleb Popov (arrowd)  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
    |
Stefan Eßer (se)  |
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
    |
Stefan Eßer (se)  |
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 ) |
2.0.2 01 Aug 2022 17:41:44
    |
Gleb Popov (arrowd)  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
    |
Gleb Popov (arrowd)  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 |