summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2022-02-25 13:40:12 +0000
committerfcambus <fcambus@pkgsrc.org>2022-02-25 13:40:12 +0000
commitfac00aaf216208b2984a36c421447f487a31b09c (patch)
tree7dc3d4787d9fb464f52aef5a8b78fc0d903eb665 /textproc
parentfcb2e92e7cd0a79116f809f16de90c2c4b9697f4 (diff)
downloadpkgsrc-fac00aaf216208b2984a36c421447f487a31b09c.tar.gz
ugrep: update to 3.7.4.
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. We also made ugrep faster overall with performance improvements.
Diffstat (limited to 'textproc')
-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 104af32c2d1..a7ee6dd92d2 100644
--- a/textproc/ugrep/Makefile
+++ b/textproc/ugrep/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/02/21 16:42:46 adam Exp $
+# $NetBSD: Makefile,v 1.29 2022/02/25 13:40:12 fcambus Exp $
-DISTNAME= ugrep-3.7.3
+DISTNAME= ugrep-3.7.4
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/textproc/ugrep/distinfo b/textproc/ugrep/distinfo
index 4eaca2fade4..9d77d4d7881 100644
--- a/textproc/ugrep/distinfo
+++ b/textproc/ugrep/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2022/02/21 16:42:46 adam Exp $
+$NetBSD: distinfo,v 1.27 2022/02/25 13:40:12 fcambus Exp $
-BLAKE2s (ugrep-3.7.3.tar.gz) = e0dba0dbb8d7af5ea4036fea1131af390178c7d8962d9b5078abde89dbe931a1
-SHA512 (ugrep-3.7.3.tar.gz) = 0187b8dff62024ccca1ceebb3eea57b59a4962675a45820cddd9d1954b01ea7f6c68695cf6d47f874fa856e2eab582c6d8fb19f40fd995e3ddaf51f8f5789b0a
-Size (ugrep-3.7.3.tar.gz) = 4411566 bytes
+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