From owner-svn-ports-all@freebsd.org Sat Aug 12 13:20:52 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B81D0DD633E; Sat, 12 Aug 2017 13:20:52 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 8557111C0; Sat, 12 Aug 2017 13:20:52 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7CDKpoK085285; Sat, 12 Aug 2017 13:20:51 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7CDKpUx085280; Sat, 12 Aug 2017 13:20:51 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201708121320.v7CDKpUx085280@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Sat, 12 Aug 2017 13:20:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447828 - in head/devel: . rubygem-hocon X-SVN-Group: ports-head X-SVN-Commit-Author: romain X-SVN-Commit-Paths: in head/devel: . rubygem-hocon X-SVN-Commit-Revision: 447828 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Aug 2017 13:20:52 -0000 Author: romain Date: Sat Aug 12 13:20:51 2017 New Revision: 447828 URL: https://svnweb.freebsd.org/changeset/ports/447828 Log: This is a port of the Typesafe Config library to Ruby. The library provides Ruby support for the HOCON configuration file format. WWW: https://github.com/puppetlabs/ruby-hocon Added: head/devel/rubygem-hocon/ head/devel/rubygem-hocon/Makefile (contents, props changed) head/devel/rubygem-hocon/distinfo (contents, props changed) head/devel/rubygem-hocon/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Aug 12 13:15:47 2017 (r447827) +++ head/devel/Makefile Sat Aug 12 13:20:51 2017 (r447828) @@ -5464,6 +5464,7 @@ SUBDIR += rubygem-hike SUBDIR += rubygem-hike1 SUBDIR += rubygem-hitimes + SUBDIR += rubygem-hocon SUBDIR += rubygem-hoe SUBDIR += rubygem-holidays SUBDIR += rubygem-http_accept_language Added: head/devel/rubygem-hocon/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-hocon/Makefile Sat Aug 12 13:20:51 2017 (r447828) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= hocon +PORTVERSION= 1.2.5 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= puppet@FreeBSD.org +COMMENT= Ruby port of the Typesafe Config library + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gem +USE_RUBY= yes + +PLIST_FILES= bin/hocon + +.include Added: head/devel/rubygem-hocon/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-hocon/distinfo Sat Aug 12 13:20:51 2017 (r447828) @@ -0,0 +1,3 @@ +TIMESTAMP = 1499441345 +SHA256 (rubygem/hocon-1.2.5.gem) = 33b04b2e4e75a644c170b128df298367ce7278a7444e31382317f148717abe88 +SIZE (rubygem/hocon-1.2.5.gem) = 147968 Added: head/devel/rubygem-hocon/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-hocon/pkg-descr Sat Aug 12 13:20:51 2017 (r447828) @@ -0,0 +1,5 @@ +This is a port of the Typesafe Config library to Ruby. + +The library provides Ruby support for the HOCON configuration file format. + +WWW: https://github.com/puppetlabs/ruby-hocon