Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Feb 2015 07:23:48 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378950 - in head/www: . py-wsaccel
Message-ID:  <201502140723.t1E7NmlX086156@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Sat Feb 14 07:23:47 2015
New Revision: 378950
URL: https://svnweb.freebsd.org/changeset/ports/378950
QAT: https://qat.redports.org/buildarchive/r378950/

Log:
  [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

Added:
  head/www/py-wsaccel/
  head/www/py-wsaccel/Makefile   (contents, props changed)
  head/www/py-wsaccel/distinfo   (contents, props changed)
  head/www/py-wsaccel/pkg-descr   (contents, props changed)
Modified:
  head/www/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Sat Feb 14 07:07:48 2015	(r378949)
+++ head/www/Makefile	Sat Feb 14 07:23:47 2015	(r378950)
@@ -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

Added: head/www/py-wsaccel/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-wsaccel/Makefile	Sat Feb 14 07:23:47 2015	(r378950)
@@ -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>

Added: head/www/py-wsaccel/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-wsaccel/distinfo	Sat Feb 14 07:23:47 2015	(r378950)
@@ -0,0 +1,2 @@
+SHA256 (wsaccel-0.6.2.tar.gz) = 425706acf0724d2f6bfa391ec37b4ef121d3432c956029de3cea4e101c218e0c
+SIZE (wsaccel-0.6.2.tar.gz) = 35773

Added: head/www/py-wsaccel/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/py-wsaccel/pkg-descr	Sat Feb 14 07:23:47 2015	(r378950)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502140723.t1E7NmlX086156>