pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ugrep ugrep: updated to 3.7.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb7a21cfeaa6
branches:  trunk
changeset: 374419:bb7a21cfeaa6
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Feb 21 16:42:46 2022 +0000

description:
ugrep: updated to 3.7.3

ugrep v3.7.3

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. More coming soon!

diffstat:

 textproc/ugrep/Makefile |  4 ++--
 textproc/ugrep/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 6d6c2cc1530b -r bb7a21cfeaa6 textproc/ugrep/Makefile
--- a/textproc/ugrep/Makefile   Mon Feb 21 13:46:07 2022 +0000
+++ b/textproc/ugrep/Makefile   Mon Feb 21 16:42:46 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2022/02/08 21:00:55 adam Exp $
+# $NetBSD: Makefile,v 1.28 2022/02/21 16:42:46 adam Exp $
 
-DISTNAME=      ugrep-3.7.2
+DISTNAME=      ugrep-3.7.3
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=Genivia/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 6d6c2cc1530b -r bb7a21cfeaa6 textproc/ugrep/distinfo
--- a/textproc/ugrep/distinfo   Mon Feb 21 13:46:07 2022 +0000
+++ b/textproc/ugrep/distinfo   Mon Feb 21 16:42:46 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2022/02/08 21:00:55 adam Exp $
+$NetBSD: distinfo,v 1.26 2022/02/21 16:42:46 adam Exp $
 
-BLAKE2s (ugrep-3.7.2.tar.gz) = 4b7132c6fd6d9162198272dc8690782363d5ba550a81b3a720277b81cf0d14b8
-SHA512 (ugrep-3.7.2.tar.gz) = 92cce99b1e5d189c8ef30bf254f4b0caaa2e162beed74f6b04530aa8f138a053cf9f8afd35d99bfd537f5f2bebcd075b643c07fd61b4b8ecf57ce31529a7b0df
-Size (ugrep-3.7.2.tar.gz) = 4407650 bytes
+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



Home | Main Index | Thread Index | Old Index