svn commit: r493237 - in head/math: . R-cran-BsMD
Wen Heping
wen at FreeBSD.org
Mon Feb 18 03:09:52 UTC 2019
Author: wen
Date: Mon Feb 18 03:09:50 2019
New Revision: 493237
URL: https://svnweb.freebsd.org/changeset/ports/493237
Log:
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@
Added:
head/math/R-cran-BsMD/
head/math/R-cran-BsMD/Makefile (contents, props changed)
head/math/R-cran-BsMD/distinfo (contents, props changed)
head/math/R-cran-BsMD/pkg-descr (contents, props changed)
Modified:
head/math/Makefile
Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile Mon Feb 18 02:28:52 2019 (r493236)
+++ head/math/Makefile Mon Feb 18 03:09:50 2019 (r493237)
@@ -8,6 +8,7 @@
SUBDIR += PDL
SUBDIR += R
SUBDIR += R-cran-Amelia
+ SUBDIR += R-cran-BsMD
SUBDIR += R-cran-CVST
SUBDIR += R-cran-ChangeAnomalyDetection
SUBDIR += R-cran-DEoptimR
Added: head/math/R-cran-BsMD/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-BsMD/Makefile Mon Feb 18 03:09:50 2019 (r493237)
@@ -0,0 +1,22 @@
+# Created by: Pedro Giffuni
+# $FreeBSD$
+
+PORTNAME= BsMD
+DISTVERSION= 2013.0718-1
+CATEGORIES= math
+DISTNAME= ${PORTNAME}_${DISTVERSION}
+
+MAINTAINER= pfg at 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>
Added: head/math/R-cran-BsMD/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-BsMD/distinfo Mon Feb 18 03:09:50 2019 (r493237)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1531175128
+SHA256 (BsMD_2013.0718-1.tar.gz) = 6107b4a1c5359c6d926dbdbe9195998d3b567537ff8b3a26948f85fb0b6d811b
+SIZE (BsMD_2013.0718-1.tar.gz) = 402653
Added: head/math/R-cran-BsMD/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/math/R-cran-BsMD/pkg-descr Mon Feb 18 03:09:50 2019 (r493237)
@@ -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
More information about the svn-ports-all
mailing list