Date: Thu, 14 Aug 2014 11:09:24 +0000 (UTC) From: Bartek Rutkowski <robak@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364841 - head/devel/rubygem-libyajl2 Message-ID: <201408141109.s7EB9OMC031321@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: robak Date: Thu Aug 14 11:09:24 2014 New Revision: 364841 URL: http://svnweb.freebsd.org/changeset/ports/364841 QAT: https://qat.redports.org/buildarchive/r364841/ Log: devel/rubygem-libyajl2: NEW PORT - vendored copy of libyajl2 gem - Required by Chef update PR: 192335 Submitted by: Renaud Chaput <renchap@cocoa-x.com> Approved by: swills (mentor) Added: head/devel/rubygem-libyajl2/ head/devel/rubygem-libyajl2/Makefile (contents, props changed) head/devel/rubygem-libyajl2/distinfo (contents, props changed) head/devel/rubygem-libyajl2/pkg-descr (contents, props changed) Added: head/devel/rubygem-libyajl2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-libyajl2/Makefile Thu Aug 14 11:09:24 2014 (r364841) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= libyajl2 +PORTVERSION= 1.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= renchap@cocoa-x.com +COMMENT= Vendored copy of libyajl2 + +LICENSE= APACHE20 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-libyajl2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-libyajl2/distinfo Thu Aug 14 11:09:24 2014 (r364841) @@ -0,0 +1,2 @@ +SHA256 (rubygem/libyajl2-1.0.1.gem) = ce5d1d04df274019307c7e3e6b4949627c77d6261c16001b68827d6f61c36cc4 +SIZE (rubygem/libyajl2-1.0.1.gem) = 129536 Added: head/devel/rubygem-libyajl2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-libyajl2/pkg-descr Thu Aug 14 11:09:24 2014 (r364841) @@ -0,0 +1,3 @@ +Vendored copy of libyajl2 + +WWW: https://github.com/opscode/libyajl2-gem
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408141109.s7EB9OMC031321>