mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add rubygem-fluent-logger 0.4.9
Fluent logger is a structured event logger. WWW: https://github.com/fluent/fluent-logger-ruby RG: https://rubygems.org/gems/fluent-logger
This commit is contained in:
parent
4a3d698359
commit
d1c5ad25e4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358052
@ -4249,6 +4249,7 @@
|
||||
SUBDIR += rubygem-ffi
|
||||
SUBDIR += rubygem-file-tail
|
||||
SUBDIR += rubygem-filemagic
|
||||
SUBDIR += rubygem-fluent-logger
|
||||
SUBDIR += rubygem-fog
|
||||
SUBDIR += rubygem-fog-brightbox
|
||||
SUBDIR += rubygem-fog-core
|
||||
|
21
devel/rubygem-fluent-logger/Makefile
Normal file
21
devel/rubygem-fluent-logger/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fluent-logger
|
||||
PORTVERSION= 0.4.9
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Structured event logger for Ruby
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
RUN_DEPENDS= rubygem-msgpack>=0.5.4:${PORTSDIR}/devel/rubygem-msgpack \
|
||||
rubygem-yajl-ruby>=1:${PORTSDIR}/devel/rubygem-yajl-ruby
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-fluent-logger/distinfo
Normal file
2
devel/rubygem-fluent-logger/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/fluent-logger-0.4.9.gem) = d0a93fec7492df18a6fec2bec6cfe86a7a9a9da860bd497a35f0650a31dda070
|
||||
SIZE (rubygem/fluent-logger-0.4.9.gem) = 13312
|
4
devel/rubygem-fluent-logger/pkg-descr
Normal file
4
devel/rubygem-fluent-logger/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Fluent logger is a structured event logger.
|
||||
|
||||
WWW: https://github.com/fluent/fluent-logger-ruby
|
||||
RG: https://rubygems.org/gems/fluent-logger
|
Loading…
Reference in New Issue
Block a user