diff options
Diffstat (limited to 'www/novnc-websockify')
-rw-r--r-- | www/novnc-websockify/Makefile | 35 | ||||
-rw-r--r-- | www/novnc-websockify/distinfo | 3 | ||||
-rw-r--r-- | www/novnc-websockify/pkg-descr | 6 | ||||
-rw-r--r-- | www/novnc-websockify/pkg-plist | 47 |
4 files changed, 0 insertions, 91 deletions
diff --git a/www/novnc-websockify/Makefile b/www/novnc-websockify/Makefile deleted file mode 100644 index 54266cb14599..000000000000 --- a/www/novnc-websockify/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -PORTNAME= websockify -DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Websockify implementation for noVNC -WWW= https://github.com/novnc/websockify - -LICENSE= LGPL3 -LICENSE_FILE= ${WRKSRC}/COPYING - -RUN_DEPENDS= ${PYNUMPY} \ - novnc>0:www/novnc - -USES= python shebangfix - -USE_GITHUB= yes -GH_ACCOUNT= novnc -GH_PROJECT= websockify - -SHEBANG_FILES= run - -NO_ARCH= yes -NO_BUILD= yes -TARGET_DIR= ${PREFIX}/libexec/novnc/utils/websockify - -do-install: - @${MKDIR} ${STAGEDIR}${TARGET_DIR} - cd ${WRKSRC} && ${RM} .gitignore .gitmodules .travis.yml - cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${TARGET_DIR} - @${CHMOD} +x ${STAGEDIR}${TARGET_DIR}/run - @${CHMOD} +x ${STAGEDIR}${TARGET_DIR}/rebind - -.include <bsd.port.mk> diff --git a/www/novnc-websockify/distinfo b/www/novnc-websockify/distinfo deleted file mode 100644 index 1fe243731ee6..000000000000 --- a/www/novnc-websockify/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1691768345 -SHA256 (novnc-websockify-v0.11.0_GH0.tar.gz) = 628dd586e80865cd775cc402b96cf75f4daa647b0fefdc31366d08b7753016be -SIZE (novnc-websockify-v0.11.0_GH0.tar.gz) = 55126 diff --git a/www/novnc-websockify/pkg-descr b/www/novnc-websockify/pkg-descr deleted file mode 100644 index f186b9ec6562..000000000000 --- a/www/novnc-websockify/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Websockify is a WebSocket to TCP proxy/bridge. -This allows a browser to connect to any application/server/service. -Implementations in Python, C, Node.js and Ruby. - -It also includes a wrap program that uses a LD_PRELOAD library to -proxying from a source address to a target address. diff --git a/www/novnc-websockify/pkg-plist b/www/novnc-websockify/pkg-plist deleted file mode 100644 index 7fd347409d57..000000000000 --- a/www/novnc-websockify/pkg-plist +++ /dev/null @@ -1,47 +0,0 @@ -libexec/novnc/utils/websockify/.github/workflows/test.yml -libexec/novnc/utils/websockify/CHANGES.txt -libexec/novnc/utils/websockify/COPYING -libexec/novnc/utils/websockify/MANIFEST.in -libexec/novnc/utils/websockify/Makefile -libexec/novnc/utils/websockify/README.md -libexec/novnc/utils/websockify/Windows/Windows Service Readme.md -libexec/novnc/utils/websockify/docker/Dockerfile -libexec/novnc/utils/websockify/docker/build.sh -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/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/echo.html -libexec/novnc/utils/websockify/tests/echo.py -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 -libexec/novnc/utils/websockify/tests/load.py -libexec/novnc/utils/websockify/tests/plain_echo.html -libexec/novnc/utils/websockify/tests/simple.html -libexec/novnc/utils/websockify/tests/test_auth_plugins.py -libexec/novnc/utils/websockify/tests/test_token_plugins.py -libexec/novnc/utils/websockify/tests/test_websocket.py -libexec/novnc/utils/websockify/tests/test_websocketproxy.py -libexec/novnc/utils/websockify/tests/test_websocketserver.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/websockify/websocketserver.py -libexec/novnc/utils/websockify/websockify/websockifyserver.py |