Subject: CVS commit: pkgsrc/textproc/hck
From: pin
Date: 2022-05-09 23:52:34
Message id: 20220509215234.CF1D1FA94@cvs.NetBSD.org

Log Message:
textproc/hck: import pkg

hck is a shortening of hack, a rougher form of cut.

A close to drop in replacement for cut that can use a regex delimiter instead
of a fixed string. Additionally this tool allows for specification of the order
of the output columns using the same column selection syntax as cut.

No single feature of hck on its own makes it stand out over awk, cut, xsv or
other such tools. Where hck excels is making common things easy, such as
reordering output fields, or splitting records on a weird delimiter. It is
meant to be simple and easy to use while exploring datasets. Think of this as
filling a gap between cut and awk.

Files:
RevisionActionfile
1.1addpkgsrc/textproc/hck/DESCR
1.1addpkgsrc/textproc/hck/Makefile
1.1addpkgsrc/textproc/hck/PLIST
1.1addpkgsrc/textproc/hck/cargo-depends.mk
1.1addpkgsrc/textproc/hck/distinfo