Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2019 03:09:51 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493237 - in head/math: . R-cran-BsMD
Message-ID:  <201902180309.x1I39p2O072734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902180309.x1I39p2O072734>