- Add LICENSE

- Simplify COMMENT
- Reformat pkg-descr
- Update WWW
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-05-24 18:56:48 +00:00
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

View file

@ -7,12 +7,14 @@ 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
USE_RUBY= yes
USE_RUBYGEMS= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View file

@ -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