From 57133191c4e09948659a75aff4d3da172b5ef0b8 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Thu, 31 Jul 2014 15:18:58 +0000 Subject: [PATCH] py-gevent websocket port --- www/py-gevent-websocket/Makefile | 19 +++++++++++++++++++ www/py-gevent-websocket/distinfo | 2 ++ www/py-gevent-websocket/pkg-descr | 9 +++++++++ 3 files changed, 30 insertions(+) create mode 100644 www/py-gevent-websocket/Makefile create mode 100644 www/py-gevent-websocket/distinfo create mode 100644 www/py-gevent-websocket/pkg-descr diff --git a/www/py-gevent-websocket/Makefile b/www/py-gevent-websocket/Makefile new file mode 100644 index 0000000000000..7566506da8859 --- /dev/null +++ b/www/py-gevent-websocket/Makefile @@ -0,0 +1,19 @@ +# Created by: Alfred Perlstein +# $FreeBSD$ + +PORTNAME= gevent-websocket +PORTVERSION= 0.9.3 +CATEGORIES= www python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alfred@freebsd.org +COMMENT= Websockets for python using gevent. + +LICENSE= ISCL + +USE_PYTHON= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes + +.include diff --git a/www/py-gevent-websocket/distinfo b/www/py-gevent-websocket/distinfo new file mode 100644 index 0000000000000..6f9753fbc4df7 --- /dev/null +++ b/www/py-gevent-websocket/distinfo @@ -0,0 +1,2 @@ +SHA256 (gevent-websocket-0.9.3.tar.gz) = 6475220340f9f8895a0f51bd2b9df3511bc7765dc055f49e997584bdaee3381f +SIZE (gevent-websocket-0.9.3.tar.gz) = 16463 diff --git a/www/py-gevent-websocket/pkg-descr b/www/py-gevent-websocket/pkg-descr new file mode 100644 index 0000000000000..79f944798df17 --- /dev/null +++ b/www/py-gevent-websocket/pkg-descr @@ -0,0 +1,9 @@ +Websocket handler for the gevent pywsgi server, a Python network library + +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