svn commit: r568557 - in head/math: . R-cran-proxy

TAKATSU Tomonari tota at FreeBSD.org
Tue Mar 16 11:45:15 UTC 2021


Author: tota
Date: Tue Mar 16 11:45:14 2021
New Revision: 568557
URL: https://svnweb.freebsd.org/changeset/ports/568557

Log:
  - 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/

Added:
  head/math/R-cran-proxy/
  head/math/R-cran-proxy/Makefile   (contents, props changed)
  head/math/R-cran-proxy/distinfo   (contents, props changed)
  head/math/R-cran-proxy/pkg-descr   (contents, props changed)
Modified:
  head/math/Makefile

Modified: head/math/Makefile
==============================================================================
--- head/math/Makefile	Tue Mar 16 11:22:15 2021	(r568556)
+++ head/math/Makefile	Tue Mar 16 11:45:14 2021	(r568557)
@@ -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

Added: head/math/R-cran-proxy/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-proxy/Makefile	Tue Mar 16 11:45:14 2021	(r568557)
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME=	proxy
+DISTVERSION=	0.4-25
+CATEGORIES=	math
+DISTNAME=	${PORTNAME}_${DISTVERSION}
+
+MAINTAINER=	tota at FreeBSD.org
+COMMENT=	Distance and Similarity Measures
+
+LICENSE=	GPLv2
+
+USES=		cran:auto-plist,compiles
+
+.include <bsd.port.mk>

Added: head/math/R-cran-proxy/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-proxy/distinfo	Tue Mar 16 11:45:14 2021	(r568557)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1615884940
+SHA256 (proxy_0.4-25.tar.gz) = 4e1c70d87eb106e95df7c6eb61b8808d79705d5fc5a64e6b5393999d651b09d5
+SIZE (proxy_0.4-25.tar.gz) = 116070

Added: head/math/R-cran-proxy/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/R-cran-proxy/pkg-descr	Tue Mar 16 11:45:14 2021	(r568557)
@@ -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/


More information about the svn-ports-head mailing list