pkgsrc-WIP-changes archive

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

datamash: add new package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jun 26 15:05:29 2016 +0200
Changeset:	f3f2e325eff100900d42416a60d4676e2f9801ee

Modified Files:
	Makefile
Added Files:
	datamash/DESCR
	datamash/Makefile
	datamash/PLIST
	datamash/distinfo

Log Message:
datamash: add new package

Import it into pkgsrc if you find it useful.

GNU Datamash is a command-line program which performs basic
numeric,textual and statistical operations on input textual data
files.

it is designed to be portable and reliable, and aid researchers to
easily automate analysis pipelines, without writing code or even
short scripts.

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

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

diffstat:
 Makefile          |  1 +
 datamash/DESCR    |  7 +++++++
 datamash/Makefile | 16 ++++++++++++++++
 datamash/PLIST    | 10 ++++++++++
 datamash/distinfo |  6 ++++++
 5 files changed, 40 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 9418767..c3a763b 100644
--- a/Makefile
+++ b/Makefile
@@ -451,6 +451,7 @@ SUBDIR+=	darcs-to-git
 SUBDIR+=	darkcoin
 SUBDIR+=	dart
 SUBDIR+=	dasm
+SUBDIR+=	datamash
 SUBDIR+=	datapipe
 SUBDIR+=	dates
 SUBDIR+=	dateutils
diff --git a/datamash/DESCR b/datamash/DESCR
new file mode 100644
index 0000000..4ed7486
--- /dev/null
+++ b/datamash/DESCR
@@ -0,0 +1,7 @@
+GNU Datamash is a command-line program which performs basic
+numeric,textual and statistical operations on input textual data
+files.
+
+it is designed to be portable and reliable, and aid researchers to
+easily automate analysis pipelines, without writing code or even
+short scripts.
diff --git a/datamash/Makefile b/datamash/Makefile
new file mode 100644
index 0000000..1b80333
--- /dev/null
+++ b/datamash/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	datamash-1.1.0
+CATEGORIES=	math
+MASTER_SITES=	${MASTER_SITE_GNU:=datamash/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://www.gnu.org/software/datamash/
+COMMENT=	Command-line program for basic textual and statistical operations
+LICENSE=	gnu-gpl-v3
+
+GNU_CONFIGURE=		yes
+INFO_FILES=		yes
+USE_TOOLS+=		gmake
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/datamash/PLIST b/datamash/PLIST
new file mode 100644
index 0000000..6bbcae1
--- /dev/null
+++ b/datamash/PLIST
@@ -0,0 +1,10 @@
+@comment $NetBSD$
+bin/datamash
+info/datamash.info
+man/man1/datamash.1
+share/datamash/bash-completion.d/datamash
+share/datamash/examples/genes.txt
+share/datamash/examples/genes_h.txt
+share/datamash/examples/readme.md
+share/datamash/examples/scores.txt
+share/datamash/examples/scores_h.txt
diff --git a/datamash/distinfo b/datamash/distinfo
new file mode 100644
index 0000000..87c8e69
--- /dev/null
+++ b/datamash/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (datamash-1.1.0.tar.gz) = d6c582b9050868a89b0c28aebc9fbbc5dd030ef5
+RMD160 (datamash-1.1.0.tar.gz) = af5cc8ffcfd10796c9cdb9991da5a21586bb5a8a
+SHA512 (datamash-1.1.0.tar.gz) = 5dd1209bbb43235d5ff2a197ffe12955fe4b9396a3ada754591be0ec00b0e335c5ad71d0e0fddacde50a9ae5f2332e48fdb74e3107eba159340ef480d8a75f91
+Size (datamash-1.1.0.tar.gz) = 1888720 bytes


Home | Main Index | Thread Index | Old Index