Skip to content

Commit

Permalink
datamash-1.3 (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
fd00 committed Mar 28, 2018
1 parent 4938cde commit 774335b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 33 deletions.
38 changes: 21 additions & 17 deletions datamash/README
Original file line number Diff line number Diff line change
@@ -1,49 +1,47 @@
datamash
------------------------------------------
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.
GNU Datamash is a command-line program which performs basic numeric,textual and
statistical operations on input textual data files.

Runtime requirements:
cygwin-2.1.0-1
libintl8-0.19.4-1
cygwin-2.10.0-1
libintl8-0.19.8.1-2

Build requirements:
(besides corresponding -devel packages)
autoconf-13-1
automake-9-1
binutils-2.25-2
cygport-0.20.1-1
gcc-core-4.9.3-1
make-4.1-1
automake-10-1
binutils-2.29-1
cygport-0.31.0-1
gcc-core-6.4.0-5
make-4.2.1-2

Canonical website:
http://www.gnu.org/software/datamash/

Canonical download:
mirror://gnu/datamash/datamash-1.0.7.tar.gz
mirror://gnu/datamash/datamash-1.3.tar.gz

-------------------------------------------

Build instructions:
1. unpack datamash-1.0.7-X-src.tar.xz
1. unpack datamash-1.3-X-src.tar.xz
2. if you use setup to install this src package,
it will be unpacked under /usr/src automatically
% cd /usr/src
% cygport ./datamash-1.0.7-X.cygport all
% cygport ./datamash-1.3-X.cygport all

This will create:
/usr/src/datamash-1.0.7-X-src.tar.xz
/usr/src/datamash-1.0.7-X.tar.xz
/usr/src/datamash-1.3-X-src.tar.xz
/usr/src/datamash-1.3-X.tar.xz

-------------------------------------------

Files included in the binary package:

(datamash)
/usr/bin/datamash.exe
/usr/share/bash-completion/completions/datamash
/usr/share/datamash/examples/genes.txt
/usr/share/datamash/examples/genes_h.txt
/usr/share/datamash/examples/readme.md
Expand All @@ -56,14 +54,17 @@ Files included in the binary package:
/usr/share/doc/datamash/NEWS
/usr/share/doc/datamash/README
/usr/share/doc/datamash/THANKS
/usr/share/doc/datamash/TODO
/usr/share/info/datamash.info.gz
/usr/share/locale/da/LC_MESSAGES/datamash.mo
/usr/share/locale/de/LC_MESSAGES/datamash.mo
/usr/share/locale/eo/LC_MESSAGES/datamash.mo
/usr/share/locale/fr/LC_MESSAGES/datamash.mo
/usr/share/locale/nb/LC_MESSAGES/datamash.mo
/usr/share/locale/nl/LC_MESSAGES/datamash.mo
/usr/share/locale/pt_BR/LC_MESSAGES/datamash.mo
/usr/share/locale/sr/LC_MESSAGES/datamash.mo
/usr/share/locale/sv/LC_MESSAGES/datamash.mo
/usr/share/locale/uk/LC_MESSAGES/datamash.mo
/usr/share/locale/vi/LC_MESSAGES/datamash.mo
/usr/share/man/man1/datamash.1.gz
Expand All @@ -72,6 +73,9 @@ Files included in the binary package:

Port Notes:

----- version 1.3-1bl1 -----
Version bump.

----- version 1.0.7-1bl1 -----
Version bump.

Expand Down
12 changes: 0 additions & 12 deletions datamash/datamash-1.0.7-1bl1.src.patch

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
CATEGORY="Math"
SUMMARY="Command-line program which performs basic numeric,textual and statistical operations on input textual data files"
DESCRIPTION="GNU Datamash is a command-line program which performs basic numeric,textual
and statistical operations on input textual data files.
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."
CYGCONF_ARGS="
--with-bash-completion-dir=/usr/share/bash-completion/completions
"

DIFF_EXCLUDES="
config.in
doc
"
11 changes: 11 additions & 0 deletions datamash/datamash-1.3-1bl1.src.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
--- origsrc/datamash-1.3/configure.ac 2018-01-25 09:24:31.000000000 +0900
+++ src/datamash-1.3/configure.ac 2018-03-28 08:34:17.848000000 +0900
@@ -9,7 +9,7 @@ dnl WITHOUT ANY WARRANTY, to the extent
dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

AC_INIT([GNU datamash],
- [m4_esyscmd([build-aux/git-version-gen .tarball-version])],
+ [1.3],
[assafgordon@gmail.com], [],
[https://www.gnu.org/software/datamash])

0 comments on commit 774335b

Please sign in to comment.