git: 0d616901c6ae - main - sysutils/rubygem-ohai17: Add rubygem-ohai17 17.9.1 (copied from rubygem-ohai)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 23:51:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0d616901c6ae0bbbae2001ac259dfafa6e8e335b commit 0d616901c6ae0bbbae2001ac259dfafa6e8e335b Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-05-27 23:18:37 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-05-27 23:43:37 +0000 sysutils/rubygem-ohai17: Add rubygem-ohai17 17.9.1 (copied from rubygem-ohai) - Add PORTSCOUT --- sysutils/Makefile | 1 + sysutils/rubygem-ohai17/Makefile | 36 ++++++++++++++++++++++++++++++++++++ sysutils/rubygem-ohai17/distinfo | 3 +++ sysutils/rubygem-ohai17/pkg-descr | 5 +++++ 4 files changed, 45 insertions(+) diff --git a/sysutils/Makefile b/sysutils/Makefile index 8b5bac8e2287..d97a641029ef 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1271,6 +1271,7 @@ SUBDIR += rubygem-murder SUBDIR += rubygem-ohai SUBDIR += rubygem-ohai16 + SUBDIR += rubygem-ohai17 SUBDIR += rubygem-parallel SUBDIR += rubygem-puppet_forge SUBDIR += rubygem-puppetfile-resolver diff --git a/sysutils/rubygem-ohai17/Makefile b/sysutils/rubygem-ohai17/Makefile new file mode 100644 index 000000000000..2c2cae8c61a4 --- /dev/null +++ b/sysutils/rubygem-ohai17/Makefile @@ -0,0 +1,36 @@ +PORTNAME= ohai +PORTVERSION= 17.9.1 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= 17 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ohai profiles your system and emits JSON +WWW= https://github.com/chef/ohai + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-chef-config17>=14.12<18:sysutils/rubygem-chef-config17 \ + rubygem-chef-utils17>=16.0<18:sysutils/rubygem-chef-utils17 \ + 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>=3.2.5<4:devel/rubygem-mixlib-shellout \ + rubygem-plist>=3.1<4:devel/rubygem-plist \ + rubygem-train-core>=0:net/rubygem-train-core \ + rubygem-wmi-lite>=1.0<2:devel/rubygem-wmi-lite + +USES= gem + +NO_ARCH= yes + +PORTSCOUT= limit:^17\. + +post-install: + ${RM} ${STAGEDIR}${PREFIX}/bin/ohai + +.include <bsd.port.mk> diff --git a/sysutils/rubygem-ohai17/distinfo b/sysutils/rubygem-ohai17/distinfo new file mode 100644 index 000000000000..3cb636e8a115 --- /dev/null +++ b/sysutils/rubygem-ohai17/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682146272 +SHA256 (rubygem/ohai-17.9.1.gem) = a2693ab7ec1573f4952b42481d84537e97fa3ec8d9e188c5f0194dfcedf8c539 +SIZE (rubygem/ohai-17.9.1.gem) = 129024 diff --git a/sysutils/rubygem-ohai17/pkg-descr b/sysutils/rubygem-ohai17/pkg-descr new file mode 100644 index 000000000000..8b73029ad523 --- /dev/null +++ b/sysutils/rubygem-ohai17/pkg-descr @@ -0,0 +1,5 @@ +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.