From owner-svn-ports-all@FreeBSD.ORG Sat Sep 22 13:53:22 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D837C106566B; Sat, 22 Sep 2012 13:53:22 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A9C738FC0C; Sat, 22 Sep 2012 13:53:22 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8MDrMOD078287; Sat, 22 Sep 2012 13:53:22 GMT (envelope-from lwhsu@svn.freebsd.org) Received: (from lwhsu@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8MDrMks078282; Sat, 22 Sep 2012 13:53:22 GMT (envelope-from lwhsu@svn.freebsd.org) Message-Id: <201209221353.q8MDrMks078282@svn.freebsd.org> From: Li-Wen Hsu Date: Sat, 22 Sep 2012 13:53:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304674 - in head/sysutils: . py-glances X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2012 13:53:23 -0000 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 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 +# $FreeBSD$ + +PORTNAME= glances +PORTVERSION= 1.4.1.1 +CATEGORIES= sysutils python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= gasol.wu@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 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