Revision: 89644 http://trac.macports.org/changeset/89644 Author: stromnov@macports.org Date: 2012-02-05 02:37:06 -0800 (Sun, 05 Feb 2012) Log Message: ----------- py-psutil: new port Added Paths: ----------- trunk/dports/python/py-psutil/ trunk/dports/python/py-psutil/Portfile Added: trunk/dports/python/py-psutil/Portfile =================================================================== --- trunk/dports/python/py-psutil/Portfile (rev 0) +++ trunk/dports/python/py-psutil/Portfile 2012-02-05 10:37:06 UTC (rev 89644) @@ -0,0 +1,34 @@ +# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 +# $Id$ + +PortSystem 1.0 +PortGroup python 1.0 + +name py-psutil +version 0.4.1 +revision 0 +categories-append devel sysutils +license MIT +platforms darwin + +maintainers stromnov openmaintainer + +description A process utilities module for Python. + +long_description psutil is a module providing an interface for retrieving \ + information on all running processes and system \ + utilization (CPU, disk, memory) in a portable way \ + by using Python, implementing many functionalities \ + offered by command line tools such as: ps, top, df, \ + kill, free, lsof, free, netstat, ifconfig, nice, ionice, \ + iostato, iotop, uptime, tty. + +homepage http://code.google.com/p/psutil/ +master_sites googlecode:psutil + +distname psutil-${version} + +checksums rmd160 26f13cfbdb9598a24460e159868d29192fb47d96 \ + sha256 f051d2f965bcf63067c45449ab128b26e01587f0bc68e4141c355d28a55c71ee + +python.versions 24 25 26 27 31 32 Property changes on: trunk/dports/python/py-psutil/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native
participants (1)
-
stromnov@macports.org