Date: Sat, 17 Mar 2018 15:51:26 +0000 (UTC) From: David Naylor <dbn@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464827 - head/finance/R-cran-timeDate Message-ID: <201803171551.w2HFpQ3p017126@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbn Date: Sat Mar 17 15:51:26 2018 New Revision: 464827 URL: https://svnweb.freebsd.org/changeset/ports/464827 Log: 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) Modified: head/finance/R-cran-timeDate/Makefile head/finance/R-cran-timeDate/distinfo head/finance/R-cran-timeDate/pkg-descr Modified: head/finance/R-cran-timeDate/Makefile ============================================================================== --- head/finance/R-cran-timeDate/Makefile Sat Mar 17 15:29:13 2018 (r464826) +++ head/finance/R-cran-timeDate/Makefile Sat Mar 17 15:51:26 2018 (r464827) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= timeDate -DISTVERSION= 3042.101 -PORTREVISION= 1 +DISTVERSION= 3043.102 CATEGORIES= finance DISTNAME= ${PORTNAME}_${DISTVERSION} Modified: head/finance/R-cran-timeDate/distinfo ============================================================================== --- head/finance/R-cran-timeDate/distinfo Sat Mar 17 15:29:13 2018 (r464826) +++ head/finance/R-cran-timeDate/distinfo Sat Mar 17 15:51:26 2018 (r464827) @@ -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 Modified: head/finance/R-cran-timeDate/pkg-descr ============================================================================== --- head/finance/R-cran-timeDate/pkg-descr Sat Mar 17 15:29:13 2018 (r464826) +++ head/finance/R-cran-timeDate/pkg-descr Sat Mar 17 15:51:26 2018 (r464827) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803171551.w2HFpQ3p017126>