diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-07 02:09:51 +0800 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-02-07 02:09:51 +0800 |
commit | de555e8f1a859a7731f27ba044732e3c2884edb5 (patch) | |
tree | 440f13a3eb0850e313f824fd62840b3826013dc5 /textproc/Makefile | |
parent | 0afe66f90c5bbee0a64df61e72579dc0ae367c76 (diff) | |
download | freebsd-ports-gnome-de555e8f1a859a7731f27ba044732e3c2884edb5.tar.gz freebsd-ports-gnome-de555e8f1a859a7731f27ba044732e3c2884edb5.tar.zst freebsd-ports-gnome-de555e8f1a859a7731f27ba044732e3c2884edb5.zip |
New port: textproc/miller
Miller is like sed, awk, cut, join, and sort for name-indexed data such
as CSV.
With Miller you get to use named fields without needing to count
positional indices.
WWW: http://johnkerl.org/miller/doc/
PR: 206785
Requested by: jungleboogie0@gmail.com
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 9a95722b43a0..362347a04c5b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -471,6 +471,7 @@ SUBDIR += mguesser SUBDIR += mi-aspell SUBDIR += mifluz + SUBDIR += miller SUBDIR += minised SUBDIR += mk-aspell SUBDIR += mkcatalog |