Date: Sat, 20 Oct 2018 14:48:38 +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: r482514 - head/devel/rubygem-tzinfo Message-ID: <201810201448.w9KEmcFu014111@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Oct 20 14:48:37 2018 New Revision: 482514 URL: https://svnweb.freebsd.org/changeset/ports/482514 Log: Update pkg-descr - Take maintainership Modified: head/devel/rubygem-tzinfo/Makefile head/devel/rubygem-tzinfo/pkg-descr Modified: head/devel/rubygem-tzinfo/Makefile ============================================================================== --- head/devel/rubygem-tzinfo/Makefile Sat Oct 20 14:48:29 2018 (r482513) +++ head/devel/rubygem-tzinfo/Makefile Sat Oct 20 14:48:37 2018 (r482514) @@ -6,7 +6,7 @@ PORTVERSION= 1.2.5 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Daylight-savings aware timezone support for Ruby LICENSE= MIT @@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-thread_safe>=0.1:devel/rubygem-thread_safe -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/rubygem-tzinfo/pkg-descr ============================================================================== --- head/devel/rubygem-tzinfo/pkg-descr Sat Oct 20 14:48:29 2018 (r482513) +++ head/devel/rubygem-tzinfo/pkg-descr Sat Oct 20 14:48:37 2018 (r482514) @@ -1,7 +1,14 @@ -TZInfo is a Ruby library that uses the standard tz database -(http://www.twinsun.com/tz/tz-link.htm) to provide daylight savings -aware transformations between times in different time zones. The -tz database is compiled into Ruby classes which are packaged in the -release. No external zoneinfo files are required at runtime. +TZInfo is a Ruby library that provides daylight savings aware transformations +between times in different timezones. + +TZInfo requires a source of timezone data. There are two built-in options: +- The separate TZInfo::Data library (the tzinfo-data gem). TZInfo::Data contains + a set of Ruby modules that are generated from the IANA Time Zone Database. +- A zoneinfo directory. Most Unix-like systems include a zoneinfo directory + containing timezone definitions. These are also generated from the IANA Time + Zone Database. + +By default, TZInfo::Data will be used. If TZInfo::Data is not available, then +TZInfo will search for a zoneinfo directory instead. WWW: https://tzinfo.github.io/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201448.w9KEmcFu014111>