Date: Thu, 22 Aug 2013 12:20:07 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325189 - in head/www: . uwsgitop Message-ID: <201308221220.r7MCK7Ep062751@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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> 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 +@dirrm %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308221220.r7MCK7Ep062751>