pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ugrep ugrep: update to 3.7.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e603b2981458
branches: trunk
changeset: 374717:e603b2981458
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Fri Feb 25 13:40:12 2022 +0000
description:
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:
textproc/ugrep/Makefile | 4 ++--
textproc/ugrep/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 98f9166904e1 -r e603b2981458 textproc/ugrep/Makefile
--- a/textproc/ugrep/Makefile Fri Feb 25 12:19:15 2022 +0000
+++ b/textproc/ugrep/Makefile Fri Feb 25 13:40:12 2022 +0000
@@ -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 -r 98f9166904e1 -r e603b2981458 textproc/ugrep/distinfo
--- a/textproc/ugrep/distinfo Fri Feb 25 12:19:15 2022 +0000
+++ b/textproc/ugrep/distinfo Fri Feb 25 13:40:12 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index