Bug 187949 - [NEW PORT] sysutils/rubygem-yell
Summary: [NEW PORT] sysutils/rubygem-yell
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-26 02:20 UTC by Michael Moll
Modified: 2014-03-29 14:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.47 KB, text/plain)
2014-03-26 02:20 UTC, Michael Moll
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Moll freebsd_committer freebsd_triage 2014-03-26 02:20:01 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 02:20:06 UTC
Responsible Changed
From-To: freebsd-ports-bugs->swills

swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-29 14:43:33 UTC
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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2014-03-29 14:46:55 UTC
State Changed
From-To: open->closed

New port added. Thanks!