pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math



Module Name:    pkgsrc
Committed By:   brook
Date:           Fri Aug  7 02:39:42 UTC 2020

Modified Files:
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-tensor: DESCR Makefile distinfo

Log Message:
math/R-tensor: import R-tensor-1.5

The tensor product of two arrays is notionally an outer product of the
arrays collapsed in specific extents by summing along the appropriate
diagonals.


To generate a diff of this commit:
cvs rdiff -u -r1.468 -r1.469 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-tensor/DESCR \
    pkgsrc/math/R-tensor/Makefile pkgsrc/math/R-tensor/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.468 pkgsrc/math/Makefile:1.469
--- pkgsrc/math/Makefile:1.468  Thu Aug  6 23:37:21 2020
+++ pkgsrc/math/Makefile        Fri Aug  7 02:39:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.468 2020/08/06 23:37:21 joerg Exp $
+# $NetBSD: Makefile,v 1.469 2020/08/07 02:39:42 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -103,6 +103,7 @@ SUBDIR+=    R-stabledist
 SUBDIR+=       R-statmod
 SUBDIR+=       R-stringdist
 SUBDIR+=       R-survey
+SUBDIR+=       R-tensor
 SUBDIR+=       R-tensorA
 SUBDIR+=       R-tibble
 SUBDIR+=       R-tidyr

Added files:

Index: pkgsrc/math/R-tensor/DESCR
diff -u /dev/null pkgsrc/math/R-tensor/DESCR:1.1
--- /dev/null   Fri Aug  7 02:39:42 2020
+++ pkgsrc/math/R-tensor/DESCR  Fri Aug  7 02:39:42 2020
@@ -0,0 +1,3 @@
+The tensor product of two arrays is notionally an outer product of the
+arrays collapsed in specific extents by summing along the appropriate
+diagonals.
Index: pkgsrc/math/R-tensor/Makefile
diff -u /dev/null pkgsrc/math/R-tensor/Makefile:1.1
--- /dev/null   Fri Aug  7 02:39:42 2020
+++ pkgsrc/math/R-tensor/Makefile       Fri Aug  7 02:39:42 2020
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/08/07 02:39:42 brook Exp $
+
+MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/tensor/
+COMMENT=       Tensor product of arrays
+LICENSE=       gnu-gpl-v2
+
+R_PKGNAME=     tensor
+R_PKGVER=      1.5
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-tensor/distinfo
diff -u /dev/null pkgsrc/math/R-tensor/distinfo:1.1
--- /dev/null   Fri Aug  7 02:39:42 2020
+++ pkgsrc/math/R-tensor/distinfo       Fri Aug  7 02:39:42 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/08/07 02:39:42 brook Exp $
+
+SHA1 (R/tensor_1.5.tar.gz) = 9196690813d5763969e7be0ffb30482a095a5784
+RMD160 (R/tensor_1.5.tar.gz) = 12cd7985464e537fb1f241ab6a6d7ce6e7004c02
+SHA512 (R/tensor_1.5.tar.gz) = 66ba8446b20f1a46da5d1e008f3777c06bf4fa684ebb715c6b8038cd896bbe5bd9b70f3adb98bf41545a1f141429c779a08612a782ac58f42b888d707acf912a
+Size (R/tensor_1.5.tar.gz) = 2518 bytes



Home | Main Index | Thread Index | Old Index