From owner-svn-ports-head@FreeBSD.ORG Thu Oct 9 20:51:26 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1AB1882; Thu, 9 Oct 2014 20:51:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A3EC78E7; Thu, 9 Oct 2014 20:51:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s99KpQ1D002766; Thu, 9 Oct 2014 20:51:26 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s99KpPd7002762; Thu, 9 Oct 2014 20:51:25 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201410092051.s99KpPd7002762@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 9 Oct 2014 20:51:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370558 - in head/devel: . rubygem-oj X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Oct 2014 20:51:26 -0000 Author: swills Date: Thu Oct 9 20:51:25 2014 New Revision: 370558 URL: https://svnweb.freebsd.org/changeset/ports/370558 QAT: https://qat.redports.org/buildarchive/r370558/ Log: devel/rubygem-oj: create port The fastest JSON parser and object serializer. WWW: http://www.ohler.com/oj Added: head/devel/rubygem-oj/ head/devel/rubygem-oj/Makefile (contents, props changed) head/devel/rubygem-oj/distinfo (contents, props changed) head/devel/rubygem-oj/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Oct 9 19:14:36 2014 (r370557) +++ head/devel/Makefile Thu Oct 9 20:51:25 2014 (r370558) @@ -4452,6 +4452,7 @@ SUBDIR += rubygem-nori SUBDIR += rubygem-notify SUBDIR += rubygem-nprogress-rails + SUBDIR += rubygem-oj SUBDIR += rubygem-open3_backport SUBDIR += rubygem-open4 SUBDIR += rubygem-orm_adapter Added: head/devel/rubygem-oj/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-oj/Makefile Thu Oct 9 20:51:25 2014 (r370558) @@ -0,0 +1,16 @@ +# Created by: Steve Wills +# $FreeBSD$ + +PORTNAME= oj +PORTVERSION= 2.10.3 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Fast JSON parser and serializer + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST=yes + +.include Added: head/devel/rubygem-oj/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-oj/distinfo Thu Oct 9 20:51:25 2014 (r370558) @@ -0,0 +1,2 @@ +SHA256 (rubygem/oj-2.10.3.gem) = f3162887def6a22e8cca4ce21a809e1607ec689da3de7ffd2929f5db2b6a5a98 +SIZE (rubygem/oj-2.10.3.gem) = 105472 Added: head/devel/rubygem-oj/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-oj/pkg-descr Thu Oct 9 20:51:25 2014 (r370558) @@ -0,0 +1,3 @@ +The fastest JSON parser and object serializer. + +WWW: http://www.ohler.com/oj