mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Logify is an incredibly light-weight Ruby logger with a developer-friendly API
and no dependencies. It is intentionally very opinionated and is optimized for speed. This combination makes it perfect for command line applications. WWW: https://github.com/sethvargo/logify PR: 195706 Submitted by: Michael Moll <kvedulv@kvedulv.de>
This commit is contained in:
parent
7ca68b8aaa
commit
c83b5d1803
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374956
@ -823,6 +823,7 @@
|
||||
SUBDIR += rubygem-hiera
|
||||
SUBDIR += rubygem-librarian-puppet
|
||||
SUBDIR += rubygem-log4r
|
||||
SUBDIR += rubygem-logify
|
||||
SUBDIR += rubygem-mogilefs-client
|
||||
SUBDIR += rubygem-murder
|
||||
SUBDIR += rubygem-ohai
|
||||
|
18
sysutils/rubygem-logify/Makefile
Normal file
18
sysutils/rubygem-logify/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# Created by: Michael Moll <kvedulv@kvedulv.de>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= logify
|
||||
PORTVERSION= 0.2.0
|
||||
CATEGORIES= sysutils ruby
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= kvedulv@kvedulv.de
|
||||
COMMENT= Lightweight logging library for Ruby
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/rubygem-logify/distinfo
Normal file
2
sysutils/rubygem-logify/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/logify-0.2.0.gem) = dea5393f34c81a4996428a36711a7c70866182b1f6b58a9099b7dc9c57e9b0a7
|
||||
SIZE (rubygem/logify-0.2.0.gem) = 14336
|
5
sysutils/rubygem-logify/pkg-descr
Normal file
5
sysutils/rubygem-logify/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Logify is an incredibly light-weight Ruby logger with a developer-friendly API
|
||||
and no dependencies. It is intentionally very opinionated and is optimized
|
||||
for speed. This combination makes it perfect for command line applications.
|
||||
|
||||
WWW: https://github.com/sethvargo/logify
|
Loading…
Reference in New Issue
Block a user