svn commit: r370091 - in head/www: . py-flask-sockets
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 5 14:43:16 UTC 2014
Author: antoine
Date: Sun Oct 5 14:43:15 2014
New Revision: 370091
URL: https://svnweb.freebsd.org/changeset/ports/370091
QAT: https://qat.redports.org/buildarchive/r370091/
Log:
New port: www/py-flask-sockets
Elegant WebSockets for your Flask apps.
WWW: https://github.com/kennethreitz/flask-sockets
Added:
head/www/py-flask-sockets/
head/www/py-flask-sockets/Makefile (contents, props changed)
head/www/py-flask-sockets/distinfo (contents, props changed)
head/www/py-flask-sockets/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun Oct 5 14:39:25 2014 (r370090)
+++ head/www/Makefile Sun Oct 5 14:43:15 2014 (r370091)
@@ -1529,6 +1529,7 @@
SUBDIR += py-flask-admin
SUBDIR += py-flask-cache
SUBDIR += py-flask-flatpages
+ SUBDIR += py-flask-sockets
SUBDIR += py-flask-uploads
SUBDIR += py-flexget
SUBDIR += py-flup
Added: head/www/py-flask-sockets/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-flask-sockets/Makefile Sun Oct 5 14:43:15 2014 (r370091)
@@ -0,0 +1,22 @@
+# Created by: antoine at FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= Flask-Sockets
+PORTVERSION= 0.1
+CATEGORIES= www python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= Elegant WebSockets for your Flask apps
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Flask>=0:${PORTSDIR}/www/py-flask \
+ ${PYTHON_PKGNAMEPREFIX}gevent>=0:${PORTSDIR}/devel/py-gevent \
+ ${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0:${PORTSDIR}/www/py-gevent-websocket
+
+USES= python
+USE_PYTHON= distutils autoplist
+
+.include <bsd.port.mk>
Added: head/www/py-flask-sockets/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-flask-sockets/distinfo Sun Oct 5 14:43:15 2014 (r370091)
@@ -0,0 +1,2 @@
+SHA256 (Flask-Sockets-0.1.tar.gz) = 7991074577623a0e1e3ecdfcbf0d59a7b426b224db8b522f3917969c6c37a97b
+SIZE (Flask-Sockets-0.1.tar.gz) = 2471
Added: head/www/py-flask-sockets/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/py-flask-sockets/pkg-descr Sun Oct 5 14:43:15 2014 (r370091)
@@ -0,0 +1,3 @@
+Elegant WebSockets for your Flask apps.
+
+WWW: https://github.com/kennethreitz/flask-sockets
More information about the svn-ports-head
mailing list