pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   brook
Date:           Wed Jul 31 13:05:34 UTC 2019

Modified Files:
        pkgsrc/doc: CHANGES-2019
        pkgsrc/math: Makefile
Added Files:
        pkgsrc/math/R-RandomFieldsUtils: DESCR Makefile distinfo

Log Message:
R-RandomFieldsUtils: initial commit.

Various utilities are provided that might be used in spatial
statistics and elsewhere. It delivers a method for solving linear
equations that checks the sparsity of the matrix before any algorithm
is used. Furthermore, it includes the Struve functions.


To generate a diff of this commit:
cvs rdiff -u -r1.3100 -r1.3101 pkgsrc/doc/CHANGES-2019
cvs rdiff -u -r1.410 -r1.411 pkgsrc/math/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/math/R-RandomFieldsUtils/DESCR \
    pkgsrc/math/R-RandomFieldsUtils/Makefile \
    pkgsrc/math/R-RandomFieldsUtils/distinfo

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

Modified files:

Index: pkgsrc/doc/CHANGES-2019
diff -u pkgsrc/doc/CHANGES-2019:1.3100 pkgsrc/doc/CHANGES-2019:1.3101
--- pkgsrc/doc/CHANGES-2019:1.3100      Wed Jul 31 13:03:20 2019
+++ pkgsrc/doc/CHANGES-2019     Wed Jul 31 13:05:34 2019
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2019,v 1.3100 2019/07/31 13:03:20 brook Exp $
+$NetBSD: CHANGES-2019,v 1.3101 2019/07/31 13:05:34 brook Exp $
 
 Changes to the packages collection and infrastructure in 2019:
 
@@ -5057,3 +5057,4 @@ Changes to the packages collection and i
        Added graphics/R-effects version 4.1.1 [brook 2019-07-31]
        Added graphics/R-viridis version 0.5.1 [brook 2019-07-31]
        Added math/R-Formula version 1.2.3 [brook 2019-07-31]
+       Added math/R-RandomFieldsUtils version 0.5.3 [brook 2019-07-31]

Index: pkgsrc/math/Makefile
diff -u pkgsrc/math/Makefile:1.410 pkgsrc/math/Makefile:1.411
--- pkgsrc/math/Makefile:1.410  Wed Jul 31 13:03:20 2019
+++ pkgsrc/math/Makefile        Wed Jul 31 13:05:33 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.410 2019/07/31 13:03:20 brook Exp $
+# $NetBSD: Makefile,v 1.411 2019/07/31 13:05:33 brook Exp $
 
 COMMENT=       Mathematics
 
@@ -19,6 +19,7 @@ SUBDIR+=      R-RColorBrewer
 SUBDIR+=       R-RNetCDF
 SUBDIR+=       R-RPostgreSQL
 SUBDIR+=       R-RandomFields
+SUBDIR+=       R-RandomFieldsUtils
 SUBDIR+=       R-Rcmdr
 SUBDIR+=       R-RcppArmadillo
 SUBDIR+=       R-RcppEigen

Added files:

Index: pkgsrc/math/R-RandomFieldsUtils/DESCR
diff -u /dev/null pkgsrc/math/R-RandomFieldsUtils/DESCR:1.1
--- /dev/null   Wed Jul 31 13:05:34 2019
+++ pkgsrc/math/R-RandomFieldsUtils/DESCR       Wed Jul 31 13:05:34 2019
@@ -0,0 +1,4 @@
+Various utilities are provided that might be used in spatial
+statistics and elsewhere. It delivers a method for solving linear
+equations that checks the sparsity of the matrix before any algorithm
+is used. Furthermore, it includes the Struve functions.
Index: pkgsrc/math/R-RandomFieldsUtils/Makefile
diff -u /dev/null pkgsrc/math/R-RandomFieldsUtils/Makefile:1.1
--- /dev/null   Wed Jul 31 13:05:34 2019
+++ pkgsrc/math/R-RandomFieldsUtils/Makefile    Wed Jul 31 13:05:34 2019
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:05:34 brook Exp $
+
+CATEGORIES=    math R
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/RandomFieldsUtils/
+COMMENT=       Utilities for the simulation and analysis of random fields
+LICENSE=       gnu-gpl-v3
+
+R_PKGNAME=     RandomFieldsUtils
+R_PKGVER=      0.5.3
+
+USE_LANGUAGES= c c++ fortran
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-RandomFieldsUtils/distinfo
diff -u /dev/null pkgsrc/math/R-RandomFieldsUtils/distinfo:1.1
--- /dev/null   Wed Jul 31 13:05:34 2019
+++ pkgsrc/math/R-RandomFieldsUtils/distinfo    Wed Jul 31 13:05:34 2019
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:05:34 brook Exp $
+
+SHA1 (R/RandomFieldsUtils_0.5.3.tar.gz) = 24ff973cbe04786002fce1cb35e6f87f08d96523
+RMD160 (R/RandomFieldsUtils_0.5.3.tar.gz) = 920380efd31ff0999164f557daec4c073829a938
+SHA512 (R/RandomFieldsUtils_0.5.3.tar.gz) = b164de77b441b0e2e9793b8d1d84ece45ebc3db572c9a54483cd0d37ce9cfa076a4aecb99d2fa36d7798c782643084bb72e2b8f0cc75df42753d9ba4e26151e9
+Size (R/RandomFieldsUtils_0.5.3.tar.gz) = 137236 bytes



Home | Main Index | Thread Index | Old Index