From owner-svn-ports-all@freebsd.org Sun Mar 26 21:24:08 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 02588D1F766; Sun, 26 Mar 2017 21:24:08 +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 A91F112A9; Sun, 26 Mar 2017 21:24:07 +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 v2QLO6UW092716; Sun, 26 Mar 2017 21:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2QLO6kl092712; Sun, 26 Mar 2017 21:24:06 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201703262124.v2QLO6kl092712@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 26 Mar 2017 21:24:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r436992 - in head/devel: . rubygem-tzinfo-data X-SVN-Group: ports-head 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: Sun, 26 Mar 2017 21:24:08 -0000 Author: sunpoet Date: Sun Mar 26 21:24:06 2017 New Revision: 436992 URL: https://svnweb.freebsd.org/changeset/ports/436992 Log: Add rubygem-tzinfo-data 1.2017.2 TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo. WWW: http://tzinfo.github.io/ Added: head/devel/rubygem-tzinfo-data/ head/devel/rubygem-tzinfo-data/Makefile (contents, props changed) head/devel/rubygem-tzinfo-data/distinfo (contents, props changed) head/devel/rubygem-tzinfo-data/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Mar 26 21:19:39 2017 (r436991) +++ head/devel/Makefile Sun Mar 26 21:24:06 2017 (r436992) @@ -5563,6 +5563,7 @@ SUBDIR += rubygem-turn SUBDIR += rubygem-typed-array SUBDIR += rubygem-tzinfo + SUBDIR += rubygem-tzinfo-data SUBDIR += rubygem-uber SUBDIR += rubygem-unicode SUBDIR += rubygem-unicode-display_width Added: head/devel/rubygem-tzinfo-data/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tzinfo-data/Makefile Sun Mar 26 21:24:06 2017 (r436992) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= tzinfo-data +PORTVERSION= 1.2017.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= IANA Time Zone database for TZInfo + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= rubygem-tzinfo>=1.0.0:devel/rubygem-tzinfo + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include Added: head/devel/rubygem-tzinfo-data/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tzinfo-data/distinfo Sun Mar 26 21:24:06 2017 (r436992) @@ -0,0 +1,3 @@ +TIMESTAMP = 1490545165 +SHA256 (rubygem/tzinfo-data-1.2017.2.gem) = 7e7ac17df3b73472edf0750599f79afab2458f041d93837fc5a499437ccd03d9 +SIZE (rubygem/tzinfo-data-1.2017.2.gem) = 315392 Added: head/devel/rubygem-tzinfo-data/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-tzinfo-data/pkg-descr Sun Mar 26 21:24:06 2017 (r436992) @@ -0,0 +1,4 @@ +TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby +modules for use with TZInfo. + +WWW: http://tzinfo.github.io/