From owner-svn-ports-all@FreeBSD.ORG Sat Mar 29 14:43:31 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADFCFF05; Sat, 29 Mar 2014 14:43:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82DE198F; Sat, 29 Mar 2014 14:43:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2TEhVlI021689; Sat, 29 Mar 2014 14:43:31 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2TEhUM9021685; Sat, 29 Mar 2014 14:43:30 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201403291443.s2TEhUM9021685@svn.freebsd.org> From: Steve Wills Date: Sat, 29 Mar 2014 14:43:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349524 - in head/sysutils: . rubygem-yell X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Mar 2014 14:43:31 -0000 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 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 +# $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 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/