pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/time/R-timeDate time/R-timeDate: Import version 3042.101
details: https://anonhg.NetBSD.org/pkgsrc/rev/635eed4f659c
branches: trunk
changeset: 375361:635eed4f659c
user: minskim <minskim%pkgsrc.org@localhost>
date: Fri Feb 09 16:53:08 2018 +0000
description:
time/R-timeDate: Import version 3042.101
The 'timeDate' class fulfils the conventions of the ISO 8601 standard
as well as of the ANSI C and POSIX standards. Beyond these standards
it provides the "Financial Center" concept which allows to handle data
records collected in different time zones and mix them up to have
always the proper time stamps with respect to your personal financial
center, or alternatively to the GMT reference time. It can thus also
handle time stamps from historical data records from the same time
zone, even if the financial centers changed day light saving times at
different calendar dates.
diffstat:
time/R-timeDate/DESCR | 9 +++++++++
time/R-timeDate/Makefile | 17 +++++++++++++++++
time/R-timeDate/distinfo | 6 ++++++
3 files changed, 32 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r e87751589640 -r 635eed4f659c time/R-timeDate/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-timeDate/DESCR Fri Feb 09 16:53:08 2018 +0000
@@ -0,0 +1,9 @@
+The 'timeDate' class fulfils the conventions of the ISO 8601 standard
+as well as of the ANSI C and POSIX standards. Beyond these standards
+it provides the "Financial Center" concept which allows to handle data
+records collected in different time zones and mix them up to have
+always the proper time stamps with respect to your personal financial
+center, or alternatively to the GMT reference time. It can thus also
+handle time stamps from historical data records from the same time
+zone, even if the financial centers changed day light saving times at
+different calendar dates.
diff -r e87751589640 -r 635eed4f659c time/R-timeDate/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-timeDate/Makefile Fri Feb 09 16:53:08 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/02/09 16:53:08 minskim Exp $
+
+CATEGORIES= time
+MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER= minskim%NetBSD.org@localhost
+HOMEPAGE= https://www.rmetrics.org/
+COMMENT= Chronological and calendar objects
+LICENSE= gnu-gpl-v2
+
+R_PKGNAME= timeDate
+R_PKGVER= 3042.101
+
+USE_LANGUAGES= # none
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r e87751589640 -r 635eed4f659c time/R-timeDate/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/time/R-timeDate/distinfo Fri Feb 09 16:53:08 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/09 16:53:08 minskim Exp $
+
+SHA1 (R/timeDate_3042.101.tar.gz) = bdc27e3822a323e0507399b92e990bb5c1f8101d
+RMD160 (R/timeDate_3042.101.tar.gz) = 1711783c200a69ea330839c511eec70a02f6ada6
+SHA512 (R/timeDate_3042.101.tar.gz) = fd777d246eb2a3bf68f706b7b642ca14ab4eaa98598f4cefcc48cf0b7d7977af5917ad06e14c2c6adc9b0ac93c806e0e36982ef9d7503a759a677ee2bf1f1205
+Size (R/timeDate_3042.101.tar.gz) = 314661 bytes
Home |
Main Index |
Thread Index |
Old Index