textproc/miller - The NetBSD Packages Collection

Command-line CSV processor

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.

This is something the Unix toolkit always could have done, and
arguably always should have done. 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. (Miller can handle positionally-indexed
data as a special case.)

Build dependencies

lang/go121 pkgtools/mktools devel/m4 pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64miller-6.9.0nb4.tgz
NetBSD 10.0aarch64miller-6.7.0.tgz
NetBSD 10.0aarch64miller-6.9.0nb2.tgz
NetBSD 10.0earmv7hfmiller-6.9.0nb4.tgz
NetBSD 10.0earmv7hfmiller-6.7.0.tgz
NetBSD 10.0earmv7hfmiller-6.9.0nb2.tgz
NetBSD 10.0i386miller-6.9.0nb4.tgz
NetBSD 10.0i386miller-6.9.0nb2.tgz
NetBSD 10.0x86_64miller-6.9.0nb4.tgz
NetBSD 10.0_BETAx86_64miller-6.9.0nb1.tgz
NetBSD 8.0i386miller-6.7.0.tgz
NetBSD 8.0i386miller-6.9.0nb4.tgz
NetBSD 8.0powerpcmiller-5.10.4.tgz
NetBSD 8.0x86_64miller-6.9.0nb2.tgz
NetBSD 8.0x86_64miller-6.7.0.tgz
NetBSD 8.0x86_64miller-6.9.0nb4.tgz
NetBSD 9.0aarch64miller-6.9.0nb4.tgz
NetBSD 9.0aarch64miller-6.7.0.tgz
NetBSD 9.0aarch64miller-6.9.0nb2.tgz
NetBSD 9.0alphamiller-5.10.4.tgz
NetBSD 9.0earmmiller-5.10.4.tgz
NetBSD 9.0earmv7hfmiller-6.9.0nb4.tgz
NetBSD 9.0earmv7hfmiller-6.7.0.tgz
NetBSD 9.0earmv7hfmiller-6.9.0nb2.tgz
NetBSD 9.0i386miller-6.9.0nb2.tgz
NetBSD 9.0i386miller-6.9.0nb4.tgz
NetBSD 9.0powerpcmiller-5.10.4.tgz
NetBSD 9.0sh3elmiller-5.10.4.tgz
NetBSD 9.0sparc64miller-5.10.4.tgz
NetBSD 9.0sparcmiller-5.10.4.tgz
NetBSD 9.0x86_64miller-6.9.0nb4.tgz
NetBSD 9.0x86_64miller-6.9.0.tgz
NetBSD 9.0x86_64miller-6.9.0nb1.tgz
NetBSD 9.0x86_64miller-6.9.0nb2.tgz
NetBSD 9.3x86_64miller-6.7.0nb1.tgz
NetBSD 9.3x86_64miller-6.9.0nb4.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.