A Ruby interface for getting system information

along the lines of the uname Unix command

WWW: http://sysutils.rubyforge.org/

PR:		ports/149381
Submitted by:	Eric Freeman <freebsdports at chillibear.com>
This commit is contained in:
Martin Wilke 2010-08-09 04:51:45 +00:00
parent 29b4ce576e
commit bd04fc2b16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258972
4 changed files with 28 additions and 0 deletions

View File

@ -741,6 +741,7 @@
SUBDIR += rubygem-ohai
SUBDIR += rubygem-sys-cpu
SUBDIR += rubygem-sys-host
SUBDIR += rubygem-sys-uname
SUBDIR += runit
SUBDIR += runwhen
SUBDIR += safe-rm

View File

@ -0,0 +1,20 @@
# Ports collection makefile for: rubygem-sys-uname
# Date created: 30 July 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= sys-uname
PORTVERSION= 0.8.4
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= A Ruby interface for getting system information
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/sys-uname-0.8.4.gem) = 3d168198bd8e4ebe11b1befdf6a212e6
SHA256 (rubygem/sys-uname-0.8.4.gem) = 468407f3fa62ac99bb0e02853a6d5c50a88140b08f205b8a070b633b90f3fd33
SIZE (rubygem/sys-uname-0.8.4.gem) = 13312

View File

@ -0,0 +1,4 @@
A Ruby interface for getting system information
along the lines of the uname Unix command
WWW: http://sysutils.rubyforge.org/