diff options
author | tota <tota@FreeBSD.org> | 2011-08-31 05:18:51 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-08-31 05:18:51 +0800 |
commit | 9383fdb5d4d40c44e629cb802cb935a97d0a3818 (patch) | |
tree | 5dbe615727c74a793fe093321823e3e59d2da950 /math/R-cran-xts | |
parent | b3000652e81c3025783fafb5cacbe54a964452f8 (diff) | |
download | freebsd-ports-gnome-9383fdb5d4d40c44e629cb802cb935a97d0a3818.tar.gz freebsd-ports-gnome-9383fdb5d4d40c44e629cb802cb935a97d0a3818.tar.zst freebsd-ports-gnome-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/
Diffstat (limited to 'math/R-cran-xts')
-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 |
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/ |