| Port details on branch 2026Q1 |
- miller Sed/awk/cut/join/sort for name-indexed data such as CSV, TSV and JSON
- 6.16.0_3 textproc
=0 6.16.0_3Version of this port present on the latest quarterly branch. - Maintainer: adamw@FreeBSD.org
 - Port Added: 2026-01-25 01:42:26
- Last Update: 2026-03-06 03:52:43
- Commit Hash: ef8f442
- 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 = 1767386219
SHA256 (go/textproc_miller/johnkerl-miller-v6.16.0_GH0/go.mod) = add4047bf91ed3492ee9e3b197d1a692292082c089569a5bd345a02c424f47ed
SIZE (go/textproc_miller/johnkerl-miller-v6.16.0_GH0/go.mod) = 1594
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- go124 : lang/go124
- Fetch dependencies:
-
- go124 : lang/go124
- 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:
|