Port details on branch 2023Q1 |
- qt6-remoteobjects Qt6 Remote Objects module
- 6.4.2 devel
=0 6.4.2Version of this port present on the latest quarterly branch. - Maintainer: kde@FreeBSD.org
 - Port Added: 2023-01-06 08:39:07
- Last Update: 2023-01-06 08:37:15
- Commit Hash: c00d7a5
- License: LGPL21
- WWW:
- https://qt.io
- Description:
- Qt Remote Objects (QtRO) is an Inter-Process Communication (IPC) module
developed for Qt. This module extends Qt's existing functionalities to enable
information exchange between processes or computers, easily.
One of Qt's key features, to enable this information exchange, is the
distinction between an object's API (defined by its properties, signals, and
slots) and the implementation of that API. QtRO's purpose is to meet that
expected API, even if the true QObject is in a different process. A slot called
on a copy of an object (the Replica in QtRO) is forwarded to the true object
(the Source in QtRO) for handling. Every Replica receives updates to the
Source, either property changes or emitted signals.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- qt6-remoteobjects>0:devel/qt6-remoteobjects
- To install the port:
- cd /usr/ports/devel/qt6-remoteobjects/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/qt6-remoteobjects
- pkg install qt6-remoteobjects
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qt6-remoteobjects
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1672934700
SHA256 (KDE/Qt/6.4.2/qtremoteobjects-everywhere-src-6.4.2.tar.xz) = 583c53640020d5d068eef7ae180d750120bb49e30249c2febdd173c5a7428812
SIZE (KDE/Qt/6.4.2/qtremoteobjects-everywhere-src-6.4.2.tar.xz) = 365884
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- vulkan-headers>0 : graphics/vulkan-headers
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libOpenGL.so : graphics/libglvnd
- libQt6Core.so : devel/qt6-base
- libQt6Qml.so : x11-toolkits/qt6-declarative
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_qt6-remoteobjects
- USES:
- cmake compiler:c++11-lang gl pkgconfig qt-dist:6
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|