pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/R-tzdb (time/R-tzdb) import R-tzdb-0.1.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/f3bece5fdd4e
branches: trunk
changeset: 458065:f3bece5fdd4e
user: mef <mef%pkgsrc.org@localhost>
date: Wed Sep 08 14:55:37 2021 +0000
description:
(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:
time/R-tzdb/DESCR | 9 +++++++++
time/R-tzdb/Makefile | 18 ++++++++++++++++++
time/R-tzdb/distinfo | 6 ++++++
3 files changed, 33 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r f8a1b253ddb1 -r f3bece5fdd4e time/R-tzdb/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-tzdb/DESCR Wed Sep 08 14:55:37 2021 +0000
@@ -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 -r f8a1b253ddb1 -r f3bece5fdd4e time/R-tzdb/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-tzdb/Makefile Wed Sep 08 14:55:37 2021 +0000
@@ -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@localhost
+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 -r f8a1b253ddb1 -r f3bece5fdd4e time/R-tzdb/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-tzdb/distinfo Wed Sep 08 14:55:37 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index