pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/basic-stats



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sat Oct 28 20:50:40 UTC 2023

Modified Files:
        pkgsrc/math/basic-stats: DESCR Makefile PLIST distinfo

Log Message:
math/basic-stats: Update to 0.1.2.8

Updates for new libxtend API


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/basic-stats/DESCR \
    pkgsrc/math/basic-stats/PLIST pkgsrc/math/basic-stats/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/basic-stats/Makefile

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

Modified files:

Index: pkgsrc/math/basic-stats/DESCR
diff -u pkgsrc/math/basic-stats/DESCR:1.1 pkgsrc/math/basic-stats/DESCR:1.2
--- pkgsrc/math/basic-stats/DESCR:1.1   Sun Jun 12 14:35:09 2022
+++ pkgsrc/math/basic-stats/DESCR       Sat Oct 28 20:50:39 2023
@@ -1,6 +1,6 @@
-Basic-stats is a command-line tool to perform basic statistics on a
-tabular data stream.  It supports performing multiple functions such as
-mean, median, etc. on independent rows and/or columns during a single
-pass on independent rows and/or columns.  Memory use is trivial except
-for functions that require loading the sample/population for sorting,
-such as median.
+Basic-stats is a command-line tool to perform basic statistics on
+a tabular data stream.  It supports performing multiple functions
+such as mean, median, etc. on independent rows and/or columns during
+a single pass on independent rows and/or columns.  Memory use is
+trivial except for functions that require loading the
+sample/population for sorting, such as median.
Index: pkgsrc/math/basic-stats/PLIST
diff -u pkgsrc/math/basic-stats/PLIST:1.1 pkgsrc/math/basic-stats/PLIST:1.2
--- pkgsrc/math/basic-stats/PLIST:1.1   Sun Jun 12 14:35:09 2022
+++ pkgsrc/math/basic-stats/PLIST       Sat Oct 28 20:50:39 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2022/06/12 14:35:09 bacon Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/10/28 20:50:39 bacon Exp $
 bin/basic-stats
 include/basic-stats-protos.h
 include/basic-stats.h
Index: pkgsrc/math/basic-stats/distinfo
diff -u pkgsrc/math/basic-stats/distinfo:1.1 pkgsrc/math/basic-stats/distinfo:1.2
--- pkgsrc/math/basic-stats/distinfo:1.1        Sun Jun 12 14:35:09 2022
+++ pkgsrc/math/basic-stats/distinfo    Sat Oct 28 20:50:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2022/06/12 14:35:09 bacon Exp $
+$NetBSD: distinfo,v 1.2 2023/10/28 20:50:39 bacon Exp $
 
-BLAKE2s (basic-stats-0.1.2.tar.gz) = 7ef4d38316427d04a919737196c762e8c8b2058824f1009931b6c8bb84ce2c7c
-SHA512 (basic-stats-0.1.2.tar.gz) = 99a3b73ca850ac457f6f92201073bb5c8dc1301d1947becffae01b4c3181eb736c7390c10da6f26043a9160f26065145c1cea5bd1b834c09daad4f57e9e2ed2b
-Size (basic-stats-0.1.2.tar.gz) = 26840 bytes
+BLAKE2s (basic-stats-0.1.2.8-338a259d9fb411f7217f5e3348c2c1bbef834f47.tar.gz) = 7456b9a145ed1e704c86499a1095a06be174ea14ced26dd3a0a00ceed6c6c8c6
+SHA512 (basic-stats-0.1.2.8-338a259d9fb411f7217f5e3348c2c1bbef834f47.tar.gz) = 
1eca5c0c45fa262abc94edc69e075ad8ea261663c97558d62a72f205d405550fd61a196661b30ad99f2d08e76b8328bfbf05c304d7dd804bf8a93381468bfb6c
+Size (basic-stats-0.1.2.8-338a259d9fb411f7217f5e3348c2c1bbef834f47.tar.gz) = 27087 bytes

Index: pkgsrc/math/basic-stats/Makefile
diff -u pkgsrc/math/basic-stats/Makefile:1.2 pkgsrc/math/basic-stats/Makefile:1.3
--- pkgsrc/math/basic-stats/Makefile:1.2        Wed Dec 28 15:27:17 2022
+++ pkgsrc/math/basic-stats/Makefile    Sat Oct 28 20:50:39 2023
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2022/12/28 15:27:17 bacon Exp $
+# $NetBSD: Makefile,v 1.3 2023/10/28 20:50:39 bacon Exp $
 
-DISTNAME=      basic-stats-0.1.2
+DISTNAME=      basic-stats-0.1.2.8
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=auerlab/}
+GITHUB_TAG=    338a259d9fb411f7217f5e3348c2c1bbef834f47
 
 OWNER=         bacon%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/auerlab/basic-stats



Home | Main Index | Thread Index | Old Index