git: 35cf7de429b6 - main - security/rubygem-net-sftp2: Add rubygem-net-sftp2 2.1.2
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 18 22:07:37 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=35cf7de429b621f81169a42a010449e9bf64ee02
commit 35cf7de429b621f81169a42a010449e9bf64ee02
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-18 22:05:27 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-18 22:07:00 +0000
security/rubygem-net-sftp2: Add rubygem-net-sftp2 2.1.2
- Add PORTSCOUT
---
security/Makefile | 1 +
security/rubygem-net-sftp2/Makefile | 23 +++++++++++++++++++++++
security/rubygem-net-sftp2/distinfo | 3 +++
security/rubygem-net-sftp2/pkg-descr | 4 ++++
4 files changed, 31 insertions(+)
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 at student.utwente.nl>
+
+PORTNAME= net-sftp
+PORTVERSION= 2.1.2
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 2
+
+MAINTAINER= sunpoet at 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
More information about the dev-commits-ports-all
mailing list