svn commit: r456626 - in head/science: . R-cran-fastICA

David Naylor dbn at FreeBSD.org
Mon Dec 18 12:31:48 UTC 2017


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 <dbn at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	fastICA
+DISTVERSION=	1.2-1
+CATEGORIES=	science math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	dbn at FreeBSD.org
+COMMENT=	FastICA Algorithms to Perform ICA and Projection Pursuit
+
+LICENSE=	GPLv2 GPLv3
+LICENSE_COMB=	dual
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

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


More information about the svn-ports-all mailing list