From owner-svn-ports-head@freebsd.org Thu Jul 30 09:48:06 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3BFA037EB3F; Thu, 30 Jul 2020 09:48:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BHQZZ0xcfz43Vp; Thu, 30 Jul 2020 09:48:06 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DF2C8EF2B; Thu, 30 Jul 2020 09:48:05 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 06U9m5EE072876; Thu, 30 Jul 2020 09:48:05 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 06U9m55O072872; Thu, 30 Jul 2020 09:48:05 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202007300948.06U9m55O072872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 30 Jul 2020 09:48:05 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net: . rubygem-train-winrm X-SVN-Commit-Revision: 543735 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jul 2020 09:48:06 -0000 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 +# $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 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