Update to 0.9.0
- Update WWW - Take maintainership Changes: https://github.com/novnc/websockify/releases
This commit is contained in:
parent
9a40ef9541
commit
bf3e2ddf90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=522404
3 changed files with 15 additions and 14 deletions
|
@ -2,19 +2,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= websockify
|
||||
PORTVERSION= 0.8.0
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= WebSocket to TCP proxy/bridge
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= WebSockets support for any application/server
|
||||
|
||||
LICENSE= LGPL3
|
||||
|
||||
NO_ARCH= yes
|
||||
RUN_DEPENDS= ${PYNUMPY}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1478983467
|
||||
SHA256 (websockify-0.8.0.tar.gz) = 547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2
|
||||
SIZE (websockify-0.8.0.tar.gz) = 234450
|
||||
TIMESTAMP = 1578401170
|
||||
SHA256 (websockify-0.9.0.tar.gz) = c35b5b79ebc517d3b784dacfb993be413a93cda5222c6f382443ce29c1a6cada
|
||||
SIZE (websockify-0.9.0.tar.gz) = 37363
|
||||
|
|
|
@ -1,8 +1,7 @@
|
|||
Websockify was formerly named wsproxy and was part of the noVNC project.
|
||||
websockify was formerly named wsproxy and was part of the noVNC project.
|
||||
|
||||
At the most basic level, websockify just translates WebSockets traffic
|
||||
to normal socket traffic. Websockify accepts the WebSockets handshake,
|
||||
parses it, and then begins forwarding traffic between the client and
|
||||
the target in both directions.
|
||||
At the most basic level, websockify just translates WebSockets traffic to normal
|
||||
socket traffic. Websockify accepts the WebSockets handshake, parses it, and then
|
||||
begins forwarding traffic between the client and the target in both directions.
|
||||
|
||||
WWW: https://pypi.org/project/websockify/
|
||||
WWW: https://github.com/novnc/websockify
|
||||
|
|
Loading…
Reference in a new issue