diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-04 10:38:00 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2012-02-04 10:38:00 +0000 |
commit | 3be044275a32a40a90e3b000f52fc1d7c1459dab (patch) | |
tree | 25ff6036e9186d8e08966d9d8634c7f67680cca2 /math | |
parent | bfc3323b9508a234f8ce44f87877f28a83e4ffe0 (diff) |
Notes
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/ |