Port details |
- rubygem-puppet_forge Ruby client for the Puppet Forge API
- 6.0.0 sysutils =3 5.0.4Version of this port present on the latest quarterly branch.
- Maintainer: ruby@FreeBSD.org
- Port Added: 2015-06-07 21:18:45
- Last Update: 2024-09-30 13:38:44
- Commit Hash: bdd5f3b
- People watching this port, also watch:: xcb-util-image, autoconf, libssh, p5-MIME-Tools, woff2
- Also Listed In: rubygems
- License: APACHE20
- WWW:
- https://github.com/puppetlabs/forge-ruby
- Description:
- Ruby library to access and manipulate the Puppet Forge API from Ruby.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-puppet_forge>0:sysutils/rubygem-puppet_forge
- To install the port:
- cd /usr/ports/sysutils/rubygem-puppet_forge/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/rubygem-puppet_forge
- pkg install rubygem-puppet_forge
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-puppet_forge
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727315502
SHA256 (rubygem/puppet_forge-6.0.0.gem) = 0770bed61c9f5b21bd81666b121e086165e34c45691bdefec70438bf412f8ddf
SIZE (rubygem/puppet_forge-6.0.0.gem) = 776192
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:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-faraday>=2.0<3 : www/rubygem-faraday
- rubygem-faraday-follow_redirects>=0.3.0<0.4 : www/rubygem-faraday-follow_redirects
- rubygem-minitar>=1.0.2<2 : archivers/rubygem-minitar
- rubygem-semantic_puppet>=1.0<2 : devel/rubygem-semantic_puppet
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- sysutils/rubygem-librarian-puppet
- sysutils/rubygem-r10k
Configuration Options:
- No options to configure
- Options name:
- sysutils_rubygem-puppet_forge
- 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 |
6.0.0 30 Sep 2024 13:38:44 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-puppet_forge: Update to 6.0.0
Changes: https://github.com/puppetlabs/forge-ruby/releases |
5.0.4 05 Sep 2024 06:18:31 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-puppet_forge: Update to 5.0.4
Changes: https://github.com/puppetlabs/forge-ruby/releases |
5.0.3 16 Oct 2023 16:00:09 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-puppet_forge: Update to 5.0.3
Changes: https://github.com/puppetlabs/forge-ruby/releases |
5.0.2 30 Sep 2023 23:31:19 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-puppet_forge: Update to 5.0.2
Changes: https://github.com/puppetlabs/forge-ruby/blob/main/CHANGELOG.md |
5.0.1 31 Jul 2023 16:42:06 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-puppet_forge: Update to 5.0.1
Changes: https://github.com/puppetlabs/forge-ruby/blob/main/CHANGELOG.md |
5.0.0 30 Jun 2023 07:08:22 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-puppet_forge: Update to 5.0.0
Changes: https://github.com/puppetlabs/forge-ruby/blob/main/CHANGELOG.md |
4.1.0 21 Mar 2023 19:22:33 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-puppet_forge: Update to 4.1.0
Changes: https://github.com/puppetlabs/forge-ruby/blob/main/CHANGELOG.md |
4.0.0 30 Jan 2023 13:02:32 |
Po-Chuan Hsieh (sunpoet) |
sysutils/rubygem-puppet_forge: Update to 4.0.0
Changes: https://github.com/puppetlabs/forge-ruby/blob/main/CHANGELOG.md |
3.2.0 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 |
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) |
3.2.0 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 ) |
3.2.0 08 Jul 2022 21:49:39 |
Romain Tartière (romain) |
sysutils/rubygem-puppet_forge: Update to 3.2.0
With hat: puppet |
2.3.4_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.3.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.4_1 29 May 2020 03:09:03 |
sunpoet |
Change RUN_DEPENDS from rubygem-faraday and rubygem-faraday_middleware to
rubygem-faraday0 and rubygem-faraday_middleware0
- Bump PORTREVISION for dependency change |
2.3.4 01 May 2020 05:01:57 |
sunpoet |
Update to 2.3.4
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.3.0 28 Sep 2019 20:04:14 |
sunpoet |
Update version requirement of RUN_DEPENDS |
2.3.0 28 Aug 2019 02:56:51 |
romain |
Update to 2.3.0
With hat: puppet |
2.2.9_1 03 Dec 2018 18:56:42 |
sunpoet |
Update to 2.7.8
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt
PR: 233645
Exp-run by: antoine |
2.2.9_1 20 Jan 2018 13:18:03 |
sunpoet |
Fix gemspec for rubygem-faraday 0.14.0 update
- Bump PORTREVISION for package change |
2.2.9 11 Dec 2017 10:44:02 |
sunpoet |
Update to 2.2.9
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.2.8 10 Nov 2017 19:03:42 |
sunpoet |
Update to 2.2.8
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.2.7 16 Aug 2017 15:45:33 |
sunpoet |
Update gemspec patch
- Bump PORTREVISION for package change |
2.2.7 01 Jul 2017 20:57:51 |
sunpoet |
Update to 2.2.7
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.2.6 28 Jun 2017 15:43:55 |
sunpoet |
Update to 2.2.6
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.2.5 27 Jun 2017 16:15:16 |
sunpoet |
Update to 2.2.5
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.2.4_1 20 May 2017 21:50:27 |
sunpoet |
Change RUN_DEPENDS from rubygem-semantic_puppet to rubygem-semantic_puppet0
- Bump PORTREVISION for dependency change |
2.2.4 18 Apr 2017 19:39:28 |
sunpoet |
Update to 2.2.4
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.2.3 18 Jan 2017 14:08:03 |
sunpoet |
Update to 2.2.3
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.2.2_1 15 Jan 2017 04:18:40 |
sunpoet |
Fix gemspec for rubygem-faraday 0.11.0 and rubygem-faraday_middleware 0.11.0
update |
2.2.2 02 Jan 2017 10:14:59 |
sunpoet |
Update to 2.2.2
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.1.5 27 Apr 2016 21:57:32 |
swills |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
2.1.5 27 Apr 2016 16:36:42 |
swills |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
2.1.5 15 Apr 2016 23:11:02 |
sunpoet |
- Update to 2.1.5
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.1.4 09 Apr 2016 12:31:48 |
sunpoet |
- Update to 2.1.4
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.1.3 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.1.3 06 Mar 2016 06:35:32 |
sunpoet |
- Update to 2.1.3
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.1.2 17 Jan 2016 13:22:22 |
sunpoet |
- Update to 2.1.2
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md
Sponsored by: PortsCamp Taiwan |
2.1.1 08 Oct 2015 18:47:10 |
sunpoet |
- Update to 2.1.1
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.1.0 30 Aug 2015 03:57:02 |
sunpoet |
- Update to 2.1.0
Changes: https://github.com/puppetlabs/forge-ruby/blob/master/CHANGELOG.md |
2.0.0 15 Aug 2015 12:10:25 |
sunpoet |
- Update to 2.0.0
Changes: https://github.com/puppetlabs/forge-ruby/commits/2.0.x |
1.0.5 24 Jul 2015 18:14:35 |
sunpoet |
- Update to 1.0.5
Changes: https://github.com/puppetlabs/forge-ruby/commits/master |
1.0.4 07 Jun 2015 21:18:36 |
mmoll |
new port: sysutils/rubygem-puppet_forge
Ruby library to access and manipulate the Puppet Forge API from Ruby.
WWW: https://github.com/puppetlabs/forge-ruby
Differential Revision: https://reviews.freebsd.org/D2754
Approved by: mat (mentor) |