mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-16 21:41:16 +02:00
update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# $Id: Makefile 1575 2008-07-31 07:53:53Z root $
|
||||
#
|
||||
PORTNAME= postgresql
|
||||
PORTVERSION= 13.0
|
||||
PORTVERSION= 13.1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES+= http://ftp.postgresql.org/pub/%SUBDIR%/
|
||||
MASTER_SITES+= http://ftp.de.postgresql.org/%SUBDIR%/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1601645439
|
||||
SHA256 (postgresql-13.0.tar.bz2) = 80e750be8d436b54197636a02636f8fd3263ba6779bf865b04832495ea592296
|
||||
SIZE (postgresql-13.0.tar.bz2) = 20999465
|
||||
TIMESTAMP = 1612769234
|
||||
SHA256 (postgresql-13.1.tar.bz2) = 12345c83b89aa29808568977f5200d6da00f88a035517f925293355432ffe61f
|
||||
SIZE (postgresql-13.1.tar.bz2) = 21034192
|
||||
|
||||
@@ -1330,6 +1330,7 @@ share/postgresql/locale/ko/LC_MESSAGES/pg_rewind-13.mo
|
||||
share/postgresql/locale/ko/LC_MESSAGES/pg_test_fsync-13.mo
|
||||
share/postgresql/locale/ko/LC_MESSAGES/pg_test_timing-13.mo
|
||||
share/postgresql/locale/ko/LC_MESSAGES/pg_upgrade-13.mo
|
||||
share/postgresql/locale/ko/LC_MESSAGES/pg_verifybackup-13.mo
|
||||
share/postgresql/locale/ko/LC_MESSAGES/pg_waldump-13.mo
|
||||
share/postgresql/locale/ko/LC_MESSAGES/pgscripts-13.mo
|
||||
share/postgresql/locale/ko/LC_MESSAGES/plpgsql-13.mo
|
||||
@@ -1598,3 +1599,4 @@ share/postgresql/tsearch_data/turkish.stop
|
||||
@dir share/postgresql/timezonesets
|
||||
@dir share/postgresql/tsearch_data
|
||||
@dir share/postgresql
|
||||
@dir share
|
||||
|
||||
22
devel/libcjson/Makefile
Normal file
22
devel/libcjson/Makefile
Normal file
@@ -0,0 +1,22 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD: head/devel/libcjson/Makefile 547687 2020-09-05 21:28:44Z sunpoet $
|
||||
|
||||
PORTNAME= libcjson
|
||||
PORTVERSION= 1.7.14
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ultralightweight JSON parser in ANSI C
|
||||
|
||||
USES= cmake gmake compiler:c11
|
||||
|
||||
CMAKE_ON= BUILD_SHARED_AND_STATIC_LIBS ENABLE_CJSON_UTILS ENABLE_TARGET_EXPORT
|
||||
CMAKE_OFF= ENABLE_CUSTOM_COMPILER_FLAGS
|
||||
USE_CSTD= c11
|
||||
|
||||
GH_ACCOUNT= DaveGamble
|
||||
GH_PROJECT= cJSON
|
||||
USE_GITHUB= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/libcjson/distinfo
Normal file
3
devel/libcjson/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1599302707
|
||||
SHA256 (DaveGamble-cJSON-v1.7.14_GH0.tar.gz) = fb50a663eefdc76bafa80c82bc045af13b1363e8f45cec8b442007aef6a41343
|
||||
SIZE (DaveGamble-cJSON-v1.7.14_GH0.tar.gz) = 352028
|
||||
20
devel/libcjson/files/patch-x-CMakeLists.txt
Normal file
20
devel/libcjson/files/patch-x-CMakeLists.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
--- ./CMakeLists.txt.orig 2020-09-03 11:14:26.000000000 +0200
|
||||
+++ ./CMakeLists.txt 2021-03-09 17:14:02.157148000 +0200
|
||||
@@ -166,7 +166,7 @@
|
||||
set_target_properties("${CJSON_LIB}"
|
||||
PROPERTIES
|
||||
SOVERSION "${CJSON_VERSION_SO}"
|
||||
- VERSION "${PROJECT_VERSION}")
|
||||
+ VERSION "${CJSON_VERSION_SO}")
|
||||
|
||||
#cJSON_Utils
|
||||
option(ENABLE_CJSON_UTILS "Enable building the cJSON_Utils library." OFF)
|
||||
@@ -211,7 +211,7 @@
|
||||
set_target_properties("${CJSON_UTILS_LIB}"
|
||||
PROPERTIES
|
||||
SOVERSION "${CJSON_UTILS_VERSION_SO}"
|
||||
- VERSION "${PROJECT_VERSION}")
|
||||
+ VERSION "${CJSON_UTILS_VERSION_SO}")
|
||||
endif()
|
||||
|
||||
# create the other package config files
|
||||
3
devel/libcjson/pkg-descr
Normal file
3
devel/libcjson/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
cJSON is an ultralightweight JSON parser in ANSI C.
|
||||
|
||||
WWW: https://github.com/DaveGamble/cJSON
|
||||
18
devel/libcjson/pkg-plist
Normal file
18
devel/libcjson/pkg-plist
Normal file
@@ -0,0 +1,18 @@
|
||||
include/cjson/cJSON_Utils.h
|
||||
include/cjson/cJSON.h
|
||||
lib/cmake/cJSON/cjson_utils-release.cmake
|
||||
lib/cmake/cJSON/cjson_utils.cmake
|
||||
lib/cmake/cJSON/cjson-release.cmake
|
||||
lib/cmake/cJSON/cjson.cmake
|
||||
lib/cmake/cJSON/cJSONConfig.cmake
|
||||
lib/cmake/cJSON/cJSONConfigVersion.cmake
|
||||
lib/libcjson_utils.a
|
||||
lib/libcjson_utils.so
|
||||
lib/libcjson_utils.so.1
|
||||
lib/libcjson.a
|
||||
lib/libcjson.so
|
||||
lib/libcjson.so.1
|
||||
lib/pkgconfig/libcjson_utils.pc
|
||||
lib/pkgconfig/libcjson.pc
|
||||
@dir include/cjson
|
||||
@dir lib/cmake/cJSON
|
||||
@@ -2,34 +2,42 @@
|
||||
# $FreeBSD: head/devel/libepoll-shim/Makefile 488686 2018-12-29 20:49:16Z zeising $
|
||||
|
||||
PORTNAME= libepoll-shim
|
||||
PORTVERSION= 0.0.20181229
|
||||
#PORTVERSION= 0.0.20181229
|
||||
PORTVERSION= 0.0.20201229
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= x11@FreeBSD.org
|
||||
COMMENT= epoll shim implemented using kevent
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= FreeBSDDesktop
|
||||
#GH_ACCOUNT= FreeBSDDesktop
|
||||
#GH_PROJECT= epoll-shim
|
||||
#GH_TAGNAME= 212c17b
|
||||
|
||||
GH_ACCOUNT= jiixyj
|
||||
GH_PROJECT= epoll-shim
|
||||
GH_TAGNAME= 212c17b
|
||||
GH_TAGNAME= 1c27d2d
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USES= compiler uidfix
|
||||
MAKE_ARGS+= INCSDIR=${PREFIX}/include/libepoll-shim/sys
|
||||
MAKE_ARGS+= LIBDIR=${PREFIX}/lib WITHOUT_PROFILE=yes
|
||||
USES= cmake compiler:c11
|
||||
|
||||
#MAKE_ARGS+= INCSDIR=${PREFIX}/include/libepoll-shim/sys
|
||||
#MAKE_ARGS+= LIBDIR=${PREFIX}/lib WITHOUT_PROFILE=yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
.if "${CHOSEN_COMPILER_TYPE}" == "gcc"
|
||||
@${REINPLACE_CMD} -e 's|Wno-missing-variable-declarations|Wno-missing-declarations|' \
|
||||
-e 's|-Wno-thread-safety-analysis||' ${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
@${MKDIR} ${STAGEDIR}/${PREFIX}/include/libepoll-shim/sys
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,libdata/pkgconfig,lib/pkgconfig,' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
#post-patch:
|
||||
#.if "${CHOSEN_COMPILER_TYPE}" == "gcc"
|
||||
# ${REINPLACE_CMD} -e 's|Wno-missing-variable-declarations|Wno-missing-declarations|' \
|
||||
# -e 's|-Wno-thread-safety-analysis||' ${WRKSRC}/Makefile
|
||||
#.endif
|
||||
|
||||
#pre-install:
|
||||
# ${MKDIR} ${STAGEDIR}/${PREFIX}/include/libepoll-shim/sys
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1546110650
|
||||
SHA256 (FreeBSDDesktop-epoll-shim-0.0.20181229-212c17b_GH0.tar.gz) = 819ec3de3ab233487d5be5fe506b23b81c05ee5daf5db1440ede76231615a86a
|
||||
SIZE (FreeBSDDesktop-epoll-shim-0.0.20181229-212c17b_GH0.tar.gz) = 15833
|
||||
TIMESTAMP = 1613888764
|
||||
SHA256 (jiixyj-epoll-shim-0.0.20201229-1c27d2d_GH0.tar.gz) = 38e33bab1066a733e611188e03e8501923c396efbb27e0ae936ad5ab9facc4a6
|
||||
SIZE (jiixyj-epoll-shim-0.0.20201229-1c27d2d_GH0.tar.gz) = 60751
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
include/libepoll-shim/sys/epoll.h
|
||||
include/libepoll-shim/sys/eventfd.h
|
||||
include/libepoll-shim/sys/signalfd.h
|
||||
include/libepoll-shim/sys/timerfd.h
|
||||
lib/libepoll-shim.a
|
||||
lib/cmake/epoll-shim/epoll-shim-config.cmake
|
||||
lib/cmake/epoll-shim/epoll-shim-targets-release.cmake
|
||||
lib/cmake/epoll-shim/epoll-shim-targets.cmake
|
||||
lib/libepoll-shim.so
|
||||
lib/libepoll-shim.so.0
|
||||
lib/pkgconfig/epoll-shim.pc
|
||||
@dir include/libepoll-shim/sys
|
||||
@dir include/libepoll-shim
|
||||
@dir lib/cmake/epoll-shim
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# $FreeBSD: head/lang/go/Makefile 470619 2018-05-22 14:32:09Z jlaffaye $
|
||||
|
||||
PORTNAME= go
|
||||
PORTVERSION= 1.15.7
|
||||
PORTVERSION= 1.16
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://golang.org/dl/
|
||||
DISTNAME= go${PORTVERSION}.src
|
||||
@@ -29,6 +29,8 @@ WRKSRC= ${WRKDIR}/go
|
||||
ONLY_FOR_ARCHS= i386 amd64 armv6 armv7 aarch64
|
||||
|
||||
USE_LOCALE=en_US.UTF-8
|
||||
EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 ${TAR}
|
||||
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && ${FIND} . -name '*.orig' -delete
|
||||
@@ -50,6 +52,10 @@ do-build:
|
||||
${WRKSRC}/pkg/${OPSYS:tl}_${GOARCH}/cmd
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && \
|
||||
${RM} -r .gitattributes .gitignore .github favicon.ico robots.txt \
|
||||
pkg/obj pkg/bootstrap pkg/${OPSYS:tl}_${GOARCH_${ARCH}}/cmd
|
||||
|
||||
${CP} -a ${WRKSRC} ${STAGEDIR}${PREFIX}/lib
|
||||
.for f in go gofmt
|
||||
${LN} -sf ../lib/go/bin/${f} ${STAGEDIR}${PREFIX}/bin/${f}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1612425877
|
||||
SHA256 (go1.15.7.src.tar.gz) = 8631b3aafd8ecb9244ec2ffb8a2a8b4983cf4ad15572b9801f7c5b167c1a2abc
|
||||
SIZE (go1.15.7.src.tar.gz) = 23017978
|
||||
TIMESTAMP = 1613617006
|
||||
SHA256 (go1.16.src.tar.gz) = 7688063d55656105898f323d90a79a39c378d86fe89ae192eb3b7fc46347c95a
|
||||
SIZE (go1.16.src.tar.gz) = 20895394
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
--- src/cmd/go/internal/modload/vendor.go.orig 2020-06-11 12:36:37 UTC
|
||||
--- src/cmd/go/internal/modload/vendor.go.orig 2020-12-17 16:03:19 UTC
|
||||
+++ src/cmd/go/internal/modload/vendor.go
|
||||
@@ -133,7 +133,7 @@ func checkVendorConsistency() {
|
||||
readVendorList()
|
||||
|
||||
pre114 := false
|
||||
- if modFile.Go == nil || semver.Compare("v"+modFile.Go.Version, "v1.14") < 0 {
|
||||
+ if modFile.Go == nil || semver.Compare("v"+modFile.Go.Version, "v1.14") < 0 || (os.Getenv("GO_NO_VENDOR_CHECKS") == "1" && len(vendorMeta) == 0) {
|
||||
- if semver.Compare(index.goVersionV, "v1.14") < 0 {
|
||||
+ if semver.Compare(index.goVersionV, "v1.14") < 0 || (os.Getenv("GO_NO_VENDOR_CHECKS") == "1" && len(vendorMeta) == 0) {
|
||||
// Go versions before 1.14 did not include enough information in
|
||||
// vendor/modules.txt to check for consistency.
|
||||
// If we know that we're on an earlier version, relax the consistency check.
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
62
lang/go115/Makefile
Normal file
62
lang/go115/Makefile
Normal file
@@ -0,0 +1,62 @@
|
||||
# Created by: Devon H. O'Dell <devon.odell@gmail.com>
|
||||
# $FreeBSD: head/lang/go/Makefile 470619 2018-05-22 14:32:09Z jlaffaye $
|
||||
|
||||
PORTNAME= go
|
||||
PORTVERSION= 1.15.7
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://golang.org/dl/
|
||||
DISTNAME= go${PORTVERSION}.src
|
||||
|
||||
MAINTAINER= jlaffaye@FreeBSD.org
|
||||
COMMENT= Go programming language
|
||||
|
||||
BUILD_DEPENDS= go14>=1.4:lang/go14
|
||||
RUN_DEPENDS= bash:lang/bash
|
||||
|
||||
USES= shebangfix
|
||||
SHEBANG_LANG= sh perl
|
||||
SHEBANG_FILES+= misc/wasm/go_js_wasm_exec
|
||||
SHEBANG_FILES+= src/net/http/cgi/testdata/test.cgi
|
||||
SHEBANG_GLOB= *.bash *.pl *.sh
|
||||
|
||||
SHEBANG_GLOB= *.bash *.pl *.sh
|
||||
|
||||
|
||||
sh_OLD_CMD= /bin/bash "/usr/bin/env bash"
|
||||
sh_CMD= ${SH}
|
||||
|
||||
WRKSRC= ${WRKDIR}/go
|
||||
ONLY_FOR_ARCHS= i386 amd64 armv6 armv7 aarch64
|
||||
|
||||
USE_LOCALE=en_US.UTF-8
|
||||
|
||||
post-patch:
|
||||
cd ${WRKSRC} && ${FIND} . -name '*.orig' -delete
|
||||
${REINPLACE_CMD} -e 's|^if ulimit -T|false \&\& &|' ${WRKSRC}/src/run.bash
|
||||
|
||||
BOOTSTRAP_GO = ${LOCALBASE}/go14
|
||||
#BOOTSTRAP_GO = ${LOCALBASE}/lib/go
|
||||
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}/src && \
|
||||
GOROOT=${WRKSRC} GOROOT_FINAL=${PREFIX}/lib/go \
|
||||
GOROOT_BOOTSTRAP=${BOOTSTRAP_GO} \
|
||||
GOBIN= GOARCH=${GOARCH} GOOS=${OPSYS:tl} \
|
||||
GO386=${GO386} GOARM=${GOARM} CGO_ENABLED=1 \
|
||||
${SH} make.bash -v
|
||||
${RM} -r ${WRKSRC}/pkg/obj \
|
||||
${WRKSRC}/pkg/bootstrap \
|
||||
${WRKSRC}/pkg/${OPSYS:tl}_${GOARCH}/cmd
|
||||
|
||||
do-install:
|
||||
${CP} -a ${WRKSRC} ${STAGEDIR}${PREFIX}/lib
|
||||
.for f in go gofmt
|
||||
${LN} -sf ../lib/go/bin/${f} ${STAGEDIR}${PREFIX}/bin/${f}
|
||||
.endfor
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/go/bin/*
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/go/pkg/tool/*/*
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
3
lang/go115/distinfo
Normal file
3
lang/go115/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1612425877
|
||||
SHA256 (go1.15.7.src.tar.gz) = 8631b3aafd8ecb9244ec2ffb8a2a8b4983cf4ad15572b9801f7c5b167c1a2abc
|
||||
SIZE (go1.15.7.src.tar.gz) = 23017978
|
||||
11
lang/go115/files/patch-src_cmd_go_internal_modload_vendor.go
Normal file
11
lang/go115/files/patch-src_cmd_go_internal_modload_vendor.go
Normal file
@@ -0,0 +1,11 @@
|
||||
--- src/cmd/go/internal/modload/vendor.go.orig 2020-06-11 12:36:37 UTC
|
||||
+++ src/cmd/go/internal/modload/vendor.go
|
||||
@@ -133,7 +133,7 @@ func checkVendorConsistency() {
|
||||
readVendorList()
|
||||
|
||||
pre114 := false
|
||||
- if modFile.Go == nil || semver.Compare("v"+modFile.Go.Version, "v1.14") < 0 {
|
||||
+ if modFile.Go == nil || semver.Compare("v"+modFile.Go.Version, "v1.14") < 0 || (os.Getenv("GO_NO_VENDOR_CHECKS") == "1" && len(vendorMeta) == 0) {
|
||||
// Go versions before 1.14 did not include enough information in
|
||||
// vendor/modules.txt to check for consistency.
|
||||
// If we know that we're on an earlier version, relax the consistency check.
|
||||
4
lang/go115/pkg-descr
Normal file
4
lang/go115/pkg-descr
Normal file
@@ -0,0 +1,4 @@
|
||||
Go is an open source programming environment that makes it easy to build
|
||||
simple, reliable, and efficient software.
|
||||
|
||||
WWW: http://golang.org
|
||||
10715
lang/go115/pkg-plist
Normal file
10715
lang/go115/pkg-plist
Normal file
File diff suppressed because it is too large
Load Diff
44
net/libwebsockets/Makefile
Normal file
44
net/libwebsockets/Makefile
Normal file
@@ -0,0 +1,44 @@
|
||||
# Created by: Iblis Lin <iblis@hs.ntnu.edu.tw>
|
||||
# $FreeBSD: head/net/libwebsockets/Makefile 564064 2021-02-04 20:24:09Z tcberner $
|
||||
|
||||
PORTNAME= libwebsockets
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 4.1.6
|
||||
CATEGORIES= net devel
|
||||
MASTER_SITES= https://libwebsockets.org/git/libwebsockets/snapshot/
|
||||
|
||||
MAINTAINER= iblis@hs.ntnu.edu.tw
|
||||
COMMENT= C library for lightweight websocket clients and servers
|
||||
|
||||
LIB_DEPENDS+= libuv.so:devel/libuv
|
||||
|
||||
USES= cmake gmake localbase pkgconfig tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ON+= LWS_IPV6
|
||||
CMAKE_ON+= LWS_WITH_SSL
|
||||
CMAKE_ON+= LWS_WITH_ZLIB
|
||||
|
||||
CMAKE_ON+= LWS_WITHOUT_TESTAPPS
|
||||
CMAKE_ON+= LWS_WITHOUT_TEST_SERVER
|
||||
CMAKE_ON+= LWS_WITHOUT_TEST_SERVER_EXTPOLL
|
||||
CMAKE_ON+= LWS_WITHOUT_TEST_PING
|
||||
CMAKE_ON+= LWS_WITHOUT_TEST_CLIENT
|
||||
|
||||
CMAKE_ON+= LWS_WITH_HTTP2
|
||||
CMAKE_ON+= LWS_WITH_LIBUV
|
||||
|
||||
#CMAKE_OFF+= LWS_ROLE_MQTT
|
||||
#CMAKE_OFF+= LWS_WITH_HTTP_PROXY
|
||||
#CMAKE_OFF+= LWS_WITH_LWSWS
|
||||
#CMAKE_OFF+= LWS_WITH_PEER_LIMITS
|
||||
#CMAKE_OFF+= LWS_WITH_PLUGINS LWS_WITH_PLUGINS_API
|
||||
#CMAKE_OFF+= LWS_WITH_SECURE_STREAMS LWS_WITH_SECURE_STREAMS_PROXY_API
|
||||
#CMAKE_OFF+= LWS_WITH_SOCKS5
|
||||
#CMAKE_OFF+= LWS_WITH_SQLITE3
|
||||
#CMAKE_OFF+= PEERLIMITS PLUGINS LIBUV
|
||||
#CMAKE_OFF+= LWS_WITH_LIBEV
|
||||
#CMAKE_OFF+= LWS_WITH_LIBEVENT
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
3
net/libwebsockets/distinfo
Normal file
3
net/libwebsockets/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1607873825
|
||||
SHA256 (libwebsockets-v4.1.6.tar.xz) = d24b644bb1686c6dd6e3499b9407bb7e22f08f43da22ae7be435c74433a2641f
|
||||
SIZE (libwebsockets-v4.1.6.tar.xz) = 8570880
|
||||
5
net/libwebsockets/pkg-descr
Normal file
5
net/libwebsockets/pkg-descr
Normal file
@@ -0,0 +1,5 @@
|
||||
Libwebsockets is a lightweight pure C library built to use minimal CPU and
|
||||
memory resources, and provide fast throughput in both directions as client
|
||||
or server.
|
||||
|
||||
WWW: https://libwebsockets.org/
|
||||
95
net/libwebsockets/pkg-plist
Normal file
95
net/libwebsockets/pkg-plist
Normal file
@@ -0,0 +1,95 @@
|
||||
include/libwebsockets.h
|
||||
include/libwebsockets/abstract/abstract.h
|
||||
include/libwebsockets/abstract/protocols.h
|
||||
include/libwebsockets/abstract/protocols/smtp.h
|
||||
include/libwebsockets/abstract/transports.h
|
||||
include/libwebsockets/abstract/transports/raw-skt.h
|
||||
include/libwebsockets/abstract/transports/unit-test.h
|
||||
include/libwebsockets/lws-adopt.h
|
||||
include/libwebsockets/lws-async-dns.h
|
||||
include/libwebsockets/lws-bb-i2c.h
|
||||
include/libwebsockets/lws-bb-spi.h
|
||||
include/libwebsockets/lws-button.h
|
||||
include/libwebsockets/lws-callbacks.h
|
||||
include/libwebsockets/lws-cgi.h
|
||||
include/libwebsockets/lws-client.h
|
||||
include/libwebsockets/lws-context-vhost.h
|
||||
include/libwebsockets/lws-dbus.h
|
||||
include/libwebsockets/lws-detailed-latency.h
|
||||
include/libwebsockets/lws-diskcache.h
|
||||
include/libwebsockets/lws-display.h
|
||||
include/libwebsockets/lws-dll2.h
|
||||
include/libwebsockets/lws-dsh.h
|
||||
include/libwebsockets/lws-eventlib-exports.h
|
||||
include/libwebsockets/lws-freertos.h
|
||||
include/libwebsockets/lws-fts.h
|
||||
include/libwebsockets/lws-genaes.h
|
||||
include/libwebsockets/lws-gencrypto.h
|
||||
include/libwebsockets/lws-genec.h
|
||||
include/libwebsockets/lws-genhash.h
|
||||
include/libwebsockets/lws-genrsa.h
|
||||
include/libwebsockets/lws-gpio.h
|
||||
include/libwebsockets/lws-http.h
|
||||
include/libwebsockets/lws-i2c.h
|
||||
include/libwebsockets/lws-ili9341-spi.h
|
||||
include/libwebsockets/lws-jose.h
|
||||
include/libwebsockets/lws-jwe.h
|
||||
include/libwebsockets/lws-jwk.h
|
||||
include/libwebsockets/lws-jws.h
|
||||
include/libwebsockets/lws-led.h
|
||||
include/libwebsockets/lws-lejp.h
|
||||
include/libwebsockets/lws-logs.h
|
||||
include/libwebsockets/lws-lwsac.h
|
||||
include/libwebsockets/lws-misc.h
|
||||
include/libwebsockets/lws-mqtt.h
|
||||
include/libwebsockets/lws-netdev.h
|
||||
include/libwebsockets/lws-network-helper.h
|
||||
include/libwebsockets/lws-optee.h
|
||||
include/libwebsockets/lws-protocols-plugins.h
|
||||
include/libwebsockets/lws-purify.h
|
||||
include/libwebsockets/lws-pwm.h
|
||||
include/libwebsockets/lws-retry.h
|
||||
include/libwebsockets/lws-ring.h
|
||||
include/libwebsockets/lws-secure-streams-client.h
|
||||
include/libwebsockets/lws-secure-streams-policy.h
|
||||
include/libwebsockets/lws-secure-streams.h
|
||||
include/libwebsockets/lws-sequencer.h
|
||||
include/libwebsockets/lws-service.h
|
||||
include/libwebsockets/lws-settings.h
|
||||
include/libwebsockets/lws-sha1-base64.h
|
||||
include/libwebsockets/lws-smd.h
|
||||
include/libwebsockets/lws-spa.h
|
||||
include/libwebsockets/lws-spi.h
|
||||
include/libwebsockets/lws-ssd1306-i2c.h
|
||||
include/libwebsockets/lws-state.h
|
||||
include/libwebsockets/lws-stats.h
|
||||
include/libwebsockets/lws-struct.h
|
||||
include/libwebsockets/lws-system.h
|
||||
include/libwebsockets/lws-test-sequencer.h
|
||||
include/libwebsockets/lws-threadpool.h
|
||||
include/libwebsockets/lws-timeout-timer.h
|
||||
include/libwebsockets/lws-tokenize.h
|
||||
include/libwebsockets/lws-vfs.h
|
||||
include/libwebsockets/lws-write.h
|
||||
include/libwebsockets/lws-writeable.h
|
||||
include/libwebsockets/lws-ws-close.h
|
||||
include/libwebsockets/lws-ws-ext.h
|
||||
include/libwebsockets/lws-ws-state.h
|
||||
include/libwebsockets/lws-x509.h
|
||||
include/lws_config.h
|
||||
lib/cmake/libwebsockets/libwebsockets-config-version.cmake
|
||||
lib/cmake/libwebsockets/libwebsockets-config.cmake
|
||||
lib/cmake/libwebsockets/LibwebsocketsTargets-release.cmake
|
||||
lib/cmake/libwebsockets/LibwebsocketsTargets.cmake
|
||||
lib/cmake/libwebsockets/LwsCheckRequirements.cmake
|
||||
lib/libwebsockets-evlib_uv.so
|
||||
lib/libwebsockets.a
|
||||
lib/libwebsockets.so
|
||||
lib/libwebsockets.so.17
|
||||
lib/pkgconfig/libwebsockets_static.pc
|
||||
lib/pkgconfig/libwebsockets.pc
|
||||
@dir include/libwebsockets/abstract/protocols
|
||||
@dir include/libwebsockets/abstract/transports
|
||||
@dir include/libwebsockets/abstract
|
||||
@dir include/libwebsockets
|
||||
@dir lib/cmake/libwebsockets
|
||||
49
net/mosquitto/Makefile
Normal file
49
net/mosquitto/Makefile
Normal file
@@ -0,0 +1,49 @@
|
||||
# Created by: Joseph Benden <joe@thrallingpenguin.com>
|
||||
# $FreeBSD: head/net/mosquitto/Makefile 567577 2021-03-07 16:45:48Z tobik $
|
||||
|
||||
PORTNAME= mosquitto
|
||||
PORTVERSION= 2.0.8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://mosquitto.org/files/source/
|
||||
|
||||
MAINTAINER= joe@thrallingpenguin.com
|
||||
COMMENT= Open source MQTT broker
|
||||
|
||||
#BUILD_DEPENDS= xsltproc:textproc/libxslt \
|
||||
# docbook-xsl>0:textproc/docbook-xsl
|
||||
#LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \
|
||||
# libcjson.so:devel/libcjson
|
||||
#RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss
|
||||
|
||||
LIB_DEPENDS+= libcjson.so:devel/libcjson
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
USES= cmake gmake ssl
|
||||
USE_RC_SUBR= mosquitto
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_ARGS= -DCMAKE_LIBDATADIR:PATH="${PREFIX}/lib"
|
||||
|
||||
USERS= nobody
|
||||
|
||||
#LIB_DEPENDS= libcares.so:dns/c-ares
|
||||
#CMAKE_ON= -DWITH_SRV:BOOL=ON
|
||||
|
||||
#LIB_DEPENDS= libwebsockets.so:net/libwebsockets
|
||||
#CMAKE_ARGS+= -DWITH_WEBSOCKETS:BOOL=ON
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e '/ldconfig/d' ${WRKSRC}/src/CMakeLists.txt \
|
||||
${WRKSRC}/lib/CMakeLists.txt ${WRKSRC}/lib/cpp/CMakeLists.txt
|
||||
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/CMakeLists.txt
|
||||
|
||||
post-install:
|
||||
${REINPLACE_CMD} -e '/cafile/s,/usr/local,${LOCALBASE},' ${STAGEDIR}${ETCDIR}/mosquitto.conf
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${STAGEDIR}${ETCDIR}/mosquitto.conf ${STAGEDIR}${EXAMPLESDIR}/mosquitto.conf.example
|
||||
${INSTALL_DATA} ${STAGEDIR}${ETCDIR}/pwfile.example ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${STAGEDIR}${ETCDIR}/pskfile.example ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${STAGEDIR}${ETCDIR}/aclfile.example ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
net/mosquitto/distinfo
Normal file
3
net/mosquitto/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1615114358
|
||||
SHA256 (mosquitto-2.0.8.tar.gz) = b15da8fc4edcb91d554e1259e220ea0173ef639ceaa4b465e06feb7e125b84bf
|
||||
SIZE (mosquitto-2.0.8.tar.gz) = 756636
|
||||
41
net/mosquitto/files/mosquitto.in
Normal file
41
net/mosquitto/files/mosquitto.in
Normal file
@@ -0,0 +1,41 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD: head/net/mosquitto/files/mosquitto.in 481153 2018-10-03 09:54:40Z lwhsu $
|
||||
#
|
||||
|
||||
# PROVIDE: mosquitto
|
||||
# REQUIRE: DAEMON
|
||||
# BEFORE: LOGIN
|
||||
# KEYWORD: shutdown
|
||||
|
||||
#
|
||||
# Add the following lines to /etc/rc.conf to enable mosquitto:
|
||||
#
|
||||
# mosquitto_enable="YES"
|
||||
# mosquitto_flags="<set as needed>"
|
||||
#
|
||||
# See mosquitto(8) for flags
|
||||
#
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name=mosquitto
|
||||
rcvar=mosquitto_enable
|
||||
|
||||
mosquitto_enable=${mosquitto_enable:="NO"}
|
||||
mosquitto_config=${mosquitto_config:="%%PREFIX%%/etc/mosquitto/mosquitto.conf"}
|
||||
|
||||
command=%%PREFIX%%/sbin/mosquitto
|
||||
command_args="-c ${mosquitto_config} -d"
|
||||
pidfile=$(grep pidfile ${mosquitto_config} | awk '{print($2)}')
|
||||
required_files=${mosquitto_config}
|
||||
|
||||
extra_commands="reload"
|
||||
stop_postcmd=stop_postcmd
|
||||
stop_postcmd()
|
||||
{
|
||||
rm -f $pidfile
|
||||
}
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
||||
12
net/mosquitto/files/patch-CMakeLists.txt
Normal file
12
net/mosquitto/files/patch-CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
--- CMakeLists.txt.orig 2020-12-28 11:28:48 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -14,6 +14,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cma
|
||||
|
||||
add_definitions (-DCMAKE -DVERSION=\"${VERSION}\")
|
||||
|
||||
+include_directories("/usr/local/include")
|
||||
+link_directories("/usr/local/lib")
|
||||
+
|
||||
if (WIN32)
|
||||
add_definitions("-D_CRT_SECURE_NO_WARNINGS")
|
||||
add_definitions("-D_CRT_NONSTDC_NO_DEPRECATE")
|
||||
11
net/mosquitto/files/patch-config.mk
Normal file
11
net/mosquitto/files/patch-config.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
--- config.mk.orig 2020-12-28 13:24:40 UTC
|
||||
+++ config.mk
|
||||
@@ -329,7 +329,7 @@ ifeq ($(WITH_WEBSOCKETS),static)
|
||||
endif
|
||||
|
||||
INSTALL?=install
|
||||
-prefix?=/usr/local
|
||||
+prefix?=${PREFIX}
|
||||
incdir?=${prefix}/include
|
||||
libdir?=${prefix}/lib${LIB_SUFFIX}
|
||||
localedir?=${prefix}/share/locale
|
||||
29
net/mosquitto/files/patch-mosquitto.conf
Normal file
29
net/mosquitto/files/patch-mosquitto.conf
Normal file
@@ -0,0 +1,29 @@
|
||||
--- mosquitto.conf.orig 2020-12-28 13:22:44 UTC
|
||||
+++ mosquitto.conf
|
||||
@@ -148,7 +148,7 @@
|
||||
# This should be set to /var/run/mosquitto/mosquitto.pid if mosquitto is
|
||||
# being run automatically on boot with an init script and
|
||||
# start-stop-daemon or similar.
|
||||
-#pid_file
|
||||
+pid_file /var/run/mosquitto.pid
|
||||
|
||||
# Set to true to queue messages with QoS 0 when a persistent client is
|
||||
# disconnected. These messages are included in the limit imposed by
|
||||
@@ -187,7 +187,7 @@
|
||||
# If run as a non-root user, this setting has no effect.
|
||||
# Note that on Windows this has no effect and so mosquitto should be started by
|
||||
# the user you wish it to run as.
|
||||
-#user mosquitto
|
||||
+user nobody
|
||||
|
||||
# =================================================================
|
||||
# Listeners
|
||||
@@ -340,7 +340,7 @@
|
||||
# containing the CA certificates. For capath to work correctly, the
|
||||
# certificate files must have ".crt" as the file ending and you must run
|
||||
# "openssl rehash <path to capath>" each time you add/remove a certificate.
|
||||
-#cafile
|
||||
+cafile /usr/local/share/certs/ca-root-nss.crt
|
||||
#capath
|
||||
|
||||
|
||||
11
net/mosquitto/files/patch-x-lib-CMakeLists.txt
Normal file
11
net/mosquitto/files/patch-x-lib-CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
--- ./lib/CMakeLists.txt.orig 2021-03-09 16:00:58.798074000 +0200
|
||||
+++ ./lib/CMakeLists.txt 2021-03-09 16:03:38.850145000 +0200
|
||||
@@ -92,7 +92,7 @@
|
||||
|
||||
set_target_properties(libmosquitto PROPERTIES
|
||||
OUTPUT_NAME mosquitto
|
||||
- VERSION ${VERSION}
|
||||
+ VERSION 1
|
||||
SOVERSION 1
|
||||
)
|
||||
|
||||
11
net/mosquitto/files/patch-x-lib-cpp-CMakeLists.txt
Normal file
11
net/mosquitto/files/patch-x-lib-cpp-CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
--- ./lib/cpp/CMakeLists.txt.orig 2021-03-09 16:00:58.798481000 +0200
|
||||
+++ ./lib/cpp/CMakeLists.txt 2021-03-09 16:03:15.790955000 +0200
|
||||
@@ -11,7 +11,7 @@
|
||||
)
|
||||
target_link_libraries(mosquittopp libmosquitto)
|
||||
set_target_properties(mosquittopp PROPERTIES
|
||||
- VERSION ${VERSION}
|
||||
+ VERSION 1
|
||||
SOVERSION 1
|
||||
)
|
||||
install(TARGETS mosquittopp RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}" LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}")
|
||||
8
net/mosquitto/pkg-descr
Normal file
8
net/mosquitto/pkg-descr
Normal file
@@ -0,0 +1,8 @@
|
||||
Mosquitto is an open source (BSD licensed) message broker that implements
|
||||
the MQ Telemetry Transport protocol versions 3.1 and 3.1.1. MQTT provides
|
||||
a lightweight method of carrying out messaging using a publish/subscribe
|
||||
model. This makes it suitable for "machine to machine" messaging such as
|
||||
with low power sensors or mobile devices such as phones, embedded
|
||||
computers or microcontrollers like the Arduino.
|
||||
|
||||
WWW: http://mosquitto.org/
|
||||
7
net/mosquitto/pkg-message
Normal file
7
net/mosquitto/pkg-message
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
The mosquitto MQTT Python driver is now provided by net/py-paho-mqtt
|
||||
EOM
|
||||
}
|
||||
]
|
||||
34
net/mosquitto/pkg-plist
Normal file
34
net/mosquitto/pkg-plist
Normal file
@@ -0,0 +1,34 @@
|
||||
bin/mosquitto_ctrl
|
||||
bin/mosquitto_passwd
|
||||
bin/mosquitto_pub
|
||||
bin/mosquitto_rr
|
||||
bin/mosquitto_sub
|
||||
include/mosquitto_broker.h
|
||||
include/mosquitto_plugin.h
|
||||
include/mosquitto.h
|
||||
include/mosquittopp.h
|
||||
include/mqtt_protocol.h
|
||||
lib/libmosquitto.so
|
||||
lib/libmosquitto.so.1
|
||||
lib/libmosquittopp.so
|
||||
lib/libmosquittopp.so.1
|
||||
lib/mosquitto_dynamic_security.so
|
||||
lib/pkgconfig/libmosquitto.pc
|
||||
lib/pkgconfig/libmosquittopp.pc
|
||||
man/man1/mosquitto_ctrl_dynsec.1.gz
|
||||
man/man1/mosquitto_ctrl.1.gz
|
||||
man/man1/mosquitto_passwd.1.gz
|
||||
man/man1/mosquitto_pub.1.gz
|
||||
man/man1/mosquitto_rr.1.gz
|
||||
man/man1/mosquitto_sub.1.gz
|
||||
man/man3/libmosquitto.3.gz
|
||||
man/man5/mosquitto.conf.5.gz
|
||||
man/man7/mosquitto-tls.7.gz
|
||||
man/man7/mqtt.7.gz
|
||||
man/man8/mosquitto.8.gz
|
||||
sbin/mosquitto
|
||||
share/examples/mosquitto/aclfile.example
|
||||
share/examples/mosquitto/mosquitto.conf.example
|
||||
share/examples/mosquitto/pskfile.example
|
||||
share/examples/mosquitto/pwfile.example
|
||||
@dir share/examples/mosquitto
|
||||
25
net/pptpclient/Makefile
Normal file
25
net/pptpclient/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
# Created by: John Polstra <jdp@FreeBSD.org>
|
||||
# $FreeBSD: head/net/pptpclient/Makefile 523541 2020-01-19 11:10:13Z sunpoet $
|
||||
|
||||
PORTNAME= pptpclient
|
||||
DISTVERSION= 1.10.0
|
||||
CATEGORIES= net net-vpn
|
||||
MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION}
|
||||
DISTNAME= pptp-${PORTVERSION}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= PPTP client for establishing a VPN link with an NT server
|
||||
|
||||
USES= perl5 gmake
|
||||
|
||||
CFLAGS+= -DUSER_PPP
|
||||
MAKE_ARGS= CC="${CC}" DEBUG="" OPTIMIZE="${CFLAGS}" PPPD=/usr/sbin/ppp
|
||||
USE_RC_SUBR= pptp
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pptp ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/pptp.8 ${STAGEDIR}${PREFIX}/man/man8
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${FILESDIR}/README ${FILESDIR}/ppp.conf ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
net/pptpclient/distinfo
Normal file
3
net/pptpclient/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1518771033
|
||||
SHA256 (pptp-1.10.0.tar.gz) = 82492db8e487ce73b182ee7f444251d20c44f5c26d6e96c553ec7093aefb5af4
|
||||
SIZE (pptp-1.10.0.tar.gz) = 87007
|
||||
41
net/pptpclient/files/README
Normal file
41
net/pptpclient/files/README
Normal file
@@ -0,0 +1,41 @@
|
||||
Quickstart for the PPTP client.
|
||||
|
||||
Set up your /etc/ppp/ppp.conf based on the example in this directory.
|
||||
Make these substitutions:
|
||||
|
||||
SERVER IP address of the PPTP server
|
||||
|
||||
LABEL PPP label to use (must be the same on the command
|
||||
line and in the ppp.conf file)
|
||||
|
||||
USER Your account name on the server
|
||||
|
||||
PASSWORD Your password on the server
|
||||
|
||||
Change the "add" commands in ppp.conf to set up the routing
|
||||
appropriately.
|
||||
|
||||
Note: your PPP program must be new enough to support MS-CHAP
|
||||
authentication.
|
||||
|
||||
You must run the program as root. Use a command like this:
|
||||
|
||||
pptp SERVER LABEL
|
||||
|
||||
Kill it with ^C when you're done.
|
||||
|
||||
If you want to access the remote system from other hosts on your LAN,
|
||||
be sure to turn on IP forwarding on the PPTP client machine.
|
||||
|
||||
John Polstra <jdp@FreeBSD.org>
|
||||
|
||||
Starting as a service:
|
||||
|
||||
# Configure /etc/ppp/ppp.conf as described above
|
||||
$ sysrc pptp_enable=YES
|
||||
$ sysrc pptp_flags="SERVER [LABEL]"
|
||||
$ service pptp start
|
||||
|
||||
NB: LABEL can be omitted if you used "default" for LABEL in ppp.conf(5).
|
||||
|
||||
Devin Teske <dteske@FreeBSD.org>
|
||||
11
net/pptpclient/files/patch-x-Makefile
Normal file
11
net/pptpclient/files/patch-x-Makefile
Normal file
@@ -0,0 +1,11 @@
|
||||
--- ./Makefile.orig 2018-01-18 02:12:00.000000000 +0200
|
||||
+++ ./Makefile 2021-03-01 15:12:58.090545000 +0200
|
||||
@@ -11,7 +11,7 @@
|
||||
#################################################################
|
||||
|
||||
BINDIR=$(DESTDIR)/usr/sbin
|
||||
-MANDIR=$(DESTDIR)/usr/share/man/man8
|
||||
+MANDIR=$(DESTDIR)/usr/man/man8
|
||||
PPPDIR=$(DESTDIR)/etc/ppp
|
||||
|
||||
CC = gcc
|
||||
8
net/pptpclient/files/ppp.conf
Normal file
8
net/pptpclient/files/ppp.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
LABEL:
|
||||
set authname USER
|
||||
set authkey PASSWORD
|
||||
set timeout 0
|
||||
set ifaddr 0 0
|
||||
add 192.168.11.0/24 HISADDR
|
||||
add 192.168.101.0/24 HISADDR
|
||||
alias enable yes
|
||||
169
net/pptpclient/files/pptp.in
Normal file
169
net/pptpclient/files/pptp.in
Normal file
@@ -0,0 +1,169 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Copyright (c) 2015-2016 Devin Teske
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
# modification, are permitted provided that the following conditions
|
||||
# are met:
|
||||
# 1. Redistributions of source code must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
# 2. Redistributions in binary form must reproduce the above copyright
|
||||
# notice, this list of conditions and the following disclaimer in the
|
||||
# documentation and/or other materials provided with the distribution.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||
# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD: head/net/pptpclient/files/pptp.in 408595 2016-02-09 20:44:50Z dteske $
|
||||
#
|
||||
|
||||
# PROVIDE: pptp
|
||||
# REQUIRE: DAEMON LOGIN FILESYSTEMS
|
||||
# KEYWORD: shutdown
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
name="pptp"
|
||||
rcvar="${name}_enable"
|
||||
command="%%PREFIX%%/sbin/${name}"
|
||||
pidfile="/var/run/${name}.pid"
|
||||
: ${pptp_timeout=10}
|
||||
extra_commands="iface inet"
|
||||
|
||||
pptp_query()
|
||||
{
|
||||
local qtype="$1"
|
||||
ifconfig -l | awk '{
|
||||
n = split($0, a)
|
||||
for (i = 1; i <= n; i++)
|
||||
if (a[i] ~ /^tun[[:digit:]]+/) print a[i]
|
||||
}' | xargs -rn1 -Iif ifconfig if inet | awk -v qtype="$qtype" '
|
||||
BEGIN { qtype = tolower(qtype) }
|
||||
/^[^[:space:]]/ { iface = $1; next }
|
||||
iface && $1 == "inet" && $3 == "-->" { inet[iface] = $2; next }
|
||||
$1$2$3 == "OpenedbyPID" { pid[iface] = $4 }
|
||||
END {
|
||||
for (iface in pid) {
|
||||
(cmd = "ps -o ucomm= -p " pid[iface]) | getline ucomm
|
||||
close(cmd)
|
||||
if (ucomm != "ppp") continue
|
||||
if (qtype == "iface") {
|
||||
sub(/:.*/, "", iface)
|
||||
print iface
|
||||
found = 1
|
||||
} else if (qtype == "inet" && inet[iface]) {
|
||||
print inet[iface]
|
||||
found = 1
|
||||
} else if (qtype != "inet") {
|
||||
print pid[iface]
|
||||
found = 1
|
||||
}
|
||||
}
|
||||
exit !found
|
||||
}'
|
||||
}
|
||||
|
||||
pptp_start()
|
||||
{
|
||||
local pid inet timeout="$pptp_timeout"
|
||||
if pid=$( pptp_query pid ); then
|
||||
echo "$name already running as pid $pid."
|
||||
return 1
|
||||
fi
|
||||
|
||||
debug "$command $pptp_flags &"
|
||||
eval $command $pptp_flags \&
|
||||
echo -n "Waiting for pptp to start"
|
||||
if [ $timeout -gt 0 ] 2> /dev/null; then
|
||||
while [ $timeout -gt 0 ] && ! pid=$( pptp_query pid ); do
|
||||
sleep 1
|
||||
echo -n .
|
||||
timeout=$(( $timeout - 1 ))
|
||||
done
|
||||
else
|
||||
while ! pid=$( pptp_query pid ); do sleep 1; echo -n .; done
|
||||
fi
|
||||
echo
|
||||
echo -n "Waiting for ppp session"
|
||||
while pid=$( pptp_query pid ); do
|
||||
inet=$( pptp_query inet ) && break
|
||||
sleep 1
|
||||
echo -n .
|
||||
done
|
||||
echo
|
||||
if ! inet=$( pptp_query inet ); then
|
||||
rm -f "$pidfile"
|
||||
echo "pptp failed to start."
|
||||
return 1
|
||||
fi
|
||||
echo "$pid" > "$pidfile"
|
||||
}
|
||||
|
||||
pptp_stop()
|
||||
{
|
||||
local pid
|
||||
if ! pid=$( pptp_query pid ); then
|
||||
echo "$name is not running."
|
||||
return 1
|
||||
fi
|
||||
|
||||
kill $pid
|
||||
echo -n "Waiting for pid $pid to exit"
|
||||
while pid=$( pptp_query pid ); do sleep 1; echo -n .; done
|
||||
echo
|
||||
rm -f "$pidfile"
|
||||
echo "$name stopped."
|
||||
}
|
||||
|
||||
pptp_status()
|
||||
{
|
||||
local pid
|
||||
if ! pid=$( pptp_query pid ); then
|
||||
echo "$name is not running."
|
||||
return 1
|
||||
fi
|
||||
echo "$name is running as pid $pid."
|
||||
}
|
||||
|
||||
pptp_iface()
|
||||
{
|
||||
local pid iface
|
||||
if ! pid=$( pptp_query pid ); then
|
||||
echo "$name is not running." >&2
|
||||
return 1
|
||||
fi
|
||||
if ! iface=$( pptp_query iface ); then
|
||||
echo "$name not associated with any interface." >&2
|
||||
return 1
|
||||
fi
|
||||
echo "$iface"
|
||||
}
|
||||
|
||||
pptp_inet()
|
||||
{
|
||||
local pid inet
|
||||
if ! pid=$( pptp_query pid ) || ! inet=$( pptp_query inet ); then
|
||||
echo "$name is not running." >&2
|
||||
return 1
|
||||
fi
|
||||
echo "$inet"
|
||||
}
|
||||
|
||||
start_cmd=pptp_start
|
||||
stop_cmd=pptp_stop
|
||||
status_cmd=pptp_status
|
||||
iface_cmd=pptp_iface
|
||||
inet_cmd=pptp_inet
|
||||
|
||||
load_rc_config $name
|
||||
run_rc_command "$1"
|
||||
15
net/pptpclient/pkg-descr
Normal file
15
net/pptpclient/pkg-descr
Normal file
@@ -0,0 +1,15 @@
|
||||
This is a port of the "pptp-linux" PPTP client. It can establish a
|
||||
PPP connection with an NT server, tunneled through a PPTP link over
|
||||
the Internet. In effect, it makes the client machine behave as if
|
||||
it were on the same LAN as the server.
|
||||
|
||||
John Polstra has created the port, including bug fixes that were
|
||||
subsequently integrated in the upstream release, and a patch to
|
||||
use FreeBSD's userland "ppp" package rather than "pppd" which it
|
||||
was originally designed to use.
|
||||
|
||||
There is no manpage for this package, but you will find some
|
||||
quickstart instructions and example configuration files in
|
||||
"${PREFIX}/share/examples/pptpclient".
|
||||
|
||||
WWW: http://pptpclient.sourceforge.net/
|
||||
6
net/pptpclient/pkg-plist
Normal file
6
net/pptpclient/pkg-plist
Normal file
@@ -0,0 +1,6 @@
|
||||
etc/rc.d/pptp
|
||||
man/man8/pptp.8.gz
|
||||
sbin/pptp
|
||||
share/examples/pptpclient/ppp.conf
|
||||
share/examples/pptpclient/README
|
||||
@dir share/examples/pptpclient
|
||||
23
xapp/libqt5-wayland/Makefile
Normal file
23
xapp/libqt5-wayland/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
# $FreeBSD: head/devel/qt5-linguisttools/Makefile 492793 2019-02-12 17:43:00Z tcberner $
|
||||
|
||||
PORTNAME= qt5-wayland
|
||||
DISTVERSION= ${QT5_VERSION}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES+= http://download.qt.io/official_releases/qt/${DISTVERSION:R}/${DISTVERSION}/submodules/
|
||||
DISTNAME= qtwayland-everywhere-src-${PORTVERSION}
|
||||
PKGNAMEPREFIX= lib
|
||||
|
||||
|
||||
RUN_DEPENDS= libqt5-base>=${QT5_VERSION}:xapp/libqt5-base
|
||||
BUILD_DEPENDS= libqt5-base>=${QT5_VERSION}:xapp/libqt5-base
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
COMMENT= Qt tools
|
||||
|
||||
USES= compiler:c++11-lang gmake tar:xz
|
||||
DESTDIRNAME= INSTALL_ROOT
|
||||
|
||||
do-configure:
|
||||
cd ${WRKSRC} && QMAKE_WAYLAND_SCANNER=wayland-scannes ${LOCALBASE}/bin/qmake
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
xapp/libqt5-wayland/distinfo
Normal file
3
xapp/libqt5-wayland/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1613892975
|
||||
SHA256 (qtwayland-everywhere-src-5.15.2.tar.xz) = 193732229ff816f3aaab9a5e2f6bed71ddddbf1988ce003fe8dd84a92ce9aeb5
|
||||
SIZE (qtwayland-everywhere-src-5.15.2.tar.xz) = 564884
|
||||
38
xapp/libqt5-wayland/files/_patch-libglvnd
Normal file
38
xapp/libqt5-wayland/files/_patch-libglvnd
Normal file
@@ -0,0 +1,38 @@
|
||||
drm_*.h are part of kernel DRM API, installed under /usr/include on Linux.
|
||||
FreeBSD (drm-kmod) doesn't install those anywhere, relying on libdrm copies.
|
||||
libglvnd replaces libEGL from Mesa, so libdrm dependency needs to be explicit.
|
||||
|
||||
--- src/client/configure.json.orig 2020-10-27 08:02:11 UTC
|
||||
+++ src/client/configure.json
|
||||
@@ -149,8 +149,7 @@
|
||||
"#endif"
|
||||
]
|
||||
},
|
||||
- "libs": "-ldrm",
|
||||
- "use": "egl"
|
||||
+ "use": "egl drm"
|
||||
},
|
||||
"vulkan-server-buffer": {
|
||||
"label": "Vulkan Buffer Sharing",
|
||||
--- src/compositor/configure.json.orig 2020-10-27 08:02:11 UTC
|
||||
+++ src/compositor/configure.json
|
||||
@@ -151,8 +151,7 @@
|
||||
"#endif"
|
||||
]
|
||||
},
|
||||
- "libs": "-ldrm",
|
||||
- "use": "egl"
|
||||
+ "use": "egl drm"
|
||||
},
|
||||
"dmabuf-client-buffer": {
|
||||
"label": "Linux Client dma-buf Buffer Sharing",
|
||||
@@ -176,8 +175,7 @@
|
||||
"return 0;"
|
||||
]
|
||||
},
|
||||
- "libs": "-ldrm",
|
||||
- "use": "egl"
|
||||
+ "use": "egl drm"
|
||||
},
|
||||
"vulkan-server-buffer": {
|
||||
"label": "Vulkan Buffer Sharing",
|
||||
8
xapp/libqt5-wayland/files/patch-qtwayland.pro
Normal file
8
xapp/libqt5-wayland/files/patch-qtwayland.pro
Normal file
@@ -0,0 +1,8 @@
|
||||
--- qtwayland.pro.orig 2017-06-23 10:50:50 UTC
|
||||
+++ qtwayland.pro
|
||||
@@ -1,3 +1,4 @@
|
||||
-requires(linux:!android)
|
||||
+requires(!android)
|
||||
+requires(linux|freebsd)
|
||||
requires(qtHaveModule(gui))
|
||||
load(qt_parts)
|
||||
@@ -0,0 +1,13 @@
|
||||
--- ./src/plugins/hardwareintegration/compositor/compositor.pro.orig 2020-10-27 10:02:11.000000000 +0200
|
||||
+++ ./src/plugins/hardwareintegration/compositor/compositor.pro 2021-02-23 08:35:28.609805000 +0200
|
||||
@@ -1,8 +1,8 @@
|
||||
TEMPLATE = subdirs
|
||||
QT_FOR_CONFIG += waylandcompositor-private
|
||||
|
||||
-qtConfig(wayland-dmabuf-client-buffer): \
|
||||
- SUBDIRS += linux-dmabuf-unstable-v1
|
||||
+#qtConfig(wayland-dmabuf-client-buffer): \
|
||||
+# SUBDIRS += linux-dmabuf-unstable-v1
|
||||
qtConfig(wayland-egl): \
|
||||
SUBDIRS += wayland-egl
|
||||
qtConfig(wayland-brcm): \
|
||||
6
xapp/libqt5-wayland/files/patch-x-tests-tests.pro
Normal file
6
xapp/libqt5-wayland/files/patch-x-tests-tests.pro
Normal file
@@ -0,0 +1,6 @@
|
||||
--- ./tests/tests.pro.orig 2021-02-23 08:47:36.132676000 +0200
|
||||
+++ ./tests/tests.pro 2021-02-23 08:47:09.071846000 +0200
|
||||
@@ -1,2 +1,2 @@
|
||||
TEMPLATE = subdirs
|
||||
-SUBDIRS += auto
|
||||
+#SUBDIRS += auto
|
||||
9
xapp/libqt5-wayland/pkg-descr
Normal file
9
xapp/libqt5-wayland/pkg-descr
Normal file
@@ -0,0 +1,9 @@
|
||||
Qt is a cross-platform application and UI framework for developers
|
||||
using C++ or QML, a CSS/JavaScript-like language.
|
||||
|
||||
With Qt, code can be reused efficiently to target multiple platforms
|
||||
with one code base. The modular C++ class library and developer tools
|
||||
easily enables developers to create applications for one platform and
|
||||
easily build and run to deploy on another platform.
|
||||
|
||||
WWW: http://qt-project.org
|
||||
382
xapp/libqt5-wayland/pkg-plist
Normal file
382
xapp/libqt5-wayland/pkg-plist
Normal file
@@ -0,0 +1,382 @@
|
||||
bin/qtwaylandscanner
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qtwaylandclient-config_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qtwaylandclientglobal_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-hardware-integration.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-qt-key-unstable-v1.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-qt-windowmanager.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-server-buffer-extension.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-surface-extension.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-tablet-unstable-v2.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-text-input-unstable-v2.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-touch-extension.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-wayland.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-wp-primary-selection-unstable-v1.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwayland-xdg-output-unstable-v1.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandabstractdecoration_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandbuffer_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandclientbufferintegration_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandclientbufferintegrationfactory_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandclientbufferintegrationplugin_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandclientextension_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandclipboard_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandcursor_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylanddatadevice_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylanddatadevicemanager_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylanddataoffer_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylanddatasource_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylanddecorationfactory_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylanddecorationplugin_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylanddisplay_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylanddnd_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandextendedsurface_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandhardwareintegration_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandinputcontext_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandinputdevice_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandinputdeviceintegration_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandinputdeviceintegrationfactory_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandinputdeviceintegrationplugin_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandintegration_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandnativeinterface_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandprimaryselectionv1_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandqtkey_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandscreen_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandserverbufferintegration_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandserverbufferintegrationfactory_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandserverbufferintegrationplugin_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandshellintegration_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandshellintegrationfactory_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandshellintegrationplugin_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandshellsurface_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandshm_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandshmbackingstore_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandshmwindow_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandsubsurface_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandsurface_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandtabletv2_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandtouch_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandvulkaninstance_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandvulkanwindow_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandwindow_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/qwaylandwindowmanagerintegration_p.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-hardware-integration-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-qt-key-unstable-v1-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-qt-windowmanager-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-server-buffer-extension-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-surface-extension-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-tablet-unstable-v2-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-text-input-unstable-v2-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-touch-extension-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-wayland-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-wp-primary-selection-unstable-v1-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private/wayland-xdg-output-unstable-v1-client-protocol.h
|
||||
include/Qt5/QtWaylandClient/QtWaylandClient
|
||||
include/Qt5/QtWaylandClient/qtwaylandclient-config.h
|
||||
include/Qt5/QtWaylandClient/QtWaylandClientDepends
|
||||
include/Qt5/QtWaylandClient/qtwaylandclientglobal.h
|
||||
include/Qt5/QtWaylandClient/QtWaylandClientVersion
|
||||
include/Qt5/QtWaylandClient/qtwaylandclientversion.h
|
||||
include/Qt5/QtWaylandClient/qwaylandclientexport.h
|
||||
include/Qt5/QtWaylandClient/QWaylandClientExtension
|
||||
include/Qt5/QtWaylandClient/qwaylandclientextension.h
|
||||
include/Qt5/QtWaylandClient/QWaylandClientExtensionTemplate
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qtwaylandcompositor-config_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qtwaylandcompositorglobal_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-hardware-integration.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-idle-inhibit-unstable-v1.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-ivi-application.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-qt-key-unstable-v1.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-qt-texture-sharing-unstable-v1.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-qt-windowmanager.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-scaler.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-server-buffer-extension.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-text-input-unstable-v2.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-touch-extension.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-viewporter.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-wayland.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-xdg-decoration-unstable-v1.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-xdg-output-unstable-v1.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-xdg-shell-unstable-v5_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-xdg-shell-unstable-v6.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwayland-server-xdg-shell.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandcompositor_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandcompositorextension_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylanddestroylistener_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandidleinhibitv1_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandinputmethodcontrol_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandiviapplication_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandivisurface_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandivisurfaceintegration_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandkeyboard_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandkeymap_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandoutput_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandoutputmode_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandpointer_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandqtwindowmanager_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandquickhardwarelayer_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandquickitem_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandquickshellsurfaceitem_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandseat_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandshell_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandsurface_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandtextinput_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandtextinputmanager_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandtouch_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandutils_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandview_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandviewporter_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandwlscaler_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandwlshell_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandwlshellintegration_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandxdgdecorationv1_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandxdgoutputv1_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandxdgshell_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandxdgshellintegration_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandxdgshellv5_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandxdgshellv5integration_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandxdgshellv6_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwaylandxdgshellv6integration_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlbuffermanager_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlclientbuffer_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlclientbufferintegration_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlclientbufferintegrationfactory_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlclientbufferintegrationplugin_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwldatadevice_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwldatadevicemanager_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwldataoffer_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwldatasource_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlhardwarelayerintegration_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlhardwarelayerintegrationfactory_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlhardwarelayerintegrationplugin_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlhwintegration_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlqtkey_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlqttouch_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlregion_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlserverbufferintegration_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlserverbufferintegrationfactory_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwlserverbufferintegrationplugin_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/qwltexturesharingextension_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-hardware-integration-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-idle-inhibit-unstable-v1-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-ivi-application-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-qt-key-unstable-v1-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-qt-texture-sharing-unstable-v1-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-qt-windowmanager-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-scaler-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-server-buffer-extension-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-text-input-unstable-v2-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-touch-extension-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-viewporter-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-wayland-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-xdg-decoration-unstable-v1-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-xdg-output-unstable-v1-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-xdg-shell-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-xdg-shell-unstable-v5-server-protocol_p.h
|
||||
include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private/wayland-xdg-shell-unstable-v6-server-protocol.h
|
||||
include/Qt5/QtWaylandCompositor/QtWaylandCompositor
|
||||
include/Qt5/QtWaylandCompositor/qtwaylandcompositor-config.h
|
||||
include/Qt5/QtWaylandCompositor/QtWaylandCompositorDepends
|
||||
include/Qt5/QtWaylandCompositor/qtwaylandcompositorglobal.h
|
||||
include/Qt5/QtWaylandCompositor/QtWaylandCompositorVersion
|
||||
include/Qt5/QtWaylandCompositor/qtwaylandcompositorversion.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandBufferRef
|
||||
include/Qt5/QtWaylandCompositor/qwaylandbufferref.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandClient
|
||||
include/Qt5/QtWaylandCompositor/qwaylandclient.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandCompositor
|
||||
include/Qt5/QtWaylandCompositor/qwaylandcompositor.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandCompositorExtension
|
||||
include/Qt5/QtWaylandCompositor/qwaylandcompositorextension.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandCompositorExtensionTemplate
|
||||
include/Qt5/QtWaylandCompositor/QWaylandDestroyListener
|
||||
include/Qt5/QtWaylandCompositor/qwaylanddestroylistener.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandDrag
|
||||
include/Qt5/QtWaylandCompositor/qwaylanddrag.h
|
||||
include/Qt5/QtWaylandCompositor/qwaylandexport.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandIdleInhibitManagerV1
|
||||
include/Qt5/QtWaylandCompositor/qwaylandidleinhibitv1.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandInputMethodControl
|
||||
include/Qt5/QtWaylandCompositor/qwaylandinputmethodcontrol.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandIviApplication
|
||||
include/Qt5/QtWaylandCompositor/qwaylandiviapplication.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandIviSurface
|
||||
include/Qt5/QtWaylandCompositor/qwaylandivisurface.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandKeyboard
|
||||
include/Qt5/QtWaylandCompositor/qwaylandkeyboard.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandKeymap
|
||||
include/Qt5/QtWaylandCompositor/qwaylandkeymap.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandObject
|
||||
include/Qt5/QtWaylandCompositor/QWaylandOutput
|
||||
include/Qt5/QtWaylandCompositor/qwaylandoutput.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandOutputMode
|
||||
include/Qt5/QtWaylandCompositor/qwaylandoutputmode.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandPointer
|
||||
include/Qt5/QtWaylandCompositor/qwaylandpointer.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandQtWindowManager
|
||||
include/Qt5/QtWaylandCompositor/qwaylandqtwindowmanager.h
|
||||
include/Qt5/QtWaylandCompositor/qwaylandquickchildren.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandQuickCompositor
|
||||
include/Qt5/QtWaylandCompositor/qwaylandquickcompositor.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandQuickExtension
|
||||
include/Qt5/QtWaylandCompositor/qwaylandquickextension.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandQuickItem
|
||||
include/Qt5/QtWaylandCompositor/qwaylandquickitem.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandQuickOutput
|
||||
include/Qt5/QtWaylandCompositor/qwaylandquickoutput.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandQuickShellIntegration
|
||||
include/Qt5/QtWaylandCompositor/qwaylandquickshellintegration.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandQuickShellSurfaceItem
|
||||
include/Qt5/QtWaylandCompositor/qwaylandquickshellsurfaceitem.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandQuickSurface
|
||||
include/Qt5/QtWaylandCompositor/qwaylandquicksurface.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandQuickXdgOutputV1
|
||||
include/Qt5/QtWaylandCompositor/qwaylandquickxdgoutputv1.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandResource
|
||||
include/Qt5/QtWaylandCompositor/qwaylandresource.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandSeat
|
||||
include/Qt5/QtWaylandCompositor/qwaylandseat.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandShell
|
||||
include/Qt5/QtWaylandCompositor/qwaylandshell.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandShellSurface
|
||||
include/Qt5/QtWaylandCompositor/qwaylandshellsurface.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandShellSurfaceTemplate
|
||||
include/Qt5/QtWaylandCompositor/QWaylandShellTemplate
|
||||
include/Qt5/QtWaylandCompositor/QWaylandSurface
|
||||
include/Qt5/QtWaylandCompositor/qwaylandsurface.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandSurfaceGrabber
|
||||
include/Qt5/QtWaylandCompositor/qwaylandsurfacegrabber.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandSurfaceRole
|
||||
include/Qt5/QtWaylandCompositor/QWaylandTextInput
|
||||
include/Qt5/QtWaylandCompositor/qwaylandtextinput.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandTextInputManager
|
||||
include/Qt5/QtWaylandCompositor/qwaylandtextinputmanager.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandTouch
|
||||
include/Qt5/QtWaylandCompositor/qwaylandtouch.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandView
|
||||
include/Qt5/QtWaylandCompositor/qwaylandview.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandViewporter
|
||||
include/Qt5/QtWaylandCompositor/qwaylandviewporter.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandWlScaler
|
||||
include/Qt5/QtWaylandCompositor/qwaylandwlscaler.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandWlShell
|
||||
include/Qt5/QtWaylandCompositor/qwaylandwlshell.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandWlShellSurface
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgDecorationManagerV1
|
||||
include/Qt5/QtWaylandCompositor/qwaylandxdgdecorationv1.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgOutputManagerV1
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgOutputV1
|
||||
include/Qt5/QtWaylandCompositor/qwaylandxdgoutputv1.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgPopup
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgPopupV5
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgPopupV6
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgShell
|
||||
include/Qt5/QtWaylandCompositor/qwaylandxdgshell.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgShellV5
|
||||
include/Qt5/QtWaylandCompositor/qwaylandxdgshellv5.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgShellV6
|
||||
include/Qt5/QtWaylandCompositor/qwaylandxdgshellv6.h
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgSurface
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgSurfaceV5
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgSurfaceV6
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgToplevel
|
||||
include/Qt5/QtWaylandCompositor/QWaylandXdgToplevelV6
|
||||
lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_DmaBufServerBufferPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_DrmEglServerBufferPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandBradientDecorationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandEglClientBufferPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandFullScreenShellV1IntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandIviShellIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandWlShellIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXCompositeEglClientBufferPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXCompositeGlxClientBufferPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXdgShellIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXdgShellV5IntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_QWaylandXdgShellV6IntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClient_ShmServerBufferPlugin.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClientConfig.cmake
|
||||
lib/cmake/Qt5WaylandClient/Qt5WaylandClientConfigVersion.cmake
|
||||
lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_DmaBufServerBufferIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_DrmEglServerBufferIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglClientBufferIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandEglStreamBufferIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeEglClientBufferIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_QWaylandXCompositeGlxClientBufferIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_ShmServerBufferIntegrationPlugin.cmake
|
||||
lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositorConfig.cmake
|
||||
lib/cmake/Qt5WaylandCompositor/Qt5WaylandCompositorConfigVersion.cmake
|
||||
lib/libQt5WaylandClient.la
|
||||
lib/libQt5WaylandClient.prl
|
||||
lib/libQt5WaylandClient.so
|
||||
lib/libQt5WaylandClient.so.5
|
||||
lib/libQt5WaylandCompositor.la
|
||||
lib/libQt5WaylandCompositor.prl
|
||||
lib/libQt5WaylandCompositor.so
|
||||
lib/libQt5WaylandCompositor.so.5
|
||||
lib/pkgconfig/Qt5WaylandClient.pc
|
||||
lib/pkgconfig/Qt5WaylandCompositor.pc
|
||||
lib/Qt5/plugins/platforms/libqwayland-egl.so
|
||||
lib/Qt5/plugins/platforms/libqwayland-generic.so
|
||||
lib/Qt5/plugins/platforms/libqwayland-xcomposite-egl.so
|
||||
lib/Qt5/plugins/platforms/libqwayland-xcomposite-glx.so
|
||||
lib/Qt5/plugins/wayland-decoration-client/libbradient.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-client/libdmabuf-server.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-client/libdrm-egl-server.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-client/libqt-plugin-wayland-egl.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-client/libshm-emulation-server.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-client/libxcomposite-egl.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-client/libxcomposite-glx.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-dmabuf-server-buffer.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-drm-egl-server-buffer.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-shm-emulation-server.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-egl.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-wayland-eglstream-controller.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcomposite-egl.so
|
||||
lib/Qt5/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-xcomposite-glx.so
|
||||
lib/Qt5/plugins/wayland-shell-integration/libfullscreen-shell-v1.so
|
||||
lib/Qt5/plugins/wayland-shell-integration/libivi-shell.so
|
||||
lib/Qt5/plugins/wayland-shell-integration/libwl-shell.so
|
||||
lib/Qt5/plugins/wayland-shell-integration/libxdg-shell-v5.so
|
||||
lib/Qt5/plugins/wayland-shell-integration/libxdg-shell-v6.so
|
||||
lib/Qt5/plugins/wayland-shell-integration/libxdg-shell.so
|
||||
share/Qt5/mkspecs/modules/qt_lib_waylandclient_private.pri
|
||||
share/Qt5/mkspecs/modules/qt_lib_waylandclient.pri
|
||||
share/Qt5/mkspecs/modules/qt_lib_waylandcompositor_private.pri
|
||||
share/Qt5/mkspecs/modules/qt_lib_waylandcompositor.pri
|
||||
share/Qt5/qml/QtWayland/Client/TextureSharing/libqwaylandtexturesharing.so
|
||||
share/Qt5/qml/QtWayland/Client/TextureSharing/qmldir
|
||||
share/Qt5/qml/QtWayland/Compositor/libqwaylandcompositorplugin.so
|
||||
share/Qt5/qml/QtWayland/Compositor/plugins.qmltypes
|
||||
share/Qt5/qml/QtWayland/Compositor/qmldir
|
||||
share/Qt5/qml/QtWayland/Compositor/TextureSharingExtension/libqwaylandtexturesharingextension.so
|
||||
share/Qt5/qml/QtWayland/Compositor/TextureSharingExtension/qmldir
|
||||
@dir include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient/private
|
||||
@dir include/Qt5/QtWaylandClient/5.15.2/QtWaylandClient
|
||||
@dir include/Qt5/QtWaylandClient/5.15.2
|
||||
@dir include/Qt5/QtWaylandClient
|
||||
@dir include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor/private
|
||||
@dir include/Qt5/QtWaylandCompositor/5.15.2/QtWaylandCompositor
|
||||
@dir include/Qt5/QtWaylandCompositor/5.15.2
|
||||
@dir include/Qt5/QtWaylandCompositor
|
||||
@dir include/Qt5
|
||||
@dir lib/cmake/Qt5Gui
|
||||
@dir lib/cmake/Qt5WaylandClient
|
||||
@dir lib/cmake/Qt5WaylandCompositor
|
||||
@dir lib/Qt5/plugins/platforms
|
||||
@dir lib/Qt5/plugins/wayland-decoration-client
|
||||
@dir lib/Qt5/plugins/wayland-graphics-integration-client
|
||||
@dir lib/Qt5/plugins/wayland-graphics-integration-server
|
||||
@dir lib/Qt5/plugins/wayland-shell-integration
|
||||
@dir lib/Qt5/plugins
|
||||
@dir lib/Qt5
|
||||
@dir share/Qt5/mkspecs/modules
|
||||
@dir share/Qt5/mkspecs
|
||||
@dir share/Qt5/qml/QtWayland/Client/TextureSharing
|
||||
@dir share/Qt5/qml/QtWayland/Client
|
||||
@dir share/Qt5/qml/QtWayland/Compositor/TextureSharingExtension
|
||||
@dir share/Qt5/qml/QtWayland/Compositor
|
||||
@dir share/Qt5/qml/QtWayland
|
||||
@dir share/Qt5/qml
|
||||
@dir share/Qt5
|
||||
Reference in New Issue
Block a user