mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
devel/rubygem-logger-gitlab: Add rubygem-logger-gitlab 1.6.6 (copied from rubygem-logger)
This commit is contained in:
parent
beec893762
commit
0faf7e8a5b
4 changed files with 30 additions and 0 deletions
|
@ -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
|
||||
|
|
18
devel/rubygem-logger-gitlab/Makefile
Normal file
18
devel/rubygem-logger-gitlab/Makefile
Normal 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>
|
3
devel/rubygem-logger-gitlab/distinfo
Normal file
3
devel/rubygem-logger-gitlab/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1739930282
|
||||
SHA256 (rubygem/logger-1.6.6.gem) = dd618d24e637715472732e7eed02e33cfbdf56deaad225edd0f1f89d38024017
|
||||
SIZE (rubygem/logger-1.6.6.gem) = 18432
|
8
devel/rubygem-logger-gitlab/pkg-descr
Normal file
8
devel/rubygem-logger-gitlab/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue