diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-12-15 01:20:35 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-12-15 01:20:35 +0000 |
commit | 192a2cba1c90640af554c0b7001eb833c521f904 (patch) | |
tree | 653cc42b2c486ff19cb989a9974091776e1d5967 /science | |
parent | b3b6b454d8be92b66ebc22bb8be0f00ba8bbd133 (diff) | |
download | ports-192a2cba1c90640af554c0b7001eb833c521f904.tar.gz ports-192a2cba1c90640af554c0b7001eb833c521f904.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/R-cran-epicalc/Makefile | 19 | ||||
-rw-r--r-- | science/R-cran-epicalc/distinfo | 2 | ||||
-rw-r--r-- | science/R-cran-epicalc/pkg-descr | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 7c3eee4991b5..1f2b7040d1ea 100644 --- a/science/Makefile +++ b/science/Makefile @@ -11,6 +11,7 @@ SUBDIR += R-cran-Epi SUBDIR += R-cran-bayesm SUBDIR += R-cran-eco + SUBDIR += R-cran-epicalc SUBDIR += abinit SUBDIR += afni SUBDIR += avogadro diff --git a/science/R-cran-epicalc/Makefile b/science/R-cran-epicalc/Makefile new file mode 100644 index 000000000000..232658a15b2a --- /dev/null +++ b/science/R-cran-epicalc/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: R-cran-epicalc +# Date created: Dec 14, 2011 +# Whom: Wen Heping <wenheping@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= epicalc +PORTVERSION= 2.14.0.0 +CATEGORIES= science +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Epidemiological calculator + +USE_R_MOD= yes +R_MOD_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/science/R-cran-epicalc/distinfo b/science/R-cran-epicalc/distinfo new file mode 100644 index 000000000000..71283e114ecd --- /dev/null +++ b/science/R-cran-epicalc/distinfo @@ -0,0 +1,2 @@ +SHA256 (epicalc_2.14.0.0.tar.gz) = 40cc4fcc1fb37d634ec4800c92d89366cdbdbdc8311459e3da5952d62bccf6f5 +SIZE (epicalc_2.14.0.0.tar.gz) = 209129 diff --git a/science/R-cran-epicalc/pkg-descr b/science/R-cran-epicalc/pkg-descr new file mode 100644 index 000000000000..3f36bfe8d83f --- /dev/null +++ b/science/R-cran-epicalc/pkg-descr @@ -0,0 +1,3 @@ +R-cran-epicalc is functions making R easy for epidemiological calculation. + +WWW: http://cran.r-project.org/web/packages/epicalc/ |