From owner-svn-ports-head@freebsd.org Wed Dec 26 19:35:01 2018 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 0F3F8135A4EA; Wed, 26 Dec 2018 19:35:01 +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 AABBC8EDD4; Wed, 26 Dec 2018 19:35:00 +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 9C79519B; Wed, 26 Dec 2018 19:35:00 +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 wBQJZ0gi023645; Wed, 26 Dec 2018 19:35:00 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBQJYxU4023628; Wed, 26 Dec 2018 19:34:59 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201812261934.wBQJYxU4023628@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Wed, 26 Dec 2018 19:34:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r488421 - in head: Mk/Uses net net/qt5-networkauth X-SVN-Group: ports-head X-SVN-Commit-Author: tcberner X-SVN-Commit-Paths: in head: Mk/Uses net net/qt5-networkauth X-SVN-Commit-Revision: 488421 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: AABBC8EDD4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.973,0]; NEURAL_HAM_LONG(-1.00)[-0.999,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] 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: Wed, 26 Dec 2018 19:35:01 -0000 Author: tcberner Date: Wed Dec 26 19:34:59 2018 New Revision: 488421 URL: https://svnweb.freebsd.org/changeset/ports/488421 Log: New port: net/qt5-networkauth Qt Network Authorization provides a set of APIs that enable Qt applications to obtain limited access to online accounts and HTTP services without exposing users' passwords. Currently, the supported authorization protocol is OAuth, versions 1 and 2. https://doc.qt.io/qt-5.11/qtnetworkauth-index.html Added: head/net/qt5-networkauth/ head/net/qt5-networkauth/Makefile (contents, props changed) head/net/qt5-networkauth/pkg-plist (contents, props changed) Modified: head/Mk/Uses/qt.mk head/net/Makefile Modified: head/Mk/Uses/qt.mk ============================================================================== --- head/Mk/Uses/qt.mk Wed Dec 26 19:11:56 2018 (r488420) +++ head/Mk/Uses/qt.mk Wed Dec 26 19:34:59 2018 (r488421) @@ -152,7 +152,7 @@ _USE_QT4_ONLY= accessible assistant-adp assistantclie _USE_QT5_ONLY= 3d buildtools canvas3d charts concurrent connectivity \ core datavis3d diag examples gamepad \ - graphicaleffects location paths phonon4 plugininfo printsupport \ + graphicaleffects location networkauth paths phonon4 plugininfo printsupport \ qdbus qdoc qdoc-data qev quickcontrols \ quickcontrols2 scxml sensors serialbus serialport speech \ sql-tds uiplugin uitools virtualkeyboard wayland webchannel \ @@ -288,6 +288,9 @@ multimedia_LIB= libQt${_QT_LIBVER}Multimedia.so network_PORT= net/${_QT_RELNAME}-network network_LIB= libQt${_QT_LIBVER}Network.so + +networkauth_PORT= net/${_QT_RELNAME}-networkauth +networkauth_LIB= libQt${_QT_LIBVER}NetworkAuth.so opengl_PORT= graphics/${_QT_RELNAME}-opengl opengl_LIB= libQt${_QT_LIBVER}OpenGL.so Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Dec 26 19:11:56 2018 (r488420) +++ head/net/Makefile Wed Dec 26 19:34:59 2018 (r488421) @@ -1168,6 +1168,7 @@ SUBDIR += qoauth-qt5 SUBDIR += qt4-network SUBDIR += qt5-network + SUBDIR += qt5-networkauth SUBDIR += qtweetlib SUBDIR += quagga SUBDIR += queso Added: head/net/qt5-networkauth/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qt5-networkauth/Makefile Wed Dec 26 19:34:59 2018 (r488421) @@ -0,0 +1,16 @@ +# $FreeBSD$ + +PORTNAME= networkauth +DISTVERSION= ${QT5_VERSION} +CATEGORIES= net ipv6 +PKGNAMEPREFIX= qt5- + +MAINTAINER= kde@FreeBSD.org +COMMENT= Qt network auth module + +USES= compiler:c++11-lang qmake:no_env qt-dist:5 +USE_QT= core network \ + buildtools_build +USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL} + +.include Added: head/net/qt5-networkauth/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/qt5-networkauth/pkg-plist Wed Dec 26 19:34:59 2018 (r488421) @@ -0,0 +1,39 @@ +%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qabstractoauth2_p.h +%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qabstractoauth_p.h +%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h +%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth1_p.h +%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth1signature_p.h +%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h +%%QT_INCDIR%%/QtNetworkAuth/%%FULLVER%%/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h +%%QT_INCDIR%%/QtNetworkAuth/QAbstractOAuth +%%QT_INCDIR%%/QtNetworkAuth/QAbstractOAuth2 +%%QT_INCDIR%%/QtNetworkAuth/QAbstractOAuthReplyHandler +%%QT_INCDIR%%/QtNetworkAuth/QOAuth1 +%%QT_INCDIR%%/QtNetworkAuth/QOAuth1Signature +%%QT_INCDIR%%/QtNetworkAuth/QOAuth2AuthorizationCodeFlow +%%QT_INCDIR%%/QtNetworkAuth/QOAuthHttpServerReplyHandler +%%QT_INCDIR%%/QtNetworkAuth/QOAuthOobReplyHandler +%%QT_INCDIR%%/QtNetworkAuth/QtNetworkAuth +%%QT_INCDIR%%/QtNetworkAuth/QtNetworkAuthDepends +%%QT_INCDIR%%/QtNetworkAuth/QtNetworkAuthVersion +%%QT_INCDIR%%/QtNetworkAuth/qabstractoauth.h +%%QT_INCDIR%%/QtNetworkAuth/qabstractoauth2.h +%%QT_INCDIR%%/QtNetworkAuth/qabstractoauthreplyhandler.h +%%QT_INCDIR%%/QtNetworkAuth/qoauth1.h +%%QT_INCDIR%%/QtNetworkAuth/qoauth1signature.h +%%QT_INCDIR%%/QtNetworkAuth/qoauth2authorizationcodeflow.h +%%QT_INCDIR%%/QtNetworkAuth/qoauthglobal.h +%%QT_INCDIR%%/QtNetworkAuth/qoauthhttpserverreplyhandler.h +%%QT_INCDIR%%/QtNetworkAuth/qoauthoobreplyhandler.h +%%QT_INCDIR%%/QtNetworkAuth/qtnetworkauthversion.h +%%QT_CMAKEDIR%%/Qt5NetworkAuth/Qt5NetworkAuthConfig.cmake +%%QT_CMAKEDIR%%/Qt5NetworkAuth/Qt5NetworkAuthConfigVersion.cmake +%%QT_LIBDIR%%/libQt5NetworkAuth.prl +%%QT_LIBDIR%%/libQt5NetworkAuth.so +%%QT_LIBDIR%%/libQt5NetworkAuth.so.5 +%%QT_LIBDIR%%/libQt5NetworkAuth.so.%%SHORTVER%% +%%QT_LIBDIR%%/libQt5NetworkAuth.so.%%FULLVER%% +%%QT_LIBDIR%%/libQt5NetworkAuth.so.%%FULLVER%%.debug +%%QT_MKSPECDIR%%/modules/qt_lib_networkauth.pri +%%QT_MKSPECDIR%%/modules/qt_lib_networkauth_private.pri +libdata/pkgconfig/Qt5NetworkAuth.pc