Bug 171517 - [NEW PORT] sysutils/py27-Glances: A CLI curses based monitoring tool for GNU/Linux and BSD OS
Summary: [NEW PORT] sysutils/py27-Glances: A CLI curses based monitoring tool for GNU/...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-10 10:20 UTC by Gasol Wu
Modified: 2012-09-22 15:00 UTC (History)
0 users

See Also:


Attachments
.shar (1.90 KB, text/plain)
2012-09-10 10:20 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2012-09-10 10:20:02 UTC
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

Generated with FreeBSD Port Tools 0.99_6 (mode: new)
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2012-09-10 10:29:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lwhsu

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-22 14:53:37 UTC
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@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@gmail.com>
+# $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 <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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Li-Wen Hsu freebsd_committer freebsd_triage 2012-09-22 14:55:46 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!  And you probably want to 
send a notification to the author for updating the links and adding 
installation docs.