svn commit: r496574 - in head/textproc: . datamash
Alexey Dokuchaev
danfe at FreeBSD.org
Fri Mar 22 15:08:52 UTC 2019
Author: danfe
Date: Fri Mar 22 15:08:50 2019
New Revision: 496574
URL: https://svnweb.freebsd.org/changeset/ports/496574
Log:
GNU Datamash is a command-line program which performs basic numeric,
textual, and statistical operations on input textual data files.
WWW: https://www.gnu.org/software/datamash/
Added:
head/textproc/datamash/
head/textproc/datamash/Makefile (contents, props changed)
head/textproc/datamash/distinfo (contents, props changed)
head/textproc/datamash/pkg-descr (contents, props changed)
head/textproc/datamash/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Fri Mar 22 15:01:22 2019 (r496573)
+++ head/textproc/Makefile Fri Mar 22 15:08:50 2019 (r496574)
@@ -116,6 +116,7 @@
SUBDIR += da-aspell
SUBDIR += da-hyphen
SUBDIR += dadadodo
+ SUBDIR += datamash
SUBDIR += db2latex
SUBDIR += dbacl
SUBDIR += dblatex
Added: head/textproc/datamash/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/datamash/Makefile Fri Mar 22 15:08:50 2019 (r496574)
@@ -0,0 +1,29 @@
+# Created by: Alexey Dokuchaev <danfe at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= datamash
+PORTVERSION= 1.4
+CATEGORIES= textproc
+MASTER_SITES= GNU
+
+MAINTAINER= danfe at FreeBSD.org
+COMMENT= Numeric, textual, and statistical operations on text files
+
+LICENSE= GPLv3+
+
+USES= gmake
+GNU_CONFIGURE= yes
+
+INFO= ${PORTNAME}
+
+OPTIONS_DEFINE= EXAMPLES NLS
+OPTIONS_SUB= yes
+
+NLS_USES= gettext-runtime
+NLS_CONFIGURE_OFF= --disable-nls
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^examplesdir/s,$$(.*,${EXAMPLESDIR},' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>
Added: head/textproc/datamash/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/datamash/distinfo Fri Mar 22 15:08:50 2019 (r496574)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1545533672
+SHA256 (datamash-1.4.tar.gz) = fa44dd2d5456bcb94ef49dfc6cfe62c83fd53ac435119a85d34e6812f6e6472a
+SIZE (datamash-1.4.tar.gz) = 2013538
Added: head/textproc/datamash/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/datamash/pkg-descr Fri Mar 22 15:08:50 2019 (r496574)
@@ -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, reliable, and aid researchers to easily
+automate analysis pipelines, without writing code or even short scripts.
+
+WWW: https://www.gnu.org/software/datamash/
Added: head/textproc/datamash/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/datamash/pkg-plist Fri Mar 22 15:08:50 2019 (r496574)
@@ -0,0 +1,20 @@
+bin/datamash
+man/man1/datamash.1.gz
+%%DATADIR%%/bash-completion.d/datamash
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/genes.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/genes_h.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/readme.md
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scores.txt
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/scores_h.txt
+%%NLS%%share/locale/da/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/de/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/eo/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/es/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/fr/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/nb/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/nl/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/pt_BR/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/sr/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/sv/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/uk/LC_MESSAGES/datamash.mo
+%%NLS%%share/locale/vi/LC_MESSAGES/datamash.mo
More information about the svn-ports-head
mailing list