Bug 189426

Summary: [patch] New port of devel/rubygem-gyoku
Product: Ports & Packages Reporter: joe
Component: Individual Port(s)Assignee: Steve Wills <swills>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description joe 2014-05-07 18:30:00 UTC
New port of the gem gyoku.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 18:30:04 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-05-13 16:04:52 UTC
Author: swills
Date: Tue May 13 15:04:48 2014
New Revision: 353962
URL: http://svnweb.freebsd.org/changeset/ports/353962
QAT: https://qat.redports.org/buildarchive/r353962/

Log:
  Gyoku translates Ruby Hashes to XML.
  
  WWW: https://rubygems.org/gems/gyoku
  
  PR:		ports/189426
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue May 13 15:03:01 2014	(r353961)
+++ head/devel/Makefile	Tue May 13 15:04:48 2014	(r353962)
@@ -4249,6 +4249,7 @@
     SUBDIR += rubygem-grape-entity
     SUBDIR += rubygem-grape-swagger
     SUBDIR += rubygem-grit
+    SUBDIR += rubygem-gyoku
     SUBDIR += rubygem-hashery
     SUBDIR += rubygem-hashie
     SUBDIR += rubygem-highline

Added: head/devel/rubygem-gyoku/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gyoku/Makefile	Tue May 13 15:04:48 2014	(r353962)
@@ -0,0 +1,20 @@
+# Created by: Joseph Benden <joe@thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME=	gyoku
+PORTVERSION=	0.4.6
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	joe@thrallingpenguin.com
+COMMENT=	Library for translating Ruby hashes to XML
+
+LICENSE=	MIT
+
+RUN_DEPENDS=	rubygem-builder>=2.1.2:${PORTSDIR}/devel/rubygem-builder
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-gyoku/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gyoku/distinfo	Tue May 13 15:04:48 2014	(r353962)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gyoku-0.4.6.gem) = b334b144f713fd9078100394d6125847bcefd08c1c4f11c92c026f8b3127a335
+SIZE (rubygem/gyoku-0.4.6.gem) = 11776

Added: head/devel/rubygem-gyoku/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gyoku/pkg-descr	Tue May 13 15:04:48 2014	(r353962)
@@ -0,0 +1,3 @@
+Gyoku translates Ruby Hashes to XML.
+
+WWW: https://rubygems.org/gems/gyoku
_______________________________________________
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-05-13 16:04:57 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!