aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2011-08-31 05:18:51 +0800
committertota <tota@FreeBSD.org>2011-08-31 05:18:51 +0800
commit9383fdb5d4d40c44e629cb802cb935a97d0a3818 (patch)
tree5dbe615727c74a793fe093321823e3e59d2da950
parentb3000652e81c3025783fafb5cacbe54a964452f8 (diff)
downloadfreebsd-ports-graphics-9383fdb5d4d40c44e629cb802cb935a97d0a3818.tar.gz
freebsd-ports-graphics-9383fdb5d4d40c44e629cb802cb935a97d0a3818.tar.zst
freebsd-ports-graphics-9383fdb5d4d40c44e629cb802cb935a97d0a3818.zip
- Add a new port: math/R-cran-xts
Provide for uniform handling of R's different time-based data classes by extending zoo, maximizing native format information preservation and allowing for user level customization and extension, while simplifying cross-class interoperability. WWW: http://r-forge.r-project.org/projects/xts/
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-xts/Makefile24
-rw-r--r--math/R-cran-xts/distinfo2
-rw-r--r--math/R-cran-xts/pkg-descr6
4 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index cd29add6b4f..7b08add7929 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -17,6 +17,7 @@
SUBDIR += R-cran-psych
SUBDIR += R-cran-sm
SUBDIR += R-cran-sp
+ SUBDIR += R-cran-xts
SUBDIR += R-cran-zoo
SUBDIR += aamath
SUBDIR += abakus
diff --git a/math/R-cran-xts/Makefile b/math/R-cran-xts/Makefile
new file mode 100644
index 00000000000..7c3f062c54c
--- /dev/null
+++ b/math/R-cran-xts/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: R-cran-xts
+# Date created: 2011-08-16
+# Whom: TAKATSU Tomonari <tota@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xts
+DISTVERSION= 0.8-2
+CATEGORIES= math
+PKGNAMEPREFIX= R-cran-
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= tota@FreeBSD.org
+COMMENT= Extensible Time Series
+
+LICENSE= GPLv2
+
+RUN_DEPENDS= R-cran-zoo>=1.7.2:${PORTSDIR}/math/R-cran-zoo
+
+USE_R_MOD= yes
+R_MOD_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-xts/distinfo b/math/R-cran-xts/distinfo
new file mode 100644
index 00000000000..9338e257afd
--- /dev/null
+++ b/math/R-cran-xts/distinfo
@@ -0,0 +1,2 @@
+SHA256 (xts_0.8-2.tar.gz) = 924abfa92cdd23fc3ee8e3323495785a2ec2bdfc779a888a80480eac9e444df5
+SIZE (xts_0.8-2.tar.gz) = 326869
diff --git a/math/R-cran-xts/pkg-descr b/math/R-cran-xts/pkg-descr
new file mode 100644
index 00000000000..20c1a67036f
--- /dev/null
+++ b/math/R-cran-xts/pkg-descr
@@ -0,0 +1,6 @@
+Provide for uniform handling of R's different time-based data classes
+by extending zoo, maximizing native format information preservation
+and allowing for user level customization and extension, while
+simplifying cross-class interoperability.
+
+WWW: http://r-forge.r-project.org/projects/xts/