pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/R-timeDate



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Feb  9 16:53:08 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/R-timeDate/DESCR \
    pkgsrc/time/R-timeDate/Makefile pkgsrc/time/R-timeDate/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-timeDate/DESCR
diff -u /dev/null pkgsrc/time/R-timeDate/DESCR:1.1
--- /dev/null   Fri Feb  9 16:53:08 2018
+++ pkgsrc/time/R-timeDate/DESCR        Fri Feb  9 16:53:08 2018
@@ -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.
Index: pkgsrc/time/R-timeDate/Makefile
diff -u /dev/null pkgsrc/time/R-timeDate/Makefile:1.1
--- /dev/null   Fri Feb  9 16:53:08 2018
+++ pkgsrc/time/R-timeDate/Makefile     Fri Feb  9 16:53:08 2018
@@ -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"
Index: pkgsrc/time/R-timeDate/distinfo
diff -u /dev/null pkgsrc/time/R-timeDate/distinfo:1.1
--- /dev/null   Fri Feb  9 16:53:08 2018
+++ pkgsrc/time/R-timeDate/distinfo     Fri Feb  9 16:53:08 2018
@@ -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