sysutils/rubygem-chef-winrm-elevated: Add rubygem-chef-winrm-elevated 1.2.5

Runs PowerShell commands as elevated over Windows Remote Management (WinRM) via
a scheduled task

This gem allows you to break out of the magical WinRM constraints thus allowing
to reach out to network shares and even install Windows updates, .NET, SQL
Server etc.
This commit is contained in:
Po-Chuan Hsieh 2025-02-28 18:33:33 +08:00
parent f881cb1a2e
commit 5d45a9fc96
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 31 additions and 0 deletions

View file

@ -1156,6 +1156,7 @@
SUBDIR += rubygem-chef-utils
SUBDIR += rubygem-chef-vault
SUBDIR += rubygem-chef-winrm
SUBDIR += rubygem-chef-winrm-elevated
SUBDIR += rubygem-chef-zero
SUBDIR += rubygem-choria-mcorpc-support
SUBDIR += rubygem-facter

View file

@ -0,0 +1,21 @@
PORTNAME= chef-winrm-elevated
PORTVERSION= 1.2.5
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby library for running commands via WinRM as elevated through a scheduled task
WWW= https://github.com/chef/chef-winrm-elevated
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-chef-winrm>=2.3.11:sysutils/rubygem-chef-winrm \
rubygem-chef-winrm-fs>=1.3.7:filesystems/rubygem-chef-winrm-fs \
rubygem-erubi>=1.8:www/rubygem-erubi
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1740022430
SHA256 (rubygem/chef-winrm-elevated-1.2.5.gem) = 9985b4eb1e5bbfbe1db9e4bbea29a5775ee9e6e7d52cfbb9787bcab605ff5807
SIZE (rubygem/chef-winrm-elevated-1.2.5.gem) = 13312

View file

@ -0,0 +1,6 @@
Runs PowerShell commands as elevated over Windows Remote Management (WinRM) via
a scheduled task
This gem allows you to break out of the magical WinRM constraints thus allowing
to reach out to network shares and even install Windows updates, .NET, SQL
Server etc.