Skip to content
Snippets Groups Projects
Commit 0813338f authored by TAKATSU Tomonari's avatar TAKATSU Tomonari
Browse files

devel/R-cran-tzdb: Add new port

Provides an up-to-date copy of the Internet Assigned Numbers Authority
(IANA) Time Zone Database. It is updated periodically to reflect
changes made by political bodies to time zone boundaries, UTC
offsets, and daylight saving time rules. Additionally, this package
provides a C++ interface for working with the 'date' library. 'date'
provides comprehensive support for working with dates and date-times,
which this package exposes to make it easier for other R packages
to utilize. Headers are provided for calendar specific calculations,
along with a limited interface for time zone manipulations.

WWW: https://cran.r-project.org/web/packages/tzdb/
parent efd1774d
No related branches found
No related tags found
No related merge requests found
......@@ -105,6 +105,7 @@
SUBDIR += R-cran-tidyr
SUBDIR += R-cran-tidyselect
SUBDIR += R-cran-tinytest
SUBDIR += R-cran-tzdb
SUBDIR += R-cran-uuid
SUBDIR += R-cran-vcd
SUBDIR += R-cran-vctrs
......
PORTNAME= tzdb
PORTVERSION= 0.1.2
CATEGORIES= devel
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= tota@FreeBSD.org
COMMENT= Time Zone Database Information
LICENSE= MIT
CRAN_DEPENDS= R-cran-cpp11>0:devel/R-cran-cpp11
BUILD_DEPENDS= ${CRAN_DEPENDS}
RUN_DEPENDS= ${CRAN_DEPENDS}
USES= compiler:c++11-lang cran:auto-plist,compiles shebangfix
SHEBANG_FILES= inst/tzdata/zoneinfo2tdf.pl
.include <bsd.port.mk>
TIMESTAMP = 1626919332
SHA256 (tzdb_0.1.2.tar.gz) = 4c7875e713262f7140527d6cbdddce6ff32f1aff3ebeb7d94e3044d199b288ea
SIZE (tzdb_0.1.2.tar.gz) = 550301
Provides an up-to-date copy of the Internet Assigned Numbers Authority
(IANA) Time Zone Database. It is updated periodically to reflect
changes made by political bodies to time zone boundaries, UTC
offsets, and daylight saving time rules. Additionally, this package
provides a C++ interface for working with the 'date' library. 'date'
provides comprehensive support for working with dates and date-times,
which this package exposes to make it easier for other R packages
to utilize. Headers are provided for calendar specific calculations,
along with a limited interface for time zone manipulations.
WWW: https://cran.r-project.org/web/packages/tzdb/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment