math/basic-stats: Update to 0.1.2
Remove mutator macros (use functions only)
This commit is contained in:
parent
74eb8b35e0
commit
8051f5e8e8
@ -1,5 +1,5 @@
|
||||
PORTNAME= basic-stats
|
||||
DISTVERSION= 0.1.1
|
||||
DISTVERSION= 0.1.2
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
@ -13,10 +13,9 @@ LIB_DEPENDS= libxtend.so:devel/libxtend
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= auerlab
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
pre-build:
|
||||
cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend
|
||||
|
||||
post-stage:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/basic-stats
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1654952807
|
||||
SHA256 (auerlab-basic-stats-0.1.1_GH0.tar.gz) = e26ebf5787718ac491f448cf8048dd6ae9358a0633e568e10b268a79a00dd176
|
||||
SIZE (auerlab-basic-stats-0.1.1_GH0.tar.gz) = 29595
|
||||
TIMESTAMP = 1655041615
|
||||
SHA256 (auerlab-basic-stats-0.1.2_GH0.tar.gz) = c6a1df3927afa98e16e91af91cc202b47a261102c679ac4cac8a0eb4652acb80
|
||||
SIZE (auerlab-basic-stats-0.1.2_GH0.tar.gz) = 26840
|
||||
|
@ -1,11 +1,17 @@
|
||||
bin/basic-stats
|
||||
include/basic-stats-protos.h
|
||||
include/basic-stats.h
|
||||
include/statsf-accessors.h
|
||||
include/statsf-list-accessors.h
|
||||
include/statsf-list-mutators-protos.h
|
||||
include/statsf-list-mutators.h
|
||||
include/statsf-list-protos.h
|
||||
include/statsf-list-rvs.h
|
||||
include/statsf-list.h
|
||||
include/statsf-mutators-protos.h
|
||||
include/statsf-mutators.h
|
||||
include/statsf-protos.h
|
||||
include/statsf-rvs.h
|
||||
include/statsf.h
|
||||
lib/basic-stats.a
|
||||
man/man1/basic-stats.1.gz
|
||||
@ -22,9 +28,6 @@ man/man3/STATSF_GIVEN_STDDEV.3.gz
|
||||
man/man3/STATSF_LIST_COUNT.3.gz
|
||||
man/man3/STATSF_LIST_FUNCTIONS.3.gz
|
||||
man/man3/STATSF_LIST_FUNCTIONS_AE.3.gz
|
||||
man/man3/STATSF_LIST_SET_COUNT.3.gz
|
||||
man/man3/STATSF_LIST_SET_FUNCTIONS_AE.3.gz
|
||||
man/man3/STATSF_LIST_SET_FUNCTIONS_CPY.3.gz
|
||||
man/man3/STATSF_NUMS.3.gz
|
||||
man/man3/STATSF_NUMS_AE.3.gz
|
||||
man/man3/STATSF_NUM_COUNT.3.gz
|
||||
@ -34,39 +37,12 @@ man/man3/STATSF_ROWS.3.gz
|
||||
man/man3/STATSF_ROWS_AE.3.gz
|
||||
man/man3/STATSF_ROW_SUMS.3.gz
|
||||
man/man3/STATSF_ROW_SUMS_AE.3.gz
|
||||
man/man3/STATSF_SET_ARRAY_SIZE.3.gz
|
||||
man/man3/STATSF_SET_CODE.3.gz
|
||||
man/man3/STATSF_SET_COL.3.gz
|
||||
man/man3/STATSF_SET_COLS.3.gz
|
||||
man/man3/STATSF_SET_COLS_AE.3.gz
|
||||
man/man3/STATSF_SET_COLS_CPY.3.gz
|
||||
man/man3/STATSF_SET_COL_SUMS.3.gz
|
||||
man/man3/STATSF_SET_COL_SUMS_AE.3.gz
|
||||
man/man3/STATSF_SET_COL_SUMS_CPY.3.gz
|
||||
man/man3/STATSF_SET_EXPECTED_MEAN.3.gz
|
||||
man/man3/STATSF_SET_GIVEN_MEAN.3.gz
|
||||
man/man3/STATSF_SET_GIVEN_STDDEV.3.gz
|
||||
man/man3/STATSF_SET_NUMS.3.gz
|
||||
man/man3/STATSF_SET_NUMS_AE.3.gz
|
||||
man/man3/STATSF_SET_NUMS_CPY.3.gz
|
||||
man/man3/STATSF_SET_NUM_COUNT.3.gz
|
||||
man/man3/STATSF_SET_PARTITIONS.3.gz
|
||||
man/man3/STATSF_SET_ROW.3.gz
|
||||
man/man3/STATSF_SET_ROWS.3.gz
|
||||
man/man3/STATSF_SET_ROWS_AE.3.gz
|
||||
man/man3/STATSF_SET_ROWS_CPY.3.gz
|
||||
man/man3/STATSF_SET_ROW_SUMS.3.gz
|
||||
man/man3/STATSF_SET_ROW_SUMS_AE.3.gz
|
||||
man/man3/STATSF_SET_ROW_SUMS_CPY.3.gz
|
||||
man/man3/STATSF_SET_SUM.3.gz
|
||||
man/man3/STATSF_SET_SUM_X.3.gz
|
||||
man/man3/STATSF_SET_SUM_X_2.3.gz
|
||||
man/man3/STATSF_SET_TMP_FILE.3.gz
|
||||
man/man3/STATSF_SET_TMP_FILE_AE.3.gz
|
||||
man/man3/STATSF_SET_TMP_FILE_CPY.3.gz
|
||||
man/man3/STATSF_SUM.3.gz
|
||||
man/man3/STATSF_SUM_X.3.gz
|
||||
man/man3/STATSF_SUM_X_2.3.gz
|
||||
man/man3/STATSF_SUM_X_Y.3.gz
|
||||
man/man3/STATSF_SUM_Y.3.gz
|
||||
man/man3/STATSF_SUM_Y_2.3.gz
|
||||
man/man3/STATSF_TMP_FILE.3.gz
|
||||
man/man3/STATSF_TMP_FILE_AE.3.gz
|
||||
man/man3/statsf_list_set_count.3.gz
|
||||
@ -99,6 +75,9 @@ man/man3/statsf_set_rows_cpy.3.gz
|
||||
man/man3/statsf_set_sum.3.gz
|
||||
man/man3/statsf_set_sum_x.3.gz
|
||||
man/man3/statsf_set_sum_x_2.3.gz
|
||||
man/man3/statsf_set_sum_x_y.3.gz
|
||||
man/man3/statsf_set_sum_y.3.gz
|
||||
man/man3/statsf_set_sum_y_2.3.gz
|
||||
man/man3/statsf_set_tmp_file.3.gz
|
||||
man/man3/statsf_set_tmp_file_ae.3.gz
|
||||
man/man3/statsf_set_tmp_file_cpy.3.gz
|
||||
|
Loading…
Reference in New Issue
Block a user