diff options
author | wen <wen@FreeBSD.org> | 2011-03-07 15:07:18 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-03-07 15:07:18 +0800 |
commit | c726877b362ded6e3dc05ee9708244320e741b79 (patch) | |
tree | e14adbe054fce0aabe60545bebdb8fc7c5eda62e /math | |
parent | 7aaa4318da14fe7cdb8de69152b1eaa79b92758f (diff) | |
download | freebsd-ports-gnome-c726877b362ded6e3dc05ee9708244320e741b79.tar.gz freebsd-ports-gnome-c726877b362ded6e3dc05ee9708244320e741b79.tar.zst freebsd-ports-gnome-c726877b362ded6e3dc05ee9708244320e741b79.zip |
Statistics::R will permit the control of the the R (R-project) interpreter
through Perl in different architectures and OS.
WWW: http://search.cpan.org/dist/Statistics-R/
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Statistics-R/Makefile | 25 | ||||
-rw-r--r-- | math/p5-Statistics-R/distinfo | 2 | ||||
-rw-r--r-- | math/p5-Statistics-R/pkg-descr | 4 | ||||
-rw-r--r-- | math/p5-Statistics-R/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 39b0d43fa718..f29888c436ea 100644 --- a/math/Makefile +++ b/math/Makefile @@ -422,6 +422,7 @@ SUBDIR += p5-Statistics-LineFit SUBDIR += p5-Statistics-Lite SUBDIR += p5-Statistics-OLS + SUBDIR += p5-Statistics-R SUBDIR += p5-Statistics-Regression SUBDIR += p5-Statistics-TTest SUBDIR += p5-Task-Math-Symbolic diff --git a/math/p5-Statistics-R/Makefile b/math/p5-Statistics-R/Makefile new file mode 100644 index 000000000000..00485423f7fc --- /dev/null +++ b/math/p5-Statistics-R/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: math/p5-Statistics-R +# Date created: March 7, 2011 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Statistics-R +PORTVERSION= 0.08 +CATEGORIES= math perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:BRICAS +PKGNAMEPREFIX= p5- + +MAINTAINER= wen@FreeBSD.org +COMMENT= Controls the R interpreter through Perl + +RUN_DEPENDS= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R + +PERL_CONFIGURE= yes + +MAN3= Statistics::R::Bridge.3 \ + Statistics::R.3 + +.include <bsd.port.mk> diff --git a/math/p5-Statistics-R/distinfo b/math/p5-Statistics-R/distinfo new file mode 100644 index 000000000000..319ebee1ee72 --- /dev/null +++ b/math/p5-Statistics-R/distinfo @@ -0,0 +1,2 @@ +SHA256 (Statistics-R-0.08.tar.gz) = 2ca4731748046d340abd141ee8f30f4bcfc30bd6bf18d295b97fc0d7ac88e1fe +SIZE (Statistics-R-0.08.tar.gz) = 9646 diff --git a/math/p5-Statistics-R/pkg-descr b/math/p5-Statistics-R/pkg-descr new file mode 100644 index 000000000000..84da1fe5076f --- /dev/null +++ b/math/p5-Statistics-R/pkg-descr @@ -0,0 +1,4 @@ +Statistics::R will permit the control of the the R (R-project) interpreter +through Perl in different architectures and OS. + +WWW: http://search.cpan.org/dist/Statistics-R/ diff --git a/math/p5-Statistics-R/pkg-plist b/math/p5-Statistics-R/pkg-plist new file mode 100644 index 000000000000..113632ac5fbb --- /dev/null +++ b/math/p5-Statistics-R/pkg-plist @@ -0,0 +1,8 @@ +bin/statistics-r.pl +%%SITE_PERL%%/Statistics/R/Bridge.pm +%%SITE_PERL%%/Statistics/R.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R/.packlist +@dirrmtry %%SITE_PERL%%/Statistics/R +@dirrmtry %%SITE_PERL%%/Statistics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/R +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics |