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:
parent
c14fde8619
commit
9002a72b5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349524
@ -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
|
||||
|
18
sysutils/rubygem-yell/Makefile
Normal file
18
sysutils/rubygem-yell/Makefile
Normal 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>
|
2
sysutils/rubygem-yell/distinfo
Normal file
2
sysutils/rubygem-yell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/yell-2.0.4.gem) = e6c377d47a4478a1e95b465c19c95d1dbd2c663d87b62731b70ce52cf5984774
|
||||
SIZE (rubygem/yell-2.0.4.gem) = 32256
|
5
sysutils/rubygem-yell/pkg-descr
Normal file
5
sysutils/rubygem-yell/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user