Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2020 18:13:38 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524506 - in head/science: . R-cran-FAdist
Message-ID:  <202001281813.00SIDcj4013519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Tue Jan 28 18:13:38 2020
New Revision: 524506
URL: https://svnweb.freebsd.org/changeset/ports/524506

Log:
  Adding R-cran-FAdist, a R package with a collection of probability distributions
  that are sometimes used in hydrology, used by math/rkward-kde for its non-
  regression tests.

Added:
  head/science/R-cran-FAdist/
  head/science/R-cran-FAdist/Makefile   (contents, props changed)
  head/science/R-cran-FAdist/distinfo   (contents, props changed)
  head/science/R-cran-FAdist/pkg-descr   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Tue Jan 28 17:35:26 2020	(r524505)
+++ head/science/Makefile	Tue Jan 28 18:13:38 2020	(r524506)
@@ -10,6 +10,7 @@
     SUBDIR += R-cran-AMORE
     SUBDIR += R-cran-DCluster
     SUBDIR += R-cran-Epi
+    SUBDIR += R-cran-FAdist
     SUBDIR += R-cran-bayesm
     SUBDIR += R-cran-cmprsk
     SUBDIR += R-cran-e1071

Added: head/science/R-cran-FAdist/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/R-cran-FAdist/Makefile	Tue Jan 28 18:13:38 2020	(r524506)
@@ -0,0 +1,16 @@
+# Created by: Thierry Thomas <thierry@pompo.net>
+# $FreeBSD$
+
+PORTNAME=	FAdist
+PORTVERSION=	2.2
+CATEGORIES=	science
+DISTNAME=	${PORTNAME}_${PORTVERSION}
+
+MAINTAINER=	thierry@FreeBSD.org
+COMMENT=	Probability distributions that are sometimes useful in hydrology
+
+LICENSE=	GPLv2
+
+USES=		cran:auto-plist
+
+.include <bsd.port.mk>

Added: head/science/R-cran-FAdist/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/R-cran-FAdist/distinfo	Tue Jan 28 18:13:38 2020	(r524506)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579979279
+SHA256 (FAdist_2.2.tar.gz) = c88a681ebb5e732ea9856255e4fa34e4fcf3465856fa7e4a5d86207f1ee1835b
+SIZE (FAdist_2.2.tar.gz) = 7370

Added: head/science/R-cran-FAdist/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/R-cran-FAdist/pkg-descr	Tue Jan 28 18:13:38 2020	(r524506)
@@ -0,0 +1,4 @@
+An R package with a collection of probability distributions that are sometimes
+used in hydrology.
+
+WWW: https://cran.r-project.org/web/packages/FAdist/index.html



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