mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
www/novnc-websockify: Update 0.8.0 -> 0.9.0
PR: 252940 Submitted by: marek@mky.waw.pl (original version)
This commit is contained in:
parent
c1e2ec2a76
commit
aef7833231
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=563525
@ -1,27 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= websockify
|
||||
PORTVERSION= 0.8.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= noVNC-websockify implementation.
|
||||
COMMENT= Websockify implementation for noVNC
|
||||
|
||||
LICENSE= LGPL3 MPL20 BSD2CLAUSE BSD3CLAUSE MIT
|
||||
LICENSE_COMB= multi
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_FILE_LGPL3= ${WRKSRC}/docs/LICENSE.LGPL-3
|
||||
LICENSE= LGPL3
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= novnc>0:www/novnc
|
||||
RUN_DEPENDS= novnc>0:www/novnc \
|
||||
${PYNUMPY}
|
||||
|
||||
USES= python shebangfix python
|
||||
|
||||
USES= shebangfix python
|
||||
SHEBANG_FILES= run
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= novnc
|
||||
GH_PROJECT= websockify
|
||||
GH_TAGNAME= 1f132f9
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1504695059
|
||||
SHA256 (novnc-websockify-0.8.0-1f132f9_GH0.tar.gz) = f67d27fdf8dcf7f92bb7f22b5d78ebf5369f71f3bc1ee3084a17ef90b356e93f
|
||||
SIZE (novnc-websockify-0.8.0-1f132f9_GH0.tar.gz) = 288383
|
||||
TIMESTAMP = 1612123729
|
||||
SHA256 (novnc-websockify-v0.9.0_GH0.tar.gz) = 6ebfec791dd78be6584fb5fe3bc27f02af54501beddf8457368699f571de13ae
|
||||
SIZE (novnc-websockify-v0.9.0_GH0.tar.gz) = 58493
|
||||
|
@ -1,5 +1,5 @@
|
||||
libexec/novnc/utils/websockify/CHANGES.txt
|
||||
libexec/novnc/utils/websockify/LICENSE.txt
|
||||
libexec/novnc/utils/websockify/COPYING
|
||||
libexec/novnc/utils/websockify/MANIFEST.in
|
||||
libexec/novnc/utils/websockify/Makefile
|
||||
libexec/novnc/utils/websockify/README.md
|
||||
@ -13,53 +13,21 @@ libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Service1.
|
||||
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/Service1.cs
|
||||
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.csproj
|
||||
libexec/novnc/utils/websockify/Windows/noVNC Websocket Service Project/noVNC Websocket.sln
|
||||
libexec/novnc/utils/websockify/docs/LICENSE.GPL-3
|
||||
libexec/novnc/utils/websockify/docs/LICENSE.LGPL-3
|
||||
libexec/novnc/utils/websockify/docs/LICENSE.MPL-2.0
|
||||
libexec/novnc/utils/websockify/docs/TODO
|
||||
libexec/novnc/utils/websockify/docs/flash_policy.txt
|
||||
libexec/novnc/utils/websockify/docs/latency_results.txt
|
||||
libexec/novnc/utils/websockify/docs/notes
|
||||
libexec/novnc/utils/websockify/docs/release.txt
|
||||
libexec/novnc/utils/websockify/docs/websockify.1
|
||||
libexec/novnc/utils/websockify/include/VT100.js
|
||||
libexec/novnc/utils/websockify/include/base64.js
|
||||
libexec/novnc/utils/websockify/include/keysym.js
|
||||
libexec/novnc/utils/websockify/include/util.js
|
||||
libexec/novnc/utils/websockify/include/web-socket-js/README.txt
|
||||
libexec/novnc/utils/websockify/include/web-socket-js/WebSocketMain.swf
|
||||
libexec/novnc/utils/websockify/include/web-socket-js/swfobject.js
|
||||
libexec/novnc/utils/websockify/include/web-socket-js/web_socket.js
|
||||
libexec/novnc/utils/websockify/include/websock.js
|
||||
libexec/novnc/utils/websockify/include/webutil.js
|
||||
libexec/novnc/utils/websockify/include/wsirc.js
|
||||
libexec/novnc/utils/websockify/include/wstelnet.js
|
||||
libexec/novnc/utils/websockify/other/Makefile
|
||||
libexec/novnc/utils/websockify/other/README.md
|
||||
libexec/novnc/utils/websockify/other/js/README.md
|
||||
libexec/novnc/utils/websockify/other/js/package.json
|
||||
libexec/novnc/utils/websockify/other/js/websockify.js
|
||||
libexec/novnc/utils/websockify/other/launch.sh
|
||||
libexec/novnc/utils/websockify/other/project.clj
|
||||
libexec/novnc/utils/websockify/other/websocket.c
|
||||
libexec/novnc/utils/websockify/other/websocket.h
|
||||
libexec/novnc/utils/websockify/other/websocket.rb
|
||||
libexec/novnc/utils/websockify/other/websockify.c
|
||||
libexec/novnc/utils/websockify/other/websockify.clj
|
||||
libexec/novnc/utils/websockify/other/websockify.rb
|
||||
libexec/novnc/utils/websockify/other/wswrap
|
||||
libexec/novnc/utils/websockify/rebind
|
||||
libexec/novnc/utils/websockify/rebind.c
|
||||
libexec/novnc/utils/websockify/run
|
||||
libexec/novnc/utils/websockify/setup.py
|
||||
libexec/novnc/utils/websockify/test-requirements.txt
|
||||
libexec/novnc/utils/websockify/tests/b64_vs_utf8.py
|
||||
libexec/novnc/utils/websockify/tests/base64.html
|
||||
libexec/novnc/utils/websockify/tests/base64.js
|
||||
libexec/novnc/utils/websockify/tests/echo.html
|
||||
libexec/novnc/utils/websockify/tests/echo.py
|
||||
libexec/novnc/utils/websockify/tests/echo.rb
|
||||
libexec/novnc/utils/websockify/tests/include
|
||||
libexec/novnc/utils/websockify/tests/echo_client.py
|
||||
libexec/novnc/utils/websockify/tests/fixtures/private.pem
|
||||
libexec/novnc/utils/websockify/tests/fixtures/public.pem
|
||||
libexec/novnc/utils/websockify/tests/fixtures/symmetric.key
|
||||
libexec/novnc/utils/websockify/tests/latency.html
|
||||
libexec/novnc/utils/websockify/tests/latency.py
|
||||
libexec/novnc/utils/websockify/tests/load.html
|
||||
@ -69,14 +37,15 @@ libexec/novnc/utils/websockify/tests/simple.html
|
||||
libexec/novnc/utils/websockify/tests/test_auth_plugins.py
|
||||
libexec/novnc/utils/websockify/tests/test_websocket.py
|
||||
libexec/novnc/utils/websockify/tests/test_websocketproxy.py
|
||||
libexec/novnc/utils/websockify/tests/utf8-list.py
|
||||
libexec/novnc/utils/websockify/tests/test_websockifyserver.py
|
||||
libexec/novnc/utils/websockify/tox.ini
|
||||
libexec/novnc/utils/websockify/websockify.py
|
||||
libexec/novnc/utils/websockify/websockify/__init__.py
|
||||
libexec/novnc/utils/websockify/websockify/__main__.py
|
||||
libexec/novnc/utils/websockify/websockify/auth_plugins.py
|
||||
libexec/novnc/utils/websockify/websockify/sysloghandler.py
|
||||
libexec/novnc/utils/websockify/websockify/token_plugins.py
|
||||
libexec/novnc/utils/websockify/websockify/websocket.py
|
||||
libexec/novnc/utils/websockify/websockify/websocketproxy.py
|
||||
libexec/novnc/utils/websockify/wsirc.html
|
||||
libexec/novnc/utils/websockify/wstelnet.html
|
||||
@dir libexec/novnc/utils/websockify/include/web-socket-js-project
|
||||
libexec/novnc/utils/websockify/websockify/websocketserver.py
|
||||
libexec/novnc/utils/websockify/websockify/websockifyserver.py
|
||||
|
Loading…
Reference in New Issue
Block a user