svn commit: r325189 - in head/www: . uwsgitop
Dmitry Sivachenko
demon at FreeBSD.org
Thu Aug 22 12:20:09 UTC 2013
Author: demon
Date: Thu Aug 22 12:20:07 2013
New Revision: 325189
URL: http://svnweb.freebsd.org/changeset/ports/325189
Log:
New port for uwsgitop: uWSGI top-like interface.
Added:
head/www/uwsgitop/
head/www/uwsgitop/Makefile (contents, props changed)
head/www/uwsgitop/distinfo (contents, props changed)
head/www/uwsgitop/pkg-descr (contents, props changed)
head/www/uwsgitop/pkg-plist (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Thu Aug 22 11:54:32 2013 (r325188)
+++ head/www/Makefile Thu Aug 22 12:20:07 2013 (r325189)
@@ -2029,6 +2029,7 @@
SUBDIR += ump
SUBDIR += usermanager
SUBDIR += uwsgi
+ SUBDIR += uwsgitop
SUBDIR += uzbl
SUBDIR += validator
SUBDIR += varnish
Added: head/www/uwsgitop/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/uwsgitop/Makefile Thu Aug 22 12:20:07 2013 (r325189)
@@ -0,0 +1,20 @@
+# Created by: Dmitry Sivachenko <demon at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= uwsgitop
+PORTVERSION= 0.6.2
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
+MASTER_SITE_SUBDIR=source/u/${PORTNAME}
+
+MAINTAINER= demon at FreeBSD.org
+COMMENT= uWSGI top-like app
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+post-install:
+ ${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+
+.include <bsd.port.mk>
Added: head/www/uwsgitop/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/uwsgitop/distinfo Thu Aug 22 12:20:07 2013 (r325189)
@@ -0,0 +1,2 @@
+SHA256 (uwsgitop-0.6.2.tar.gz) = 4551c14284e754856bba5ad2a70a048c50d334902e797c79979c33bf6268ab71
+SIZE (uwsgitop-0.6.2.tar.gz) = 2280
Added: head/www/uwsgitop/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/uwsgitop/pkg-descr Thu Aug 22 12:20:07 2013 (r325189)
@@ -0,0 +1,10 @@
+uWSGI top-like interface.
+Run your uWSGI server with the stats server enabled, for example:
+
+uwsgi --module myapp --socket :3030 --stats /tmp/stats.socket
+
+Then connect uwsgitop to the stats socket
+
+uwsgitop /tmp/stats.socket
+
+WWW: https://pypi.python.org/pypi/uwsgitop
Added: head/www/uwsgitop/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/uwsgitop/pkg-plist Thu Aug 22 12:20:07 2013 (r325189)
@@ -0,0 +1,3 @@
+bin/uwsgitop
+%%DOCSDIR%%/README
+ at dirrm %%DOCSDIR%%
More information about the svn-ports-head
mailing list