Port details |
- novnc-websockify Websockify implementation for noVNC
- 0.11.0 www =3 0.11.0Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2017-09-06 11:49:53
- Last Update: 2023-08-13 07:16:12
- Commit Hash: 483b8a3
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: LGPL3
- WWW:
- https://github.com/novnc/websockify
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- websockify>0:www/novnc-websockify
- To install the port:
- cd /usr/ports/www/novnc-websockify/ && make install clean
- To add the package, run one of these commands:
- pkg install www/novnc-websockify
- pkg install websockify
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: websockify
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1691768345
SHA256 (novnc-websockify-v0.11.0_GH0.tar.gz) = 628dd586e80865cd775cc402b96cf75f4daa647b0fefdc31366d08b7753016be
SIZE (novnc-websockify-v0.11.0_GH0.tar.gz) = 55126
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=1.16,1<1.26,1 : math/py-numpy@py39
- novnc>0 : www/novnc
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_novnc-websockify
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.11.0 13 Aug 2023 07:16:12 |
Rodrigo Osorio (rodrigo) |
www/novnc-websockify: Update to v0.11.0
Major changes in v0.10.0:
* Empty message frames are now supported
* Tokens can now specify a Unix domain socket file to connect to
* Time limits on JWT tokens are now respected
* Whitespace is better tolerated in token files
* Lots of minor fixes
Major changes in v0.11.0:
* Command line now supports disabling directory listings
Full changelog: https://github.com/novnc/websockify/blob/master/CHANGES.txt |
0.9.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.0 31 Jan 2021 20:12:23 |
yuri |
www/novnc-websockify: Update 0.8.0 -> 0.9.0
PR: 252940
Submitted by: marek@mky.waw.pl (original version) |
0.8.0_1 03 Nov 2020 20:51:35 |
rene |
Return araujo@'s ports to the pool after his commit bit was safekept. |
0.8.0_1 12 Feb 2018 15:41:23 |
amdmi3 |
- Fix license
- Fix shebangs
Approved by: portmgr blanket |
0.8.0 26 Sep 2017 09:56:52 |
araujo |
- Remove MKDIR forgotten in my last commit. |
0.8.0 25 Sep 2017 01:19:08 |
araujo |
Fix stage. |
0.8.0 06 Sep 2017 11:49:43 |
araujo |
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.
WWW: https://github.com/novnc/websockify
Sponsored by: iXsystems, Inc. |