From owner-svn-ports-head@freebsd.org Thu Apr 28 19:03:26 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9452B1F49F; Thu, 28 Apr 2016 19:03:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8C74B1FDD; Thu, 28 Apr 2016 19:03:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3SJ3Pgj039680; Thu, 28 Apr 2016 19:03:25 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3SJ3PFn039676; Thu, 28 Apr 2016 19:03:25 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201604281903.u3SJ3PFn039676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 28 Apr 2016 19:03:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414187 - in head/security: . rubygem-airbrussh X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 19:03:26 -0000 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 +# $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 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