From owner-cvs-all@FreeBSD.ORG Wed May 5 07:05:56 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8A644106566B; Wed, 5 May 2010 07:05:56 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 7A9EA8FC0C; Wed, 5 May 2010 07:05:56 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4575utK058611; Wed, 5 May 2010 07:05:56 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4575u6X058610; Wed, 5 May 2010 07:05:56 GMT (envelope-from wen) Message-Id: <201005050705.o4575u6X058610@repoman.freebsd.org> From: Wen Heping Date: Wed, 5 May 2010 07:05:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/py-psutil Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2010 07:05:56 -0000 wen 2010-05-05 07:05:56 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/py-psutil Makefile distinfo pkg-descr pkg-plist 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. WWW: http://code.google.com/p/psutil/ PR: ports/146279 Submitted by: Ju Pengfei Revision Changes Path 1.1185 +1 -0 ports/sysutils/Makefile 1.1 +21 -0 ports/sysutils/py-psutil/Makefile (new) 1.1 +3 -0 ports/sysutils/py-psutil/distinfo (new) 1.1 +6 -0 ports/sysutils/py-psutil/pkg-descr (new) 1.1 +24 -0 ports/sysutils/py-psutil/pkg-plist (new)