[Midnightbsd-cvs] mports [24245] trunk/www: add py-wsaccel
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Sep 8 13:10:32 EDT 2018
Revision: 24245
http://svnweb.midnightbsd.org/mports/?rev=24245
Author: laffer1
Date: 2018-09-08 13:10:31 -0400 (Sat, 08 Sep 2018)
Log Message:
-----------
add py-wsaccel
Modified Paths:
--------------
trunk/www/Makefile
Added Paths:
-----------
trunk/www/py-wsaccel/
trunk/www/py-wsaccel/Makefile
trunk/www/py-wsaccel/distinfo
trunk/www/py-wsaccel/pkg-descr
Modified: trunk/www/Makefile
===================================================================
--- trunk/www/Makefile 2018-09-08 17:09:28 UTC (rev 24244)
+++ trunk/www/Makefile 2018-09-08 17:10:31 UTC (rev 24245)
@@ -114,6 +114,7 @@
SUBDIR += py-pyjwt
SUBDIR += py-requests
SUBDIR += py-treq
+SUBDIR += py-wsaccel
SUBDIR += qt5-webchannel
SUBDIR += qt5-websockets
SUBDIR += seamonkey
Added: trunk/www/py-wsaccel/Makefile
===================================================================
--- trunk/www/py-wsaccel/Makefile (rev 0)
+++ trunk/www/py-wsaccel/Makefile 2018-09-08 17:10:31 UTC (rev 24245)
@@ -0,0 +1,21 @@
+# $MidnightBSD$
+
+PORTNAME= wsaccel
+PORTVERSION= 0.6.2
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= WebSocket Accelerator for ws4py and AutobahnPython
+
+LICENSE= apache2
+
+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>
Property changes on: trunk/www/py-wsaccel/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/py-wsaccel/distinfo
===================================================================
--- trunk/www/py-wsaccel/distinfo (rev 0)
+++ trunk/www/py-wsaccel/distinfo 2018-09-08 17:10:31 UTC (rev 24245)
@@ -0,0 +1,2 @@
+SHA256 (wsaccel-0.6.2.tar.gz) = 425706acf0724d2f6bfa391ec37b4ef121d3432c956029de3cea4e101c218e0c
+SIZE (wsaccel-0.6.2.tar.gz) = 35773
Property changes on: trunk/www/py-wsaccel/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/www/py-wsaccel/pkg-descr
===================================================================
--- trunk/www/py-wsaccel/pkg-descr (rev 0)
+++ trunk/www/py-wsaccel/pkg-descr 2018-09-08 17:10:31 UTC (rev 24245)
@@ -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
Property changes on: trunk/www/py-wsaccel/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list