svn commit: r348603 - in head/sysutils: . py-psutil121
Steve Wills
swills at FreeBSD.org
Wed Mar 19 01:08:39 UTC 2014
Author: swills
Date: Wed Mar 19 01:08:37 2014
New Revision: 348603
URL: http://svnweb.freebsd.org/changeset/ports/348603
QAT: https://qat.redports.org/buildarchive/r348603/
Log:
psutil is a module providing an interface for retrieving information
on running processes and system utilization (CPU, memory) in a portable
way by using Python, implementing many functionalities offered by tools
like ps, top and Windows task manager.
This older version will be required by py-glances.
WWW: http://code.google.com/p/psutil/
WWW: http://pypi.python.org/pypi/psutil/
Added:
head/sysutils/py-psutil121/
head/sysutils/py-psutil121/Makefile (contents, props changed)
head/sysutils/py-psutil121/distinfo (contents, props changed)
head/sysutils/py-psutil121/pkg-descr (contents, props changed)
Modified:
head/sysutils/Makefile
Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile Wed Mar 19 00:55:31 2014 (r348602)
+++ head/sysutils/Makefile Wed Mar 19 01:08:37 2014 (r348603)
@@ -736,6 +736,7 @@
SUBDIR += py-nagiosplugin
SUBDIR += py-plumbum
SUBDIR += py-psutil
+ SUBDIR += py-psutil121
SUBDIR += py-pytsk
SUBDIR += py-ranger
SUBDIR += py-salt
Added: head/sysutils/py-psutil121/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-psutil121/Makefile Wed Mar 19 01:08:37 2014 (r348603)
@@ -0,0 +1,20 @@
+# Created by: Ju Pengfei <jupengfei at gmail.com>
+# $FreeBSD$
+
+PORTNAME= psutil
+PORTVERSION= 1.2.1
+CATEGORIES= sysutils python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX= 121
+
+MAINTAINER= swills at FreeBSD.org
+COMMENT= Process utilities module for Python
+
+LICENSE= BSD3CLAUSE
+
+PYDISTUTILS_AUTOPLIST= yes
+USE_PYDISTUTILS=yes
+USE_PYTHON= yes
+
+.include <bsd.port.mk>
Added: head/sysutils/py-psutil121/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-psutil121/distinfo Wed Mar 19 01:08:37 2014 (r348603)
@@ -0,0 +1,2 @@
+SHA256 (psutil-1.2.1.tar.gz) = 508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45
+SIZE (psutil-1.2.1.tar.gz) = 167397
Added: head/sysutils/py-psutil121/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/sysutils/py-psutil121/pkg-descr Wed Mar 19 01:08:37 2014 (r348603)
@@ -0,0 +1,7 @@
+psutil is a module providing an interface for retrieving information
+on running processes and system utilization (CPU, memory) in a portable
+way by using Python, implementing many functionalities offered by tools
+like ps, top and Windows task manager.
+
+WWW: http://code.google.com/p/psutil/
+WWW: http://pypi.python.org/pypi/psutil/
More information about the svn-ports-all
mailing list