From a9afd3de1802f37cb4bb19f36daa153e161b2770 Mon Sep 17 00:00:00 2001 From: tota Date: Tue, 25 Dec 2012 11:28:21 +0000 Subject: - Add a new port: finance/R-cran-timeDate Package of calendar, date, time tools and utilities for Rmetrics. WWW: http://cran.r-project.org/web/packages/timeDate/ PR: ports/172298 (based on) Submitted by: David Naylor --- finance/Makefile | 1 + finance/R-cran-timeDate/Makefile | 18 ++++++++++++++++++ finance/R-cran-timeDate/distinfo | 2 ++ finance/R-cran-timeDate/pkg-descr | 3 +++ 4 files changed, 24 insertions(+) create mode 100644 finance/R-cran-timeDate/Makefile create mode 100644 finance/R-cran-timeDate/distinfo create mode 100644 finance/R-cran-timeDate/pkg-descr (limited to 'finance') diff --git a/finance/Makefile b/finance/Makefile index b49aa71512f7..d34a60484fe3 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -12,6 +12,7 @@ SUBDIR += R-cran-plm SUBDIR += R-cran-quantmod SUBDIR += R-cran-strucchange + SUBDIR += R-cran-timeDate SUBDIR += R-cran-urca SUBDIR += R-cran-vars SUBDIR += aqbanking diff --git a/finance/R-cran-timeDate/Makefile b/finance/R-cran-timeDate/Makefile new file mode 100644 index 000000000000..fdc60fa90245 --- /dev/null +++ b/finance/R-cran-timeDate/Makefile @@ -0,0 +1,18 @@ +# Created by: David Naylor +# $FreeBSD$ + +PORTNAME= timeDate +PORTVERSION= 2160.97 +CATEGORIES= finance +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= naylor.b.david@gmail.com +COMMENT= Chronological and Calendar Objects + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include diff --git a/finance/R-cran-timeDate/distinfo b/finance/R-cran-timeDate/distinfo new file mode 100644 index 000000000000..f6f7302aede7 --- /dev/null +++ b/finance/R-cran-timeDate/distinfo @@ -0,0 +1,2 @@ +SHA256 (timeDate_2160.97.tar.gz) = 42a832e42b5feb173fbf9bf635fac814085f7f64fded2c90efd7a1d4720181f3 +SIZE (timeDate_2160.97.tar.gz) = 299110 diff --git a/finance/R-cran-timeDate/pkg-descr b/finance/R-cran-timeDate/pkg-descr new file mode 100644 index 000000000000..e5dcff7ad004 --- /dev/null +++ b/finance/R-cran-timeDate/pkg-descr @@ -0,0 +1,3 @@ +Package of calendar, date, time tools and utilities for Rmetrics. + +WWW: http://cran.r-project.org/web/packages/timeDate/ -- cgit