From owner-svn-ports-head@freebsd.org Tue Mar 16 11:45:15 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 777DB5A9B96; Tue, 16 Mar 2021 11:45:15 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4F0BL32ycrz4Rkx; Tue, 16 Mar 2021 11:45:15 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 540A2230A7; Tue, 16 Mar 2021 11:45:15 +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 12GBjFoB012744; Tue, 16 Mar 2021 11:45:15 GMT (envelope-from tota@FreeBSD.org) Received: (from tota@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12GBjEW7012740; Tue, 16 Mar 2021 11:45:14 GMT (envelope-from tota@FreeBSD.org) Message-Id: <202103161145.12GBjEW7012740@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tota set sender to tota@FreeBSD.org using -f From: TAKATSU Tomonari Date: Tue, 16 Mar 2021 11:45:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568557 - in head/math: . R-cran-proxy X-SVN-Group: ports-head X-SVN-Commit-Author: tota X-SVN-Commit-Paths: in head/math: . R-cran-proxy X-SVN-Commit-Revision: 568557 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.34 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: Tue, 16 Mar 2021 11:45:15 -0000 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@FreeBSD.org +COMMENT= Distance and Similarity Measures + +LICENSE= GPLv2 + +USES= cran:auto-plist,compiles + +.include 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/