mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
[NEW] www/py-wsaccel: WebSocket Accelerator for ws4py and AutobahnPython
WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado. WSAccell replaces per-byte process in them with Cython version. WWW: https://github.com/methane/wsaccel
This commit is contained in:
parent
a2204e8c7d
commit
c6b2919327
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378950
@ -1720,6 +1720,7 @@
|
||||
SUBDIR += py-webware-component
|
||||
SUBDIR += py-werkzeug
|
||||
SUBDIR += py-wikitools
|
||||
SUBDIR += py-wsaccel
|
||||
SUBDIR += py-ws4py
|
||||
SUBDIR += py-wsgiauth
|
||||
SUBDIR += py-wsgidav
|
||||
|
22
www/py-wsaccel/Makefile
Normal file
22
www/py-wsaccel/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wsaccel
|
||||
PORTVERSION= 0.6.2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= WebSocket Accelerator for ws4py and AutobahnPython
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/utf8validator.so
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}/xormask.so
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/py-wsaccel/distinfo
Normal file
2
www/py-wsaccel/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (wsaccel-0.6.2.tar.gz) = 425706acf0724d2f6bfa391ec37b4ef121d3432c956029de3cea4e101c218e0c
|
||||
SIZE (wsaccel-0.6.2.tar.gz) = 35773
|
5
www/py-wsaccel/pkg-descr
Normal file
5
www/py-wsaccel/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
WSAccell is WebSocket accelerator for AutobahnPython, ws4py and Tornado.
|
||||
|
||||
WSAccell replaces per-byte process in them with Cython version.
|
||||
|
||||
WWW: https://github.com/methane/wsaccel
|
Loading…
Reference in New Issue
Block a user