Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2019 20:16:39 +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: r499908 - in head/net: . rubygem-orchestrator_client
Message-ID:  <201904242016.x3OKGd8p067322@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Wed Apr 24 20:16:39 2019
New Revision: 499908
URL: https://svnweb.freebsd.org/changeset/ports/499908

Log:
  New port: net/rubygem-orchestrator_client
  
  A simple client for interacting with the Orchestration Services API in Puppet
  Enterprise Puppet orchestration API.
  
  WWW: https://github.com/puppetlabs/orchestrator_client-ruby
  
  With hat:	puppet

Added:
  head/net/rubygem-orchestrator_client/
  head/net/rubygem-orchestrator_client/Makefile   (contents, props changed)
  head/net/rubygem-orchestrator_client/distinfo   (contents, props changed)
  head/net/rubygem-orchestrator_client/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Wed Apr 24 20:07:41 2019	(r499907)
+++ head/net/Makefile	Wed Apr 24 20:16:39 2019	(r499908)
@@ -1289,6 +1289,7 @@
     SUBDIR += rubygem-omniauth-twitter
     SUBDIR += rubygem-open-uri-cached
     SUBDIR += rubygem-opennebula
+    SUBDIR += rubygem-orchestrator_client
     SUBDIR += rubygem-ovirt-engine-sdk
     SUBDIR += rubygem-packetfu
     SUBDIR += rubygem-pcaprub

Added: head/net/rubygem-orchestrator_client/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-orchestrator_client/Makefile	Wed Apr 24 20:16:39 2019	(r499908)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	orchestrator_client
+PORTVERSION=	0.4.2
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	puppet@FreeBSD.org
+COMMENT=	Client library for Puppet orchestration services
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-faraday>=0:www/rubygem-faraday \
+		rubygem-net-http-persistent>=0:www/rubygem-net-http-persistent
+
+USES=		gem
+USE_RUBY=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-orchestrator_client/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-orchestrator_client/distinfo	Wed Apr 24 20:16:39 2019	(r499908)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552679652
+SHA256 (rubygem/orchestrator_client-0.4.2.gem) = b101831e7b8f86aab919bb37132c71b2832e1a283f866a40df6e44b342f34536
+SIZE (rubygem/orchestrator_client-0.4.2.gem) = 10240

Added: head/net/rubygem-orchestrator_client/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-orchestrator_client/pkg-descr	Wed Apr 24 20:16:39 2019	(r499908)
@@ -0,0 +1,4 @@
+A simple client for interacting with the Orchestration Services API in Puppet
+Enterprise Puppet orchestration API.
+
+WWW: https://github.com/puppetlabs/orchestrator_client-ruby



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