Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jul 2020 09:48:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543735 - in head/net: . rubygem-train-winrm
Message-ID:  <202007300948.06U9m55O072872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul 30 09:48:04 2020
New Revision: 543735
URL: https://svnweb.freebsd.org/changeset/ports/543735

Log:
  Add rubygem-train-winrm 0.2.6
  
  This plugin allows applications that rely on Train to communicate with the WinRM
  API. This plugin relies on the winrm and winrm-fs gems for implementation.
  
  WWW: https://github.com/inspec/train-winrm

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

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Thu Jul 30 09:47:55 2020	(r543734)
+++ head/net/Makefile	Thu Jul 30 09:48:04 2020	(r543735)
@@ -1337,6 +1337,7 @@
     SUBDIR += rubygem-t
     SUBDIR += rubygem-train
     SUBDIR += rubygem-train-core
+    SUBDIR += rubygem-train-winrm
     SUBDIR += rubygem-tweetstream
     SUBDIR += rubygem-twitter
     SUBDIR += rubygem-twitter-stream

Added: head/net/rubygem-train-winrm/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-train-winrm/Makefile	Thu Jul 30 09:48:04 2020	(r543735)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	train-winrm
+PORTVERSION=	0.2.6
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Allow applictaions using Train to speak to Windows using Remote Management
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-winrm>=2.0<3:sysutils/rubygem-winrm \
+		rubygem-winrm-fs>=1.0<2:sysutils/rubygem-winrm-fs
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/net/rubygem-train-winrm/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-train-winrm/distinfo	Thu Jul 30 09:48:04 2020	(r543735)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1595865781
+SHA256 (rubygem/train-winrm-0.2.6.gem) = 13d7e29455b0cb12b53e5548655c32868bd89041d2a8a952113e61baa0d99a74
+SIZE (rubygem/train-winrm-0.2.6.gem) = 12800

Added: head/net/rubygem-train-winrm/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-train-winrm/pkg-descr	Thu Jul 30 09:48:04 2020	(r543735)
@@ -0,0 +1,4 @@
+This plugin allows applications that rely on Train to communicate with the WinRM
+API. This plugin relies on the winrm and winrm-fs gems for implementation.
+
+WWW: https://github.com/inspec/train-winrm



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