summaryrefslogtreecommitdiffstats
path: root/qt6
diff options
context:
space:
mode:
authorTreeve Jelbert2021-09-30 11:26:22 +0200
committerTreeve Jelbert2021-09-30 11:26:22 +0200
commitdcec19a9c0a48359caa6deb8f34334d0fb6780e4 (patch)
tree0357b3880b305b8acc34727caabd616585343767 /qt6
parentf14704db81005bc475ebe7ad30820a742086f132 (diff)
qt6websockets-6.2.0
Diffstat (limited to 'qt6')
-rwxr-xr-xqt6/qt6websockets/CONFIGURE1
-rwxr-xr-xqt6/qt6websockets/DEPENDS2
-rwxr-xr-xqt6/qt6websockets/DETAILS26
-rw-r--r--qt6/qt6websockets/HISTORY4
4 files changed, 33 insertions, 0 deletions
diff --git a/qt6/qt6websockets/CONFIGURE b/qt6/qt6websockets/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/qt6/qt6websockets/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt6/qt6websockets/DEPENDS b/qt6/qt6websockets/DEPENDS
new file mode 100755
index 0000000000..1e43ec2787
--- /dev/null
+++ b/qt6/qt6websockets/DEPENDS
@@ -0,0 +1,2 @@
+source $GRIMOIRE/QT6_DEPENDS
+depends qt6declarative
diff --git a/qt6/qt6websockets/DETAILS b/qt6/qt6websockets/DETAILS
new file mode 100755
index 0000000000..b1b2a21cfa
--- /dev/null
+++ b/qt6/qt6websockets/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=qt6websockets
+ QT_URL=https://download.qt.io/official_releases
+ SPELLX=${SPELL//6}-everywhere-src
+ VERSION=6.2.0
+ SOURCE_HASH=sha512:2703aa02065a24c0a14a01974ec687326720bd01f4e23951bf374b305ae62bdb5d6907c132d06b102a367dcf1b666c10327ae9ba8a0f232900b6e28aac6e8ee9
+ SOURCE=$SPELLX-$VERSION.tar.xz
+ SOURCE_URL=$QT_URL/qt/${VERSION%.?}/$VERSION/submodules/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
+ WEB_SITE=http://qt-project.org
+ ENTERED=20210930
+ LICENSE[0]=LGPL
+ KEYWORDS="qt6 libs"
+ SHORT="Qt implementation of WebSockets"
+cat << EOF
+QtWebSockets is a pure Qt implementation of WebSockets - both client and server.
+It is implemented as a Qt add-on module, that can easily be embedded into existing Qt
+projects. It has no other dependencies than Qt.
+
+### Features
+* Client and server capable
+* Text and binary sockets
+* Frame-based and message-based signals
+* Strict Unicode checking
+* WSS and proxy support
+
+EOF
diff --git a/qt6/qt6websockets/HISTORY b/qt6/qt6websockets/HISTORY
new file mode 100644
index 0000000000..a26ca6861a
--- /dev/null
+++ b/qt6/qt6websockets/HISTORY
@@ -0,0 +1,4 @@
+2021-09-30 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 6.2.0
+ spell created
+