git: 02df9b199340 - 2025Q2 - devel/rubygem-logger-gitlab: Add rubygem-logger-gitlab 1.6.6 (copied from rubygem-logger)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 20 Jun 2025 07:16:56 UTC
The branch 2025Q2 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=02df9b199340806c5172455fe2907d10fd1ad994
commit 02df9b199340806c5172455fe2907d10fd1ad994
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-04-18 05:10:03 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-06-20 05:38:31 +0000
devel/rubygem-logger-gitlab: Add rubygem-logger-gitlab 1.6.6 (copied from rubygem-logger)
(cherry picked from commit 0faf7e8a5b8ecac23e0e538eb8491c981eadd020)
---
devel/Makefile | 1 +
devel/rubygem-logger-gitlab/Makefile | 18 ++++++++++++++++++
devel/rubygem-logger-gitlab/distinfo | 3 +++
devel/rubygem-logger-gitlab/pkg-descr | 8 ++++++++
4 files changed, 30 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index a2d25b6ba0de..ee0038d38203 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7511,6 +7511,7 @@
SUBDIR += rubygem-locale
SUBDIR += rubygem-lockfile
SUBDIR += rubygem-logger
+ SUBDIR += rubygem-logger-gitlab
SUBDIR += rubygem-logger15
SUBDIR += rubygem-logging
SUBDIR += rubygem-logster
diff --git a/devel/rubygem-logger-gitlab/Makefile b/devel/rubygem-logger-gitlab/Makefile
new file mode 100644
index 000000000000..fe938e853f75
--- /dev/null
+++ b/devel/rubygem-logger-gitlab/Makefile
@@ -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>
diff --git a/devel/rubygem-logger-gitlab/distinfo b/devel/rubygem-logger-gitlab/distinfo
new file mode 100644
index 000000000000..22156a805dc3
--- /dev/null
+++ b/devel/rubygem-logger-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1739930282
+SHA256 (rubygem/logger-1.6.6.gem) = dd618d24e637715472732e7eed02e33cfbdf56deaad225edd0f1f89d38024017
+SIZE (rubygem/logger-1.6.6.gem) = 18432
diff --git a/devel/rubygem-logger-gitlab/pkg-descr b/devel/rubygem-logger-gitlab/pkg-descr
new file mode 100644
index 000000000000..cf132a9d8b61
--- /dev/null
+++ b/devel/rubygem-logger-gitlab/pkg-descr
@@ -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