pkgsrc-WIP-changes archive

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

basic-stats: Update to first release, 0.1.0



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Sep 15 19:39:55 2021 -0500
Changeset:	e5bc0d005c65b1f7546b78ca5df98d8e13ce8bd9

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

Log Message:
basic-stats: Update to first release, 0.1.0

Redesigned to support multiple functions on independent rows and/or cols

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

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

diffstat:
 basic-stats/DESCR    | 7 ++++++-
 basic-stats/Makefile | 4 ++--
 basic-stats/distinfo | 8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)

diffs:
diff --git a/basic-stats/DESCR b/basic-stats/DESCR
index f411b239dd..4016684e8d 100644
--- a/basic-stats/DESCR
+++ b/basic-stats/DESCR
@@ -1 +1,6 @@
-Command-line tool to perform basic statistics on tabular data
+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 bbd5941d22..0d76e6a4c3 100644
--- a/basic-stats/Makefile
+++ b/basic-stats/Makefile
@@ -5,10 +5,9 @@
 #              Wed May 20 07:41:36 CDT 2020               #
 ###########################################################
 
-DISTNAME=	basic-stats-0.0.0.8
+DISTNAME=	basic-stats-0.1.0
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG=	a519b6ee22e7c0c4054c2332a56d1b1b4e19f829
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/auerlab/basic-stats
@@ -18,4 +17,5 @@ LICENSE=	2-clause-bsd
 post-install:
 	${STRIP} ${DESTDIR}${PREFIX}/bin/basic-stats
 
+.include "../../wip/libxtend/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/basic-stats/distinfo b/basic-stats/distinfo
index 9a17baff71..8b83ac4fd7 100644
--- a/basic-stats/distinfo
+++ b/basic-stats/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (basic-stats-0.0.0.8-a519b6ee22e7c0c4054c2332a56d1b1b4e19f829.tar.gz) = ed090c1abae5d4bd164fc35f73c3527cd627b870
-RMD160 (basic-stats-0.0.0.8-a519b6ee22e7c0c4054c2332a56d1b1b4e19f829.tar.gz) = ae0c5342adf4ec4e5f37d5f6820920ca1f6e0365
-SHA512 (basic-stats-0.0.0.8-a519b6ee22e7c0c4054c2332a56d1b1b4e19f829.tar.gz) = b51141b294d3bc501d2d029bca8b63d8c9dd0fb4cc5e7602e8921f67e24d796a7c81ce700e04cc9f9466c11af4142b5a3fceb0422713b5d5c610a2f2bcb943ee
-Size (basic-stats-0.0.0.8-a519b6ee22e7c0c4054c2332a56d1b1b4e19f829.tar.gz) = 5229 bytes
+SHA1 (basic-stats-0.1.0.tar.gz) = 9f1f568eb2bd5c266f72870746452e165f7eef4b
+RMD160 (basic-stats-0.1.0.tar.gz) = 3764419df0bcdd326cd487a92a98aea7ee1678f8
+SHA512 (basic-stats-0.1.0.tar.gz) = feb290f9f88b0bb2e4aebde83a33356e82a69f86d1e30c1cdb053a39b39cab20b489952a9e5502cc5f8dc0a9d09f31a8a4cf8cc1c75c2ada355ae892693f9e5f
+Size (basic-stats-0.1.0.tar.gz) = 7077 bytes


Home | Main Index | Thread Index | Old Index