notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
basic-stats Command-line tool to perform basic statistics on tabular data
0.1.2.8_1 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.1.2.8Version of this port present on the latest quarterly branch.
Maintainer: jwb@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-06-11 14:33:07
Last Update: 2024-03-12 12:04:27
Commit Hash: 5fa716f6
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (89 items)
Collapse this list.
  1. /usr/local/share/licenses/basic-stats-0.1.2.8_1/catalog.mk
  2. /usr/local/share/licenses/basic-stats-0.1.2.8_1/LICENSE
  3. /usr/local/share/licenses/basic-stats-0.1.2.8_1/BSD2CLAUSE
  4. bin/basic-stats
  5. include/basic-stats-protos.h
  6. include/basic-stats.h
  7. include/statsf-accessors.h
  8. include/statsf-list-accessors.h
  9. include/statsf-list-mutators-protos.h
  10. include/statsf-list-mutators.h
  11. include/statsf-list-protos.h
  12. include/statsf-list-rvs.h
  13. include/statsf-list.h
  14. include/statsf-mutators-protos.h
  15. include/statsf-mutators.h
  16. include/statsf-protos.h
  17. include/statsf-rvs.h
  18. include/statsf.h
  19. lib/basic-stats.a
  20. share/man/man1/basic-stats.1.gz
  21. share/man/man3/STATSF_ARRAY_SIZE.3.gz
  22. share/man/man3/STATSF_CODE.3.gz
  23. share/man/man3/STATSF_COL.3.gz
  24. share/man/man3/STATSF_COLS.3.gz
  25. share/man/man3/STATSF_COLS_AE.3.gz
  26. share/man/man3/STATSF_COL_SUMS.3.gz
  27. share/man/man3/STATSF_COL_SUMS_AE.3.gz
  28. share/man/man3/STATSF_EXPECTED_MEAN.3.gz
  29. share/man/man3/STATSF_GIVEN_MEAN.3.gz
  30. share/man/man3/STATSF_GIVEN_STDDEV.3.gz
  31. share/man/man3/STATSF_LIST_COUNT.3.gz
  32. share/man/man3/STATSF_LIST_FUNCTIONS.3.gz
  33. share/man/man3/STATSF_LIST_FUNCTIONS_AE.3.gz
  34. share/man/man3/STATSF_NUMS.3.gz
  35. share/man/man3/STATSF_NUMS_AE.3.gz
  36. share/man/man3/STATSF_NUM_COUNT.3.gz
  37. share/man/man3/STATSF_PARTITIONS.3.gz
  38. share/man/man3/STATSF_ROW.3.gz
  39. share/man/man3/STATSF_ROWS.3.gz
  40. share/man/man3/STATSF_ROWS_AE.3.gz
  41. share/man/man3/STATSF_ROW_SUMS.3.gz
  42. share/man/man3/STATSF_ROW_SUMS_AE.3.gz
  43. share/man/man3/STATSF_SUM.3.gz
  44. share/man/man3/STATSF_SUM_X.3.gz
  45. share/man/man3/STATSF_SUM_X_2.3.gz
  46. share/man/man3/STATSF_SUM_X_Y.3.gz
  47. share/man/man3/STATSF_SUM_Y.3.gz
  48. share/man/man3/STATSF_SUM_Y_2.3.gz
  49. share/man/man3/STATSF_TMP_FILE.3.gz
  50. share/man/man3/STATSF_TMP_FILE_AE.3.gz
  51. share/man/man3/statsf_list_set_count.3.gz
  52. share/man/man3/statsf_list_set_functions_ae.3.gz
  53. share/man/man3/statsf_list_set_functions_cpy.3.gz
  54. share/man/man3/statsf_set_array_size.3.gz
  55. share/man/man3/statsf_set_code.3.gz
  56. share/man/man3/statsf_set_col.3.gz
  57. share/man/man3/statsf_set_col_sums.3.gz
  58. share/man/man3/statsf_set_col_sums_ae.3.gz
  59. share/man/man3/statsf_set_col_sums_cpy.3.gz
  60. share/man/man3/statsf_set_cols.3.gz
  61. share/man/man3/statsf_set_cols_ae.3.gz
  62. share/man/man3/statsf_set_cols_cpy.3.gz
  63. share/man/man3/statsf_set_expected_mean.3.gz
  64. share/man/man3/statsf_set_given_mean.3.gz
  65. share/man/man3/statsf_set_given_stddev.3.gz
  66. share/man/man3/statsf_set_num_count.3.gz
  67. share/man/man3/statsf_set_nums.3.gz
  68. share/man/man3/statsf_set_nums_ae.3.gz
  69. share/man/man3/statsf_set_nums_cpy.3.gz
  70. share/man/man3/statsf_set_partitions.3.gz
  71. share/man/man3/statsf_set_row.3.gz
  72. share/man/man3/statsf_set_row_sums.3.gz
  73. share/man/man3/statsf_set_row_sums_ae.3.gz
  74. share/man/man3/statsf_set_row_sums_cpy.3.gz
  75. share/man/man3/statsf_set_rows.3.gz
  76. share/man/man3/statsf_set_rows_ae.3.gz
  77. share/man/man3/statsf_set_rows_cpy.3.gz
  78. share/man/man3/statsf_set_sum.3.gz
  79. share/man/man3/statsf_set_sum_x.3.gz
  80. share/man/man3/statsf_set_sum_x_2.3.gz
  81. share/man/man3/statsf_set_sum_x_y.3.gz
  82. share/man/man3/statsf_set_sum_y.3.gz
  83. share/man/man3/statsf_set_sum_y_2.3.gz
  84. share/man/man3/statsf_set_tmp_file.3.gz
  85. share/man/man3/statsf_set_tmp_file_ae.3.gz
  86. share/man/man3/statsf_set_tmp_file_cpy.3.gz
  87. @owner
  88. @group
  89. @mode
