Bug 189427 - [patch] New port of devel/rubygem-nori
Summary: [patch] New port of devel/rubygem-nori
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-05-07 18:30 UTC by joe
Modified: 2014-05-14 16:40 UTC (History)
0 users

See Also:


Attachments
file.shar (1.42 KB, text/plain)
2014-05-07 18:30 UTC, joe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description joe 2014-05-07 18:30:00 UTC
New port of the nori gem.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-07 18:30: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-05-14 16:30:33 UTC
Author: swills
Date: Wed May 14 15:30:27 2014
New Revision: 354070
URL: http://svnweb.freebsd.org/changeset/ports/354070
QAT: https://qat.redports.org/buildarchive/r354070/

Log:
  XML to Hash translator.
  
  WWW: https://rubygems.org/gems/nori
  
  PR:		ports/189427
  Submitted by:	Joseph Benden <joe@thrallingpenguin.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed May 14 15:30:16 2014	(r354069)
+++ head/devel/Makefile	Wed May 14 15:30:27 2014	(r354070)
@@ -4315,6 +4315,7 @@
     SUBDIR += rubygem-needle
     SUBDIR += rubygem-nice-ffi
     SUBDIR += rubygem-nio4r
+    SUBDIR += rubygem-nori
     SUBDIR += rubygem-notify
     SUBDIR += rubygem-open3_backport
     SUBDIR += rubygem-open4

Added: head/devel/rubygem-nori/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-nori/Makefile	Wed May 14 15:30:27 2014	(r354070)
@@ -0,0 +1,18 @@
+# Created by: Joseph Benden <joe@thrallingpenguin.com>
+# $FreeBSD$
+
+PORTNAME=	nori
+PORTVERSION=	1.0.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	joe@thrallingpenguin.com
+COMMENT=	Library for converting XML to Hash syntax
+
+LICENSE=	MIT
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-nori/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-nori/distinfo	Wed May 14 15:30:27 2014	(r354070)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/nori-1.0.3.gem) = 2a9d12eabe9f758107d6f52853623dd1296ee58cb7efea9fd62f3f88df8481b7
+SIZE (rubygem/nori-1.0.3.gem) = 19456

Added: head/devel/rubygem-nori/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-nori/pkg-descr	Wed May 14 15:30:27 2014	(r354070)
@@ -0,0 +1,3 @@
+XML to Hash translator.
+
+WWW: https://rubygems.org/gems/nori
_______________________________________________
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-14 16:30:58 UTC
State Changed
From-To: open->closed

New port added. Thanks!