forked from Lainports/freebsd-ports
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
This commit is contained in:
parent
0e8627428a
commit
3ce544cc33
4 changed files with 30 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
24
sysutils/rubygem-winrm-fs/Makefile
Normal file
24
sysutils/rubygem-winrm-fs/Makefile
Normal file
|
|
@ -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>
|
||||
2
sysutils/rubygem-winrm-fs/distinfo
Normal file
2
sysutils/rubygem-winrm-fs/distinfo
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/winrm-fs-0.2.0.gem) = 2c97a0a91164ddac04a43bdef1a22c7675551bdc1e0d96a35b528c541fb3a20a
|
||||
SIZE (rubygem/winrm-fs-0.2.0.gem) = 19968
|
||||
3
sysutils/rubygem-winrm-fs/pkg-descr
Normal file
3
sysutils/rubygem-winrm-fs/pkg-descr
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
Ruby library for file system operations via Windows Remote Management
|
||||
|
||||
WWW: https://github.com/WinRb/winrm-fs
|
||||
Loading…
Add table
Reference in a new issue