From owner-dev-commits-ports-all@freebsd.org Mon May 24 07:50:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 D627965772C; Mon, 24 May 2021 07:50:49 +0000 (UTC) (envelope-from git@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 4FpTsj5JmPz4lCZ; Mon, 24 May 2021 07:50:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9E71E265D9; Mon, 24 May 2021 07:50:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14O7onOT095916; Mon, 24 May 2021 07:50:49 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14O7onVD095915; Mon, 24 May 2021 07:50:49 GMT (envelope-from git) Date: Mon, 24 May 2021 07:50:49 GMT Message-Id: <202105240750.14O7onVD095915@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 8048e6496830 - main - math/R-cran-tensor: New port: Tensor product of arrays MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 8048e6496830f24279d51077e0ed3ec047cf3c38 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2021 07:50:49 -0000 The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=8048e6496830f24279d51077e0ed3ec047cf3c38 commit 8048e6496830f24279d51077e0ed3ec047cf3c38 Author: Guangyuan Yang AuthorDate: 2021-05-24 07:49:23 +0000 Commit: Guangyuan Yang CommitDate: 2021-05-24 07:49:23 +0000 math/R-cran-tensor: New port: Tensor product of arrays Approved by: lwhsu (mentor, implicit) --- math/Makefile | 1 + math/R-cran-tensor/Makefile | 15 +++++++++++++++ math/R-cran-tensor/distinfo | 3 +++ math/R-cran-tensor/pkg-descr | 4 ++++ 4 files changed, 23 insertions(+) diff --git a/math/Makefile b/math/Makefile index d4c55f4dade9..07257f707961 100644 --- a/math/Makefile +++ b/math/Makefile @@ -117,6 +117,7 @@ SUBDIR += R-cran-stabledist SUBDIR += R-cran-statmod SUBDIR += R-cran-survey + SUBDIR += R-cran-tensor SUBDIR += R-cran-truncnorm SUBDIR += R-cran-units SUBDIR += R-cran-uroot diff --git a/math/R-cran-tensor/Makefile b/math/R-cran-tensor/Makefile new file mode 100644 index 000000000000..96ebd8f1d181 --- /dev/null +++ b/math/R-cran-tensor/Makefile @@ -0,0 +1,15 @@ +# Created by: Guangyuan Yang + +PORTNAME= tensor +DISTVERSION= 1.5 +CATEGORIES= math +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Tensor product of arrays + +LICENSE= GPLv2+ + +USES= cran:auto-plist + +.include diff --git a/math/R-cran-tensor/distinfo b/math/R-cran-tensor/distinfo new file mode 100644 index 000000000000..96e18c9a8555 --- /dev/null +++ b/math/R-cran-tensor/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621841003 +SHA256 (tensor_1.5.tar.gz) = e1dec23e3913a82e2c79e76313911db9050fb82711a0da227f94fc6df2d3aea6 +SIZE (tensor_1.5.tar.gz) = 2518 diff --git a/math/R-cran-tensor/pkg-descr b/math/R-cran-tensor/pkg-descr new file mode 100644 index 000000000000..95a4ee3f652c --- /dev/null +++ b/math/R-cran-tensor/pkg-descr @@ -0,0 +1,4 @@ +The tensor product of two arrays is notionally an outer product of the arrays +collapsed in specific extents by summing along the appropriate diagonals. + +WWW: https://CRAN.R-project.org/package=tensor