diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-xts/Makefile | 24 | ||||
-rw-r--r-- | math/R-cran-xts/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-xts/pkg-descr | 6 |
4 files changed, 33 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index cd29add6b4ff..7b08add79293 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 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/ |