Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 19:03:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414187 - in head/security: . rubygem-airbrussh
Message-ID:  <201604281903.u3SJ3PFn039676@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Apr 28 19:03:25 2016
New Revision: 414187
URL: https://svnweb.freebsd.org/changeset/ports/414187

Log:
  - Add rubygem-airbrussh 1.0.1
  
  Airbrussh is a concise log formatter for Capistrano and SSHKit. It displays
  well-formatted, useful log output that is easy to read. Airbrussh also saves
  Capistrano's verbose output to a separate log file just in case you need
  additional details for troubleshooting.
  
  WWW: https://github.com/mattbrictson/airbrussh

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

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Thu Apr 28 18:02:18 2016	(r414186)
+++ head/security/Makefile	Thu Apr 28 19:03:25 2016	(r414187)
@@ -962,6 +962,7 @@
     SUBDIR += ruby-hmac
     SUBDIR += ruby-password
     SUBDIR += ruby-tcpwrap
+    SUBDIR += rubygem-airbrussh
     SUBDIR += rubygem-attr_encrypted
     SUBDIR += rubygem-bcrypt
     SUBDIR += rubygem-bcrypt-ruby

Added: head/security/rubygem-airbrussh/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-airbrussh/Makefile	Thu Apr 28 19:03:25 2016	(r414187)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	airbrussh
+PORTVERSION=	1.0.1
+CATEGORIES=	security rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Replacement log formatter for SSHKit
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-sshkit>=1.7.1:security/rubygem-sshkit
+
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/security/rubygem-airbrussh/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-airbrussh/distinfo	Thu Apr 28 19:03:25 2016	(r414187)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/airbrussh-1.0.1.gem) = f1d5285d95c2e74e5cf7f95264ca314d941bed0ead60ac2dc10c410af1bf7578
+SIZE (rubygem/airbrussh-1.0.1.gem) = 1477632

Added: head/security/rubygem-airbrussh/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/rubygem-airbrussh/pkg-descr	Thu Apr 28 19:03:25 2016	(r414187)
@@ -0,0 +1,6 @@
+Airbrussh is a concise log formatter for Capistrano and SSHKit. It displays
+well-formatted, useful log output that is easy to read. Airbrussh also saves
+Capistrano's verbose output to a separate log file just in case you need
+additional details for troubleshooting.
+
+WWW: https://github.com/mattbrictson/airbrussh



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