aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 22:05:27 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-07-18 22:07:00 +0000
commit35cf7de429b621f81169a42a010449e9bf64ee02 (patch)
tree7f501d91736333d1377aa7d21677dc544e5b3080
parentd4ef0c9455048cd06382ca189bb256a4c1a8c313 (diff)
downloadports-35cf7de429b621f81169a42a010449e9bf64ee02.tar.gz
ports-35cf7de429b621f81169a42a010449e9bf64ee02.zip
security/rubygem-net-sftp2: Add rubygem-net-sftp2 2.1.2
- Add PORTSCOUT
-rw-r--r--security/Makefile1
-rw-r--r--security/rubygem-net-sftp2/Makefile23
-rw-r--r--security/rubygem-net-sftp2/distinfo3
-rw-r--r--security/rubygem-net-sftp2/pkg-descr4
4 files changed, 31 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 0372e6d91510..7143ec98aa80 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1096,6 +1096,7 @@
SUBDIR += rubygem-net-scp
SUBDIR += rubygem-net-scp1
SUBDIR += rubygem-net-sftp
+ SUBDIR += rubygem-net-sftp2
SUBDIR += rubygem-net-ssh
SUBDIR += rubygem-net-ssh-gateway
SUBDIR += rubygem-net-ssh-gateway1
diff --git a/security/rubygem-net-sftp2/Makefile b/security/rubygem-net-sftp2/Makefile
new file mode 100644
index 000000000000..3bd88e1c4cb3
--- /dev/null
+++ b/security/rubygem-net-sftp2/Makefile
@@ -0,0 +1,23 @@
+# Created by: Roderick van Domburg <r.s.a.vandomburg@student.utwente.nl>
+
+PORTNAME= net-sftp
+PORTVERSION= 2.1.2
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 2
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Implementation of the SFTP client protocol
+
+LICENSE= MIT
+
+RUN_DEPENDS= rubygem-net-ssh>=2.6.5:security/rubygem-net-ssh
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PORTSCOUT= limit:^2\.
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-net-sftp2/distinfo b/security/rubygem-net-sftp2/distinfo
new file mode 100644
index 000000000000..5fbf0a4bba30
--- /dev/null
+++ b/security/rubygem-net-sftp2/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1626645800
+SHA256 (rubygem/net-sftp-2.1.2.gem) = 3e70b8130b1c86039b0847aeb088a2254df49053023546a5923e5763c923c710
+SIZE (rubygem/net-sftp-2.1.2.gem) = 67584
diff --git a/security/rubygem-net-sftp2/pkg-descr b/security/rubygem-net-sftp2/pkg-descr
new file mode 100644
index 000000000000..e68a9fa4de9b
--- /dev/null
+++ b/security/rubygem-net-sftp2/pkg-descr
@@ -0,0 +1,4 @@
+Net::SFTP is a pure Ruby implementation of the SFTP client protocol
+(versions 1 through 5).
+
+WWW: https://github.com/net-ssh/net-sftp