1
0
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:
Pawel Pekala 2014-12-19 17:24:13 +00:00
parent 7ca68b8aaa
commit c83b5d1803
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374956
4 changed files with 26 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/logify-0.2.0.gem) = dea5393f34c81a4996428a36711a7c70866182b1f6b58a9099b7dc9c57e9b0a7
SIZE (rubygem/logify-0.2.0.gem) = 14336

View 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