mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
filesystems/rubygem-chef-winrm-fs: Add rubygem-chef-winrm-fs 1.3.7
File system operations over Windows Remote Management (WinRM) for Ruby
This commit is contained in:
parent
ddc06c01d6
commit
902b2b63e4
4 changed files with 29 additions and 0 deletions
|
@ -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
|
||||
|
|
24
filesystems/rubygem-chef-winrm-fs/Makefile
Normal file
24
filesystems/rubygem-chef-winrm-fs/Makefile
Normal file
|
@ -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>
|
3
filesystems/rubygem-chef-winrm-fs/distinfo
Normal file
3
filesystems/rubygem-chef-winrm-fs/distinfo
Normal file
|
@ -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
|
1
filesystems/rubygem-chef-winrm-fs/pkg-descr
Normal file
1
filesystems/rubygem-chef-winrm-fs/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
File system operations over Windows Remote Management (WinRM) for Ruby
|
Loading…
Add table
Reference in a new issue