Yell - Your Extensible Logging Library for Ruby is a library to define

multiple adapters, various log level combinations or message formatting
options.

WWW: http://rudionrails.github.io/yell/

PR:		ports/187949
Submitted by:	Michael Moll <kvedulv at kvedulv.de>
This commit is contained in:
Steve Wills 2014-03-29 14:43:30 +00:00
parent c14fde8619
commit 9002a72b5d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349524
4 changed files with 26 additions and 0 deletions

View File

@ -827,6 +827,7 @@
SUBDIR += rubygem-sys-uname
SUBDIR += rubygem-sys-uptime
SUBDIR += rubygem-teamocil
SUBDIR += rubygem-yell
SUBDIR += runit
SUBDIR += runwhen
SUBDIR += safe-rm

View File

@ -0,0 +1,18 @@
# Created by: Michael Moll <kvedulv at kvedulv.de>
# $FreeBSD$
PORTNAME= yell
PORTVERSION= 2.0.4
CATEGORIES= sysutils ruby
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extensible logging library for Ruby
LICENSE= MIT
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/yell-2.0.4.gem) = e6c377d47a4478a1e95b465c19c95d1dbd2c663d87b62731b70ce52cf5984774
SIZE (rubygem/yell-2.0.4.gem) = 32256

View File

@ -0,0 +1,5 @@
Yell - Your Extensible Logging Library for Ruby is a library to define
multiple adapters, various log level combinations or message formatting
options.
WWW: http://rudionrails.github.io/yell/