Date: Mon, 27 Jul 2015 15:21:20 +0000 (UTC) From: Michael Moll <mmoll@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392986 - in head/sysutils: . rubygem-winrm-fs Message-ID: <201507271521.t6RFLKpD020188@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmoll Date: Mon Jul 27 15:21:19 2015 New Revision: 392986 URL: https://svnweb.freebsd.org/changeset/ports/392986 Log: new port: sysutils/rubygem-winrm-fs Ruby library for file system operations via Windows Remote Management WWW: https://github.com/WinRb/winrm-fs Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D3082 Added: head/sysutils/rubygem-winrm-fs/ head/sysutils/rubygem-winrm-fs/Makefile (contents, props changed) head/sysutils/rubygem-winrm-fs/distinfo (contents, props changed) head/sysutils/rubygem-winrm-fs/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jul 27 15:02:47 2015 (r392985) +++ head/sysutils/Makefile Mon Jul 27 15:21:19 2015 (r392986) @@ -879,6 +879,7 @@ SUBDIR += rubygem-sys-uptime SUBDIR += rubygem-teamocil SUBDIR += rubygem-winrm + SUBDIR += rubygem-winrm-fs SUBDIR += rubygem-yell SUBDIR += rundeck SUBDIR += runit Added: head/sysutils/rubygem-winrm-fs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-winrm-fs/Makefile Mon Jul 27 15:21:19 2015 (r392986) @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= winrm-fs +PORTVERSION= 0.2.0 +CATEGORIES= sysutils rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library for file system operations via WinRM + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-erubis>=2.7:${PORTSDIR}/www/rubygem-erubis \ + rubygem-logging>=1.6.1:${PORTSDIR}/devel/rubygem-logging \ + rubygem-rubyzip>=1.1:${PORTSDIR}/archivers/rubygem-rubyzip \ + rubygem-winrm>=1.3.0:${PORTSDIR}/sysutils/rubygem-winrm + +NO_ARCH= yes +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/sysutils/rubygem-winrm-fs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-winrm-fs/distinfo Mon Jul 27 15:21:19 2015 (r392986) @@ -0,0 +1,2 @@ +SHA256 (rubygem/winrm-fs-0.2.0.gem) = 2c97a0a91164ddac04a43bdef1a22c7675551bdc1e0d96a35b528c541fb3a20a +SIZE (rubygem/winrm-fs-0.2.0.gem) = 19968 Added: head/sysutils/rubygem-winrm-fs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-winrm-fs/pkg-descr Mon Jul 27 15:21:19 2015 (r392986) @@ -0,0 +1,3 @@ +Ruby library for file system operations via Windows Remote Management + +WWW: https://github.com/WinRb/winrm-fs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507271521.t6RFLKpD020188>