Port details |
- basic-stats Command-line tool to perform basic statistics on tabular data
- 0.1.2.8_1 math =2 0.1.2.8_1Version of this port present on the latest quarterly branch.
- Maintainer: jwb@FreeBSD.org
- Port Added: 2022-06-11 14:33:07
- Last Update: 2024-03-12 12:04:27
- Commit Hash: 5fa716f6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/auerlab/basic-stats
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- basic-stats>0:math/basic-stats
- To install the port:
- cd /usr/ports/math/basic-stats/ && make install clean
- To add the package, run one of these commands:
- pkg install math/basic-stats
- pkg install basic-stats
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: basic-stats
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1694019417
SHA256 (auerlab-basic-stats-0.1.2-8-g338a259_GH0.tar.gz) = b59473a0a86627976f9dbe6e4add638865cca779d84aa90b8cbc3fca3a8542bd
SIZE (auerlab-basic-stats-0.1.2-8-g338a259_GH0.tar.gz) = 27078
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libxtend.so : devel/libxtend
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_basic-stats
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.2.8_1 12 Mar 2024 12:04:27 |
Nuno Teixeira (eduardo) |
math/basic-stats: Move man pages to share/man
Approved by: portmgr (blanket) |
0.1.2.8 28 Oct 2023 11:50:08 |
Jason W. Bacon (jwb) |
math/basic-stats: Update to 0.1.2.8
Updates for new libxtend API |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.1.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.1.2 12 Jun 2022 14:54:35 |
Jason W. Bacon (jwb) |
math/basic-stats: Update to 0.1.2
Remove mutator macros (use functions only) |
0.1.1 11 Jun 2022 14:30:34 |
Jason W. Bacon (jwb) |
math/basic-stats: Command-line tool for 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. |
Number of commits found: 6
|