pkgsrc-WIP-changes archive

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

wip/basic-stats: import basic-stats-0.0.0.6



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed May 20 07:44:38 2020 -0500
Changeset:	081ccf152541ecfd968899c92d7d89c2b3ecc43c

Added Files:
	basic-stats/DESCR
	basic-stats/Makefile
	basic-stats/PLIST
	basic-stats/distinfo

Log Message:
wip/basic-stats: import basic-stats-0.0.0.6

Command-line tool to perform basic statistics on tabular data

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

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

diffstat:
 basic-stats/DESCR    |  1 +
 basic-stats/Makefile | 21 +++++++++++++++++++++
 basic-stats/PLIST    |  2 ++
 basic-stats/distinfo |  6 ++++++
 4 files changed, 30 insertions(+)

diffs:
diff --git a/basic-stats/DESCR b/basic-stats/DESCR
new file mode 100644
index 0000000000..f411b239dd
--- /dev/null
+++ b/basic-stats/DESCR
@@ -0,0 +1 @@
+Command-line tool to perform basic statistics on tabular data
diff --git a/basic-stats/Makefile b/basic-stats/Makefile
new file mode 100644
index 0000000000..e4d4e26888
--- /dev/null
+++ b/basic-stats/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+#
+###########################################################
+#                  Generated by fbsd2pkg                  #
+#              Wed May 20 07:41:36 CDT 2020               #
+###########################################################
+
+DISTNAME=	basic-stats-0.0.0.6
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_GITHUB:=auerlab/}
+GITHUB_TAG=	44713aed544443aa1b6682806bfe15c6a52c0708
+
+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
+
+post-install:
+	${STRIP} ${DESTDIR}${PREFIX}/bin/basic-stats
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/basic-stats/PLIST b/basic-stats/PLIST
new file mode 100644
index 0000000000..e6e60b9f33
--- /dev/null
+++ b/basic-stats/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD$
+bin/basic-stats
diff --git a/basic-stats/distinfo b/basic-stats/distinfo
new file mode 100644
index 0000000000..de2f628d23
--- /dev/null
+++ b/basic-stats/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (basic-stats-0.0.0.6-44713aed544443aa1b6682806bfe15c6a52c0708.tar.gz) = 26b3a500f1e4a0c8ad58001d30358448456f0828
+RMD160 (basic-stats-0.0.0.6-44713aed544443aa1b6682806bfe15c6a52c0708.tar.gz) = 87b974c5da0782950baf2f9bc82c8ffc97a62116
+SHA512 (basic-stats-0.0.0.6-44713aed544443aa1b6682806bfe15c6a52c0708.tar.gz) = ff2dce9342a9271dc283fe12c67fd6df14d9a24f440f467e3285464d04b08abbb02a440b05bf7af6eb5e893a19cb341d20de7e9633c4c55bfbacdaa9c88db2db
+Size (basic-stats-0.0.0.6-44713aed544443aa1b6682806bfe15c6a52c0708.tar.gz) = 4966 bytes


Home | Main Index | Thread Index | Old Index