1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

New port: security/rubygem-hrr_rb_ssh

Pure Ruby SSH 2.0 server implementation.

WWW: https://github.com/hirura/hrr_rb_ssh
This commit is contained in:
Antoine Brodin 2020-03-09 19:46:05 +00:00
parent 44517fee37
commit 2e3ffd99f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528122
4 changed files with 27 additions and 0 deletions

View File

@ -1064,6 +1064,7 @@
SUBDIR += rubygem-gpgr
SUBDIR += rubygem-gssapi
SUBDIR += rubygem-hkdf
SUBDIR += rubygem-hrr_rb_ssh
SUBDIR += rubygem-metasploit-aggregator
SUBDIR += rubygem-metasploit-concern
SUBDIR += rubygem-metasploit-credential

View File

@ -0,0 +1,20 @@
# $FreeBSD$
PORTNAME= hrr_rb_ssh
DISTVERSION= 0.3.0.pre2
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Pure Ruby SSH 2.0 server implementation
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ed25519>=1.2:security/rubygem-ed25519
NO_ARCH= yes
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1583710578
SHA256 (rubygem/hrr_rb_ssh-0.3.0.pre2.gem) = 7f62621208b77bc604c7ddcbfc5e2eee3a8bd4e12b30bc49510addc27592cd18
SIZE (rubygem/hrr_rb_ssh-0.3.0.pre2.gem) = 52736

View File

@ -0,0 +1,3 @@
Pure Ruby SSH 2.0 server implementation.
WWW: https://github.com/hirura/hrr_rb_ssh