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 on branch 2024Q2
qt6-remoteobjects Qt6 Remote Objects module
6.7.2 devel 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 6.7.2Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-05-15 18:21:14
Last Update: 2024-06-20 23:09:16
Commit Hash: 9779a72
License: LGPL21
WWW:
https://www.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.
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 (138 items)
Collapse this list.
  1. /usr/local/share/licenses/qt6-remoteobjects-6.7.2/catalog.mk
  2. /usr/local/share/licenses/qt6-remoteobjects-6.7.2/LICENSE
  3. /usr/local/share/licenses/qt6-remoteobjects-6.7.2/LGPL21
  4. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qconnection_local_backend_p.h
  5. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qconnection_tcpip_backend_p.h
  6. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qconnectionfactories_p.h
  7. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectabstractitemmodeladapter_p.h
  8. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectabstractitemmodelreplica_p.h
  9. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectabstractitemmodeltypes_p.h
  10. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectcontainers_p.h
  11. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectnode_p.h
  12. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectpacket_p.h
  13. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectpendingcall_p.h
  14. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectregistrysource_p.h
  15. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectreplica_p.h
  16. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectsource_p.h
  17. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qremoteobjectsourceio_p.h
  18. include/qt6/QtRemoteObjects/6.7.2/QtRemoteObjects/private/qtremoteobjects-config_p.h
  19. include/qt6/QtRemoteObjects/QAbstractItemModelReplica
  20. include/qt6/QtRemoteObjects/QConnectionAbstractServer
  21. include/qt6/QtRemoteObjects/QIntHash
  22. include/qt6/QtRemoteObjects/QRemoteObjectAbstractPersistedStore
  23. include/qt6/QtRemoteObjects/QRemoteObjectDynamicReplica
  24. include/qt6/QtRemoteObjects/QRemoteObjectHost
  25. include/qt6/QtRemoteObjects/QRemoteObjectHostBase
  26. include/qt6/QtRemoteObjects/QRemoteObjectNode
  27. include/qt6/QtRemoteObjects/QRemoteObjectPendingCall
  28. include/qt6/QtRemoteObjects/QRemoteObjectPendingCallWatcher
  29. include/qt6/QtRemoteObjects/QRemoteObjectPendingReply
  30. include/qt6/QtRemoteObjects/QRemoteObjectRegistry
  31. include/qt6/QtRemoteObjects/QRemoteObjectRegistryHost
  32. include/qt6/QtRemoteObjects/QRemoteObjectReplica
  33. include/qt6/QtRemoteObjects/QRemoteObjectSettingsStore
  34. include/qt6/QtRemoteObjects/QRemoteObjectSourceLocation
  35. include/qt6/QtRemoteObjects/QRemoteObjectSourceLocationInfo
  36. include/qt6/QtRemoteObjects/QRemoteObjectSourceLocations
  37. include/qt6/QtRemoteObjects/QtROClientFactory
  38. include/qt6/QtRemoteObjects/QtROClientIoDevice
  39. include/qt6/QtRemoteObjects/QtROIoDeviceBase
  40. include/qt6/QtRemoteObjects/QtROServerFactory
  41. include/qt6/QtRemoteObjects/QtROServerIoDevice
  42. include/qt6/QtRemoteObjects/QtRemoteObjects
  43. include/qt6/QtRemoteObjects/QtRemoteObjectsDepends
  44. include/qt6/QtRemoteObjects/QtRemoteObjectsVersion
  45. include/qt6/QtRemoteObjects/qconnectionfactories.h
  46. include/qt6/QtRemoteObjects/qremoteobjectabstractitemmodelreplica.h
  47. include/qt6/QtRemoteObjects/qremoteobjectdynamicreplica.h
  48. include/qt6/QtRemoteObjects/qremoteobjectnode.h
  49. include/qt6/QtRemoteObjects/qremoteobjectpendingcall.h
  50. include/qt6/QtRemoteObjects/qremoteobjectregistry.h
  51. include/qt6/QtRemoteObjects/qremoteobjectreplica.h
  52. include/qt6/QtRemoteObjects/qremoteobjectsettingsstore.h
  53. include/qt6/QtRemoteObjects/qremoteobjectsource.h
  54. include/qt6/QtRemoteObjects/qtremoteobjectglobal.h
  55. include/qt6/QtRemoteObjects/qtremoteobjects-config.h
  56. include/qt6/QtRemoteObjects/qtremoteobjectsexports.h
  57. include/qt6/QtRemoteObjects/qtremoteobjectsversion.h
  58. include/qt6/QtRemoteObjectsQml/6.7.2/QtRemoteObjectsQml/private/qremoteobjectsqml_p.h
  59. include/qt6/QtRemoteObjectsQml/QtRemoteObjectsQml
  60. include/qt6/QtRemoteObjectsQml/QtRemoteObjectsQmlDepends
  61. include/qt6/QtRemoteObjectsQml/QtRemoteObjectsQmlVersion
  62. include/qt6/QtRemoteObjectsQml/qtremoteobjectsqmlversion.h
  63. include/qt6/QtRepParser/QtRepParserDepends
  64. include/qt6/QtRepParser/parser.g
  65. lib/cmake/Qt6BuildInternals/StandaloneTests/QtRemoteObjectsTestsConfig.cmake
  66. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsAdditionalTargetInfo.cmake
  67. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfig.cmake
  68. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfigVersion.cmake
  69. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsConfigVersionImpl.cmake
  70. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsTargets-release.cmake
  71. lib/cmake/Qt6Qml/QmlPlugins/Qt6declarative_remoteobjectsTargets.cmake
  72. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsAdditionalTargetInfo.cmake
  73. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfig.cmake
  74. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfigVersion.cmake
  75. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsConfigVersionImpl.cmake
  76. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsDependencies.cmake
  77. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsMacros.cmake
  78. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets-release.cmake
  79. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsTargets.cmake
  80. lib/cmake/Qt6RemoteObjects/Qt6RemoteObjectsVersionlessTargets.cmake
  81. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlAdditionalTargetInfo.cmake
  82. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfig.cmake
  83. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersion.cmake
  84. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlConfigVersionImpl.cmake
  85. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlDependencies.cmake
  86. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets-release.cmake
  87. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlTargets.cmake
  88. lib/cmake/Qt6RemoteObjectsQml/Qt6RemoteObjectsQmlVersionlessTargets.cmake
  89. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsAdditionalTargetInfo.cmake
  90. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfig.cmake
  91. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersion.cmake
  92. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsConfigVersionImpl.cmake
  93. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsDependencies.cmake
  94. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsTargets-release.cmake
  95. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsTargets.cmake
  96. lib/cmake/Qt6RemoteObjectsTools/Qt6RemoteObjectsToolsVersionlessTargets.cmake
  97. lib/cmake/Qt6RepParser/Qt6RepParserAdditionalTargetInfo.cmake
  98. lib/cmake/Qt6RepParser/Qt6RepParserConfig.cmake
  99. lib/cmake/Qt6RepParser/Qt6RepParserConfigVersion.cmake
  100. lib/cmake/Qt6RepParser/Qt6RepParserConfigVersionImpl.cmake
  101. lib/cmake/Qt6RepParser/Qt6RepParserDependencies.cmake
  102. lib/cmake/Qt6RepParser/Qt6RepParserTargets.cmake
  103. lib/cmake/Qt6RepParser/Qt6RepParserVersionlessTargets.cmake
  104. lib/qt6/libQt6RemoteObjects.prl
  105. lib/qt6/libQt6RemoteObjects.so
  106. lib/qt6/libQt6RemoteObjects.so.6
  107. lib/qt6/libQt6RemoteObjects.so.6.7.2
  108. lib/qt6/libQt6RemoteObjectsQml.prl
  109. lib/qt6/libQt6RemoteObjectsQml.so
  110. lib/qt6/libQt6RemoteObjectsQml.so.6
  111. lib/qt6/libQt6RemoteObjectsQml.so.6.7.2
  112. lib/qt6/metatypes/qt6remoteobjects_release_metatypes.json
  113. lib/qt6/metatypes/qt6remoteobjectsqml_release_metatypes.json
  114. lib/qt6/mkspecs/features/remoteobjects_repc.prf
  115. lib/qt6/mkspecs/features/repcclient.pri
  116. lib/qt6/mkspecs/features/repccommon.pri
  117. lib/qt6/mkspecs/features/repcmerged.pri
  118. lib/qt6/mkspecs/features/repcserver.pri
  119. lib/qt6/mkspecs/features/repparser.prf
  120. lib/qt6/mkspecs/modules/qt_lib_remoteobjects.pri
  121. lib/qt6/mkspecs/modules/qt_lib_remoteobjects_private.pri
  122. lib/qt6/mkspecs/modules/qt_lib_remoteobjectsqml.pri
  123. lib/qt6/mkspecs/modules/qt_lib_remoteobjectsqml_private.pri
  124. lib/qt6/mkspecs/modules/qt_lib_repparser.pri
  125. lib/qt6/mkspecs/modules/qt_lib_repparser_private.pri
  126. lib/qt6/qml/QtRemoteObjects/libdeclarative_remoteobjectsplugin.so
  127. lib/qt6/qml/QtRemoteObjects/plugins.qmltypes
  128. lib/qt6/qml/QtRemoteObjects/qmldir
  129. libdata/pkgconfig/Qt6RemoteObjects.pc
  130. libdata/pkgconfig/Qt6RemoteObjectsQml.pc
  131. libdata/pkgconfig/Qt6RepParser.pc
  132. libexec/qt6/repc
  133. share/qt6/modules/RemoteObjects.json
  134. share/qt6/modules/RemoteObjectsQml.json
  135. share/qt6/modules/RepParser.json
  136. @owner
  137. @group
  138. @mode
