diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 18:56:48 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-05-24 18:56:48 +0000 |
commit | 7fb8b1ded6d15d2f3f7d0d3acfd054ce6239cd9b (patch) | |
tree | a051b92cc7cc3369ef36bdcb54a14bd0487673d5 /sysutils/rubygem-sys-cpu | |
parent | e90d6d1077e9991263759b751ff7e0160f5478bf (diff) |
Notes
Diffstat (limited to 'sysutils/rubygem-sys-cpu')
-rw-r--r-- | sysutils/rubygem-sys-cpu/Makefile | 8 | ||||
-rw-r--r-- | sysutils/rubygem-sys-cpu/pkg-descr | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/rubygem-sys-cpu/Makefile b/sysutils/rubygem-sys-cpu/Makefile index b59611917c1e..d741aa425167 100644 --- a/sysutils/rubygem-sys-cpu/Makefile +++ b/sysutils/rubygem-sys-cpu/Makefile @@ -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> diff --git a/sysutils/rubygem-sys-cpu/pkg-descr b/sysutils/rubygem-sys-cpu/pkg-descr index 26b8ac364f76..07e3ec8f41ae 100644 --- a/sysutils/rubygem-sys-cpu/pkg-descr +++ b/sysutils/rubygem-sys-cpu/pkg-descr @@ -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 |