New port: sysutils/rubygem-vmstat

A focused and fast library to gather memory, cpu, network,
load avg and disk

WWW: http://threez.github.com/ruby-vmstat/

Approved by: pi (mentor)
This commit is contained in:
Torsten Zuehlsdorff 2016-08-29 10:22:21 +00:00
parent 5109ee6e69
commit 0752133a65
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=421049
4 changed files with 26 additions and 0 deletions

View file

@ -976,6 +976,7 @@
SUBDIR += rubygem-sys-uname
SUBDIR += rubygem-sys-uptime
SUBDIR += rubygem-teamocil
SUBDIR += rubygem-vmstat
SUBDIR += rubygem-winrm
SUBDIR += rubygem-winrm-fs
SUBDIR += rubygem-yell

View file

@ -0,0 +1,19 @@
# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
# $FreeBSD$
PORTNAME= vmstat
PORTVERSION= 2.2.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Library to gather memory, cpu, network, load avg and disk information
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1471443484
SHA256 (rubygem/vmstat-2.2.0.gem) = c085f1d90249145112cba69447730d68964d79408eb8704bdeb2ef57aa721482
SIZE (rubygem/vmstat-2.2.0.gem) = 26112

View file

@ -0,0 +1,3 @@
A focused and fast library to gather memory, cpu, network, load avg and disk
WWW: http://threez.github.com/ruby-vmstat/