pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ruby-logger: Import logger-1.6.5 as wip/ruby-logger
Module Name: pkgsrc-wip
Committed By: Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By: steleto
Date: Sun Jan 19 22:28:12 2025 +0900
Changeset: 50d5cde87a7c2a372235ee660d7d14e82f7946f9
Modified Files:
Makefile
Added Files:
ruby-logger/DESCR
ruby-logger/Makefile
ruby-logger/PLIST
ruby-logger/distinfo
Log Message:
ruby-logger: Import logger-1.6.5 as wip/ruby-logger
Logger is a simple but powerful logging utility to output messages in
your Ruby program.
Logger has the following features:
- Print messages to different levels such as info and error
- Auto-rolling of log files
- Setting the format of log messages
- Specifying a program name in conjunction with the message
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=50d5cde87a7c2a372235ee660d7d14e82f7946f9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
ruby-logger/DESCR | 9 +++++++++
ruby-logger/Makefile | 14 ++++++++++++++
ruby-logger/PLIST | 22 ++++++++++++++++++++++
ruby-logger/distinfo | 5 +++++
5 files changed, 51 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 66e52ae761..d8b8493aea 100644
--- a/Makefile
+++ b/Makefile
@@ -5130,6 +5130,7 @@ SUBDIR+= ruby-httparty
SUBDIR+= ruby-iesd
SUBDIR+= ruby-kakasi
SUBDIR+= ruby-libv8
+SUBDIR+= ruby-logger
SUBDIR+= ruby-multi_xml
SUBDIR+= ruby-mustache-sinatra
SUBDIR+= ruby-net-http-pipeline
diff --git a/ruby-logger/DESCR b/ruby-logger/DESCR
new file mode 100644
index 0000000000..5d87ae71bf
--- /dev/null
+++ b/ruby-logger/DESCR
@@ -0,0 +1,9 @@
+Logger is a simple but powerful logging utility to output messages in
+your Ruby program.
+
+Logger has the following features:
+
+- Print messages to different levels such as info and error
+- Auto-rolling of log files
+- Setting the format of log messages
+- Specifying a program name in conjunction with the message
diff --git a/ruby-logger/Makefile b/ruby-logger/Makefile
new file mode 100644
index 0000000000..4c993e03a1
--- /dev/null
+++ b/ruby-logger/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME= logger-1.6.5
+CATEGORIES= sysutils
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ruby/logger
+COMMENT= Simple but powerful logging utility to output messages
+LICENSE= 2-clause-bsd
+
+RUBY_VERSIONS_ACCEPTED= 31 32
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-logger/PLIST b/ruby-logger/PLIST
new file mode 100644
index 0000000000..2b84fec31d
--- /dev/null
+++ b/ruby-logger/PLIST
@@ -0,0 +1,22 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.github/dependabot.yml
+${GEM_LIBDIR}/.github/workflows/push_gem.yml
+${GEM_LIBDIR}/.github/workflows/test.yml
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/BSDL
+${GEM_LIBDIR}/COPYING
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/console
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/lib/logger.rb
+${GEM_LIBDIR}/lib/logger/errors.rb
+${GEM_LIBDIR}/lib/logger/formatter.rb
+${GEM_LIBDIR}/lib/logger/log_device.rb
+${GEM_LIBDIR}/lib/logger/period.rb
+${GEM_LIBDIR}/lib/logger/severity.rb
+${GEM_LIBDIR}/lib/logger/version.rb
+${GEM_LIBDIR}/logger.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/ruby-logger/distinfo b/ruby-logger/distinfo
new file mode 100644
index 0000000000..6435a82488
--- /dev/null
+++ b/ruby-logger/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (logger-1.6.5.gem) = 6afb90507f0bfd7c6bcb8f0a3454204dd64892f82fef45b7b5a14de62f9ada40
+SHA512 (logger-1.6.5.gem) = 3e0b2baeea84be903663c0c7908ab9c0a754ff4ff2c044e54d39da07efdc45bdad321574b3feeb23a3a2aee547e4a0474c286314db06ec5710018231e8cc610c
+Size (logger-1.6.5.gem) = 18432 bytes
Home |
Main Index |
Thread Index |
Old Index