aboutsummaryrefslogtreecommitdiff
path: root/math/R-cran-BsMD
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2019-02-18 03:09:50 +0000
committerWen Heping <wen@FreeBSD.org>2019-02-18 03:09:50 +0000
commit373175c7c2a1c922534695e1e9496c9eba1e3b75 (patch)
treef45ccef78a18b1eb6ac069a070a425f6696edb49 /math/R-cran-BsMD
parent8d7b9dcac5eed90d3f765d5a302f5f54aebc78bc (diff)
downloadports-373175c7c2a1c922534695e1e9496c9eba1e3b75.tar.gz
ports-373175c7c2a1c922534695e1e9496c9eba1e3b75.zip
BsMD: Bayes Screening and Model Discrimination.
Bayes screening and model discrimination follow-up designs. WWW: https://cran.r-project.org/package=BsMD PR: 220064 Submitted by: pfg@
Notes
Notes: svn path=/head/; revision=493237
Diffstat (limited to 'math/R-cran-BsMD')
-rw-r--r--math/R-cran-BsMD/Makefile22
-rw-r--r--math/R-cran-BsMD/distinfo3
-rw-r--r--math/R-cran-BsMD/pkg-descr5
3 files changed, 30 insertions, 0 deletions
diff --git a/math/R-cran-BsMD/Makefile b/math/R-cran-BsMD/Makefile
new file mode 100644
index 000000000000..bbd8dd5b0106
--- /dev/null
+++ b/math/R-cran-BsMD/Makefile
@@ -0,0 +1,22 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME= BsMD
+DISTVERSION= 2013.0718-1
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= pfg@FreeBSD.org
+COMMENT= Bayes Screening and Model Discrimination
+
+LICENSE= GPLv2+
+
+USES= cran:auto-plist cran:compiles
+
+#Bogus stage-qa as this is $ARCH dependent
+NO_ARCH_IGNORE= BsMD.so
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/R/library/BsMD/libs/BsMD.so
+
+.include <bsd.port.mk>
diff --git a/math/R-cran-BsMD/distinfo b/math/R-cran-BsMD/distinfo
new file mode 100644
index 000000000000..ada94e1391a0
--- /dev/null
+++ b/math/R-cran-BsMD/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531175128
+SHA256 (BsMD_2013.0718-1.tar.gz) = 6107b4a1c5359c6d926dbdbe9195998d3b567537ff8b3a26948f85fb0b6d811b
+SIZE (BsMD_2013.0718-1.tar.gz) = 402653
diff --git a/math/R-cran-BsMD/pkg-descr b/math/R-cran-BsMD/pkg-descr
new file mode 100644
index 000000000000..4f7f89c4ff89
--- /dev/null
+++ b/math/R-cran-BsMD/pkg-descr
@@ -0,0 +1,5 @@
+BsMD: Bayes Screening and Model Discrimination.
+
+Bayes screening and model discrimination follow-up designs.
+
+WWW: https://cran.r-project.org/package=BsMD