diff options
author | miwi <miwi@FreeBSD.org> | 2010-05-02 20:10:21 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2010-05-02 20:10:21 +0800 |
commit | eb225267af0a5445cf300c250f86fe8665b891ea (patch) | |
tree | b5ed7f927f0443808663834fd99fae9d4c75457d /sysutils/Makefile | |
parent | 44fd543a3b0966decb1b0b9f83567ccee40ac67b (diff) | |
download | freebsd-ports-gnome-eb225267af0a5445cf300c250f86fe8665b891ea.tar.gz freebsd-ports-gnome-eb225267af0a5445cf300c250f86fe8665b891ea.tar.zst freebsd-ports-gnome-eb225267af0a5445cf300c250f86fe8665b891ea.zip |
The sys-cpu library provides an interface for gathering
information about your system's CPU. This includes not
only technical data such as processor type, but also
CPU statistics, such as load average information.
It is part of a library of a set libraries for various
system administration tasks, such as gathering
information about users, processes, your CPU, the
filesystem, and so on.
WWW: http://rubyforge.org/projects/sysutils
WWW: http://sysutils.rubyforge.org/
PR: ports/146057
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 5e8e5deb9163..e740f90bdf53 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -718,6 +718,7 @@ SUBDIR += rubygem-capistrano SUBDIR += rubygem-god SUBDIR += rubygem-ohai + SUBDIR += rubygem-sys-cpu SUBDIR += runit SUBDIR += runwhen SUBDIR += safe-rm |