diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-09-09 02:06:51 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-09-09 02:06:51 +0800 |
commit | 23a1e61cba45573170f82ff08d81f57b5105c78a (patch) | |
tree | 14dc3b9ef15cae556e0a6ff05454c09840f44fd8 /sysutils/Makefile | |
parent | a6e6145571db12ac4cfdee730a88a1e91e9f0a2d (diff) | |
download | freebsd-ports-gnome-23a1e61cba45573170f82ff08d81f57b5105c78a.tar.gz freebsd-ports-gnome-23a1e61cba45573170f82ff08d81f57b5105c78a.tar.zst freebsd-ports-gnome-23a1e61cba45573170f82ff08d81f57b5105c78a.zip |
The sys-proctable library provides an interface for gathering
information about processes on your system, i.e. the process table.
Most major platforms are supported and, while different platforms
may return different information, the external interface is identical
across platforms.
WWW: http://sysutils.rubyforge.org/
PR: ports/149379
Submitted by: Eric Freeman <freebsdports at chillibear.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index dd3b63cee4f9..063902894264 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -748,6 +748,7 @@ SUBDIR += rubygem-sys-cpu SUBDIR += rubygem-sys-filesystem SUBDIR += rubygem-sys-host + SUBDIR += rubygem-sys-proctable SUBDIR += rubygem-sys-uname SUBDIR += rubygem-sys-uptime SUBDIR += runit |