Collapse this list.
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 = 1718777706 SHA256 (KDE/Qt/6.7.2/qtremoteobjects-everywhere-src-6.7.2.tar.xz) = 0b906b81aa7d6f4e47d4a298da67894433f3096a06f4c4237788c1b2cb9b7483 SIZE (KDE/Qt/6.7.2/qtremoteobjects-everywhere-src-6.7.2.tar.xz) = 537040

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: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. vulkan-headers>0 : graphics/vulkan-headers
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libOpenGL.so : graphics/libglvnd
  2. libQt6Core.so : devel/qt6-base
  3. libQt6Qml.so : x11-toolkits/qt6-declarative
This port is required by:
for Libraries
  1. devel/py-qt6-pyqt
  2. devel/pyside6
for Run
  1. devel/qt6

Configuration Options:
No options to configure
Options name:
devel_qt6-remoteobjects
USES:
cmake compiler:c++17-lang gl pkgconfig qt-dist:6
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (6 items)
Collapse this list.
  1. http://master.qt.io/official_releases/qt/6.7/6.7.2/submodules/
  2. http://www.nic.funet.fi/pub/mirrors/download.qt-project.org/official_releases/qt/6.7/6.7.2/submodules/
  3. https://download.qt.io/official_releases/qt/6.7/6.7.2/submodules/
  4. https://ftp.jaist.ac.jp/pub/qtproject/official_releases/qt/6.7/6.7.2/submodules/
  5. https://www.mirrorservice.org/sites/download.qt-project.org/official_releases/qt/6.7/6.7.2/submodules/
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
6.7.2
20 Jun 2024 23:09:16
commit hash: 9779a72eecc449b024b39b9913fccdce845f2692commit hash: 9779a72eecc449b024b39b9913fccdce845f2692commit hash: 9779a72eecc449b024b39b9913fccdce845f2692commit hash: 9779a72eecc449b024b39b9913fccdce845f2692 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
Qt6: Update to 6.7.2

