1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Ruby library for Windows Remote Management

WWW: https://github.com/WinRb/WinRM

PR:		ports/189435
Submitted by:	Joseph Benden <joe@thrallingpenguin.com>
This commit is contained in:
Steve Wills 2014-05-24 02:18:59 +00:00
parent cfa2d39246
commit 25940cfc3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354973
4 changed files with 32 additions and 0 deletions

View File

@ -823,6 +823,7 @@
SUBDIR += rubygem-sys-uname
SUBDIR += rubygem-sys-uptime
SUBDIR += rubygem-teamocil
SUBDIR += rubygem-winrm
SUBDIR += rubygem-yell
SUBDIR += runit
SUBDIR += runwhen

View File

@ -0,0 +1,26 @@
# Created by: Joseph Benden <joe@thrallingpenguin.com>
# $FreeBSD$
PORTNAME= winrm
PORTVERSION= 1.1.3
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= joe@thrallingpenguin.com
COMMENT= Library for Windows Remote Management
LICENSE= APACHE20
RUN_DEPENDS= rubygem-gssapi>=1.0.0:${PORTSDIR}/security/rubygem-gssapi \
rubygem-httpclient>=2.3.3:${PORTSDIR}/www/rubygem-httpclient \
rubygem-logging>=1.8.1:${PORTSDIR}/devel/rubygem-logging \
rubygem-nokogiri>=1.6.1:${PORTSDIR}/textproc/rubygem-nokogiri \
rubygem-rubyntlm01>=0.1.0:${PORTSDIR}/net/rubygem-rubyntlm01 \
rubygem-savon>=0.9.5:${PORTSDIR}/www/rubygem-savon \
rubygem-uuidtools>=2.1.4:${PORTSDIR}/devel/rubygem-uuidtools
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/winrm-1.1.3.gem) = 746dd6159e0c4f5e4058a2a9b7e0cc390f83d3e896ba0ccf14abc590947fb9d8
SIZE (rubygem/winrm-1.1.3.gem) = 20480

View File

@ -0,0 +1,3 @@
Ruby library for Windows Remote Management
WWW: https://github.com/WinRb/WinRM