1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

sysutils/rubygem-winrm-elevated: create port

Ruby library for running commands via WinRM as elevated through a scheduled
task

WWW: https://github.com/WinRb/winrm-elevated

PR:		217944
This commit is contained in:
Steve Wills 2017-03-29 21:05:42 +00:00
parent 0e3a432d00
commit ff5f841172
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437240
4 changed files with 25 additions and 0 deletions

View File

@ -1019,6 +1019,7 @@
SUBDIR += rubygem-vagrant-vbguest
SUBDIR += rubygem-vmstat
SUBDIR += rubygem-winrm
SUBDIR += rubygem-winrm-elevated
SUBDIR += rubygem-winrm-fs
SUBDIR += rubygem-yell
SUBDIR += rundeck

View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= winrm-elevated
PORTVERSION= 1.1.0
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby library for running commands as elevated
RUN_DEPENDS= rubygem-winrm>=2.0:sysutils/rubygem-winrm \
rubygem-winrm-fs>=1.0:sysutils/rubygem-winrm-fs
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1490635045
SHA256 (rubygem/winrm-elevated-1.1.0.gem) = 9971bd50f0374c07db4dc5ad9af6b86c397167f1c20e2e88978733222d5f7912
SIZE (rubygem/winrm-elevated-1.1.0.gem) = 15872

View File

@ -0,0 +1,4 @@
Ruby library for running commands via WinRM as elevated through a scheduled
task
WWW: https://github.com/WinRb/winrm-elevated