New port of the nori gem. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed New port added. Thanks!