svn commit: r370063 - in head/www: . py-gevent-websocket
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 5 13:23:10 UTC 2014
Author: antoine
Date: Sun Oct 5 13:23:08 2014
New Revision: 370063
URL: https://svnweb.freebsd.org/changeset/ports/370063
QAT: https://qat.redports.org/buildarchive/r370063/
Log:
New port: www/py-gevent-websocket
gevent-websocket is a WebSocket library for the gevent networking library.
Features include:
Integration on both socket level or using an abstract interface.
RPC and PubSub framework using WAMP (WebSocket Application Messaging Protocol).
Easily extendible using a simple WebSocket protocol plugin API
WWW: https://bitbucket.org/Jeffrey/gevent-websocket
Added:
head/www/py-gevent-websocket/
head/www/py-gevent-websocket/Makefile (contents, props changed)
head/www/py-gevent-websocket/distinfo (contents, props changed)
head/www/py-gevent-websocket/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Oct 5 13:22:06 2014 (r370062)
+++ head/www/Makefile Sun Oct 5 13:23:08 2014 (r370063)
@@ -1536,6 +1536,7 @@
SUBDIR += py-formencode
SUBDIR += py-frozen-flask
SUBDIR += py-funkload
+ SUBDIR += py-gevent-websocket
SUBDIR += py-google-api-python-client
SUBDIR += py-graphite-web
SUBDIR += py-grequests
Added: head/www/py-gevent-websocket/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-gevent-websocket/Makefile Sun Oct 5 13:23:08 2014 (r370063)
@@ -0,0 +1,21 @@
+# Created by: antoine at FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= gevent-websocket
+PORTVERSION= 0.9.3
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= WebSocket library for the gevent networking library
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0:${PORTSDIR}/devel/py-gevent
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Added: head/www/py-gevent-websocket/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-gevent-websocket/distinfo Sun Oct 5 13:23:08 2014 (r370063)
@@ -0,0 +1,2 @@
+SHA256 (gevent-websocket-0.9.3.tar.gz) = 6475220340f9f8895a0f51bd2b9df3511bc7765dc055f49e997584bdaee3381f
+SIZE (gevent-websocket-0.9.3.tar.gz) = 16463
Added: head/www/py-gevent-websocket/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-gevent-websocket/pkg-descr Sun Oct 5 13:23:08 2014 (r370063)
@@ -0,0 +1,7 @@
+gevent-websocket is a WebSocket library for the gevent networking library.
+Features include:
+Integration on both socket level or using an abstract interface.
+RPC and PubSub framework using WAMP (WebSocket Application Messaging Protocol).
+Easily extendible using a simple WebSocket protocol plugin API
+
+WWW: https://bitbucket.org/Jeffrey/gevent-websocket
More information about the svn-ports-all
mailing list