pkgsrc-WIP-changes archive

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

basic-stats: Update to 0.1.1.1



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jun 11 19:52:26 2022 -0500
Changeset:	a2830c26f7c033a77bc6db2c47c43d30ec75e71c

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

Log Message:
basic-stats: Update to 0.1.1.1

Eliminate mutator macros, regen man pages, clean up

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

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

diffstat:
 basic-stats/Makefile | 22 ++--------------------
 basic-stats/PLIST    | 45 ++++++++++++---------------------------------
 basic-stats/distinfo |  6 +++---
 3 files changed, 17 insertions(+), 56 deletions(-)

diffs:
diff --git a/basic-stats/Makefile b/basic-stats/Makefile
index 863319cb46..b034f7b2da 100644
--- a/basic-stats/Makefile
+++ b/basic-stats/Makefile
@@ -1,35 +1,17 @@
 # $NetBSD$
-#
-###########################################################
-#                  Generated by fbsd2pkg                  #
-#              Wed May 20 07:41:36 CDT 2020               #
-###########################################################
 
-DISTNAME=	basic-stats-0.1.1
+DISTNAME=	basic-stats-0.1.1.1
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
+GITHUB_TAG=	365cb38b91020b5c026fcde0696f819f83143f75
 
 MAINTAINER=	bacon%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/auerlab/basic-stats
 COMMENT=	Command-line tool to perform basic statistics on tabular data
 LICENSE=	2-clause-bsd
 
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == Darwin
-INSTALL_TARGET=	apple-install
-.else
-INSTALL_TARGET=	install-strip
-PLIST.cs=	yes
-.endif
-
-PLIST_VARS=	cs
-
 pre-build:
 	cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend
 
-post-install:
-	${STRIP} ${DESTDIR}${PREFIX}/bin/basic-stats
-
 .include "../../wip/libxtend/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/basic-stats/PLIST b/basic-stats/PLIST
index 9e458eb5e6..2d01c980ce 100644
--- a/basic-stats/PLIST
+++ b/basic-stats/PLIST
@@ -2,11 +2,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
@@ -23,9 +29,6 @@ man/man3/STATSF_GIVEN_STDDEV.3
 man/man3/STATSF_LIST_COUNT.3
 man/man3/STATSF_LIST_FUNCTIONS.3
 man/man3/STATSF_LIST_FUNCTIONS_AE.3
-${PLIST.cs}man/man3/STATSF_LIST_SET_COUNT.3
-${PLIST.cs}man/man3/STATSF_LIST_SET_FUNCTIONS_AE.3
-${PLIST.cs}man/man3/STATSF_LIST_SET_FUNCTIONS_CPY.3
 man/man3/STATSF_NUMS.3
 man/man3/STATSF_NUMS_AE.3
 man/man3/STATSF_NUM_COUNT.3
@@ -35,39 +38,12 @@ man/man3/STATSF_ROWS.3
 man/man3/STATSF_ROWS_AE.3
 man/man3/STATSF_ROW_SUMS.3
 man/man3/STATSF_ROW_SUMS_AE.3
