CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/06/15 02:33:50
Log message:
Qt Remote Objects (QtRO) is an inter-process communication (IPC) module
developed for Qt. The idea is to extend existing Qt's functionalities to
enable
an easy exchange of information between processes or computers.
One of the key features of Qt to enable this is the distinction between an
objects API (defined by its Q_Property, Signals and Slots) and the
implementation of that API. The purpose of QtRO is to meet the expected API,
even if the true QObject is in a different process. A Slot called on a copy
of
an object (called a Replica) is forwarded to the true object (called a
Source)
for handling. Updates to the Source, either property changes or emitted
Signals,
are forwarded to every Replica.
This is a part of upcoming Qt 5.9.
Status:
Vendor Tag: zhuk
Release Tags: zhuk_20170615
N ports/x11/qt5/qtremoteobjects/Makefile
N ports/x11/qt5/qtremoteobjects/distinfo
N ports/x11/qt5/qtremoteobjects/pkg/DESCR-main
N ports/x11/qt5/qtremoteobjects/pkg/DESCR-examples
N ports/x11/qt5/qtremoteobjects/pkg/DESCR-docindex
N ports/x11/qt5/qtremoteobjects/pkg/DESCR-qch
N ports/x11/qt5/qtremoteobjects/pkg/DESCR-html
N ports/x11/qt5/qtremoteobjects/pkg/PLIST-main
N ports/x11/qt5/qtremoteobjects/pkg/PLIST-qch
N ports/x11/qt5/qtremoteobjects/pkg/PLIST-examples
N ports/x11/qt5/qtremoteobjects/pkg/PLIST-docindex
N ports/x11/qt5/qtremoteobjects/pkg/PLIST-html
No conflicts created by this import