aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-sys-host
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-08-09 04:51:12 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-08-09 04:51:12 +0000
commit29b4ce576ee97a9de2ba35c716a204f1e3c26a18 (patch)
tree6497a7c9cccfaf88035846937efc89c8619d61c2 /sysutils/rubygem-sys-host
parent9c9d2cca6ed8f028c74e25e8becdc133a4101040 (diff)
downloadports-29b4ce576ee97a9de2ba35c716a204f1e3c26a18.tar.gz
ports-29b4ce576ee97a9de2ba35c716a204f1e3c26a18.zip
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>
Notes
Notes: svn path=/head/; revision=258971
Diffstat (limited to 'sysutils/rubygem-sys-host')
-rw-r--r--sysutils/rubygem-sys-host/Makefile20
-rw-r--r--sysutils/rubygem-sys-host/distinfo3
-rw-r--r--sysutils/rubygem-sys-host/pkg-descr3
3 files changed, 26 insertions, 0 deletions
diff --git a/sysutils/rubygem-sys-host/Makefile b/sysutils/rubygem-sys-host/Makefile
new file mode 100644
index 000000000000..25d3d164159d
--- /dev/null
+++ b/sysutils/rubygem-sys-host/Makefile
@@ -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>
diff --git a/sysutils/rubygem-sys-host/distinfo b/sysutils/rubygem-sys-host/distinfo
new file mode 100644
index 000000000000..65f9dd33e3af
--- /dev/null
+++ b/sysutils/rubygem-sys-host/distinfo
@@ -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
diff --git a/sysutils/rubygem-sys-host/pkg-descr b/sysutils/rubygem-sys-host/pkg-descr
new file mode 100644
index 000000000000..c7a39e821377
--- /dev/null
+++ b/sysutils/rubygem-sys-host/pkg-descr
@@ -0,0 +1,3 @@
+Provides hostname, ip address, and other information for a given host.
+
+WWW: http://sysutils.rubyforge.org/