From owner-svn-ports-head@freebsd.org Sun Sep 10 07:06:05 2017 Return-Path: Delivered-To: svn-ports-head@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 EC444E014D2; Sun, 10 Sep 2017 07:06:05 +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 C610768448; Sun, 10 Sep 2017 07:06:05 +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 v8A764Q5064092; Sun, 10 Sep 2017 07:06:04 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8A764GL064088; Sun, 10 Sep 2017 07:06:04 GMT (envelope-from tota@FreeBSD.org) Message-Id: <201709100706.v8A764GL064088@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 07:06:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449516 - in head/science: . R-cran-kernlab X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/science: . R-cran-kernlab X-SVN-Commit-Revision: 449516 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.23 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: Sun, 10 Sep 2017 07:06:06 -0000 Author: tota Date: Sun Sep 10 07:06:04 2017 New Revision: 449516 URL: https://svnweb.freebsd.org/changeset/ports/449516 Log: - Add new port: science/R-cran-kernlab Kernel-based machine learning methods for classification, regression, clustering, novelty detection, quantile regression and dimensionality reduction. Among other methods 'kernlab' includes Support Vector Machines, Spectral Clustering, Kernel PCA, Gaussian Processes and a QP solver. WWW: https://cran.r-project.org/web/packages/kernlab/ Added: head/science/R-cran-kernlab/ head/science/R-cran-kernlab/Makefile (contents, props changed) head/science/R-cran-kernlab/distinfo (contents, props changed) head/science/R-cran-kernlab/pkg-descr (contents, props changed) Modified: head/science/Makefile (contents, props changed) Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun Sep 10 04:38:29 2017 (r449515) +++ head/science/Makefile Sun Sep 10 07:06:04 2017 (r449516) @@ -14,6 +14,7 @@ SUBDIR += R-cran-eco SUBDIR += R-cran-epicalc SUBDIR += R-cran-etm + SUBDIR += R-cran-kernlab SUBDIR += R-cran-snow SUBDIR += R-cran-som SUBDIR += R-cran-udunits2 Added: head/science/R-cran-kernlab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-kernlab/Makefile Sun Sep 10 07:06:04 2017 (r449516) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= kernlab +DISTVERSION= 0.9-25 +CATEGORIES= science +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Kernel-Based Machine Learning Lab + +LICENSE= GPLv2 + +USES= cran:auto-plist,compiles + +.include Added: head/science/R-cran-kernlab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-kernlab/distinfo Sun Sep 10 07:06:04 2017 (r449516) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505025454 +SHA256 (kernlab_0.9-25.tar.gz) = b9de072754bb03c02c4d6a5ca20f2290fd090de328b55ab334ac0b397ac2ca62 +SIZE (kernlab_0.9-25.tar.gz) = 1170281 Added: head/science/R-cran-kernlab/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/R-cran-kernlab/pkg-descr Sun Sep 10 07:06:04 2017 (r449516) @@ -0,0 +1,7 @@ +Kernel-based machine learning methods for classification, regression, +clustering, novelty detection, quantile regression and dimensionality +reduction. Among other methods 'kernlab' includes Support Vector +Machines, Spectral Clustering, Kernel PCA, Gaussian Processes and +a QP solver. + +WWW: https://cran.r-project.org/web/packages/kernlab/