From owner-svn-ports-head@freebsd.org Thu Jan 2 17:58:22 2020 Return-Path: Delivered-To: svn-ports-head@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 48F061D58D8; Thu, 2 Jan 2020 17:58:22 +0000 (UTC) (envelope-from dteske@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 47pbPB0z88z3DqC; Thu, 2 Jan 2020 17:58:22 +0000 (UTC) (envelope-from dteske@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 1CB081F220; Thu, 2 Jan 2020 17:58:22 +0000 (UTC) (envelope-from dteske@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 002HwLVx046159; Thu, 2 Jan 2020 17:58:21 GMT (envelope-from dteske@FreeBSD.org) Received: (from dteske@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 002HwL3e046155; Thu, 2 Jan 2020 17:58:21 GMT (envelope-from dteske@FreeBSD.org) Message-Id: <202001021758.002HwL3e046155@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dteske set sender to dteske@FreeBSD.org using -f From: Devin Teske Date: Thu, 2 Jan 2020 17:58:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521862 - in head/math: . R-cran-ADGofTest X-SVN-Group: ports-head X-SVN-Commit-Author: dteske X-SVN-Commit-Paths: in head/math: . R-cran-ADGofTest X-SVN-Commit-Revision: 521862 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jan 2020 17:58:22 -0000 Author: dteske (src committer) Date: Thu Jan 2 17:58:20 2020 New Revision: 521862 URL: https://svnweb.freebsd.org/changeset/ports/521862 Log: [New Port] math/R-cran-ADGofTest: Anderson-Darling GoF test Anderson-Darling GoF test in R with p-value calculation based on Marsaglia's 2004 paper "Evaluating the Anderson-Darling Distribution." WWW: https://cran.r-project.org/web/packages/ADGofTest/ Reviewed by: imp (mentor), mat (mentor) Approved by: imp (mentor), mat (mentor) Differential Revision: https://reviews.freebsd.org/D22673 Added: head/math/R-cran-ADGofTest/ head/math/R-cran-ADGofTest/Makefile (contents, props changed) head/math/R-cran-ADGofTest/distinfo (contents, props changed) head/math/R-cran-ADGofTest/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Jan 2 17:31:28 2020 (r521861) +++ head/math/Makefile Thu Jan 2 17:58:20 2020 (r521862) @@ -7,6 +7,7 @@ SUBDIR += GiNaC SUBDIR += PDL SUBDIR += R + SUBDIR += R-cran-ADGofTest SUBDIR += R-cran-Amelia SUBDIR += R-cran-BsMD SUBDIR += R-cran-CVST Added: head/math/R-cran-ADGofTest/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-ADGofTest/Makefile Thu Jan 2 17:58:20 2020 (r521862) @@ -0,0 +1,16 @@ +# Created by: Devin Teske +# $FreeBSD$ + +PORTNAME= ADGofTest +PORTVERSION= 0.3 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= dteske@FreeBSD.org +COMMENT= Anderson-Darling GoF test + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include Added: head/math/R-cran-ADGofTest/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-ADGofTest/distinfo Thu Jan 2 17:58:20 2020 (r521862) @@ -0,0 +1,3 @@ +TIMESTAMP = 1575361826 +SHA256 (ADGofTest_0.3.tar.gz) = 9cd9313954f6ecd82480d373f6c5371ca84ab33e3f5c39d972d35cfcf1096846 +SIZE (ADGofTest_0.3.tar.gz) = 2634 Added: head/math/R-cran-ADGofTest/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-ADGofTest/pkg-descr Thu Jan 2 17:58:20 2020 (r521862) @@ -0,0 +1,4 @@ +Anderson-Darling GoF test in R with p-value calculation based on Marsaglia's +2004 paper "Evaluating the Anderson-Darling Distribution." + +WWW: https://cran.r-project.org/web/packages/ADGofTest/