svn commit: r427224 - in head/devel: . py-websockify

Roman Bogorodskiy novel at FreeBSD.org
Sun Nov 27 11:47:52 UTC 2016


Author: novel
Date: Sun Nov 27 11:47:50 2016
New Revision: 427224
URL: https://svnweb.freebsd.org/changeset/ports/427224

Log:
  Add py-websockify 0.8.0, webSocket to TCP proxy/bridge.
  
  PR:		214743
  Submitted by:	Alexander Nusov <alexander.nusov at nfvexpress.com>

Added:
  head/devel/py-websockify/
  head/devel/py-websockify/Makefile   (contents, props changed)
  head/devel/py-websockify/distinfo   (contents, props changed)
  head/devel/py-websockify/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Nov 27 11:43:27 2016	(r427223)
+++ head/devel/Makefile	Sun Nov 27 11:47:50 2016	(r427224)
@@ -4679,6 +4679,7 @@
     SUBDIR += py-wcwidth
     SUBDIR += py-weakrefmethod
     SUBDIR += py-weblib
+    SUBDIR += py-websockify
     SUBDIR += py-wheel
     SUBDIR += py-wrapt
     SUBDIR += py-wsgi_xmlrpc

Added: head/devel/py-websockify/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-websockify/Makefile	Sun Nov 27 11:47:50 2016	(r427224)
@@ -0,0 +1,20 @@
+# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME=	websockify
+PORTVERSION=	0.8.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alexander.nusov at nfvexpress.com
+COMMENT=	WebSocket to TCP proxy/bridge
+
+LICENSE=	LGPL3
+
+NO_ARCH=	yes
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-websockify/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-websockify/distinfo	Sun Nov 27 11:47:50 2016	(r427224)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1478983467
+SHA256 (websockify-0.8.0.tar.gz) = 547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2
+SIZE (websockify-0.8.0.tar.gz) = 234450

Added: head/devel/py-websockify/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-websockify/pkg-descr	Sun Nov 27 11:47:50 2016	(r427224)
@@ -0,0 +1,8 @@
+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.
+
+WWW: http://pypi.python.org/pypi/websockify


More information about the svn-ports-head mailing list