From owner-svn-ports-head@freebsd.org Thu Mar 1 14:25:37 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 180B7F2F32E; Thu, 1 Mar 2018 14:25:37 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C287C68703; Thu, 1 Mar 2018 14:25:36 +0000 (UTC) (envelope-from wen@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 BD48A1D26; Thu, 1 Mar 2018 14:25:36 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w21EPaLb097205; Thu, 1 Mar 2018 14:25:36 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w21EPaYe097201; Thu, 1 Mar 2018 14:25:36 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201803011425.w21EPaYe097201@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Thu, 1 Mar 2018 14:25:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r463325 - in head/math: . R-cran-conf.design X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/math: . R-cran-conf.design X-SVN-Commit-Revision: 463325 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.25 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, 01 Mar 2018 14:25:37 -0000 Author: wen Date: Thu Mar 1 14:25:36 2018 New Revision: 463325 URL: https://svnweb.freebsd.org/changeset/ports/463325 Log: This small library contains a series of simple tools for constructing and manipulating confounded and fractional factorial designs. WWW: https://cran.r-project.org/package=conf.design PR: 220057 Submitted by: pfg@ Added: head/math/R-cran-conf.design/ head/math/R-cran-conf.design/Makefile (contents, props changed) head/math/R-cran-conf.design/distinfo (contents, props changed) head/math/R-cran-conf.design/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Thu Mar 1 14:24:34 2018 (r463324) +++ head/math/Makefile Thu Mar 1 14:25:36 2018 (r463325) @@ -36,6 +36,7 @@ SUBDIR += R-cran-car SUBDIR += R-cran-coda SUBDIR += R-cran-combinat + SUBDIR += R-cran-conf.design SUBDIR += R-cran-ddalpha SUBDIR += R-cran-deldir SUBDIR += R-cran-dimRed Added: head/math/R-cran-conf.design/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-conf.design/Makefile Thu Mar 1 14:25:36 2018 (r463325) @@ -0,0 +1,16 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= conf.design +DISTVERSION= 2.0.0 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Construction of factorial designs + +LICENSE= GPLv2 + +USES= cran:auto-plist + +.include Added: head/math/R-cran-conf.design/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-conf.design/distinfo Thu Mar 1 14:25:36 2018 (r463325) @@ -0,0 +1,3 @@ +TIMESTAMP = 1497640847 +SHA256 (conf.design_2.0.0.tar.gz) = a178552dc68d98f9ffee5ca78379da3d58158ea0818037bb293d603925ed6d1b +SIZE (conf.design_2.0.0.tar.gz) = 8093 Added: head/math/R-cran-conf.design/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-conf.design/pkg-descr Thu Mar 1 14:25:36 2018 (r463325) @@ -0,0 +1,4 @@ +This small library contains a series of simple tools for constructing and +manipulating confounded and fractional factorial designs. + +WWW: https://cran.r-project.org/package=conf.design