From owner-svn-ports-all@freebsd.org Mon Dec 18 12:31:48 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 56546E85F73; Mon, 18 Dec 2017 12:31:48 +0000 (UTC) (envelope-from dbn@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 07E1978241; Mon, 18 Dec 2017 12:31:47 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBICVlDZ085806; Mon, 18 Dec 2017 12:31:47 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBICVk5O085798; Mon, 18 Dec 2017 12:31:46 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201712181231.vBICVk5O085798@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Mon, 18 Dec 2017 12:31:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456626 - in head/science: . R-cran-fastICA X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: in head/science: . R-cran-fastICA X-SVN-Commit-Revision: 456626 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.25 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: Mon, 18 Dec 2017 12:31:48 -0000 Author: dbn Date: Mon Dec 18 12:31:46 2017 New Revision: 456626 URL: https://svnweb.freebsd.org/changeset/ports/456626 Log: science/R-cran-fastICA: FastICA Algorithms to Perform ICA and Projection Pursuit Generated by: portcran (0.1.7) Added: head/science/R-cran-fastICA/ head/science/R-cran-fastICA/Makefile (contents, props changed) head/science/R-cran-fastICA/distinfo (contents, props changed) head/science/R-cran-fastICA/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Mon Dec 18 11:53:44 2017 (r456625) +++ head/science/Makefile Mon Dec 18 12:31:46 2017 (r456626) @@ -15,6 +15,7 @@ SUBDIR += R-cran-eco SUBDIR += R-cran-epicalc SUBDIR += R-cran-etm + SUBDIR += R-cran-fastICA SUBDIR += R-cran-kernlab SUBDIR += R-cran-snow SUBDIR += R-cran-som Added: head/science/R-cran-fastICA/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-fastICA/Makefile Mon Dec 18 12:31:46 2017 (r456626) @@ -0,0 +1,17 @@ +# Created by: David Naylor +# $FreeBSD$ + +PORTNAME= fastICA +DISTVERSION= 1.2-1 +CATEGORIES= science math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= dbn@FreeBSD.org +COMMENT= FastICA Algorithms to Perform ICA and Projection Pursuit + +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + +USES= cran:auto-plist,compiles + +.include Added: head/science/R-cran-fastICA/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-fastICA/distinfo Mon Dec 18 12:31:46 2017 (r456626) @@ -0,0 +1,3 @@ +TIMESTAMP = 1513599984 +SHA256 (fastICA_1.2-1.tar.gz) = 6f2997dd766a544be3a3de2780df48ca67242ac7790a4a2882c417bfaa171f81 +SIZE (fastICA_1.2-1.tar.gz) = 11575 Added: head/science/R-cran-fastICA/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-fastICA/pkg-descr Mon Dec 18 12:31:46 2017 (r456626) @@ -0,0 +1,4 @@ +Implementation of FastICA algorithm to perform Independent Component Analysis +(ICA) and Projection Pursuit. + +WWW: https://CRAN.R-project.org/package=fastICA