# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 go.setup github.com/johnkerl/miller 6.13.0 v github.tarball_from archive revision 0 homepage https://johnkerl.org/miller/doc description \ Miller is like awk, sed, cut, join, and sort for name-indexed data such \ as CSV, TSV, and tabular JSON long_description \ {*}${description}. You get to work with your data using named fields, \ without needing to count positional column indices. It operates on \ key-value-pair data while the familiar Unix tools operate on \ integer-indexed fields: if the natural data structure for the latter is \ the array, then Miller’s natural data structure is the insertion-ordered \ hash map. This encompasses a variety of data formats, including but not \ limited to the familiar CSV, TSV, and JSON. (Miller can handle \ positionally-indexed data as a special case.) categories textproc installs_libs no license BSD maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer set bin_name mlr build.target ./cmd/${bin_name} notes "miller is installed as ${bin_name}" github.livecheck.regex \ {([0-9.]+)} destroot { # binary xinstall -m 0755 ${worksrcpath}/${bin_name} ${destroot}${prefix}/bin/ # man page xinstall -m 0444 \ ${worksrcpath}/man/${bin_name}.1 ${destroot}${prefix}/share/man/man1/ # misc files xinstall -d ${destroot}${prefix}/share/${name}/ xinstall -m 0755 \ ${worksrcpath}/README.md ${destroot}${prefix}/share/${name}/ # vim config & syntax copy ${worksrcpath}/vim ${destroot}${prefix}/share/${name}/ xinstall -d ${destroot}${prefix}/share/vim/vimfiles/ftdetect/ ln -sf ${prefix}/share/${name}/vim/ftdetect/${bin_name}.vim \ ${destroot}${prefix}/share/vim/vimfiles/ftdetect/ xinstall -d ${destroot}${prefix}/share/vim/vimfiles/syntax/ ln -sf ${prefix}/share/${name}/vim/syntax/${bin_name}.vim \ ${destroot}${prefix}/share/vim/vimfiles/syntax/ } checksums ${distname}${extract.suffix} \ rmd160 702e8e500c4cacda0cae9ad94516f6b543d9fefe \ sha256 6beca48af3066fc8d87c3ce17c5dd3debac61ff8f296c0e95c0634fd3ab05599 \ size 11082724 go.vendors gopkg.in/yaml.v3 \ lock v3.0.1 \ rmd160 e85ac1368fb7f9ef945b7fd7bd608a1f0d261c12 \ sha256 f3ea6be3f405ec25f8799773355aba54f8831d11f5315a01155bdc69b92eca7b \ size 91208 \ gopkg.in/check.v1 \ lock 20d25e280405 \ rmd160 412aa0d109919182ff84259e9b5bbc9f24d78117 \ sha256 233f8faf427ce6701ac3427f85c28bc6b6ae7cdc97a303a52873c69999223325 \ size 30360 \ golang.org/x/text \ lock v0.18.0 \ rmd160 3e5a1cb8e141cf12ec79d1eab772321e81b07a60 \ sha256 6e7c97372c202ad9843ff3c45d8e945b2dfecb31ada4d3271e8022e54f833bb9 \ size 8972482 \ golang.org/x/term \ lock v0.24.0 \ rmd160 0c07221782908de525f7ee67c888a154560035cf \ sha256 74ca2a12c437881f515a8eeea3e5299582a896d9faff563b44067bd6d36d835b \ size 14752 \ golang.org/x/sys \ lock v0.25.0 \ rmd160 55d28e9a063084b6785b7f62b304ec1d1a20a0a5 \ sha256 b73bf6a693f6ead22a333323731ab80d829685cab4e98e3e9c0bc1e3eb9e5d58 \ size 1507013 \ github.com/stretchr/testify \ lock v1.9.0 \ rmd160 59147e117812fdf8270ec79e46a229c472caf08d \ sha256 e6fa4f530cad5bac94bf08af05ddd1f569aeac8db4017ab4330ab7fe2802a6a3 \ size 108716 \ github.com/pmezard/go-difflib \ lock v1.0.0 \ rmd160 fc879bfbdef9e3ff50844def58404e2b5a613ab8 \ sha256 7cd492737641847266115f3060489a67f63581e521a8ec51efbc280c33fc991f \ size 11409 \ github.com/pkg/profile \ lock v1.7.0 \ rmd160 2aa12887cb03c1c41fb2a1ac999d4060d6ddb3ba \ sha256 cb3e51c2cd888693805eb4172be242ff72ffdb8242c881e2d7df92cabcbd07e5 \ size 6062 \ github.com/nine-lives-later/go-windows-terminal-sequences \ lock v1.0.4 \ rmd160 fe4cfffdd4d3b737a9bd9b6018a38c5c50e2676f \ sha256 1485d19b41de4e7d7abf62750bdb938a73882c25765b3744d68e759f71e1b153 \ size 1998 \ github.com/mattn/go-isatty \ lock v0.0.20 \ rmd160 ef20ccdf87de8b704c0c7118625b2beb31d8f1b4 \ sha256 397549e98cf5d40df585f31dc7902f017c37be88c64311dd2b4aeccab4009949 \ size 4717 \ github.com/lestrrat-go/strftime \ lock v1.1.0 \ rmd160 24015b0d97bdd075f677ce4531ddd3f5b597622f \ sha256 3825a3332c8ed33ea10fcb85fd286819bd007b91b33e754bef1ebeabf063b030 \ size 16272 \ github.com/lestrrat-go/envload \ lock a3eb8ddeffcc \ rmd160 0301a6e0e1d6d288d7d5777f42ad711ce5102799 \ sha256 0db2732c2abc6d963e545b342343ea6f09db7f8f8cac9772effadf9d1ffc2020 \ size 3823 \ github.com/klauspost/compress \ lock v1.17.10 \ rmd160 e366fa60daf4fb4542e5980dc1c6a1f3e525f494 \ sha256 1df9f704609008d67d0e902d637131ea31c863e04600fa51ce55f7f0c95d5067 \ size 38750443 \ github.com/kballard/go-shellquote \ lock 95032a82bc51 \ rmd160 40415cd59ece9fb38b22170feec07f1f48d518a2 \ sha256 41aa42696f96fb2783c5135d71ff1ec5938dfe178b51eb703e509c8ac0e7db4e \ size 4335 \ github.com/johnkerl/lumin \ lock v1.0.0 \ rmd160 ecb800f977446e2abbbaca8a3b022baa5588c759 \ sha256 786610567d54ee582554a3a8198f394184d083a2a28fa15f5f55b4cdd32fa456 \ size 514803 \ github.com/google/pprof \ lock 6f57359322fd \ rmd160 82347b1db61af9feccf9c0e1c89375d25f360113 \ sha256 564177a1edfc6f55ef189200811d6e0c28da55dbd2ba14a14a035cc54aa91196 \ size 1723012 \ github.com/felixge/fgprof \ lock v0.9.3 \ rmd160 e149961a77d109e5f63077096ab666821bbacb3f \ sha256 238fbb7d14bb00dc69e050830ba7110387d87d52fe87fed0b9fe73ad3467988e \ size 340554 \ github.com/facette/natsort \ lock 2cd4dd1e2dcb \ rmd160 4a611235a575e18fbbc8e2ff0cdccdc1a981f1de \ sha256 812511163baf5bf7a0c2a39c624d3a0a085aa6ed14227dc1b7f8043d0ca8f569 \ size 2889 \ github.com/davecgh/go-spew \ lock v1.1.1 \ rmd160 7c02883aa81f81aca14e13a27fdca9e7fbc136f7 \ sha256 e85d6afa83e64962e0d63dd4812971eccf2b9b5445eda93f46a4406f0c177d5f \ size 42171