From owner-svn-ports-head@freebsd.org Mon Mar 20 00:29:03 2017 Return-Path: Delivered-To: svn-ports-head@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 E4C17D14358; Mon, 20 Mar 2017 00:29:03 +0000 (UTC) (envelope-from sunpoet@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 982F91189; Mon, 20 Mar 2017 00:29:03 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2K0T2se013572; Mon, 20 Mar 2017 00:29:02 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2K0T2pd013568; Mon, 20 Mar 2017 00:29:02 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703200029.v2K0T2pd013568@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 20 Mar 2017 00:29:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436527 - in head/textproc: . rubygem-inifile 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.23 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: Mon, 20 Mar 2017 00:29:04 -0000 Author: sunpoet Date: Mon Mar 20 00:29:02 2017 New Revision: 436527 URL: https://svnweb.freebsd.org/changeset/ports/436527 Log: Add rubygem-inifile 3.0.0 IniFile is a native Ruby package for reading and writing INI files. WWW: https://github.com/twp/inifile PR: 217912 Submitted by: Douglas Thrift Added: head/textproc/rubygem-inifile/ head/textproc/rubygem-inifile/Makefile (contents, props changed) head/textproc/rubygem-inifile/distinfo (contents, props changed) head/textproc/rubygem-inifile/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Mon Mar 20 00:28:57 2017 (r436526) +++ head/textproc/Makefile Mon Mar 20 00:29:02 2017 (r436527) @@ -1480,6 +1480,7 @@ SUBDIR += rubygem-html2text SUBDIR += rubygem-htmlentities SUBDIR += rubygem-ini + SUBDIR += rubygem-inifile SUBDIR += rubygem-itextomml SUBDIR += rubygem-jekyll-assets SUBDIR += rubygem-jekyll-feed Added: head/textproc/rubygem-inifile/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-inifile/Makefile Mon Mar 20 00:29:02 2017 (r436527) @@ -0,0 +1,18 @@ +# Created by: Douglas Thrift +# $FreeBSD$ + +PORTNAME= inifile +PORTVERSION= 3.0.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= douglas@douglasthrift.net +COMMENT= Native Ruby package for reading and writing INI files + +LICENSE= MIT + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/textproc/rubygem-inifile/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-inifile/distinfo Mon Mar 20 00:29:02 2017 (r436527) @@ -0,0 +1,3 @@ +TIMESTAMP = 1489899186 +SHA256 (rubygem/inifile-3.0.0.gem) = b103eb3655ec93cc626cf2de00950e91f7e69b8398842968e17e1815cfacbfb0 +SIZE (rubygem/inifile-3.0.0.gem) = 18432 Added: head/textproc/rubygem-inifile/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-inifile/pkg-descr Mon Mar 20 00:29:02 2017 (r436527) @@ -0,0 +1,3 @@ +IniFile is a native Ruby package for reading and writing INI files. + +WWW: https://github.com/twp/inifile