aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-orchestrator_client
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2019-04-24 20:16:39 +0000
committerRomain Tartière <romain@FreeBSD.org>2019-04-24 20:16:39 +0000
commit73f1e94f8b9580d1bfa6e5717619bde1f87052df (patch)
tree33cbf7521bd5f8c3c6ddda279ce7dbc6097067ad /net/rubygem-orchestrator_client
parentb8dcb92ad053978afb5629ea04d1fe15ec33de39 (diff)
downloadports-73f1e94f8b9580d1bfa6e5717619bde1f87052df.tar.gz
ports-73f1e94f8b9580d1bfa6e5717619bde1f87052df.zip
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
Notes
Notes: svn path=/head/; revision=499908
Diffstat (limited to 'net/rubygem-orchestrator_client')
-rw-r--r--net/rubygem-orchestrator_client/Makefile19
-rw-r--r--net/rubygem-orchestrator_client/distinfo3
-rw-r--r--net/rubygem-orchestrator_client/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/net/rubygem-orchestrator_client/Makefile b/net/rubygem-orchestrator_client/Makefile
new file mode 100644
index 000000000000..190f08fb09d5
--- /dev/null
+++ b/net/rubygem-orchestrator_client/Makefile
@@ -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>
diff --git a/net/rubygem-orchestrator_client/distinfo b/net/rubygem-orchestrator_client/distinfo
new file mode 100644
index 000000000000..c884e8f57dbb
--- /dev/null
+++ b/net/rubygem-orchestrator_client/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552679652
+SHA256 (rubygem/orchestrator_client-0.4.2.gem) = b101831e7b8f86aab919bb37132c71b2832e1a283f866a40df6e44b342f34536
+SIZE (rubygem/orchestrator_client-0.4.2.gem) = 10240
diff --git a/net/rubygem-orchestrator_client/pkg-descr b/net/rubygem-orchestrator_client/pkg-descr
new file mode 100644
index 000000000000..ba920fca662a
--- /dev/null
+++ b/net/rubygem-orchestrator_client/pkg-descr
@@ -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