svn commit: r392986 - in head/sysutils: . rubygem-winrm-fs

Michael Moll mmoll at FreeBSD.org
Mon Jul 27 15:21:22 UTC 2015


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 at 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


More information about the svn-ports-all mailing list