From owner-svn-ports-all@freebsd.org Tue Jan 28 18:13:39 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 99DD2236429; Tue, 28 Jan 2020 18:13:39 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 486ZVq3dWtz4KqS; Tue, 28 Jan 2020 18:13:39 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 77E6D27145; Tue, 28 Jan 2020 18:13:39 +0000 (UTC) (envelope-from thierry@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 00SIDd2x013523; Tue, 28 Jan 2020 18:13:39 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 00SIDcj4013519; Tue, 28 Jan 2020 18:13:38 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <202001281813.00SIDcj4013519@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Tue, 28 Jan 2020 18:13:38 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: thierry X-SVN-Commit-Paths: in head/science: . R-cran-FAdist X-SVN-Commit-Revision: 524506 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jan 2020 18:13:39 -0000 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 +# $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 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