From owner-svn-ports-all@freebsd.org Sun Sep 10 11:25:10 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0D12DE0B4FE; Sun, 10 Sep 2017 11:25:10 +0000 (UTC) (envelope-from tota@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 mx1.freebsd.org (Postfix) with ESMTPS id DB4656F734; Sun, 10 Sep 2017 11:25:09 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8ABP9HJ071387; Sun, 10 Sep 2017 11:25:09 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8ABP8Fh071383; Sun, 10 Sep 2017 11:25:08 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709101125.v8ABP8Fh071383@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Sun, 10 Sep 2017 11:25:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449536 - in head/math: . R-cran-robustbase X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/math: . R-cran-robustbase X-SVN-Commit-Revision: 449536 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.23 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: Sun, 10 Sep 2017 11:25:10 -0000 Author: tota Date: Sun Sep 10 11:25:08 2017 New Revision: 449536 URL: https://svnweb.freebsd.org/changeset/ports/449536 Log: - Add new port: math/R-cran-robustbase "Essential" Robust Statistics. Tools allowing to analyze data with robust methods. This includes regression methodology including model selections and multivariate statistics where we strive to cover the book "Robust Statistics, Theory and Methods" by 'Maronna, Martin and Yohai'; Wiley 2006. WWW: https://cran.r-project.org/web/packages/robustbase/ Added: head/math/R-cran-robustbase/ head/math/R-cran-robustbase/Makefile (contents, props changed) head/math/R-cran-robustbase/distinfo (contents, props changed) head/math/R-cran-robustbase/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Sep 10 11:10:00 2017 (r449535) +++ head/math/Makefile Sun Sep 10 11:25:08 2017 (r449536) @@ -25,6 +25,7 @@ SUBDIR += R-cran-RcppArmadillo SUBDIR += R-cran-RcppEigen SUBDIR += R-cran-Rmpfr + SUBDIR += R-cran-robustbase SUBDIR += R-cran-Rsolnp SUBDIR += R-cran-SparseM SUBDIR += R-cran-VGAM Added: head/math/R-cran-robustbase/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-robustbase/Makefile Sun Sep 10 11:25:08 2017 (r449536) @@ -0,0 +1,20 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= robustbase +DISTVERSION= 0.92-7 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Basic Robust Statistics + +LICENSE= GPLv2+ + +CRAN_DEPENDS= R-cran-DEoptimR>0:math/R-cran-DEoptimR +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist,compiles + +.include Added: head/math/R-cran-robustbase/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-robustbase/distinfo Sun Sep 10 11:25:08 2017 (r449536) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505039483 +SHA256 (robustbase_0.92-7.tar.gz) = fcbd6ccbb0291b599fe6a674a91344511e0a691b9cadba0a9d40037faa22bf8f +SIZE (robustbase_0.92-7.tar.gz) = 3430164 Added: head/math/R-cran-robustbase/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-robustbase/pkg-descr Sun Sep 10 11:25:08 2017 (r449536) @@ -0,0 +1,7 @@ +"Essential" Robust Statistics. Tools allowing to analyze data with +robust methods. This includes regression methodology including model +selections and multivariate statistics where we strive to cover the +book "Robust Statistics, Theory and Methods" by 'Maronna, Martin +and Yohai'; Wiley 2006. + +WWW: https://cran.r-project.org/web/packages/robustbase/