June 19, 2024

We have released Qt 6.7.2. As a patch release, Qt 6.7.2 does not
introduce new features but contains more than 200 bug fixes, security
updates, and other improvements on the top of the Qt 6.7.1 release.
See more information about the most important changes and bug fixes
from the Qt 6.7.2 release note.

Announcement: https://www.qt.io/blog/qt-6.7.2-released
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.2/release-note.md

MFH:		2024Q2
Security:	c5415838-2f52-11ef-9cab-4ccc6adda413
(cherry picked from commit 5435b47d7da84c666299388c4eee90db0a557097)
6.7.1
25 May 2024 02:00:43
commit hash: 60f70de1dc864e0b1d9dae3c9a93e0b12c64fc50commit hash: 60f70de1dc864e0b1d9dae3c9a93e0b12c64fc50commit hash: 60f70de1dc864e0b1d9dae3c9a93e0b12c64fc50commit hash: 60f70de1dc864e0b1d9dae3c9a93e0b12c64fc50 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
Qt6: Update to 6.7.1

As a patch release, Qt 6.7.1 does not introduce any new features but
contains more than 400 bug fixes, security updates, and other
improvements to the top of the Qt 6.7.0 release. See more information
about the most important changes and bug fixes from Qt 6.7.1 release
note.

Enable building of databases/qt6-base_sqldriver@mysql with MariaDB. [1]

Fix build of www/qt6-webengine with the SNDIO option enabled. [2]

Announcement: https://www.qt.io/blog/qt-6.7.1-released
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.1/release-note.md

PR:		277922 [1], 279180 [2]
Reported by:	vvd [1], Benjamin Takacs <nimaje+fbz@bureaucracy.de> [2]
MFH:		2024Q2
Security:	f5fa174d-19de-11ef-83d8-4ccc6adda413

(cherry picked from commit 359c8eed1862a08dbe0a9a67a62bb209c9471da9)
6.7.0
15 May 2024 18:17:21
commit hash: e9e492928dcabac2ea33440bbedd94380778553fcommit hash: e9e492928dcabac2ea33440bbedd94380778553fcommit hash: e9e492928dcabac2ea33440bbedd94380778553fcommit hash: e9e492928dcabac2ea33440bbedd94380778553f files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
Qt6: Update to 6.7.0

Qt 6.7 is out with lots of large and small improvements for all of us
who like to have fun when building modern applications and user
experiences, focusing on the expansion of supported platforms and
industry standards. This makes code written with Qt more sustainable
and brings more value in Qt as a long-term investment.

www/qt6-webengine is now based on Chromium version 118.0.5993.220.

Announcement: https://www.qt.io/blog/qt-6.7-released
Release note:
https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.7.0/release-note.md

PySide6: Update to 6.7.0
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 3