Port details |
- rubygem-inspec-core Framework to create end-to-end infrastructure tests
- 4.56.20_1 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: ruby@FreeBSD.org
 - Port Added: 2020-12-20 08:27:09
- Last Update: 2023-01-17 01:07:50
- Commit Hash: f03ab0f
- Also Listed In: rubygems
- License: APACHE20
- Description:
- InSpec provides a framework for creating end-to-end infrastructure tests.
You can use it for integration or even compliance testing. Create fully
portable test profiles and use them in your workflow to ensure stability
and security. Integrate InSpec in your change lifecycle for local testing,
CI/CD, and deployment verification. This has local support only.
See the `inspec` gem for full support.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-inspec-core>0:devel/rubygem-inspec-core
- To install the port:
- cd /usr/ports/devel/rubygem-inspec-core/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-inspec-core
- pkg install rubygem-inspec-core
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-inspec-core
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1653151280
SHA256 (rubygem/inspec-core-4.56.20.gem) = 7e470329a704dbf5028316b486bd16342552739b96b2a123fa00816d767f7657
SIZE (rubygem/inspec-core-4.56.20.gem) = 389632
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-addressable>=2.4<3 : www/rubygem-addressable
- rubygem-chef-telemetry>=1.0.8<2 : sysutils/rubygem-chef-telemetry
- rubygem-faraday14>=0.9.0<1.5 : www/rubygem-faraday14
- rubygem-faraday_middleware>=1.0<2 : www/rubygem-faraday_middleware
- rubygem-hashie4>=3.4<5 : devel/rubygem-hashie4
- rubygem-license-acceptance>=0.2.13<3.0 : sysutils/rubygem-license-acceptance
- rubygem-method_source>=0.8<2.0 : devel/rubygem-method_source
- rubygem-mixlib-log>=3.0<4 : devel/rubygem-mixlib-log
- rubygem-multipart-post>=2.0<3 : www/rubygem-multipart-post
- rubygem-parallel>=1.9<2 : sysutils/rubygem-parallel
- rubygem-parslet1>=1.5<2 : textproc/rubygem-parslet1
- rubygem-pry>=0.13<1 : devel/rubygem-pry
- rubygem-rspec>=3.9<3.13 : devel/rubygem-rspec
- rubygem-rspec-its>=1.2<2 : devel/rubygem-rspec-its
- rubygem-rubyzip>=1.2.2<3 : archivers/rubygem-rubyzip
- rubygem-semverse>=3.0<4 : devel/rubygem-semverse
- rubygem-sslshake>=1.2<2 : security/rubygem-sslshake
- rubygem-thor>=0.20<2.0 : devel/rubygem-thor
- rubygem-tomlrb>=1.2<2.1 : textproc/rubygem-tomlrb
- rubygem-train-core>=3.0<4 : net/rubygem-train-core
- rubygem-tty-prompt>=0.17<1 : devel/rubygem-tty-prompt
- rubygem-tty-table>=0.10<1 : devel/rubygem-tty-table
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- sysutils/rubygem-chef
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-inspec-core
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.56.20_1 17 Jan 2023 01:07:50
    |
Yasuhiro Kimura (yasu)  |
devel/ruby-gems: Update to 3.4.2
ChangeLog: https://github.com/rubygems/rubygems/releases/tag/v3.4.2
PR: 268578
Approved by: meta (ruby@, maintainer)
Exp-run by: antoine |
4.56.20_1 14 Jan 2023 23:08:33
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
4.56.20_1 30 Dec 2022 09:06:13
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-inspec-core: Fix gemspec for rubygem-rspec 3.12.0 update
- Bump PORTREVISION for package change |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.56.20 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.56.20 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.56.20 22 May 2022 05:11:35
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-inspec-core: Update to 4.56.20
Changes: https://github.com/inspec/inspec/releases
https://github.com/inspec/inspec/blob/main/CHANGELOG.md |
4.52.9 25 Mar 2022 13:37:58
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-inspec-core: Update to 4.52.9
Changes: https://github.com/inspec/inspec/releases
https://github.com/inspec/inspec/blob/main/CHANGELOG.md |
4.41.20_3 07 Mar 2022 18:13:22
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-inspec-core: Fix gemspec for rubygem-rspec 3.11.0 update
- Bump PORTREVISION for package change |
4.41.20_2 28 Feb 2022 12:46:37
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-inspec-core: Change RUN_DEPENDS from rubygem-hashie to
rubygem-hashie4
- Bump PORTREVISION for dependency change |
4.41.20_1 25 Oct 2021 15:58:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-inspec-core: Change RUN_DEPENDS from rubygem-hashie3 to
rubygem-hashie
- Bump PORTREVISION for dependency change |
4.41.20 27 Sep 2021 15:56:27
    |
Po-Chuan Hsieh (sunpoet)  |
devel/rubygem-inspec-core: Update to 4.41.20
Changes: https://github.com/inspec/inspec/releases
https://github.com/inspec/inspec/blob/main/CHANGELOG.md |
4.38.9 08 Aug 2021 13:25:37
    |
Matthias Fechner (mfechner)  |
devel/rubygem-inspec-core: Update to 4.38.9
This commit adds a new port www/rubygem-faraday14 copied from
www/rubygem-faraday
and modified to match version 1.4.
This fixes a runtime error for chef-client (includes also problems
with rubygem-zip).
PR: 256622 |
4.24.8_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
4.24.8_1 24 Dec 2020 13:57:29
  |
sunpoet  |
Fix RUN_DEPENDS: change from rubygem-tomlrb to rubygem-tomlrb1
- Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for dependency change |
4.24.8 20 Dec 2020 08:26:59
  |
mfechner  |
New ports required for rubygem-chef upgrade.
It is expected that this port fails to build till the complete rubygem-chef
upgrade is committed which can take some time depending on some approvals. |