freebsd-ports/devel/rubygem-tzinfo/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
654 B
Plaintext

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.