aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-xts
diff options
context:
space:
mode:
authorTAKATSU Tomonari <tota@FreeBSD.org>2011-08-30 21:18:51 +0000
committerTAKATSU Tomonari <tota@FreeBSD.org>2011-08-30 21:18:51 +0000
commit2eef16d59fbe4c91fc0d0ab961f607523f3409ba (patch)
tree765aa516b2823a04b07b4fde4d9059be3cd0f89f /math/R-cran-xts
parent968e9749766abd5b4d293c055db18c90e391d5b5 (diff)
downloadports-2eef16d59fbe4c91fc0d0ab961f607523f3409ba.tar.gz
ports-2eef16d59fbe4c91fc0d0ab961f607523f3409ba.zip
Notes
Diffstat (limited to 'math/R-cran-xts')
-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
3 files changed, 32 insertions, 0 deletions
diff --git a/math/R-cran-xts/Makefile b/math/R-cran-xts/Makefile
new file mode 100644
index 000000000000..7c3f062c54c4
--- /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 000000000000..9338e257afdc
--- /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 000000000000..20c1a67036f5
--- /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/