Import qt6-qtnetworkauth-6.3.1, ok sdk@
Comment: Qt6 network authorization components Description: 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. Maintainer: Rafael Sadowski <rsadowski@openbsd.org> WWW: https://www.qt.io/
This commit is contained in:
parent
8810a2af85
commit
6f61c0b3ce
10
x11/qt6/qtnetworkauth/Makefile
Normal file
10
x11/qt6/qtnetworkauth/Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
QT6NAME = QtNetworKAuth
|
||||
COMMENT = Qt6 network authorization components
|
||||
|
||||
SHARED_LIBS += Qt6NetworkAuth 0.0 # 0.0
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt6Core Qt6Network c m
|
||||
|
||||
BUILD_DEPENDS = graphics/vulkan-loader
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/qt6/qtnetworkauth/distinfo
Normal file
2
x11/qt6/qtnetworkauth/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (qt/qtnetworkauth-everywhere-src-6.3.1.tar.xz) = 1g9UudRQn6i9vxmQvJH24mDjjNtXp7gRn6OGG8XS+yo=
|
||||
SIZE (qt/qtnetworkauth-everywhere-src-6.3.1.tar.xz) = 145924
|
5
x11/qt6/qtnetworkauth/pkg/DESCR
Normal file
5
x11/qt6/qtnetworkauth/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
49
x11/qt6/qtnetworkauth/pkg/PLIST
Normal file
49
x11/qt6/qtnetworkauth/pkg/PLIST
Normal file
@ -0,0 +1,49 @@
|
||||
include/X11/qt6/QtNetworkAuth/
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/QtNetworkAuth/
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/QtNetworkAuth/private/
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/QtNetworkAuth/private/qabstractoauth2_p.h
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/QtNetworkAuth/private/qabstractoauth_p.h
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/QtNetworkAuth/private/qabstractoauthreplyhandler_p.h
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/QtNetworkAuth/private/qoauth1_p.h
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/QtNetworkAuth/private/qoauth1signature_p.h
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/QtNetworkAuth/private/qoauth2authorizationcodeflow_p.h
|
||||
include/X11/qt6/QtNetworkAuth/${VERSION}/QtNetworkAuth/private/qoauthhttpserverreplyhandler_p.h
|
||||
include/X11/qt6/QtNetworkAuth/QAbstractOAuth
|
||||
include/X11/qt6/QtNetworkAuth/QAbstractOAuth2
|
||||
include/X11/qt6/QtNetworkAuth/QAbstractOAuthReplyHandler
|
||||
include/X11/qt6/QtNetworkAuth/QOAuth1
|
||||
include/X11/qt6/QtNetworkAuth/QOAuth1Signature
|
||||
include/X11/qt6/QtNetworkAuth/QOAuth2AuthorizationCodeFlow
|
||||
include/X11/qt6/QtNetworkAuth/QOAuthHttpServerReplyHandler
|
||||
include/X11/qt6/QtNetworkAuth/QOAuthOobReplyHandler
|
||||
include/X11/qt6/QtNetworkAuth/QtNetworkAuth
|
||||
include/X11/qt6/QtNetworkAuth/QtNetworkAuthDepends
|
||||
include/X11/qt6/QtNetworkAuth/QtNetworkAuthVersion
|
||||
include/X11/qt6/QtNetworkAuth/qabstractoauth.h
|
||||
include/X11/qt6/QtNetworkAuth/qabstractoauth2.h
|
||||
include/X11/qt6/QtNetworkAuth/qabstractoauthreplyhandler.h
|
||||
include/X11/qt6/QtNetworkAuth/qoauth1.h
|
||||
include/X11/qt6/QtNetworkAuth/qoauth1signature.h
|
||||
include/X11/qt6/QtNetworkAuth/qoauth2authorizationcodeflow.h
|
||||
include/X11/qt6/QtNetworkAuth/qoauthglobal.h
|
||||
include/X11/qt6/QtNetworkAuth/qoauthhttpserverreplyhandler.h
|
||||
include/X11/qt6/QtNetworkAuth/qoauthoobreplyhandler.h
|
||||
include/X11/qt6/QtNetworkAuth/qtnetworkauthversion.h
|
||||
lib/cmake/Qt6BuildInternals/StandaloneTests/QtNetworkAuthTestsConfig.cmake
|
||||
lib/cmake/Qt6NetworkAuth/
|
||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthAdditionalTargetInfo.cmake
|
||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthConfig.cmake
|
||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthConfigVersion.cmake
|
||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthConfigVersionImpl.cmake
|
||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthDependencies.cmake
|
||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthTargets${MODCMAKE_BUILD_SUFFIX}
|
||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthTargets.cmake
|
||||
lib/cmake/Qt6NetworkAuth/Qt6NetworkAuthVersionlessTargets.cmake
|
||||
lib/libQt6NetworkAuth.prl
|
||||
@lib lib/libQt6NetworkAuth.so.${LIBQt6NetworkAuth_VERSION}
|
||||
lib/metatypes/qt6networkauth_release_metatypes.json
|
||||
lib/pkgconfig/Qt6NetworkAuth.pc
|
||||
lib/qt6/mkspecs/modules/qt_lib_networkauth.pri
|
||||
lib/qt6/mkspecs/modules/qt_lib_networkauth_private.pri
|
||||
share/qt6/modules/NetworkAuth.json
|
Loading…
Reference in New Issue
Block a user