diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2021-03-16 11:45:14 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2021-03-16 11:45:14 +0000 |
commit | 528504dad6d7b1981fc5fc817521ce6ef3763d72 (patch) | |
tree | 7ef6c90058e222905c80d98ccde077a3a1f335a7 /math | |
parent | games/OpenDiablo2: update to latest commit g20210312 (diff) |
- Add new port: math/R-cran-proxy
Provides an extensible framework for the efficient calculation of
auto- and cross-proximities, along with implementations of the most
popular ones.
WWW: https://cran.r-project.org/web/packages/proxy/
Notes
Notes:
svn path=/head/; revision=568557
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/R-cran-proxy/Makefile | 15 | ||||
-rw-r--r-- | math/R-cran-proxy/distinfo | 3 | ||||
-rw-r--r-- | math/R-cran-proxy/pkg-descr | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 75189977ff14..8178d4320728 100644 --- a/math/Makefile +++ b/math/Makefile @@ -98,6 +98,7 @@ SUBDIR += R-cran-pls SUBDIR += R-cran-polynom SUBDIR += R-cran-prodlim + SUBDIR += R-cran-proxy SUBDIR += R-cran-psych SUBDIR += R-cran-quadprog SUBDIR += R-cran-qualityTools diff --git a/math/R-cran-proxy/Makefile b/math/R-cran-proxy/Makefile new file mode 100644 index 000000000000..d108e2469653 --- /dev/null +++ b/math/R-cran-proxy/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PORTNAME= proxy +DISTVERSION= 0.4-25 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Distance and Similarity Measures + +LICENSE= GPLv2 + +USES= cran:auto-plist,compiles + +.include <bsd.port.mk> diff --git a/math/R-cran-proxy/distinfo b/math/R-cran-proxy/distinfo new file mode 100644 index 000000000000..e19886c5002f --- /dev/null +++ b/math/R-cran-proxy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1615884940 +SHA256 (proxy_0.4-25.tar.gz) = 4e1c70d87eb106e95df7c6eb61b8808d79705d5fc5a64e6b5393999d651b09d5 +SIZE (proxy_0.4-25.tar.gz) = 116070 diff --git a/math/R-cran-proxy/pkg-descr b/math/R-cran-proxy/pkg-descr new file mode 100644 index 000000000000..9ad70920117f --- /dev/null +++ b/math/R-cran-proxy/pkg-descr @@ -0,0 +1,5 @@ +Provides an extensible framework for the efficient calculation of +auto- and cross-proximities, along with implementations of the most +popular ones. + +WWW: https://cran.r-project.org/web/packages/proxy/ |