summaryrefslogtreecommitdiff
path: root/filesystems
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-28 18:33:22 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-02-28 18:33:22 +0800
commit902b2b63e415c591c5294fdfcdb2e4a96c138617 (patch)
treeebab551905af7c666b0a24d332e29689350db4a7 /filesystems
parentdevel/rubygem-bindata24: Add rubygem-bindata24 2.4.15 (copied from rubygem-bi... (diff)
filesystems/rubygem-chef-winrm-fs: Add rubygem-chef-winrm-fs 1.3.7
File system operations over Windows Remote Management (WinRM) for Ruby
Diffstat (limited to 'filesystems')
-rw-r--r--filesystems/Makefile1
-rw-r--r--filesystems/rubygem-chef-winrm-fs/Makefile24
-rw-r--r--filesystems/rubygem-chef-winrm-fs/distinfo3
-rw-r--r--filesystems/rubygem-chef-winrm-fs/pkg-descr1
4 files changed, 29 insertions, 0 deletions
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 <bsd.port.mk>
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