diff options
author | tota <tota@FreeBSD.org> | 2012-02-04 18:38:00 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2012-02-04 18:38:00 +0800 |
commit | 9db75e56de4cbb9c43680642b95343cd89a3d3d2 (patch) | |
tree | 838a0ce23d371876cb8d8de064758f722e009204 /math | |
parent | 6f047c5997e9eddec33f63f1bd742ceb4ba687de (diff) | |
download | freebsd-ports-gnome-9db75e56de4cbb9c43680642b95343cd89a3d3d2.tar.gz freebsd-ports-gnome-9db75e56de4cbb9c43680642b95343cd89a3d3d2.tar.zst freebsd-ports-gnome-9db75e56de4cbb9c43680642b95343cd89a3d3d2.zip |
- Add a new port: math/R-cran-Formula
Infrastructure for extended formulas with multiple parts on the
right-hand side and/or multiple responses on the left-hand side.
WWW: http://cran.r-project.org/web/packages/Formula/
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-Formula/Makefile | 21 | ||||
-rw-r--r-- | math/R-cran-Formula/distinfo | 2 | ||||
-rw-r--r-- | math/R-cran-Formula/pkg-descr | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index b7b3dd4875b6..562add29379c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -6,6 +6,7 @@ SUBDIR += GiNaC SUBDIR += PDL SUBDIR += R + SUBDIR += R-cran-Formula SUBDIR += R-cran-RSvgDevice SUBDIR += R-cran-SuppDists SUBDIR += R-cran-Zelig diff --git a/math/R-cran-Formula/Makefile b/math/R-cran-Formula/Makefile new file mode 100644 index 000000000000..05545e238196 --- /dev/null +++ b/math/R-cran-Formula/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: R-cran-Formula +# Date created: 2012-01-04 +# Whom: TAKATSU Tomonari <tota@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Formula +DISTVERSION= 1.1-0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Extended Model Formulas + +LICENSE= GPLv2 + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/math/R-cran-Formula/distinfo b/math/R-cran-Formula/distinfo new file mode 100644 index 000000000000..673768040937 --- /dev/null +++ b/math/R-cran-Formula/distinfo @@ -0,0 +1,2 @@ +SHA256 (Formula_1.1-0.tar.gz) = 36d16cb8940364815c52ab3481a7d623b8793f1a0e35e8f4d45c845e0d0d5054 +SIZE (Formula_1.1-0.tar.gz) = 300647 diff --git a/math/R-cran-Formula/pkg-descr b/math/R-cran-Formula/pkg-descr new file mode 100644 index 000000000000..0643ecd45259 --- /dev/null +++ b/math/R-cran-Formula/pkg-descr @@ -0,0 +1,4 @@ +Infrastructure for extended formulas with multiple parts on the +right-hand side and/or multiple responses on the left-hand side. + +WWW: http://cran.r-project.org/web/packages/Formula/ |