Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Mar 2020 19:46:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528122 - in head/security: . rubygem-hrr_rb_ssh
Message-ID:  <202003091946.029Jk5t2036565@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Mar  9 19:46:05 2020
New Revision: 528122
URL: https://svnweb.freebsd.org/changeset/ports/528122

Log:
  New port: security/rubygem-hrr_rb_ssh
  
  Pure Ruby SSH 2.0 server implementation.
  
  WWW: https://github.com/hirura/hrr_rb_ssh

Added:
  head/security/rubygem-hrr_rb_ssh/
  head/security/rubygem-hrr_rb_ssh/Makefile   (contents, props changed)
  head/security/rubygem-hrr_rb_ssh/distinfo   (contents, props changed)
  head/security/rubygem-hrr_rb_ssh/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Mon Mar  9 19:41:54 2020	(r528121)
+++ head/security/Makefile	Mon Mar  9 19:46:05 2020	(r528122)
@@ -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

Added: head/security/rubygem-hrr_rb_ssh/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-hrr_rb_ssh/Makefile	Mon Mar  9 19:46:05 2020	(r528122)
@@ -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>

Added: head/security/rubygem-hrr_rb_ssh/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-hrr_rb_ssh/distinfo	Mon Mar  9 19:46:05 2020	(r528122)
@@ -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

Added: head/security/rubygem-hrr_rb_ssh/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-hrr_rb_ssh/pkg-descr	Mon Mar  9 19:46:05 2020	(r528122)
@@ -0,0 +1,3 @@
+Pure Ruby SSH 2.0 server implementation.
+
+WWW: https://github.com/hirura/hrr_rb_ssh



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003091946.029Jk5t2036565>