devel/rubygem-logger-gitlab: Add rubygem-logger-gitlab 1.6.6 (copied from rubygem-logger)

This commit is contained in:
Po-Chuan Hsieh 2025-04-18 13:10:03 +08:00
parent beec893762
commit 0faf7e8a5b
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
4 changed files with 30 additions and 0 deletions

View file

@ -7503,6 +7503,7 @@
SUBDIR += rubygem-locale SUBDIR += rubygem-locale
SUBDIR += rubygem-lockfile SUBDIR += rubygem-lockfile
SUBDIR += rubygem-logger SUBDIR += rubygem-logger
SUBDIR += rubygem-logger-gitlab
SUBDIR += rubygem-logger15 SUBDIR += rubygem-logger15
SUBDIR += rubygem-logging SUBDIR += rubygem-logging
SUBDIR += rubygem-logster SUBDIR += rubygem-logster

View file

@ -0,0 +1,18 @@
PORTNAME= logger
PORTVERSION= 1.6.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Simple logging utility for outputting messages
WWW= https://github.com/ruby/logger
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1739930282
SHA256 (rubygem/logger-1.6.6.gem) = dd618d24e637715472732e7eed02e33cfbdf56deaad225edd0f1f89d38024017
SIZE (rubygem/logger-1.6.6.gem) = 18432

View file

@ -0,0 +1,8 @@
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