f64d997379
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing several things: - Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now only fetchable via our cache) - Deprecate ports that depend on those - Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports (which are still fetchable from rubygems.org) The next step will be to remove rubyforge.org from bsd.sites.mk, after these deprecated ports are deleted. Phabric: D591 With hat: ruby Approved by: portmgr (because of committing to unstaged graphics/mingplot port)
11 lines
431 B
Text
11 lines
431 B
Text
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://rubygems.org/gems/sys-cpu/
|