1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add sysutils/rubygem-choria-mcorpc-support

These are stripped down versions of the legacy Marionette Collective libraries
that are used to facilitate hosting Ruby based MCollective Agents within the
Golang daemon as well as interact with a Choria network from the Ruby API and
mco CLI

It's not possible to run the old MCollective daemon using this code or the
resulting gem.

This fork was made off version 2.12.0 of The Marionette Collective and have
diverged since then, the changes made are not compatible with legacy
MCollective.

WWW: http://rubygems.org/gems/choria-mcorpc-support

With hat:	puppet
This commit is contained in:
Romain Tartière 2020-12-05 23:59:04 +00:00
parent 7425f7b06a
commit a8602e9502
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557099
4 changed files with 38 additions and 0 deletions

View File

@ -1121,6 +1121,7 @@
SUBDIR += rubygem-chef-zero
SUBDIR += rubygem-chef-zero5
SUBDIR += rubygem-chef12
SUBDIR += rubygem-choria-mcorpc-support
SUBDIR += rubygem-facter
SUBDIR += rubygem-fluent-mixin-plaintextformatter
SUBDIR += rubygem-fluent-plugin-config-expander

View File

@ -0,0 +1,21 @@
# $FreeBSD$
PORTNAME= choria-mcorpc-support
DISTVERSION= 2.22.1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= puppet@FreeBSD.org
COMMENT= Ruby support for the Choria Orchestration Server
LICENSE= APACHE20
USES= gem
USE_RUBY= yes
RUN_DEPENDS= rubygem-nats-pure>=0.6:net/rubygem-nats-pure \
rubygem-systemu>=2.6.4:devel/rubygem-systemu
PLIST_FILES= bin/mco
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1606336926
SHA256 (rubygem/choria-mcorpc-support-2.22.1.gem) = f648f1a337cc9e076140aa0a980813a46588be2e610bc36ae7d34abbac63a6ad
SIZE (rubygem/choria-mcorpc-support-2.22.1.gem) = 110592

View File

@ -0,0 +1,13 @@
These are stripped down versions of the legacy Marionette Collective libraries
that are used to facilitate hosting Ruby based MCollective Agents within the
Golang daemon as well as interact with a Choria network from the Ruby API and
mco CLI
It's not possible to run the old MCollective daemon using this code or the
resulting gem.
This fork was made off version 2.12.0 of The Marionette Collective and have
diverged since then, the changes made are not compatible with legacy
MCollective.
WWW: http://rubygems.org/gems/choria-mcorpc-support