aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-04-18 05:10:03 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-04-18 05:36:59 +0000
commit0faf7e8a5b8ecac23e0e538eb8491c981eadd020 (patch)
tree91c8dbc2652e2962a4f4d177f0af23c2165a3d71
parentbeec89376241ee29e6bbb60bf80fb84bd0e32e71 (diff)
devel/rubygem-logger-gitlab: Add rubygem-logger-gitlab 1.6.6 (copied from rubygem-logger)
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-logger-gitlab/Makefile18
-rw-r--r--devel/rubygem-logger-gitlab/distinfo3
-rw-r--r--devel/rubygem-logger-gitlab/pkg-descr8
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4252358ff994..f3364136dd1d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7503,6 +7503,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