pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-CompQuadForm



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Nov  2 02:07:46 UTC 2024

Added Files:
        pkgsrc/math/R-CompQuadForm: DESCR Makefile distinfo

Log Message:
math/R-CompQuadForm: import R-CompQuadForm-1.4.3

Computes the distribution function of quadratic forms in normal
variables using Imhof's method, Davies's algorithm, Farebrother's
algorithm or Liu et al.'s algorithm.


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

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

Added files:

Index: pkgsrc/math/R-CompQuadForm/DESCR
diff -u /dev/null pkgsrc/math/R-CompQuadForm/DESCR:1.1
--- /dev/null   Sat Nov  2 02:07:46 2024
+++ pkgsrc/math/R-CompQuadForm/DESCR    Sat Nov  2 02:07:46 2024
@@ -0,0 +1,3 @@
+Computes the distribution function of quadratic forms in normal
+variables using Imhof's method, Davies's algorithm, Farebrother's
+algorithm or Liu et al.'s algorithm.
Index: pkgsrc/math/R-CompQuadForm/Makefile
diff -u /dev/null pkgsrc/math/R-CompQuadForm/Makefile:1.1
--- /dev/null   Sat Nov  2 02:07:46 2024
+++ pkgsrc/math/R-CompQuadForm/Makefile Sat Nov  2 02:07:46 2024
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2024/11/02 02:07:46 mef Exp $
+
+R_PKGNAME=     CompQuadForm
+R_PKGVER=      1.4.3
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Distribution Function of Quadratic Forms in Normal Variables
+LICENSE=       gnu-gpl-v2 OR gnu-gpl-v3
+
+TEST_DEPENDS+= tex-ec-[0-9]*:../../fonts/tex-ec
+TEST_DEPENDS+= tex-inconsolata-[0-9]*:../../fonts/tex-inconsolata
+TEST_DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin
+TEST_DEPENDS+= tex-url-[0-9]*:../../print/tex-url
+TEST_DEPENDS+= tex-xkeyval-[0-9]*:../../print/tex-xkeyval
+
+USE_LANGUAGES+=                c c++
+USE_CXX_FEATURES+=     c++17
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/math/R-CompQuadForm/distinfo
diff -u /dev/null pkgsrc/math/R-CompQuadForm/distinfo:1.1
--- /dev/null   Sat Nov  2 02:07:46 2024
+++ pkgsrc/math/R-CompQuadForm/distinfo Sat Nov  2 02:07:46 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/11/02 02:07:46 mef Exp $
+
+BLAKE2s (R/CompQuadForm_1.4.3.tar.gz) = f26c6ff4f94217926d7a49d7c5121ff09a9430148cce66b9905b688198ca8f40
+SHA512 (R/CompQuadForm_1.4.3.tar.gz) = b11e4bb0ff7091f86d129fbb19d8f36d229c8929eac87b88c4f7fd9b7276f83fd17948b5330e1384959b35c09d5bdcf591a28160f920af8b3732fb66afb09cca
+Size (R/CompQuadForm_1.4.3.tar.gz) = 16638 bytes



Home | Main Index | Thread Index | Old Index