pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-tty-logger devel/ruby-tty-logger: add pacak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5f2c73a1d3a
branches:  trunk
changeset: 389113:f5f2c73a1d3a
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Nov 30 14:26:19 2022 +0000

description:
devel/ruby-tty-logger: add pacakge version 0.6.0

This package is required by new ruby-review package.


TTY::Logger

> A readable, structured and beautiful logging for the terminal

TTY::Logger provides independent logging component for TTY toolkit.

## Features

* Intuitive console output for an increased readability
* Ability to stream data to any IO object
* Supports structured data logging
* Filters sensitive data
* Allows to define custom log types
* Formats and truncates messages to avoid clogging logging output
* Customizable styling of labels and symbols for console output
* Includes metadata information: time, location, scope
* Handles multiple logging outputs

diffstat:

 devel/ruby-tty-logger/DESCR    |  17 +++++++++++++++++
 devel/ruby-tty-logger/Makefile |  16 ++++++++++++++++
 devel/ruby-tty-logger/PLIST    |  19 +++++++++++++++++++
 devel/ruby-tty-logger/distinfo |   5 +++++
 4 files changed, 57 insertions(+), 0 deletions(-)

diffs (73 lines):

diff -r 245ea071888c -r f5f2c73a1d3a devel/ruby-tty-logger/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-logger/DESCR       Wed Nov 30 14:26:19 2022 +0000
@@ -0,0 +1,17 @@
+TTY::Logger
+
+> A readable, structured and beautiful logging for the terminal
+
+TTY::Logger provides independent logging component for TTY toolkit.
+
+## Features
+
+* Intuitive console output for an increased readability
+* Ability to stream data to any IO object
+* Supports structured data logging
+* Filters sensitive data
+* Allows to define custom log types
+* Formats and truncates messages to avoid clogging logging output
+* Customizable styling of labels and symbols for console output
+* Includes metadata information: time, location, scope
+* Handles multiple logging outputs
diff -r 245ea071888c -r f5f2c73a1d3a devel/ruby-tty-logger/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-logger/Makefile    Wed Nov 30 14:26:19 2022 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2022/11/30 14:26:19 taca Exp $
+
+DISTNAME=      tty-logger-0.6.0
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://ttytoolkit.org/
+COMMENT=       Readable, structured and beautiful terminal logging
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-pastel>=0.8<1:../../devel/ruby-pastel
+
+USE_LANGUAGES= # none
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 245ea071888c -r f5f2c73a1d3a devel/ruby-tty-logger/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-logger/PLIST       Wed Nov 30 14:26:19 2022 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/30 14:26:19 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/tty-logger.rb
+${GEM_LIBDIR}/lib/tty/logger.rb
+${GEM_LIBDIR}/lib/tty/logger/config.rb
+${GEM_LIBDIR}/lib/tty/logger/data_filter.rb
+${GEM_LIBDIR}/lib/tty/logger/event.rb
+${GEM_LIBDIR}/lib/tty/logger/formatters/json.rb
+${GEM_LIBDIR}/lib/tty/logger/formatters/text.rb
+${GEM_LIBDIR}/lib/tty/logger/handlers/base.rb
+${GEM_LIBDIR}/lib/tty/logger/handlers/console.rb
+${GEM_LIBDIR}/lib/tty/logger/handlers/null.rb
+${GEM_LIBDIR}/lib/tty/logger/handlers/stream.rb
+${GEM_LIBDIR}/lib/tty/logger/levels.rb
+${GEM_LIBDIR}/lib/tty/logger/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 245ea071888c -r f5f2c73a1d3a devel/ruby-tty-logger/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-tty-logger/distinfo    Wed Nov 30 14:26:19 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/30 14:26:19 taca Exp $
+
+BLAKE2s (tty-logger-0.6.0.gem) = ab66bfea4e8779521200d258aa26f1815f97a9148560403996c79b66e6827bbd
+SHA512 (tty-logger-0.6.0.gem) = 83727cff71b83f13b5ee484fbcd70ffa3eefdc130c7e052888ced423eed31c89d9335c30b37be46d2390b52d018b74ca1848347625ac4e025fd7781bea0211c2
+Size (tty-logger-0.6.0.gem) = 20992 bytes



Home | Main Index | Thread Index | Old Index