svn commit: r304674 - in head/sysutils: . py-glances
Li-Wen Hsu
lwhsu at FreeBSD.org
Sat Sep 22 13:53:23 UTC 2012
Author: lwhsu
Date: Sat Sep 22 13:53:22 2012
New Revision: 304674
URL: http://svn.freebsd.org/changeset/ports/304674
Log:
Add py-glances 1.4.1.1, a CLI curses based monitoring tool for GNU/Linux
and BSD OS.
PR: ports/171517
Submitted by: Gasol Wu <gasol.wu at gmail.com>
Added:
head/sysutils/py-glances/
head/sysutils/py-glances/Makefile (contents, props changed)
head/sysutils/py-glances/distinfo (contents, props changed)
head/sysutils/py-glances/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Sat Sep 22 13:24:33 2012 (r304673)
+++ head/sysutils/Makefile Sat Sep 22 13:53:22 2012 (r304674)
@@ -725,6 +725,7 @@
SUBDIR += py-danzfs
SUBDIR += py-drmaa
SUBDIR += py-filelike
+ SUBDIR += py-glances
SUBDIR += py-iowait
SUBDIR += py-nagiosplugin
SUBDIR += py-psutil
Added: head/sysutils/py-glances/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-glances/Makefile Sat Sep 22 13:53:22 2012 (r304674)
@@ -0,0 +1,29 @@
+# Created by: Gasol Wu <gasol.wu at gmail.com>
+# $FreeBSD$
+
+PORTNAME= glances
+PORTVERSION= 1.4.1.1
+CATEGORIES= sysutils python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= gasol.wu at gmail.com
+COMMENT= A CLI curses based monitoring tool for GNU/Linux and BSD OS
+
+LICENSE= LGPL3
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.0.0:${PORTSDIR}/devel/py-Jinja2 \
+ ${PYTHON_PKGNAMEPREFIX}psutil>=0.4.1:${PORTSDIR}/sysutils/py-psutil
+
+USE_GITHUB= yes
+GH_ACCOUNT= nicolargo
+GH_PROJECT= glances
+GH_TAGNAME= v${PORTVERSION}
+GH_COMMIT= 2920dcc
+USE_PYTHON= 2.6+
+USE_PYDISTUTILS=easy_install
+PYDISTUTILS_PKGNAME= Glances
+
+PLIST_FILES= bin/glances \
+ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+
+.include <bsd.port.mk>
Added: head/sysutils/py-glances/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-glances/distinfo Sat Sep 22 13:53:22 2012 (r304674)
@@ -0,0 +1,2 @@
+SHA256 (glances-1.4.1.1.tar.gz) = 1681c7702c8d47f0774c855a811eed46acf628e8b31ccfed922ed77f3d419301
+SIZE (glances-1.4.1.1.tar.gz) = 568516
Added: head/sysutils/py-glances/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-glances/pkg-descr Sat Sep 22 13:53:22 2012 (r304674)
@@ -0,0 +1,4 @@
+Glances is a CLI curses based monitoring tool for GNU/Linux and BSD OS.
+Glances uses the PsUtil library to get information from your system.
+
+WWW: http://nicolargo.github.com/glances
More information about the svn-ports-all
mailing list