- Add LICENSE
- Simplify COMMENT - Reformat pkg-descr - Update WWW
This commit is contained in:
parent
e90d6d1077
commit
7fb8b1ded6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387304
2 changed files with 11 additions and 11 deletions
|
@ -7,7 +7,9 @@ CATEGORIES= sysutils rubygems
|
|||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Provides an interface for getting information about the CPU
|
||||
COMMENT= Interface for getting information about the CPU
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
RUN_DEPENDS= rubygem-ffi>=1.0.0:${PORTSDIR}/devel/rubygem-ffi
|
||||
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
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.
|
||||
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
|
||||
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/
|
||||
WWW: https://github.com/djberg96/sys-cpu
|
||||
|
|
Loading…
Reference in a new issue