aboutsummaryrefslogtreecommitdiff
path: root/net/rubygem-train-core
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-30 09:47:55 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-07-30 09:47:55 +0000
commit992f1682d29d2945a59f38b826f87343706172f7 (patch)
tree5dbe3eca4ba95ee32cfba8e914138e37d190376a /net/rubygem-train-core
parentbbba7909c3a9c83b280ecda4c370d6eef1591214 (diff)
downloadports-992f1682d29d2945a59f38b826f87343706172f7.tar.gz
ports-992f1682d29d2945a59f38b826f87343706172f7.zip
Add rubygem-train-core 3.3.6
Train lets you talk to your local or remote operating systems and APIs with a unified interface. WWW: https://github.com/inspec/train
Notes
Notes: svn path=/head/; revision=543734
Diffstat (limited to 'net/rubygem-train-core')
-rw-r--r--net/rubygem-train-core/Makefile27
-rw-r--r--net/rubygem-train-core/distinfo3
-rw-r--r--net/rubygem-train-core/pkg-descr4
3 files changed, 34 insertions, 0 deletions
diff --git a/net/rubygem-train-core/Makefile b/net/rubygem-train-core/Makefile
new file mode 100644
index 000000000000..d8b8b4c5aa5e
--- /dev/null
+++ b/net/rubygem-train-core/Makefile
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= train-core
+PORTVERSION= 3.3.6
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Minimal Train with a backends for ssh and winrm
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-addressable>=2.5<3:www/rubygem-addressable \
+ rubygem-ffi>=1.3.1:devel/rubygem-ffi \
+ rubygem-json>=1.8<3.0:devel/rubygem-json \
+ rubygem-mixlib-shellout>=2.0<4.0:devel/rubygem-mixlib-shellout \
+ rubygem-net-scp>=1.2<4.0:security/rubygem-net-scp \
+ rubygem-net-ssh>=2.9,2<7.0,2:security/rubygem-net-ssh
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-train-core/distinfo b/net/rubygem-train-core/distinfo
new file mode 100644
index 000000000000..80cd313cc11f
--- /dev/null
+++ b/net/rubygem-train-core/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595865779
+SHA256 (rubygem/train-core-3.3.6.gem) = 5182711b8205b865572a4ee0f801cf661a2e45397a68acb4a715a6d193f43d72
+SIZE (rubygem/train-core-3.3.6.gem) = 43520
diff --git a/net/rubygem-train-core/pkg-descr b/net/rubygem-train-core/pkg-descr
new file mode 100644
index 000000000000..038633f2b238
--- /dev/null
+++ b/net/rubygem-train-core/pkg-descr
@@ -0,0 +1,4 @@
+Train lets you talk to your local or remote operating systems and APIs with a
+unified interface.
+
+WWW: https://github.com/inspec/train