devel/ruby-yell: import ruby26-yell-2.2.2
Yell - Your Extensible Logging Library. Define multiple adapters, various log level combinations or message formatting options like you've never done before
This commit is contained in:
parent
41d3149ab7
commit
55dba8995e
4 changed files with 68 additions and 0 deletions
3
devel/ruby-yell/DESCR
Normal file
3
devel/ruby-yell/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
Yell - Your Extensible Logging Library. Define multiple adapters,
|
||||
various log level combinations or message formatting options like
|
||||
you've never done before
|
13
devel/ruby-yell/Makefile
Normal file
13
devel/ruby-yell/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/04/14 15:03:11 ryoon Exp $
|
||||
|
||||
DISTNAME= yell-2.2.2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://rubygems.org/downloads/
|
||||
|
||||
MAINTAINER= ryoon@NetBSD.org
|
||||
HOMEPAGE= https://rubygems.org/gems/yell/
|
||||
COMMENT= Your Extensible Logging Library
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
46
devel/ruby-yell/PLIST
Normal file
46
devel/ruby-yell/PLIST
Normal file
|
@ -0,0 +1,46 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/04/14 15:03:11 ryoon Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/.ruby-version
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE.txt
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/examples/001-basic-usage.rb
|
||||
${GEM_LIBDIR}/examples/002.1-log-level-basics.rb
|
||||
${GEM_LIBDIR}/examples/002.2-log-level-on-certain-severities-only.rb
|
||||
${GEM_LIBDIR}/examples/002.3-log-level-within-range.rb
|
||||
${GEM_LIBDIR}/examples/003.1-formatting-DefaultFormat.rb
|
||||
${GEM_LIBDIR}/examples/003.2-formatting-BasicFormat.rb
|
||||
${GEM_LIBDIR}/examples/003.3-formatting-ExtendedFormat.rb
|
||||
${GEM_LIBDIR}/examples/003.4-formatting-on-your-own.rb
|
||||
${GEM_LIBDIR}/examples/004.1-colorizing-the-log-output.rb
|
||||
${GEM_LIBDIR}/examples/005.1-repository.rb
|
||||
${GEM_LIBDIR}/examples/006.1-the-loggable-module.rb
|
||||
${GEM_LIBDIR}/examples/006.2-the-loggable-module-with-inheritance.rb
|
||||
${GEM_LIBDIR}/lib/core_ext/logger.rb
|
||||
${GEM_LIBDIR}/lib/yell.rb
|
||||
${GEM_LIBDIR}/lib/yell/adapters.rb
|
||||
${GEM_LIBDIR}/lib/yell/adapters/base.rb
|
||||
${GEM_LIBDIR}/lib/yell/adapters/datefile.rb
|
||||
${GEM_LIBDIR}/lib/yell/adapters/file.rb
|
||||
${GEM_LIBDIR}/lib/yell/adapters/io.rb
|
||||
${GEM_LIBDIR}/lib/yell/adapters/streams.rb
|
||||
${GEM_LIBDIR}/lib/yell/configuration.rb
|
||||
${GEM_LIBDIR}/lib/yell/event.rb
|
||||
${GEM_LIBDIR}/lib/yell/formatter.rb
|
||||
${GEM_LIBDIR}/lib/yell/helpers/adapter.rb
|
||||
${GEM_LIBDIR}/lib/yell/helpers/base.rb
|
||||
${GEM_LIBDIR}/lib/yell/helpers/formatter.rb
|
||||
${GEM_LIBDIR}/lib/yell/helpers/level.rb
|
||||
${GEM_LIBDIR}/lib/yell/helpers/silencer.rb
|
||||
${GEM_LIBDIR}/lib/yell/helpers/tracer.rb
|
||||
${GEM_LIBDIR}/lib/yell/level.rb
|
||||
${GEM_LIBDIR}/lib/yell/loggable.rb
|
||||
${GEM_LIBDIR}/lib/yell/logger.rb
|
||||
${GEM_LIBDIR}/lib/yell/repository.rb
|
||||
${GEM_LIBDIR}/lib/yell/silencer.rb
|
||||
${GEM_LIBDIR}/lib/yell/version.rb
|
||||
${GEM_LIBDIR}/yell.gemspec
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
6
devel/ruby-yell/distinfo
Normal file
6
devel/ruby-yell/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2020/04/14 15:03:11 ryoon Exp $
|
||||
|
||||
SHA1 (yell-2.2.2.gem) = 513687b95bfb638261bd6bf16f8e1efd52547f0e
|
||||
RMD160 (yell-2.2.2.gem) = 79a8a65b2fb80139ae0fe81f0104a6f8dd21a461
|
||||
SHA512 (yell-2.2.2.gem) = 32d8e02974e5357cf5955b3c624927f796b2edeb489379e677bf049f1509b9946aa18501f35d7880e9b96c3a280bc0e7fbc955efefbf4c320aa778c40b59c871
|
||||
Size (yell-2.2.2.gem) = 24576 bytes
|
Loading…
Reference in a new issue