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:
parent
29b4ce576e
commit
bd04fc2b16
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258972
@ -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
|
||||
|
20
sysutils/rubygem-sys-uname/Makefile
Normal file
20
sysutils/rubygem-sys-uname/Makefile
Normal 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>
|
3
sysutils/rubygem-sys-uname/distinfo
Normal file
3
sysutils/rubygem-sys-uname/distinfo
Normal 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
|
4
sysutils/rubygem-sys-uname/pkg-descr
Normal file
4
sysutils/rubygem-sys-uname/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user