Path to this page:
./
textproc/hck,
Sharp cut(1) clone
Branch: CURRENT,
Version: 0.10.1,
Package name: hck-0.10.1,
Maintainer: pinhck 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.
Required to build:[
devel/cmake] [
lang/rust]
Master sites:
Version history: (Expand)
- (2024-06-24) Updated to version: hck-0.10.1
- (2024-04-15) Updated to version: hck-0.10.0
- (2023-04-12) Updated to version: hck-0.9.2
- (2023-01-26) Updated to version: hck-0.9.1
- (2022-06-08) Updated to version: hck-0.7.5
- (2022-05-10) Package added to pkgsrc.se, version hck-0.7.2 (created)
CVS history: (Expand)
2024-04-15 21:33:55 by pin | Files touched by this commit (3) | |
Log message:
textproc/hck: update to 0.10.0
v0.10.0
- feat Update deps from @0323pin
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-04-12 12:23:24 by pin | Files touched by this commit (3) | |
Log message:
textproc/hck: update to 0.9.2
- clarify and update license
- update deps and thirdparty
|
2023-01-26 20:40:36 by pin | Files touched by this commit (2) | |
Log message:
textproc/hck: update to 0.9.1
- fix CI
|
2023-01-26 20:15:26 by pin | Files touched by this commit (3) | |
Log message:
textproc/hck: update to 0.9.0
v0.9.0
- feat: remove libgit2 dependency
v0.8.2
- fix: deb ci
v0.8.1
- fix: updated justfile
v0.8.0
- Bugfix Fixed output column reordering
- Updated deps and added dependabot
|
2022-06-08 13:33:43 by pin | Files touched by this commit (3) | |
Log message:
textproc/hck: update to 0.7.5
v0.7.5
[Bugfix] Invalid thirdparty file fixed
v0.7.4
[Improvement] Updated deps to get latest gzp and thereby latest flate2,
fix thirdparty.yml
v0.7.3
[Improvement] Updated deps to get latest gzp and thereby latest flate2
|
2022-05-12 11:35:44 by pin | Files touched by this commit (1) |
Log message:
textproc/hck: needs cmake
|
2022-05-09 23:52:34 by pin | Files touched by this commit (5) |
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.
|