From owner-svn-ports-head@freebsd.org Sun Jan 13 10:25:32 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C112C1493BE9; Sun, 13 Jan 2019 10:25:32 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 61A406E1A9; Sun, 13 Jan 2019 10:25:32 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5265C1A1BB; Sun, 13 Jan 2019 10:25:32 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0DAPWQ0092539; Sun, 13 Jan 2019 10:25:32 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0DAPVNK092535; Sun, 13 Jan 2019 10:25:31 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201901131025.x0DAPVNK092535@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Sun, 13 Jan 2019 10:25:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r490124 - in head: Mk/Uses devel devel/qt5-remoteobjects X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: Mk/Uses devel devel/qt5-remoteobjects X-SVN-Commit-Revision: 490124 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 61A406E1A9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.92)[-0.919,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Jan 2019 10:25:33 -0000 Author: tcberner Date: Sun Jan 13 10:25:31 2019 New Revision: 490124 URL: https://svnweb.freebsd.org/changeset/ports/490124 Log: New port: devel/qt5-remoteobjects Qt Remote Objects (QtRO) is an inter-process communication (IPC) module developed for Qt. The idea is to extend Qt's existing functionalities to enable an easy exchange of information between processes or computers. [1] https://doc.qt.io/qt-5/qtremoteobjects-index.html Added: head/devel/qt5-remoteobjects/ head/devel/qt5-remoteobjects/Makefile (contents, props changed) head/devel/qt5-remoteobjects/pkg-plist (contents, props changed) Modified: head/Mk/Uses/qt.mk head/devel/Makefile Modified: head/Mk/Uses/qt.mk ============================================================================== --- head/Mk/Uses/qt.mk Sun Jan 13 10:24:38 2019 (r490123) +++ head/Mk/Uses/qt.mk Sun Jan 13 10:25:31 2019 (r490124) @@ -154,7 +154,7 @@ _USE_QT5_ONLY= 3d buildtools canvas3d charts concurre core datavis3d diag examples gamepad \ graphicaleffects location networkauth paths phonon4 plugininfo printsupport \ qdbus qdoc qdoc-data qev quickcontrols \ - quickcontrols2 scxml sensors serialbus serialport speech \ + quickcontrols2 remoteobjects scxml sensors serialbus serialport speech \ sql-tds uiplugin uitools virtualkeyboard wayland webchannel \ webengine websockets websockets-qml webview widgets x11extras @@ -363,6 +363,9 @@ qvfb_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/qvfb rcc_PORT= devel/${_QT_RELNAME}-rcc rcc_PATH= ${LOCALBASE}/${QT_BINDIR_REL}/rcc + +remoteobjects_PORT= x11-toolkits/${_QT_RELNAME}-remoteobjects +remoteobjects_LIB= libQt${_QT_LIBVER}RemoteObjects.so sensors_PORT= comms/${_QT_RELNAME}-sensors sensors_LIB= libQt${_QT_LIBVER}Sensors.so Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 13 10:24:38 2019 (r490123) +++ head/devel/Makefile Sun Jan 13 10:25:31 2019 (r490124) @@ -5373,6 +5373,7 @@ SUBDIR += qt5-qdoc SUBDIR += qt5-qdoc-data SUBDIR += qt5-qmake + SUBDIR += qt5-remoteobjects SUBDIR += qt5-script SUBDIR += qt5-scripttools SUBDIR += qt5-scxml Added: head/devel/qt5-remoteobjects/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qt5-remoteobjects/Makefile Sun Jan 13 10:25:31 2019 (r490124) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= remoteobjects +DISTVERSION= ${QT5_VERSION} +CATEGORIES= devel +PKGNAMEPREFIX= qt5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt5 SXCML module + +USES= compiler:c++11-lang gl qmake qt-dist:5 +USE_GL= gl +USE_QT= core declarative network \ + buildtools_build +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} + +.include Added: head/devel/qt5-remoteobjects/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/qt5-remoteobjects/pkg-plist Sun Jan 13 10:25:31 2019 (r490124) @@ -0,0 +1,91 @@ +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qconnection_local_backend_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qconnection_qnx_backend_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qconnection_qnx_global_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qconnection_qnx_qiodevices_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qconnection_qnx_server_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qconnection_tcpip_backend_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qconnectionfactories_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectabstractitemmodeladapter_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectabstractitemmodelreplica_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectnode_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectpacket_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectpendingcall_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectregistrysource_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectreplica_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectsource_p.h +%%QT_INCDIR%%/QtRemoteObjects/%%FULLVER%%/QtRemoteObjects/private/qremoteobjectsourceio_p.h +%%QT_INCDIR%%/QtRemoteObjects/QAbstractItemModelReplica +%%QT_INCDIR%%/QtRemoteObjects/QIOQnxSource +%%QT_INCDIR%%/QtRemoteObjects/QIntHash +%%QT_INCDIR%%/QtRemoteObjects/QQnxNativeIo +%%QT_INCDIR%%/QtRemoteObjects/QQnxNativeServer +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectAbstractPersistedStore +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectDynamicReplica +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectHost +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectHostBase +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectNode +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectPendingCall +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectPendingCallWatcher +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectPendingReply +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectRegistry +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectRegistryHost +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectReplica +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectSettingsStore +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectSourceLocation +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectSourceLocationInfo +%%QT_INCDIR%%/QtRemoteObjects/QRemoteObjectSourceLocations +%%QT_INCDIR%%/QtRemoteObjects/QtRemoteObjects +%%QT_INCDIR%%/QtRemoteObjects/QtRemoteObjectsDepends +%%QT_INCDIR%%/QtRemoteObjects/QtRemoteObjectsVersion +%%QT_INCDIR%%/QtRemoteObjects/qconnection_qnx_qiodevices.h +%%QT_INCDIR%%/QtRemoteObjects/qconnection_qnx_server.h +%%QT_INCDIR%%/QtRemoteObjects/qremoteobjectabstractitemmodelreplica.h +%%QT_INCDIR%%/QtRemoteObjects/qremoteobjectabstractitemmodeltypes.h +%%QT_INCDIR%%/QtRemoteObjects/qremoteobjectdynamicreplica.h +%%QT_INCDIR%%/QtRemoteObjects/qremoteobjectnode.h +%%QT_INCDIR%%/QtRemoteObjects/qremoteobjectpendingcall.h +%%QT_INCDIR%%/QtRemoteObjects/qremoteobjectregistry.h +%%QT_INCDIR%%/QtRemoteObjects/qremoteobjectreplica.h +%%QT_INCDIR%%/QtRemoteObjects/qremoteobjectsettingsstore.h +%%QT_INCDIR%%/QtRemoteObjects/qremoteobjectsource.h +%%QT_INCDIR%%/QtRemoteObjects/qtremoteobjectglobal.h +%%QT_INCDIR%%/QtRemoteObjects/qtremoteobjectsversion.h +%%QT_INCDIR%%/QtRepParser/QRegexParser +%%QT_INCDIR%%/QtRepParser/QtRepParser +%%QT_INCDIR%%/QtRepParser/QtRepParserDepends +%%QT_INCDIR%%/QtRepParser/QtRepParserVersion +%%QT_INCDIR%%/QtRepParser/parser.g +%%QT_INCDIR%%/QtRepParser/qregexparser.h +%%QT_INCDIR%%/QtRepParser/qtrepparserversion.h +%%QT_CMAKEDIR%%/Qt5RemoteObjects/Qt5RemoteObjectsConfig.cmake +%%QT_CMAKEDIR%%/Qt5RemoteObjects/Qt5RemoteObjectsConfigExtras.cmake +%%QT_CMAKEDIR%%/Qt5RemoteObjects/Qt5RemoteObjectsConfigVersion.cmake +%%QT_CMAKEDIR%%/Qt5RemoteObjects/Qt5RemoteObjectsMacros.cmake +%%QT_CMAKEDIR%%/Qt5RepParser/Qt5RepParserConfig.cmake +%%QT_CMAKEDIR%%/Qt5RepParser/Qt5RepParserConfigVersion.cmake +%%QT_BINDIR%%/repc +%%QT_LIBDIR%%/libQt5RemoteObjects.prl +%%QT_LIBDIR%%/libQt5RemoteObjects.so +%%QT_LIBDIR%%/libQt5RemoteObjects.so.5 +%%QT_LIBDIR%%/libQt5RemoteObjects.so.%%SHORTVER%% +%%QT_LIBDIR%%/libQt5RemoteObjects.so.%%FULLVER%% +%%DEBUG%%%%QT_LIBDIR%%/libQt5RemoteObjects.so.%%FULLVER%%.debug +%%QT_MKSPECDIR%%/features/remoteobjects_repc.prf +%%QT_MKSPECDIR%%/features/repcclient.pri +%%QT_MKSPECDIR%%/features/repccommon.pri +%%QT_MKSPECDIR%%/features/repcmerged.pri +%%QT_MKSPECDIR%%/features/repcserver.pri +%%QT_MKSPECDIR%%/features/repparser.prf +%%QT_MKSPECDIR%%/modules/qt_lib_remoteobjects.pri +%%QT_MKSPECDIR%%/modules/qt_lib_remoteobjects_private.pri +%%QT_MKSPECDIR%%/modules/qt_lib_repparser.pri +%%QT_MKSPECDIR%%/modules/qt_lib_repparser_private.pri +%%QT_QMLDIR%%/QtQml/RemoteObjects/libqtqmlremoteobjects.so +%%DEBUG%%%%QT_QMLDIR%%/QtQml/RemoteObjects/libqtqmlremoteobjects.so.debug +%%QT_QMLDIR%%/QtQml/RemoteObjects/plugins.qmltypes +%%QT_QMLDIR%%/QtQml/RemoteObjects/qmldir +%%QT_QMLDIR%%/QtRemoteObjects/libqtremoteobjects.so +%%DEBUG%%%%QT_QMLDIR%%/QtRemoteObjects/libqtremoteobjects.so.debug +%%QT_QMLDIR%%/QtRemoteObjects/plugins.qmltypes +%%QT_QMLDIR%%/QtRemoteObjects/qmldir +libdata/pkgconfig/Qt5RemoteObjects.pc