mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
- 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
This commit is contained in:
parent
e66ecce526
commit
6cf9376738
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414187
@ -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
|
||||
|
20
security/rubygem-airbrussh/Makefile
Normal file
20
security/rubygem-airbrussh/Makefile
Normal file
@ -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>
|
2
security/rubygem-airbrussh/distinfo
Normal file
2
security/rubygem-airbrussh/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/airbrussh-1.0.1.gem) = f1d5285d95c2e74e5cf7f95264ca314d941bed0ead60ac2dc10c410af1bf7578
|
||||
SIZE (rubygem/airbrussh-1.0.1.gem) = 1477632
|
6
security/rubygem-airbrussh/pkg-descr
Normal file
6
security/rubygem-airbrussh/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user