pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/R-tzdb



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Sep  8 14:55:37 UTC 2021

Added Files:
        pkgsrc/time/R-tzdb: DESCR Makefile distinfo

Log Message:
(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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/R-tzdb/DESCR pkgsrc/time/R-tzdb/Makefile \
    pkgsrc/time/R-tzdb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/time/R-tzdb/DESCR
diff -u /dev/null pkgsrc/time/R-tzdb/DESCR:1.1
--- /dev/null   Wed Sep  8 14:55:37 2021
+++ pkgsrc/time/R-tzdb/DESCR    Wed Sep  8 14:55:37 2021
@@ -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.
Index: pkgsrc/time/R-tzdb/Makefile
diff -u /dev/null pkgsrc/time/R-tzdb/Makefile:1.1
--- /dev/null   Wed Sep  8 14:55:37 2021
+++ pkgsrc/time/R-tzdb/Makefile Wed Sep  8 14:55:37 2021
@@ -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"
Index: pkgsrc/time/R-tzdb/distinfo
diff -u /dev/null pkgsrc/time/R-tzdb/distinfo:1.1
--- /dev/null   Wed Sep  8 14:55:37 2021
+++ pkgsrc/time/R-tzdb/distinfo Wed Sep  8 14:55:37 2021
@@ -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