pkgsrc-WIP-changes archive

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

basic-stats: Update to 0.1.2.8



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Sep 6 11:58:06 2023 -0500
Changeset:	24a0f57c5f19f472c4bea9fb1c257419a3c6d73a

Modified Files:
	basic-stats/DESCR
	basic-stats/Makefile
	basic-stats/distinfo

Log Message:
basic-stats: Update to 0.1.2.8

Update for libxtend API change (standardize on xt_ prefix)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=24a0f57c5f19f472c4bea9fb1c257419a3c6d73a

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

diffstat:
 basic-stats/DESCR    | 12 ++++++------
 basic-stats/Makefile |  3 ++-
 basic-stats/distinfo |  6 +++---
 3 files changed, 11 insertions(+), 10 deletions(-)

diffs:
diff --git a/basic-stats/DESCR b/basic-stats/DESCR
index 4016684e8d..15cbe9d5e6 100644
--- a/basic-stats/DESCR
+++ b/basic-stats/DESCR
@@ -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.
diff --git a/basic-stats/Makefile b/basic-stats/Makefile
index 8b46bfca04..107a65807c 100644
--- a/basic-stats/Makefile
+++ b/basic-stats/Makefile
@@ -1,8 +1,9 @@
 # $NetBSD$
 
-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
diff --git a/basic-stats/distinfo b/basic-stats/distinfo
index 9a09773adb..89f0e021e4 100644
--- a/basic-stats/distinfo
+++ b/basic-stats/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-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


Home | Main Index | Thread Index | Old Index