Summary: | [new port] devel/cctz - c++ library for handling time zones, etc. | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | John Hein <jcfyecrayz> | ||||
Component: | Individual Port(s) | Assignee: | Wen Heping <wen> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | wen | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
John Hein
2017-03-07 03:20:20 UTC
A commit references this bug: Author: wen Date: Wed Mar 8 06:24:15 UTC 2017 New revision: 435657 URL: https://svnweb.freebsd.org/changeset/ports/435657 Log: CCTZ contains two libraries that cooperate with <chrono> to give C++ programmers all the necessary tools for computing with dates, times, and time zones in a simple and correct manner. The libraries in CCTZ are: _ The Civil-Time Library - This is a header-only library that supports computing with human-scale time, such as dates (which are represented by the cctz::civil_day class). This library is declared in civil_time.h. _ The Time-Zone Library - This library uses the IANA time zone database that is installed on the system to convert between _absolute time_ and _civil time_. This library is declared in time_zone.h. WWW: http://github.com/google/cctz PR: 217599 Submitted by: z7dr6ut7gs@snkmail.com Changes: head/devel/Makefile head/devel/cctz/ head/devel/cctz/Makefile head/devel/cctz/distinfo head/devel/cctz/files/ head/devel/cctz/files/patch-Makefile head/devel/cctz/files/patch-src_time__zone__libc.cc head/devel/cctz/pkg-descr |