Version: 0.9.0, Package name: websockify-0.9.0 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Websockify (formerly named wsproxy) translates WebSockets traffic to normal socket traffic. It accepts the WebSockets handshake, parses it, and then begins forwarding traffic between the client and the target in both directions. |
Filesize: 57.122 KB |
Version History (View Complete History) |
|
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-03-09 06:43:16 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to websockify-0.9.0 and switch to py3 |
2019-08-21 08:26:56 by Stuart Henderson | Files touched by this commit (1) |
Log message: drop maintainer |
2019-06-03 10:06:58 by Stuart Henderson | Files touched by this commit (153) |
Log message: s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying in ports which I maintain |
2016-06-05 05:04:12 by Stuart Henderson | Files touched by this commit (1) |
Log message: switch to py.test, and use a TEST_DEPENDS on the exact version to make sure that "make test" doesn't try and run on an old installed version of websockify. |
2016-06-04 16:52:24 by Gleydson Soares | Files touched by this commit (3) |
Log message: update to 0.8.0 OK sthen@ (maintainer) |
2015-12-22 07:41:52 by Stuart Henderson | Files touched by this commit (4) |
Log message: add missing rdep to websockify on py-numpy, and build rebind.so noted by jca@ |