Date: Sat, 29 Mar 2014 14:43:30 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349524 - in head/sysutils: . rubygem-yell Message-ID: <201403291443.s2TEhUM9021685@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Mar 29 14:43:30 2014 New Revision: 349524 URL: http://svnweb.freebsd.org/changeset/ports/349524 QAT: https://qat.redports.org/buildarchive/r349524/ Log: Yell - Your Extensible Logging Library for Ruby is a library to define multiple adapters, various log level combinations or message formatting options. WWW: http://rudionrails.github.io/yell/ PR: ports/187949 Submitted by: Michael Moll <kvedulv at kvedulv.de> Added: head/sysutils/rubygem-yell/ head/sysutils/rubygem-yell/Makefile (contents, props changed) head/sysutils/rubygem-yell/distinfo (contents, props changed) head/sysutils/rubygem-yell/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Mar 29 14:41:02 2014 (r349523) +++ head/sysutils/Makefile Sat Mar 29 14:43:30 2014 (r349524) @@ -827,6 +827,7 @@ SUBDIR += rubygem-sys-uname SUBDIR += rubygem-sys-uptime SUBDIR += rubygem-teamocil + SUBDIR += rubygem-yell SUBDIR += runit SUBDIR += runwhen SUBDIR += safe-rm Added: head/sysutils/rubygem-yell/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-yell/Makefile Sat Mar 29 14:43:30 2014 (r349524) @@ -0,0 +1,18 @@ +# Created by: Michael Moll <kvedulv at kvedulv.de> +# $FreeBSD$ + +PORTNAME= yell +PORTVERSION= 2.0.4 +CATEGORIES= sysutils ruby +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Extensible logging library for Ruby + +LICENSE= MIT + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/sysutils/rubygem-yell/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-yell/distinfo Sat Mar 29 14:43:30 2014 (r349524) @@ -0,0 +1,2 @@ +SHA256 (rubygem/yell-2.0.4.gem) = e6c377d47a4478a1e95b465c19c95d1dbd2c663d87b62731b70ce52cf5984774 +SIZE (rubygem/yell-2.0.4.gem) = 32256 Added: head/sysutils/rubygem-yell/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-yell/pkg-descr Sat Mar 29 14:43:30 2014 (r349524) @@ -0,0 +1,5 @@ +Yell - Your Extensible Logging Library for Ruby is a library to define +multiple adapters, various log level combinations or message formatting +options. + +WWW: http://rudionrails.github.io/yell/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403291443.s2TEhUM9021685>