Bug 187991 - [NEW PORT] devel/rubygem-coercible
Summary: [NEW PORT] devel/rubygem-coercible
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 23:50 UTC by Michael Moll
Modified: 2014-03-29 15:10 UTC (History)
0 users

See Also:


Attachments
file.shar (1.59 KB, text/plain)
2014-03-26 23:50 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 23:50:01 UTC

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-26 23:50:05 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 15:00:28 UTC
Author: swills
Date: Sat Mar 29 15:00:24 2014
New Revision: 349533
URL: http://svnweb.freebsd.org/changeset/ports/349533
QAT: https://qat.redports.org/buildarchive/r349533/

Log:
  Coercible gives access to coercer objects where each object is
  responsible for coercing only one type into other types.
  
  WWW: https://github.com/solnic/coercible
  
  PR:		ports/187991
  Submitted by:	Michael Moll <kvedulv at kvedulv.de>

Added:
  head/devel/rubygem-coercible/
  head/devel/rubygem-coercible/Makefile   (contents, props changed)
  head/devel/rubygem-coercible/distinfo   (contents, props changed)
  head/devel/rubygem-coercible/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Mar 29 14:58:31 2014	(r349532)
+++ head/devel/Makefile	Sat Mar 29 15:00:24 2014	(r349533)
@@ -4160,6 +4160,7 @@
     SUBDIR += rubygem-clio
     SUBDIR += rubygem-cloudfiles
     SUBDIR += rubygem-cocaine
+    SUBDIR += rubygem-coercible
     SUBDIR += rubygem-coffee-rails
     SUBDIR += rubygem-coffee-script
     SUBDIR += rubygem-coffee-script-source

Added: head/devel/rubygem-coercible/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-coercible/Makefile	Sat Mar 29 15:00:24 2014	(r349533)
@@ -0,0 +1,20 @@
+# Created by: Michael Moll <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME=	coercible
+PORTVERSION=	1.0.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Ruby coercion library
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-descendants_tracker>=0.0.1:${PORTSDIR}/devel/rubygem-descendants_tracker
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-coercible/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-coercible/distinfo	Sat Mar 29 15:00:24 2014	(r349533)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/coercible-1.0.0.gem) = 5081ad24352cc8435ce5472bc2faa30260c7ea7f2102cc6a9f167c4d9bffaadc
+SIZE (rubygem/coercible-1.0.0.gem) = 24064

Added: head/devel/rubygem-coercible/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-coercible/pkg-descr	Sat Mar 29 15:00:24 2014	(r349533)
@@ -0,0 +1,4 @@
+Coercible gives access to coercer objects where each object is
+responsible for coercing only one type into other types.
+
+WWW: https://github.com/solnic/coercible
_______________________________________________
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 15:00:56 UTC
State Changed
From-To: open->closed

New port added. Thanks!