9 Commits

Author SHA1 Message Date
sthen
3cbe1c2f30 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.
2021-02-23 19:39:08 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
sthen
277cf059a2 update to websockify-0.9.0 and switch to py3 2020-03-09 12:43:16 +00:00
sthen
ddcf170746 drop maintainer 2019-08-21 14:26:56 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
969b0ac36d 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-05 11:04:12 +00:00
gsoares
6b3f37d750 update to 0.8.0
OK sthen@ (maintainer)
2016-06-04 22:52:24 +00:00
sthen
9202da341e add missing rdep to websockify on py-numpy, and build rebind.so
noted by jca@
2015-12-22 14:41:52 +00:00
sthen
035002893d import ports/net/websockify, ok czarkoff@
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.
2015-12-18 13:18:39 +00:00