mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
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
This commit is contained in:
parent
bbba7909c3
commit
992f1682d2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543734
@ -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
|
||||
|
27
net/rubygem-train-core/Makefile
Normal file
27
net/rubygem-train-core/Makefile
Normal file
@ -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>
|
3
net/rubygem-train-core/distinfo
Normal file
3
net/rubygem-train-core/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1595865779
|
||||
SHA256 (rubygem/train-core-3.3.6.gem) = 5182711b8205b865572a4ee0f801cf661a2e45397a68acb4a715a6d193f43d72
|
||||
SIZE (rubygem/train-core-3.3.6.gem) = 43520
|
4
net/rubygem-train-core/pkg-descr
Normal file
4
net/rubygem-train-core/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user