Collapse this list.
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):
basic-stats
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.2.8_10.1.2.8_1-0.1.2.8_10.1.2.8_1---
FreeBSD:13:quarterly0.1.2.80.1.2.80.1.20.1.2.80.1.2.80.1.2.80.1.2.80.1.2.8
FreeBSD:14:latest0.1.2.8_10.1.2.8_10.1.20.1.2.80.1.2.8_10.1.2-0.1.2
FreeBSD:14:quarterly0.1.2.80.1.2.8-0.1.2.80.1.2.80.1.2.80.1.2.80.1.2.8
FreeBSD:15:latest0.1.2.8_10.1.2.8_1n/a0.1.2.8n/a0.1.2.80.1.2.80.1.2.8
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/auerlab/basic-stats/tar.gz/0.1.2-8-g338a259?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.2.8_1
12 Mar 2024 12:04:27
commit hash: 5fa716f691e9650fbc71e81e71ed321e64df7339commit hash: 5fa716f691e9650fbc71e81e71ed321e64df7339commit hash: 5fa716f691e9650fbc71e81e71ed321e64df7339commit hash: 5fa716f691e9650fbc71e81e71ed321e64df7339 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
math/basic-stats: Move man pages to share/man

Approved by:	portmgr (blanket)
0.1.2.8
28 Oct 2023 11:50:08
commit hash: de9aab9eed6c063ee68ada70ef5e05011ca8c2ebcommit hash: de9aab9eed6c063ee68ada70ef5e05011ca8c2ebcommit hash: de9aab9eed6c063ee68ada70ef5e05011ca8c2ebcommit hash: de9aab9eed6c063ee68ada70ef5e05011ca8c2eb files touched by this commit
Jason W. Bacon (jwb) search for other commits by this committer
math/basic-stats: Update to 0.1.2.8

Updates for new libxtend API
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.1.2
12 Jun 2022 14:54:35
commit hash: 8051f5e8e8f0bc6e13bed0db0cbddbb502b769b2commit hash: 8051f5e8e8f0bc6e13bed0db0cbddbb502b769b2commit hash: 8051f5e8e8f0bc6e13bed0db0cbddbb502b769b2commit hash: 8051f5e8e8f0bc6e13bed0db0cbddbb502b769b2 files touched by this commit
Jason W. Bacon (jwb) search for other commits by this committer
math/basic-stats: Update to 0.1.2

Remove mutator macros (use functions only)
0.1.1
11 Jun 2022 14:30:34
commit hash: 7d736c93c291344f63e15e5d5b49c9b299ffb71fcommit hash: 7d736c93c291344f63e15e5d5b49c9b299ffb71fcommit hash: 7d736c93c291344f63e15e5d5b49c9b299ffb71fcommit hash: 7d736c93c291344f63e15e5d5b49c9b299ffb71f files touched by this commit
Jason W. Bacon (jwb) search for other commits by this committer
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