| Port details on branch 2026Q2 |
- miller Sed/awk/cut/join/sort for name-indexed data such as CSV, TSV and JSON
- 6.17.0_4 textproc
=0 6.17.0_4Version of this port present on the latest quarterly branch. - Maintainer: adamw@FreeBSD.org
 - Port Added: 2026-04-10 17:07:00
- Last Update: 2026-06-03 18:00:48
- Commit Hash: 3d69120
- License: BSD2CLAUSE
- WWW:
- https://johnkerl.org/miller/doc/
- Description:
- Miller is like awk, sed, cut, join, and sort for data formats such as
CSV, TSV, JSON, JSON Lines, and positionally-indexed.
With Miller, you get to use named fields without needing to count
positional indices. Then, on the fly, you can add new fields which are
functions of existing fields, drop fields, sort, aggregate
statistically, pretty-print, and more.
Miller 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/textproc/miller/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/miller
- pkg install miller
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: miller
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1771693992
SHA256 (go/textproc_miller/johnkerl-miller-v6.17.0_GH0/go.mod) = 72450b26d7986a79e64a2a6f60b248c8bf5221d6dd53ea4ac003c6c08b97c53c
SIZE (go/textproc_miller/johnkerl-miller-v6.17.0_GH0/go.mod) = 1691
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go125 : lang/go125
- Fetch dependencies:
-
- go125 : lang/go125
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_miller
- USES:
- cpe go:modules zip
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|