diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-21 13:25:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-21 13:25:38 +0000 |
commit | 1c7e894cee1cae673528cbd7387fabba0656a080 (patch) | |
tree | a53346c593262336134c6e6c46c7a49d9cb725cd | |
parent | 8957a1edbd57fcac6a0e9a43d2fd200773e0b236 (diff) | |
download | pkgsrc-1c7e894cee1cae673528cbd7387fabba0656a080.tar.gz |
Update textproc/miller to 2.2.0:
Multi-character RS,FS,PS
You can process CRLF-terminated DKVP files with mlr --dkvp --rs
crlf.
You can process LF-terminated CSV files with mlr --csv --rs lf.
You can process TSV using mlr --fs tab; you can convert TSV to CSV
using mlr --ifs tab --ofs comma.
Along with many more possibilities.
Please see mlr -h for more information.
There is one minor, backward-incompatible change which I felt not
worth calling this 3.0.0: default field separator for NIDX format
is now space, not comma.
-rw-r--r-- | textproc/miller/Makefile | 4 | ||||
-rw-r--r-- | textproc/miller/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index 6a002a85786..d0583b578e3 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2015/09/06 23:23:30 mef Exp $ +# $NetBSD: Makefile,v 1.4 2015/09/21 13:25:38 wiz Exp $ -DISTNAME= miller-2.1.3 +DISTNAME= miller-2.2.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=johnkerl/} GITHUB_PROJECT= miller diff --git a/textproc/miller/distinfo b/textproc/miller/distinfo index 708319ef945..9ada890294f 100644 --- a/textproc/miller/distinfo +++ b/textproc/miller/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2015/09/06 23:23:30 mef Exp $ +$NetBSD: distinfo,v 1.4 2015/09/21 13:25:38 wiz Exp $ -SHA1 (miller-2.1.3.tar.gz) = aa9d4b6130c94adbf4e20855da6832be2a96ca7e -RMD160 (miller-2.1.3.tar.gz) = 3c793c23f67d37429c4494e5a80f952f4f5869c5 -Size (miller-2.1.3.tar.gz) = 3063069 bytes +SHA1 (miller-2.2.0.tar.gz) = 3eee6a6460aa7b194ccdecd5d3ac7e996a85e511 +RMD160 (miller-2.2.0.tar.gz) = 7d01957b8c55737fdbec7c3f9d14266e471c2d3f +Size (miller-2.2.0.tar.gz) = 3057857 bytes |