-${PLIST.cs}man/man3/STATSF_SET_ARRAY_SIZE.3
-${PLIST.cs}man/man3/STATSF_SET_CODE.3
-${PLIST.cs}man/man3/STATSF_SET_COL.3
-${PLIST.cs}man/man3/STATSF_SET_COLS.3
-${PLIST.cs}man/man3/STATSF_SET_COLS_AE.3
-${PLIST.cs}man/man3/STATSF_SET_COLS_CPY.3
-${PLIST.cs}man/man3/STATSF_SET_COL_SUMS.3
-${PLIST.cs}man/man3/STATSF_SET_COL_SUMS_AE.3
-${PLIST.cs}man/man3/STATSF_SET_COL_SUMS_CPY.3
-${PLIST.cs}man/man3/STATSF_SET_EXPECTED_MEAN.3
-${PLIST.cs}man/man3/STATSF_SET_GIVEN_MEAN.3
-${PLIST.cs}man/man3/STATSF_SET_GIVEN_STDDEV.3
-${PLIST.cs}man/man3/STATSF_SET_NUMS.3
-${PLIST.cs}man/man3/STATSF_SET_NUMS_AE.3
-${PLIST.cs}man/man3/STATSF_SET_NUMS_CPY.3
-${PLIST.cs}man/man3/STATSF_SET_NUM_COUNT.3
-${PLIST.cs}man/man3/STATSF_SET_PARTITIONS.3
-${PLIST.cs}man/man3/STATSF_SET_ROW.3
-${PLIST.cs}man/man3/STATSF_SET_ROWS.3
-${PLIST.cs}man/man3/STATSF_SET_ROWS_AE.3
-${PLIST.cs}man/man3/STATSF_SET_ROWS_CPY.3
-${PLIST.cs}man/man3/STATSF_SET_ROW_SUMS.3
-${PLIST.cs}man/man3/STATSF_SET_ROW_SUMS_AE.3
-${PLIST.cs}man/man3/STATSF_SET_ROW_SUMS_CPY.3
-${PLIST.cs}man/man3/STATSF_SET_SUM.3
-${PLIST.cs}man/man3/STATSF_SET_SUM_X.3
-${PLIST.cs}man/man3/STATSF_SET_SUM_X_2.3
-${PLIST.cs}man/man3/STATSF_SET_TMP_FILE.3
-${PLIST.cs}man/man3/STATSF_SET_TMP_FILE_AE.3
-${PLIST.cs}man/man3/STATSF_SET_TMP_FILE_CPY.3
 man/man3/STATSF_SUM.3
 man/man3/STATSF_SUM_X.3
 man/man3/STATSF_SUM_X_2.3
+man/man3/STATSF_SUM_X_Y.3
+man/man3/STATSF_SUM_Y.3
+man/man3/STATSF_SUM_Y_2.3
 man/man3/STATSF_TMP_FILE.3
 man/man3/STATSF_TMP_FILE_AE.3
 man/man3/statsf_list_set_count.3
@@ -100,6 +76,9 @@ man/man3/statsf_set_rows_cpy.3
 man/man3/statsf_set_sum.3
 man/man3/statsf_set_sum_x.3
 man/man3/statsf_set_sum_x_2.3
+man/man3/statsf_set_sum_x_y.3
+man/man3/statsf_set_sum_y.3
+man/man3/statsf_set_sum_y_2.3
 man/man3/statsf_set_tmp_file.3
 man/man3/statsf_set_tmp_file_ae.3
 man/man3/statsf_set_tmp_file_cpy.3
diff --git a/basic-stats/distinfo b/basic-stats/distinfo
index 1aed1a13ee..598352cf25 100644
--- a/basic-stats/distinfo
+++ b/basic-stats/distinfo
@@ -1,5 +1,5 @@
 $NetBSD$
 
-BLAKE2s (basic-stats-0.1.1.tar.gz) = 2264e25f45c601b5eb864b9c4007dabc98647ca87aa99ad197e6ac433c283b3f
-SHA512 (basic-stats-0.1.1.tar.gz) = ee04f31c27447a42ffd4a22bb83bf39b7ea6b14ff44fc46ed2468358a99fc6e9b1139e743558ecedf4ef71b810c602f7ebddd9acaf71a845a081e1ae71cd31a0
-Size (basic-stats-0.1.1.tar.gz) = 29595 bytes
+BLAKE2s (basic-stats-0.1.1.1-365cb38b91020b5c026fcde0696f819f83143f75.tar.gz) = 3c1e85b393b464bc4b06688e4dbd7c5fbd5637d5324c7220f655a241b1f702b3
+SHA512 (basic-stats-0.1.1.1-365cb38b91020b5c026fcde0696f819f83143f75.tar.gz) = 669559c5499cc9e8ee59113b3b77acc50dfd5bdeac43cc8f5f02b015d5f6ee0e319d14ccbdb0b8211c56cd9a0c5eca306d19e367b23ae348667d94b02679eaf1
+Size (basic-stats-0.1.1.1-365cb38b91020b5c026fcde0696f819f83143f75.tar.gz) = 26869 bytes


Home | Main Index | Thread Index | Old Index