aboutsummaryrefslogtreecommitdiffstats
path: root/finance
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2012-12-25 19:28:21 +0800
committertota <tota@FreeBSD.org>2012-12-25 19:28:21 +0800
commita9afd3de1802f37cb4bb19f36daa153e161b2770 (patch)
tree3ff25f98dd21b45c09be61250c7893f799b68a93 /finance
parent98e4dcc1269004ff4c8de724c3c21a3a4bd1677c (diff)
downloadfreebsd-ports-gnome-a9afd3de1802f37cb4bb19f36daa153e161b2770.tar.gz
freebsd-ports-gnome-a9afd3de1802f37cb4bb19f36daa153e161b2770.tar.zst
freebsd-ports-gnome-a9afd3de1802f37cb4bb19f36daa153e161b2770.zip
- 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 <naylor.b.david_AT_gmail_DOT_com>
Diffstat (limited to 'finance')
-rw-r--r--finance/Makefile1
-rw-r--r--finance/R-cran-timeDate/Makefile18
-rw-r--r--finance/R-cran-timeDate/distinfo2
-rw-r--r--finance/R-cran-timeDate/pkg-descr3
4 files changed, 24 insertions, 0 deletions
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 <naylor.b.david@gmail.com>
+# $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 <bsd.port.mk>
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/