git: Import ministat(1) from FreeBSD
Aaron LI
aly at crater.dragonflybsd.org
Thu Mar 14 23:34:26 PDT 2019
commit 3851e4b8840073d583590d8dec099ebb1eff7d77
Author: Aaron LI <aly at aaronly.me>
Date: Fri Mar 15 14:29:33 2019 +0800
Import ministat(1) from FreeBSD
This utility calculates fundamental statistical properties of the input
data and determines whether or not there is statistical difference
between them.
From the HISTORY section of the man page:
"The ministat command was written by Poul-Henning Kamp out of
frustration over all the bogus benchmark claims made by people with no
understanding of the importance of uncertainty and statistics."
Summary of changes:
usr.bin/Makefile | 1 +
usr.bin/ministat/Makefile | 15 +
usr.bin/ministat/README | 48 ++++
usr.bin/ministat/chameleon | 6 +
usr.bin/ministat/iguana | 8 +
usr.bin/ministat/ministat.1 | 135 +++++++++
usr.bin/ministat/ministat.c | 647 ++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 860 insertions(+)
create mode 100644 usr.bin/ministat/Makefile
create mode 100644 usr.bin/ministat/README
create mode 100644 usr.bin/ministat/chameleon
create mode 100644 usr.bin/ministat/iguana
create mode 100644 usr.bin/ministat/ministat.1
create mode 100644 usr.bin/ministat/ministat.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3851e4b8840073d583590d8dec099ebb1eff7d77
--
DragonFly BSD source repository
More information about the Commits
mailing list