1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Provides hostname, ip address, and other information for a given host.

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

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

View File

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

View File

@ -0,0 +1,20 @@
# Ports collection makefile for: rubygem-sys-host
# Date created: 30 July 2010
# Whom: Eric Freeman <freebsdports@chillibear.com>
#
# $FreeBSD$
#
PORTNAME= sys-host
PORTVERSION= 0.6.2
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= freebsdports@chillibear.com
COMMENT= Provides hostname, ip address, and other information for a given host
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (rubygem/sys-host-0.6.2.gem) = 47c0f2c6a6a7f4ff5eec94e6f5bab78c
SHA256 (rubygem/sys-host-0.6.2.gem) = 9e8a932ce6769e29edc2feaf9d1f3e7066690356d2ea3969d9659c5a1237acfb
SIZE (rubygem/sys-host-0.6.2.gem) = 11776

View File

@ -0,0 +1,3 @@
Provides hostname, ip address, and other information for a given host.
WWW: http://sysutils.rubyforge.org/