aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortota <tota@FreeBSD.org>2017-09-10 20:56:19 +0800
committertota <tota@FreeBSD.org>2017-09-10 20:56:19 +0800
commit339fbdf336218bcffa79654e7a63ebec69331860 (patch)
tree1cd14b1cf7f97028d589994f1285db9f32692d84
parent1a4e9227d8b5d22993cee8b47a681d40f5244b74 (diff)
downloadfreebsd-ports-gnome-339fbdf336218bcffa79654e7a63ebec69331860.tar.gz
freebsd-ports-gnome-339fbdf336218bcffa79654e7a63ebec69331860.tar.zst
freebsd-ports-gnome-339fbdf336218bcffa79654e7a63ebec69331860.zip
- 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/
-rw-r--r--math/Makefile1
-rw-r--r--math/R-cran-gower/Makefile16
-rw-r--r--math/R-cran-gower/distinfo3
-rw-r--r--math/R-cran-gower/pkg-descr5
4 files changed, 25 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index f29b09a52542..1ed7d4972a73 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
diff --git a/math/R-cran-gower/Makefile b/math/R-cran-gower/Makefile
new file mode 100644
index 000000000000..9ef4511de1f8
--- /dev/null
+++ b/math/R-cran-gower/Makefile
@@ -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>
diff --git a/math/R-cran-gower/distinfo b/math/R-cran-gower/distinfo
new file mode 100644
index 000000000000..fdd0474e93a0
--- /dev/null
+++ b/math/R-cran-gower/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1505047545
+SHA256 (gower_0.1.2.tar.gz) = eb91b2d2784d237c7055abcf3cfa4fc0b2226b855a0c29fc5a4e8eaa689079d5
+SIZE (gower_0.1.2.tar.gz) = 17393
diff --git a/math/R-cran-gower/pkg-descr b/math/R-cran-gower/pkg-descr
new file mode 100644
index 000000000000..f05e8088d456
--- /dev/null
+++ b/math/R-cran-gower/pkg-descr
@@ -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/