pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-bitops



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Oct 30 12:16:20 UTC 2024

Modified Files:
        pkgsrc/math/R-bitops: Makefile distinfo

Log Message:
(math/R-bitops) Updated 1.0.7 to 1.0.9, make test passed

(1.0.9 is not listed)
2024-07-29  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>

        * DESCRIPTION (Authors@R, Version): 1.0-8

2021-04-13  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>

        * From Dan Robertson (dlrobertson) via GH PR #3, Feb.2016:
        Introduce C-style  "operators":
        "%&%", "%|%", "%^%", "%<<%", "%>>%"

2021-03-30  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>

        * src/bit-ops.c (R_2_UINT_): cast even more, now via _2_UINT_()

2021-03-24  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>

        * DESCRIPTION (Date, URL): cosmetic before finally releasing


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/R-bitops/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-bitops/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/R-bitops/Makefile
diff -u pkgsrc/math/R-bitops/Makefile:1.7 pkgsrc/math/R-bitops/Makefile:1.8
--- pkgsrc/math/R-bitops/Makefile:1.7   Sat Sep 11 10:27:03 2021
+++ pkgsrc/math/R-bitops/Makefile       Wed Oct 30 12:16:20 2024
@@ -1,13 +1,19 @@
-# $NetBSD: Makefile,v 1.7 2021/09/11 10:27:03 mef Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/30 12:16:20 mef Exp $
 
 R_PKGNAME=     bitops
-R_PKGVER=      1.0-7
+R_PKGVER=      1.0-9
 CATEGORIES=    math
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Functions for bitwise operations on integer vectors
 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
 
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/math/R-bitops/distinfo
diff -u pkgsrc/math/R-bitops/distinfo:1.6 pkgsrc/math/R-bitops/distinfo:1.7
--- pkgsrc/math/R-bitops/distinfo:1.6   Tue Oct 26 10:55:24 2021
+++ pkgsrc/math/R-bitops/distinfo       Wed Oct 30 12:16:20 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:55:24 nia Exp $
+$NetBSD: distinfo,v 1.7 2024/10/30 12:16:20 mef Exp $
 
-BLAKE2s (R/bitops_1.0-7.tar.gz) = 964189d3f01277abb71b9e856e82e865726f61913dfda231af74d05d09650b16
-SHA512 (R/bitops_1.0-7.tar.gz) = 5a347adbfc8c5cd9f26b32ffbd35cce592540f319ec092edc08f321242b7c72226d648d0625e5cb1d43605a95e5b27ef469eefd2975f28f1196e806921c5daf8
-Size (R/bitops_1.0-7.tar.gz) = 10809 bytes
+BLAKE2s (R/bitops_1.0-9.tar.gz) = 0d285527fba821f9186ee5c636fe0dcd7d070c081dad8c56630ae513b658013e
+SHA512 (R/bitops_1.0-9.tar.gz) = 649c7cfc7c4a95311a083b6fa1e641dcfc746400dd63e2a85d996c6484ae4ef80a8f9df72792dab2754560f5fd7c71284ff9a33d7857ed6626f6296aee7465cf
+Size (R/bitops_1.0-9.tar.gz) = 10941 bytes



Home | Main Index | Thread Index | Old Index