diff options
author | David Naylor <dbn@FreeBSD.org> | 2018-03-17 15:51:26 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2018-03-17 15:51:26 +0000 |
commit | 6750c3a03452923e50cad451518d49b8b11e801e (patch) | |
tree | 8a72ae573b0132c9969dec14a97271fb47ed42b0 /finance/R-cran-timeDate | |
parent | 763d42349c0191711b5ffd00ea4affd7900e79fd (diff) |
finance/R-cran-timeDate: updated to version 3043.102
- removed PORTREVISION due to version bump
- update description to align with CRAN package
- update website URL to align with CRAN package
- changelog not updated
Generated by: portcran (0.1.7)
Notes
Notes:
svn path=/head/; revision=464827
Diffstat (limited to 'finance/R-cran-timeDate')
-rw-r--r-- | finance/R-cran-timeDate/Makefile | 3 | ||||
-rw-r--r-- | finance/R-cran-timeDate/distinfo | 6 | ||||
-rw-r--r-- | finance/R-cran-timeDate/pkg-descr | 11 |
3 files changed, 13 insertions, 7 deletions
diff --git a/finance/R-cran-timeDate/Makefile b/finance/R-cran-timeDate/Makefile index 83245e807c0e..2b74cc525c7e 100644 --- a/finance/R-cran-timeDate/Makefile +++ b/finance/R-cran-timeDate/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= timeDate -DISTVERSION= 3042.101 -PORTREVISION= 1 +DISTVERSION= 3043.102 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/finance/R-cran-timeDate/distinfo b/finance/R-cran-timeDate/distinfo index 484012a19262..4b7198e9d9d2 100644 --- a/finance/R-cran-timeDate/distinfo +++ b/finance/R-cran-timeDate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1512940595 -SHA256 (timeDate_3042.101.tar.gz) = 6c8d4c7689b31c6a43555d9c7258516556ba03b132e5643691e3e317b89a8c6d -SIZE (timeDate_3042.101.tar.gz) = 314661 +TIMESTAMP = 1521301864 +SHA256 (timeDate_3043.102.tar.gz) = 377cba03cddab8c6992e31d0683c1db3a73afa9834eee3e95b3b0723f02d7473 +SIZE (timeDate_3043.102.tar.gz) = 314656 diff --git a/finance/R-cran-timeDate/pkg-descr b/finance/R-cran-timeDate/pkg-descr index e5dcff7ad004..4f67b25eec6f 100644 --- a/finance/R-cran-timeDate/pkg-descr +++ b/finance/R-cran-timeDate/pkg-descr @@ -1,3 +1,10 @@ -Package of calendar, date, time tools and utilities for Rmetrics. +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. -WWW: http://cran.r-project.org/web/packages/timeDate/ +WWW: https://www.rmetrics.org |