svn commit: r387304 - head/sysutils/rubygem-sys-cpu

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 18:56:50 UTC 2015


Author: sunpoet
Date: Sun May 24 18:56:48 2015
New Revision: 387304
URL: https://svnweb.freebsd.org/changeset/ports/387304

Log:
  - Add LICENSE
  - Simplify COMMENT
  - Reformat pkg-descr
  - Update WWW

Modified:
  head/sysutils/rubygem-sys-cpu/Makefile
  head/sysutils/rubygem-sys-cpu/pkg-descr

Modified: head/sysutils/rubygem-sys-cpu/Makefile
==============================================================================
--- head/sysutils/rubygem-sys-cpu/Makefile	Sun May 24 18:56:43 2015	(r387303)
+++ head/sysutils/rubygem-sys-cpu/Makefile	Sun May 24 18:56:48 2015	(r387304)
@@ -7,12 +7,14 @@ CATEGORIES=	sysutils rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby at 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>

Modified: head/sysutils/rubygem-sys-cpu/pkg-descr
==============================================================================
--- head/sysutils/rubygem-sys-cpu/pkg-descr	Sun May 24 18:56:43 2015	(r387303)
+++ head/sysutils/rubygem-sys-cpu/pkg-descr	Sun May 24 18:56:48 2015	(r387304)
@@ -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


More information about the svn-ports-all mailing list