Added: trunk/dports/python/py-psutil/Portfile (0 => 89644)
--- 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
___________________________________________________________________