diff options
author | adam <adam@pkgsrc.org> | 2022-03-17 21:19:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-03-17 21:19:30 +0000 |
commit | a8c544256e5a38f00aad597cb90291ec50b2d613 (patch) | |
tree | ff34105d9ae24290f31a74d5f523cba009262275 /textproc | |
parent | 908749a6b2daa2742bf167fd6f1c844d8fa5e0e7 (diff) | |
download | pkgsrc-a8c544256e5a38f00aad597cb90291ec50b2d613.tar.gz |
ugrep: updated to 3.7.6
ugrep v3.7.6
New --min-count option, new --hexdump options to grep binary files and display binary matches in hexadecimal with n hex lines before and after the match with --hexdump=Cn, --hexdump=An for n lines after and --hexdump=Bn for n lines before. Omitting n defaults to the entire matching line. Option -X is equivalent to --hexdump=2C for 2 hex columns per line and entire matching line as context. Includes user experience improvements, such as additional --help information and --stats details. This incremental update skips sysfd files that are empty and not searchable (e.g. located in /proc and /sys). We also made ugrep faster overall with performance improvements. More coming soon!
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ugrep/Makefile | 4 | ||||
-rw-r--r-- | textproc/ugrep/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile index 234925d68a9..c7bd0c4fa4d 100644 --- a/textproc/ugrep/Makefile +++ b/textproc/ugrep/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2022/03/15 10:25:06 adam Exp $ +# $NetBSD: Makefile,v 1.31 2022/03/17 21:19:30 adam Exp $ -DISTNAME= ugrep-3.7.5 +DISTNAME= ugrep-3.7.6 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo index 507c9a9ab8c..c29263ac036 100644 --- a/textproc/ugrep/distinfo +++ b/textproc/ugrep/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.28 2022/03/15 10:25:06 adam Exp $ +$NetBSD: distinfo,v 1.29 2022/03/17 21:19:30 adam Exp $ -BLAKE2s (ugrep-3.7.5.tar.gz) = e0362dc1321ec15c02aa2a1ef9e8b0e7510ba953963bce8a3088b929892a419d -SHA512 (ugrep-3.7.5.tar.gz) = 180e5341ba4c05c4b9982f71f946428e62dae5e84e3a2450f95ffaa62f40893832a2f0d7006936165622230a77bc3f456aa20dbbc10c03230d00daa870ba875d -Size (ugrep-3.7.5.tar.gz) = 4412060 bytes +BLAKE2s (ugrep-3.7.6.tar.gz) = 42b3c93f2e5cdc8adef412a2354411ddc662f0a5f0da77b7a21fcd45d960b7f7 +SHA512 (ugrep-3.7.6.tar.gz) = 5f101f46fcf05a8ad22097fdeacb1530058f9887050b19b5517283772eb8ebcd4cd14537bee1384a525c15446627c169d1e082228a78855ec4e68ef7820273da +Size (ugrep-3.7.6.tar.gz) = 4413024 bytes |