diff --git a/devel/qt6-remoteobjects/Makefile b/devel/qt6-remoteobjects/Makefile index 2676bb812a21..77a6eb091684 100644 --- a/devel/qt6-remoteobjects/Makefile +++ b/devel/qt6-remoteobjects/Makefile @@ -1,15 +1,15 @@ PORTNAME= remoteobjects PORTVERSION= ${QT6_VERSION} CATEGORIES= devel PKGNAMEPREFIX= qt6- MAINTAINER= kde@FreeBSD.org -COMMENT= Qt5 SXCML module +COMMENT= Qt6 Remote Objects module BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers USES= cmake compiler:c++11-lang gl pkgconfig qt-dist:6 USE_GL= gl opengl USE_QT= base declarative .include diff --git a/devel/qt6-remoteobjects/pkg-descr b/devel/qt6-remoteobjects/pkg-descr index ee96f52609a7..e231912f32bc 100644 --- a/devel/qt6-remoteobjects/pkg-descr +++ b/devel/qt6-remoteobjects/pkg-descr @@ -1,13 +1,13 @@ 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. -https://qt.io +WWW: https://qt.io