Date: Sun, 10 Sep 2017 12:56:19 +0000 (UTC) From: TAKATSU Tomonari <tota@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449542 - in head/math: . R-cran-gower Message-ID: <201709101256.v8ACuJbC008754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tota Date: Sun Sep 10 12:56:19 2017 New Revision: 449542 URL: https://svnweb.freebsd.org/changeset/ports/449542 Log: - Add new port: math/R-cran-gower Compute Gower's distance (or similarity) coefficient between records. Compute the top-n matches between records. Core algorithms are executed in parallel on systems supporting OpenMP. WWW: https://cran.r-project.org/web/packages/gower/ Added: head/math/R-cran-gower/ head/math/R-cran-gower/Makefile (contents, props changed) head/math/R-cran-gower/distinfo (contents, props changed) head/math/R-cran-gower/pkg-descr (contents, props changed) Modified: head/math/Makefile Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sun Sep 10 12:42:37 2017 (r449541) +++ head/math/Makefile Sun Sep 10 12:56:19 2017 (r449542) @@ -46,6 +46,7 @@ SUBDIR += R-cran-fracdiff SUBDIR += R-cran-geepack SUBDIR += R-cran-gmp + SUBDIR += R-cran-gower SUBDIR += R-cran-gpclib SUBDIR += R-cran-gss SUBDIR += R-cran-gtable Added: head/math/R-cran-gower/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-gower/Makefile Sun Sep 10 12:56:19 2017 (r449542) @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari <tota@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= gower +DISTVERSION= 0.1.2 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Gower's Distance + +LICENSE= GPLv3 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> Added: head/math/R-cran-gower/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-gower/distinfo Sun Sep 10 12:56:19 2017 (r449542) @@ -0,0 +1,3 @@ +TIMESTAMP = 1505047545 +SHA256 (gower_0.1.2.tar.gz) = eb91b2d2784d237c7055abcf3cfa4fc0b2226b855a0c29fc5a4e8eaa689079d5 +SIZE (gower_0.1.2.tar.gz) = 17393 Added: head/math/R-cran-gower/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/math/R-cran-gower/pkg-descr Sun Sep 10 12:56:19 2017 (r449542) @@ -0,0 +1,5 @@ +Compute Gower's distance (or similarity) coefficient between records. +Compute the top-n matches between records. Core algorithms are +executed in parallel on systems supporting OpenMP. + +WWW: https://cran.r-project.org/web/packages/gower/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709101256.v8ACuJbC008754>