diff --git a/sysutils/rubygem-winrm/Makefile b/sysutils/rubygem-winrm/Makefile index 8eea7f574ea6..ee133d4cf9e6 100644 --- a/sysutils/rubygem-winrm/Makefile +++ b/sysutils/rubygem-winrm/Makefile @@ -1,29 +1,29 @@ PORTNAME= winrm DISTVERSION= 2.3.9 CATEGORIES= sysutils rubygems MASTER_SITES= RG -MAINTAINER= ports@FreeBSD.org -COMMENT= Library for Windows Remote Management +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby library for Windows Remote Management WWW= https://github.com/WinRb/WinRM LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \ rubygem-erubi>=1.8<2:www/rubygem-erubi \ rubygem-gssapi>=1.2<2:security/rubygem-gssapi \ rubygem-gyoku>=1.0<2:devel/rubygem-gyoku \ rubygem-httpclient>=2.2.0.2<3:www/rubygem-httpclient \ rubygem-logging>=1.6.1<3.0:devel/rubygem-logging \ rubygem-nori>=2.7.1<3:devel/rubygem-nori \ rubygem-rexml>=3.0<4:textproc/rubygem-rexml \ rubygem-rubyntlm>=0.6.3<0.7:net/rubygem-rubyntlm USES= gem NO_ARCH= yes PLIST_FILES= bin/rwinrm .include diff --git a/sysutils/rubygem-winrm/pkg-descr b/sysutils/rubygem-winrm/pkg-descr index e887ec46ed51..4558479a4325 100644 --- a/sysutils/rubygem-winrm/pkg-descr +++ b/sysutils/rubygem-winrm/pkg-descr @@ -1 +1,8 @@ -Ruby library for Windows Remote Management +This is a SOAP library that uses the functionality in Windows Remote Management +(WinRM) to call native object in Windows. This includes, but is not limited to, +running batch scripts, powershell scripts and fetching WMI variables. For more +information on WinRM, please visit Microsoft's WinRM site. + +As of version 2.0, this gem retains the WinRM name but all powershell calls use +the more modern Powershell Remoting Protocol (PSRP) for initializing runspace +pools as well as creating and processing powershell pipelines.