From 992f1682d29d2945a59f38b826f87343706172f7 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Jul 2020 09:47:55 +0000 Subject: [PATCH] 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 --- net/Makefile | 1 + net/rubygem-train-core/Makefile | 27 +++++++++++++++++++++++++++ net/rubygem-train-core/distinfo | 3 +++ net/rubygem-train-core/pkg-descr | 4 ++++ 4 files changed, 35 insertions(+) create mode 100644 net/rubygem-train-core/Makefile create mode 100644 net/rubygem-train-core/distinfo create mode 100644 net/rubygem-train-core/pkg-descr diff --git a/net/Makefile b/net/Makefile index 02d1d267e46a..a5953f8192cf 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1336,6 +1336,7 @@ SUBDIR += rubygem-stompserver SUBDIR += rubygem-t SUBDIR += rubygem-train + SUBDIR += rubygem-train-core SUBDIR += rubygem-tweetstream SUBDIR += rubygem-twitter SUBDIR += rubygem-twitter-stream 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 +# $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 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