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:
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
|
@ -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
|
||||
|
|
19
sysutils/rubygem-vmstat/Makefile
Normal file
19
sysutils/rubygem-vmstat/Makefile
Normal 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>
|
3
sysutils/rubygem-vmstat/distinfo
Normal file
3
sysutils/rubygem-vmstat/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1471443484
|
||||
SHA256 (rubygem/vmstat-2.2.0.gem) = c085f1d90249145112cba69447730d68964d79408eb8704bdeb2ef57aa721482
|
||||
SIZE (rubygem/vmstat-2.2.0.gem) = 26112
|
3
sysutils/rubygem-vmstat/pkg-descr
Normal file
3
sysutils/rubygem-vmstat/pkg-descr
Normal 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/
|
Loading…
Reference in a new issue