pkgsrc-WIP-changes archive

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

basic-stats: Update to 0.1.0.8



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Sep 18 09:14:44 2021 -0500
Changeset:	eed9a642eecb008028e975399bd6e91b840cafaf

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

Log Message:
basic-stats: Update to 0.1.0.8

Organize functions, headers, and source files into classes
Generate accessors and mutators for classes
Generate a static library for classes

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

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

diffstat:
 basic-stats/Makefile |  7 +++++--
 basic-stats/PLIST    | 35 +++++++++++++++++++++++++++++++++++
 basic-stats/distinfo |  8 ++++----
 3 files changed, 44 insertions(+), 6 deletions(-)

diffs:
diff --git a/basic-stats/Makefile b/basic-stats/Makefile
index 54dee25dc1..ae356f0912 100644
--- a/basic-stats/Makefile
+++ b/basic-stats/Makefile
@@ -5,16 +5,19 @@
 #              Wed May 20 07:41:36 CDT 2020               #
 ###########################################################
 
-DISTNAME=	basic-stats-0.1.0.7
+DISTNAME=	basic-stats-0.1.0.8
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG=	aedbb637c6c26b56095998fd34668f51febaab07
+GITHUB_TAG=	2c399beda7a0dbc8f3473d40e29f16716e083d47
 
 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
 
+pre-build:
+	cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend
+
 post-install:
 	${STRIP} ${DESTDIR}${PREFIX}/bin/basic-stats
 
diff --git a/basic-stats/PLIST b/basic-stats/PLIST
index d39404f0d3..5bae7ce109 100644
--- a/basic-stats/PLIST
+++ b/basic-stats/PLIST
@@ -1,3 +1,38 @@
 @comment $NetBSD$
 bin/basic-stats
 man/man1/basic-stats.1
+man/man3/STATSF_ARRAY_SIZE.3
+man/man3/STATSF_CODE.3
+man/man3/STATSF_COL.3
+man/man3/STATSF_NUMS.3
+man/man3/STATSF_NUMS_AE.3
+man/man3/STATSF_NUM_COUNT.3
+man/man3/STATSF_PARTITIONS.3
+man/man3/STATSF_ROW.3
+man/man3/STATSF_SET_ARRAY_SIZE.3
+man/man3/STATSF_SET_CODE.3
+man/man3/STATSF_SET_COL.3
+man/man3/STATSF_SET_NUMS.3
+man/man3/STATSF_SET_NUMS_AE.3
+man/man3/STATSF_SET_NUMS_CPY.3
+man/man3/STATSF_SET_NUM_COUNT.3
+man/man3/STATSF_SET_PARTITIONS.3
+man/man3/STATSF_SET_ROW.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_SUM.3
+man/man3/STATSF_SUM_X.3
+man/man3/STATSF_SUM_X_2.3
+man/man3/statsf_set_array_size.3
+man/man3/statsf_set_code.3
+man/man3/statsf_set_col.3
+man/man3/statsf_set_num_count.3
+man/man3/statsf_set_nums.3
+man/man3/statsf_set_nums_ae.3
+man/man3/statsf_set_nums_cpy.3
+man/man3/statsf_set_partitions.3
+man/man3/statsf_set_row.3
+man/man3/statsf_set_sum.3
+man/man3/statsf_set_sum_x.3
+man/man3/statsf_set_sum_x_2.3
diff --git a/basic-stats/distinfo b/basic-stats/distinfo
index 7166431b78..7fa17e725b 100644
--- a/basic-stats/distinfo
+++ b/basic-stats/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (basic-stats-0.1.0.7-aedbb637c6c26b56095998fd34668f51febaab07.tar.gz) = 164196b08757526544770e508699ce91114885c8
-RMD160 (basic-stats-0.1.0.7-aedbb637c6c26b56095998fd34668f51febaab07.tar.gz) = 62fe8f76a6284460214c83ec94482f80357d73f2
-SHA512 (basic-stats-0.1.0.7-aedbb637c6c26b56095998fd34668f51febaab07.tar.gz) = fee5be9356a4698676cb4be81f4fd1dc1c2ada0e4697d44bebff223cd986157833fa156fd41d41abc460c3a3fd0fdcef30b57c2bebc33b59fc5216b463a6af82
-Size (basic-stats-0.1.0.7-aedbb637c6c26b56095998fd34668f51febaab07.tar.gz) = 10627 bytes
+SHA1 (basic-stats-0.1.0.8-2c399beda7a0dbc8f3473d40e29f16716e083d47.tar.gz) = 590c7024543c0afad0d9a43a4a8ba3e128747039
+RMD160 (basic-stats-0.1.0.8-2c399beda7a0dbc8f3473d40e29f16716e083d47.tar.gz) = 491a1e983552175d46fa079bd4f2397bae0db4bb
+SHA512 (basic-stats-0.1.0.8-2c399beda7a0dbc8f3473d40e29f16716e083d47.tar.gz) = 53311cd4cebbb3853766566fe358c99c5aaba0f270eef804a77d30b41945396862e9e6e4bb13a1241ba6103ea0f90ad8b7289d47bf00a435c958bc835dd6c606
+Size (basic-stats-0.1.0.8-2c399beda7a0dbc8f3473d40e29f16716e083d47.tar.gz) = 17204 bytes


Home | Main Index | Thread Index | Old Index