Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

py-gevent websocket port #15

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions www/py-gevent-websocket/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Created by: Alfred Perlstein <alfred@freebsd.org>
# $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 <bsd.port.mk>
2 changes: 2 additions & 0 deletions www/py-gevent-websocket/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SHA256 (gevent-websocket-0.9.3.tar.gz) = 6475220340f9f8895a0f51bd2b9df3511bc7765dc055f49e997584bdaee3381f
SIZE (gevent-websocket-0.9.3.tar.gz) = 16463
9 changes: 9 additions & 0 deletions www/py-gevent-websocket/pkg-descr
Original file line number Diff line number Diff line change
@@ -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