Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Dec 2020 23:59:04 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557099 - in head/sysutils: . rubygem-choria-mcorpc-support
Message-ID:  <202012052359.0B5Nx4Wt077582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Sat Dec  5 23:59:04 2020
New Revision: 557099
URL: https://svnweb.freebsd.org/changeset/ports/557099

Log:
  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

Added:
  head/sysutils/rubygem-choria-mcorpc-support/
  head/sysutils/rubygem-choria-mcorpc-support/Makefile   (contents, props changed)
  head/sysutils/rubygem-choria-mcorpc-support/distinfo   (contents, props changed)
  head/sysutils/rubygem-choria-mcorpc-support/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Dec  5 23:56:07 2020	(r557098)
+++ head/sysutils/Makefile	Sat Dec  5 23:59:04 2020	(r557099)
@@ -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

Added: head/sysutils/rubygem-choria-mcorpc-support/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-choria-mcorpc-support/Makefile	Sat Dec  5 23:59:04 2020	(r557099)
@@ -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>

Added: head/sysutils/rubygem-choria-mcorpc-support/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-choria-mcorpc-support/distinfo	Sat Dec  5 23:59:04 2020	(r557099)
@@ -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

Added: head/sysutils/rubygem-choria-mcorpc-support/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-choria-mcorpc-support/pkg-descr	Sat Dec  5 23:59:04 2020	(r557099)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012052359.0B5Nx4Wt077582>