git: cb4ea4d7f18a - main - security/rubygem-hrr_rb_ssh-ed25519: new port
Antoine Brodin
antoine at FreeBSD.org
Tue Sep 21 18:05:35 UTC 2021
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cb4ea4d7f18a26f34d46981f972879332c67f2c4
commit cb4ea4d7f18a26f34d46981f972879332c67f2c4
Author: Antoine Brodin <antoine at FreeBSD.org>
AuthorDate: 2021-09-21 18:04:51 +0000
Commit: Antoine Brodin <antoine at FreeBSD.org>
CommitDate: 2021-09-21 18:04:51 +0000
security/rubygem-hrr_rb_ssh-ed25519: new port
hrr_rb_ssh extension that supports ED25519 public key algorithm.
WWW: https://github.com/hirura/hrr_rb_ssh-ed25519
---
security/Makefile | 1 +
security/rubygem-hrr_rb_ssh-ed25519/Makefile | 19 +++++++++++++++++++
security/rubygem-hrr_rb_ssh-ed25519/distinfo | 3 +++
security/rubygem-hrr_rb_ssh-ed25519/pkg-descr | 3 +++
4 files changed, 26 insertions(+)
diff --git a/security/Makefile b/security/Makefile
index 83a126c69363..0944fb9343fc 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1088,6 +1088,7 @@
SUBDIR += rubygem-hkdf
SUBDIR += rubygem-hkdf0
SUBDIR += rubygem-hrr_rb_ssh
+ SUBDIR += rubygem-hrr_rb_ssh-ed25519
SUBDIR += rubygem-lockbox
SUBDIR += rubygem-metasploit-aggregator
SUBDIR += rubygem-metasploit-concern
diff --git a/security/rubygem-hrr_rb_ssh-ed25519/Makefile b/security/rubygem-hrr_rb_ssh-ed25519/Makefile
new file mode 100644
index 000000000000..478e1dc11f0b
--- /dev/null
+++ b/security/rubygem-hrr_rb_ssh-ed25519/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= hrr_rb_ssh-ed25519
+DISTVERSION= 0.4.2
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= antoine at FreeBSD.org
+COMMENT= hrr_rb_ssh extension that supports ED25519
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= rubygem-ed25519>=1.2:security/rubygem-ed25519 \
+ rubygem-hrr_rb_ssh>=0.4:security/rubygem-hrr_rb_ssh
+
+NO_ARCH= yes
+USES= gem
+USE_RUBY= yes
+
+.include <bsd.port.mk>
diff --git a/security/rubygem-hrr_rb_ssh-ed25519/distinfo b/security/rubygem-hrr_rb_ssh-ed25519/distinfo
new file mode 100644
index 000000000000..e22e1bc83be7
--- /dev/null
+++ b/security/rubygem-hrr_rb_ssh-ed25519/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1632170164
+SHA256 (rubygem/hrr_rb_ssh-ed25519-0.4.2.gem) = e81e2c7f4b90a80524073deebac9e8bb14c7c6ab13ffe12477c3d42a99dcdad5
+SIZE (rubygem/hrr_rb_ssh-ed25519-0.4.2.gem) = 13824
diff --git a/security/rubygem-hrr_rb_ssh-ed25519/pkg-descr b/security/rubygem-hrr_rb_ssh-ed25519/pkg-descr
new file mode 100644
index 000000000000..58939d4cbf6d
--- /dev/null
+++ b/security/rubygem-hrr_rb_ssh-ed25519/pkg-descr
@@ -0,0 +1,3 @@
+hrr_rb_ssh extension that supports ED25519 public key algorithm.
+
+WWW: https://github.com/hirura/hrr_rb_ssh-ed25519
More information about the dev-commits-ports-all
mailing list