aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-ohai15
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2021-03-25 13:09:38 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2021-03-25 13:09:38 +0000
commite3c3ea2a88e5dea34b3d43ec61e4e558ab03921a (patch)
treeb3d0a92f0e008e278a26af7b510e6b8ee2b6f1f0 /sysutils/rubygem-ohai15
parentd3f000c68fba84aeeb8a0915136ffc2fb1e76e0d (diff)
downloadports-e3c3ea2a88e5dea34b3d43ec61e4e558ab03921a.tar.gz
ports-e3c3ea2a88e5dea34b3d43ec61e4e558ab03921a.zip
Added new ports required for gitlab-ce 13.10 upgrade.
Notes
Notes: svn path=/head/; revision=569199
Diffstat (limited to 'sysutils/rubygem-ohai15')
-rw-r--r--sysutils/rubygem-ohai15/Makefile35
-rw-r--r--sysutils/rubygem-ohai15/distinfo3
-rw-r--r--sysutils/rubygem-ohai15/pkg-descr7
3 files changed, 45 insertions, 0 deletions
diff --git a/sysutils/rubygem-ohai15/Makefile b/sysutils/rubygem-ohai15/Makefile
new file mode 100644
index 000000000000..b5e2616d43b0
--- /dev/null
+++ b/sysutils/rubygem-ohai15/Makefile
@@ -0,0 +1,35 @@
+# Created by: Renaud Chaput <renchap@cocoa-x.com>
+# $FreeBSD$
+
+PORTNAME= ohai
+PORTVERSION= 15.12.0
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 15
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Ohai profiles your system and emits JSON
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-chef-config15>=12.8<16:sysutils/rubygem-chef-config15 \
+ rubygem-ffi>=1.9<2:devel/rubygem-ffi \
+ rubygem-ffi-yajl>=2.2<3:devel/rubygem-ffi-yajl \
+ rubygem-ipaddress>=0:net/rubygem-ipaddress \
+ rubygem-mixlib-cli>=1.7.0:devel/rubygem-mixlib-cli \
+ rubygem-mixlib-config>=2.0<4.0:devel/rubygem-mixlib-config \
+ rubygem-mixlib-log>=2.0.1<4.0:devel/rubygem-mixlib-log \
+ rubygem-mixlib-shellout>=2.0<4.0:devel/rubygem-mixlib-shellout \
+ rubygem-plist>=3.1<4:devel/rubygem-plist \
+ rubygem-systemu>=2.6.4<2.7:devel/rubygem-systemu \
+ rubygem-wmi-lite>=1.0<2:devel/rubygem-wmi-lite
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/ohai
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-ohai15/distinfo b/sysutils/rubygem-ohai15/distinfo
new file mode 100644
index 000000000000..45f48caa00aa
--- /dev/null
+++ b/sysutils/rubygem-ohai15/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1608730847
+SHA256 (rubygem/ohai-15.12.0.gem) = 4633af0c157de987564896d263cb24c36fe64e8f3628cc2173ffc2e4d0af8363
+SIZE (rubygem/ohai-15.12.0.gem) = 118784
diff --git a/sysutils/rubygem-ohai15/pkg-descr b/sysutils/rubygem-ohai15/pkg-descr
new file mode 100644
index 000000000000..0e2baadc9224
--- /dev/null
+++ b/sysutils/rubygem-ohai15/pkg-descr
@@ -0,0 +1,7 @@
+Ohai detects data about your operating system. It can be used standalone, but
+it's primary purpose is to provide node data to Chef.
+
+Ohai will print out a JSON data blob for all the known data about your system.
+When used with Chef, that data is reported back via node attributes.
+
+WWW: https://docs.chef.io/ohai.html