diff options
author | mef <mef@pkgsrc.org> | 2021-09-08 14:55:37 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2021-09-08 14:55:37 +0000 |
commit | a9e85fd8f82ca3ca328a3f8bb4b1481306bcdc13 (patch) | |
tree | 3a485fd39fc989c9e20ba2385febd9ddcd809f5a /time | |
parent | 1be3bbeace5578658c46759b44d76a3e0e49cbea (diff) | |
download | pkgsrc-a9e85fd8f82ca3ca328a3f8bb4b1481306bcdc13.tar.gz |
(time/R-tzdb) import R-tzdb-0.1.2
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.
Diffstat (limited to 'time')
-rw-r--r-- | time/R-tzdb/DESCR | 9 | ||||
-rw-r--r-- | time/R-tzdb/Makefile | 18 | ||||
-rw-r--r-- | time/R-tzdb/distinfo | 6 |
3 files changed, 33 insertions, 0 deletions
diff --git a/time/R-tzdb/DESCR b/time/R-tzdb/DESCR new file mode 100644 index 00000000000..cfa3e6bd2d3 --- /dev/null +++ b/time/R-tzdb/DESCR @@ -0,0 +1,9 @@ +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. diff --git a/time/R-tzdb/Makefile b/time/R-tzdb/Makefile new file mode 100644 index 00000000000..982fd066c56 --- /dev/null +++ b/time/R-tzdb/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2021/09/08 14:55:37 mef Exp $ + +R_PKGNAME= tzdb +R_PKGVER= 0.1.2 +CATEGORIES= time + +MAINTAINER= pkgsrc-users@NetBSD.org +COMMENT= Time Zone Database Information +LICENSE= mit # + file LICENSE + +TEST_DEPENDS+= R-covr-[0-9]*:../../devel/R-covr + +USE_LANGUAGES= c++11 +REPLACE_PERL= inst/tzdata/zoneinfo2tdf.pl + +.include "../../lang/R-cpp11/buildlink3.mk" +.include "../../math/R/Makefile.extension" +.include "../../mk/bsd.pkg.mk" diff --git a/time/R-tzdb/distinfo b/time/R-tzdb/distinfo new file mode 100644 index 00000000000..4eb354b3105 --- /dev/null +++ b/time/R-tzdb/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2021/09/08 14:55:37 mef Exp $ + +SHA1 (R/tzdb_0.1.2.tar.gz) = c90b3c335ba0c3961b2186077f334287162d327b +RMD160 (R/tzdb_0.1.2.tar.gz) = 87e3d10c47bb0f8d74c06ea8fad6a1cc3a1f4d54 +SHA512 (R/tzdb_0.1.2.tar.gz) = 1614dc981da00046afa0fbb5afced90fe804cb5f5095d97d0d17bc4ee75b322d98228a62fb25ea84d7c67fc4b03b7bb1f070468c2403d914e978daebdf11a65d +Size (R/tzdb_0.1.2.tar.gz) = 550301 bytes |