aboutsummaryrefslogtreecommitdiff
path: root/www/uwsgitop
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2013-08-22 12:20:07 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2013-08-22 12:20:07 +0000
commit25c4fcba995c317916f02f147de4ba102642a705 (patch)
tree3b30a7245b5ff17a1b178a065819beca96db0e0f /www/uwsgitop
parentc3111710bc17a90cc08a26804d8cb262bbe0c35d (diff)
downloadports-25c4fcba995c317916f02f147de4ba102642a705.tar.gz
ports-25c4fcba995c317916f02f147de4ba102642a705.zip
Notes
Diffstat (limited to 'www/uwsgitop')
-rw-r--r--www/uwsgitop/Makefile20
-rw-r--r--www/uwsgitop/distinfo2
-rw-r--r--www/uwsgitop/pkg-descr10
-rw-r--r--www/uwsgitop/pkg-plist3
4 files changed, 35 insertions, 0 deletions
diff --git a/www/uwsgitop/Makefile b/www/uwsgitop/Makefile
new file mode 100644
index 000000000000..c57c240d9634
--- /dev/null
+++ b/www/uwsgitop/Makefile
@@ -0,0 +1,20 @@
+# Created by: Dmitry Sivachenko <demon@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= uwsgitop
+PORTVERSION= 0.6.2
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
+MASTER_SITE_SUBDIR=source/u/${PORTNAME}
+
+MAINTAINER= demon@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>
diff --git a/www/uwsgitop/distinfo b/www/uwsgitop/distinfo
new file mode 100644
index 000000000000..8523b3d4576c
--- /dev/null
+++ b/www/uwsgitop/distinfo
@@ -0,0 +1,2 @@
+SHA256 (uwsgitop-0.6.2.tar.gz) = 4551c14284e754856bba5ad2a70a048c50d334902e797c79979c33bf6268ab71
+SIZE (uwsgitop-0.6.2.tar.gz) = 2280
diff --git a/www/uwsgitop/pkg-descr b/www/uwsgitop/pkg-descr
new file mode 100644
index 000000000000..7cfeadd69651
--- /dev/null
+++ b/www/uwsgitop/pkg-descr
@@ -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
diff --git a/www/uwsgitop/pkg-plist b/www/uwsgitop/pkg-plist
new file mode 100644
index 000000000000..5bec5332d2fd
--- /dev/null
+++ b/www/uwsgitop/pkg-plist
@@ -0,0 +1,3 @@
+bin/uwsgitop
+%%DOCSDIR%%/README
+@dirrm %%DOCSDIR%%