Date: Wed, 19 Mar 2014 01:08:37 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348603 - in head/sysutils: . py-psutil121 Message-ID: <201403190108.s2J18cfQ047702@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@gmail.com> +# $FreeBSD$ + +PORTNAME= psutil +PORTVERSION= 1.2.1 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 121 + +MAINTAINER= swills@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403190108.s2J18cfQ047702>