From a32ed3013525bbda762abf6d0f3a118e93092760 Mon Sep 17 00:00:00 2001 From: Thierry Thomas <thierry@FreeBSD.org> Date: Tue, 28 Jan 2020 18:13:38 +0000 Subject: [PATCH] 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. --- science/Makefile | 1 + science/R-cran-FAdist/Makefile | 16 ++++++++++++++++ science/R-cran-FAdist/distinfo | 3 +++ science/R-cran-FAdist/pkg-descr | 4 ++++ 4 files changed, 24 insertions(+) create mode 100644 science/R-cran-FAdist/Makefile create mode 100644 science/R-cran-FAdist/distinfo create mode 100644 science/R-cran-FAdist/pkg-descr diff --git a/science/Makefile b/science/Makefile index 61409b7206e3..5e21e259d7ce 100644 --- a/science/Makefile +++ b/science/Makefile @@ -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 diff --git a/science/R-cran-FAdist/Makefile b/science/R-cran-FAdist/Makefile new file mode 100644 index 000000000000..c586ceabc16f --- /dev/null +++ b/science/R-cran-FAdist/Makefile @@ -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> diff --git a/science/R-cran-FAdist/distinfo b/science/R-cran-FAdist/distinfo new file mode 100644 index 000000000000..61a83b329ef0 --- /dev/null +++ b/science/R-cran-FAdist/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1579979279 +SHA256 (FAdist_2.2.tar.gz) = c88a681ebb5e732ea9856255e4fa34e4fcf3465856fa7e4a5d86207f1ee1835b +SIZE (FAdist_2.2.tar.gz) = 7370 diff --git a/science/R-cran-FAdist/pkg-descr b/science/R-cran-FAdist/pkg-descr new file mode 100644 index 000000000000..95e3aadce071 --- /dev/null +++ b/science/R-cran-FAdist/pkg-descr @@ -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