diff --git a/filesystems/Makefile b/filesystems/Makefile index 4b446215fb89..eb90bfabacfa 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -100,6 +100,7 @@ SUBDIR += py-s3fs SUBDIR += py-zfs-autobackup SUBDIR += rar2fs + SUBDIR += rubygem-chef-winrm-fs SUBDIR += rubygem-winrm-fs SUBDIR += s3backer SUBDIR += s3fs diff --git a/filesystems/rubygem-chef-winrm-fs/Makefile b/filesystems/rubygem-chef-winrm-fs/Makefile new file mode 100644 index 000000000000..1cf3b66dedf6 --- /dev/null +++ b/filesystems/rubygem-chef-winrm-fs/Makefile @@ -0,0 +1,24 @@ +PORTNAME= chef-winrm-fs +PORTVERSION= 1.3.7 +CATEGORIES= filesystems rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby library for file system operations via Windows Remote Management +WWW= https://github.com/chef/chef-winrm-fs + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-chef-winrm>=2.3.11:sysutils/rubygem-chef-winrm \ + rubygem-erubi>=1.7:www/rubygem-erubi \ + rubygem-logging>=1.6.1<3.0:devel/rubygem-logging \ + rubygem-rubyzip>=2.0<3:archivers/rubygem-rubyzip + +USES= gem + +NO_ARCH= yes + +PLIST_FILES= bin/rwinrmcp + +.include diff --git a/filesystems/rubygem-chef-winrm-fs/distinfo b/filesystems/rubygem-chef-winrm-fs/distinfo new file mode 100644 index 000000000000..721e8626cce3 --- /dev/null +++ b/filesystems/rubygem-chef-winrm-fs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1740022426 +SHA256 (rubygem/chef-winrm-fs-1.3.7.gem) = d48e56bc8a559afaae39235b09df3817f03b662417396091d13d958030d89a14 +SIZE (rubygem/chef-winrm-fs-1.3.7.gem) = 22016 diff --git a/filesystems/rubygem-chef-winrm-fs/pkg-descr b/filesystems/rubygem-chef-winrm-fs/pkg-descr new file mode 100644 index 000000000000..a6c9933ab494 --- /dev/null +++ b/filesystems/rubygem-chef-winrm-fs/pkg-descr @@ -0,0 +1 @@ +File system operations over Windows Remote Management (WinRM) for Ruby