Date: Sun, 26 Mar 2017 21:24:06 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 Message-ID: <201703262124.v2QLO6kl092712@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org> +# $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 <bsd.port.mk> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703262124.v2QLO6kl092712>