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.15
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Sat Sep 18 20:02:10 2021 -0500
Changeset: c27b51a40f6864b5378d69b399c5aae3ef674899
Modified Files:
basic-stats/Makefile
basic-stats/PLIST
basic-stats/distinfo
Log Message:
basic-stats: Update to 0.1.0.15
Add accessors and mutators for statsf_list_t
Add plist var for case-insensitive FSs
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c27b51a40f6864b5378d69b399c5aae3ef674899
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
basic-stats/Makefile | 16 ++++++++++++++--
basic-stats/PLIST | 33 +++++++++++++++++++++------------
basic-stats/distinfo | 8 ++++----
3 files changed, 39 insertions(+), 18 deletions(-)
diffs:
diff --git a/basic-stats/Makefile b/basic-stats/Makefile
index 8ae32c1cd9..1e26088acb 100644
--- a/basic-stats/Makefile
+++ b/basic-stats/Makefile
@@ -5,16 +5,28 @@
# Wed May 20 07:41:36 CDT 2020 #
###########################################################
-DISTNAME= basic-stats-0.1.0.13
+DISTNAME= basic-stats-0.1.0.15
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GITHUB:=auerlab/}
-GITHUB_TAG= 331bd2679d64e207944936a264ffe6a731a19ce1
+GITHUB_TAG= a0f075831c39351beaad21c1eee8cd656bc2cd23
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
+BUILD_TARGET= apple
+INSTALL_TARGET= apple-install
+.else
+INSTALL_TARGET= install
+PLIST.cs= yes
+.endif
+
+PLIST_VARS= cs
+
pre-build:
cd ${WRKSRC} && ${MAKE} LOCALBASE=${LOCALBASE} depend
diff --git a/basic-stats/PLIST b/basic-stats/PLIST
index f850d09578..98a8aa7eac 100644
--- a/basic-stats/PLIST
+++ b/basic-stats/PLIST
@@ -11,26 +11,35 @@ man/man1/basic-stats.1
man/man3/STATSF_ARRAY_SIZE.3
man/man3/STATSF_CODE.3
man/man3/STATSF_COL.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
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
+${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_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_SUM.3
+${PLIST.cs}man/man3/STATSF_SET_SUM_X.3
+${PLIST.cs}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_list_set_count.3
+man/man3/statsf_list_set_functions_ae.3
+man/man3/statsf_list_set_functions_cpy.3
man/man3/statsf_set_array_size.3
man/man3/statsf_set_code.3
man/man3/statsf_set_col.3
diff --git a/basic-stats/distinfo b/basic-stats/distinfo
index 2a91c19cbe..a6e08759f4 100644
--- a/basic-stats/distinfo
+++ b/basic-stats/distinfo
@@ -1,6 +1,6 @@
$NetBSD$
-SHA1 (basic-stats-0.1.0.13-331bd2679d64e207944936a264ffe6a731a19ce1.tar.gz) = 2b600e213b1311405bc780025fbadedf2f8ae2db
-RMD160 (basic-stats-0.1.0.13-331bd2679d64e207944936a264ffe6a731a19ce1.tar.gz) = 686f8937a838a07a6d4336369309d8849dcee798
-SHA512 (basic-stats-0.1.0.13-331bd2679d64e207944936a264ffe6a731a19ce1.tar.gz) = ca530359ab6e0936d6a10e1262278d6137c933c7aecd9c6122da8331d96032f5cb5353488e3fd715c35680f43052ebdc1231f61d640587f2c86ff02d14315393
-Size (basic-stats-0.1.0.13-331bd2679d64e207944936a264ffe6a731a19ce1.tar.gz) = 17567 bytes
+SHA1 (basic-stats-0.1.0.15-a0f075831c39351beaad21c1eee8cd656bc2cd23.tar.gz) = 0b1e51b55e1412d66ece5244999bac310fc33df8
+RMD160 (basic-stats-0.1.0.15-a0f075831c39351beaad21c1eee8cd656bc2cd23.tar.gz) = b2a4c68768260e916898f522aea481c8919800e2
+SHA512 (basic-stats-0.1.0.15-a0f075831c39351beaad21c1eee8cd656bc2cd23.tar.gz) = 9c44f477e98b98bb594af2626e04b83c1da416d7ebf75f6997eaa7792d3119c913a53e34b2bfd3af1a03036a3def5011606ac3557a85e64dc4e3f9df1d69227c
+Size (basic-stats-0.1.0.15-a0f075831c39351beaad21c1eee8cd656bc2cd23.tar.gz) = 19729 bytes
Home |
Main Index |
Thread Index |
Old Index