summaryrefslogtreecommitdiff
path: root/textproc/ugrep
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-03-15 10:25:06 +0000
committeradam <adam@pkgsrc.org>2022-03-15 10:25:06 +0000
commitd07efa227765bdca481483fc671a8f985e9ca870 (patch)
treef321de33d14378eb751bb323199dce401880187a /textproc/ugrep
parenta222ad9c11546d7df7a2cfd84ea8db127b103e00 (diff)
downloadpkgsrc-d07efa227765bdca481483fc671a8f985e9ca870.tar.gz
ugrep: updated to 3.7.5
ugrep v3.7.5 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/ugrep')
-rw-r--r--textproc/ugrep/Makefile4
-rw-r--r--textproc/ugrep/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/ugrep/Makefile b/textproc/ugrep/Makefile
index a7ee6dd92d2..234925d68a9 100644
--- a/textproc/ugrep/Makefile
+++ b/textproc/ugrep/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2022/02/25 13:40:12 fcambus Exp $
+# $NetBSD: Makefile,v 1.30 2022/03/15 10:25:06 adam Exp $
-DISTNAME= ugrep-3.7.4
+DISTNAME= ugrep-3.7.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo
index 9d77d4d7881..507c9a9ab8c 100644
--- a/textproc/ugrep/distinfo
+++ b/textproc/ugrep/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2022/02/25 13:40:12 fcambus Exp $
+$NetBSD: distinfo,v 1.28 2022/03/15 10:25:06 adam Exp $
-BLAKE2s (ugrep-3.7.4.tar.gz) = 71e398b1fb715f07114171e2315e114987f392866486eaa67323a44239316e24
-SHA512 (ugrep-3.7.4.tar.gz) = 9d71c7ce6d7115c9225f326386257f4a2549c8186b52bb270cb7c63e11372fca5407824239d0029b7c523311372d02f0baff1a891fa09ff1ee2a48f074276dec
-Size (ugrep-3.7.4.tar.gz) = 4411820 bytes
+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