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.10
details: https://anonhg.NetBSD.org/pkgsrc/rev/32712ed1614e
branches: trunk
changeset: 378914:32712ed1614e
user: adam <adam%pkgsrc.org@localhost>
date: Mon May 09 11:19:31 2022 +0000
description:
ugrep: updated to 3.7.10
v3.7.10
Updated option -Z (--fuzzy) can now be combined with -U (--binary) to fuzzy match bytes instead of Unicode characters. Additional --stats results with total lines searched and matched, and time
elapsed. New complementary options --min-depth, --max-depth, --min-line and --max-line which are added for consistency with the updated options --min-count and --max-count. Updated the --min-count
option, which can now be combined with any other option except with -v (--invert-match). Updated option -K (--range) to take a MAX argument instead of a FIRST argument for consistency with other
min/max options. Recursive searching sysfd, such as /proc and /sys, no longer blocks on special files/devices. Fixed inconsistent colorization with option -v when used with context options -A, -B and
-C. Fixed option -r when combined with file argument - (read standard input), which does both, like GNU grep. Other minor improvements and fixes.
diffstat:
textproc/ugrep/Makefile | 4 ++--
textproc/ugrep/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r c53ad71f0759 -r 32712ed1614e textproc/ugrep/Makefile
--- a/textproc/ugrep/Makefile Mon May 09 11:16:27 2022 +0000
+++ b/textproc/ugrep/Makefile Mon May 09 11:19:31 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2022/04/10 12:21:30 adam Exp $
+# $NetBSD: Makefile,v 1.35 2022/05/09 11:19:31 adam Exp $
-DISTNAME= ugrep-3.7.9
+DISTNAME= ugrep-3.7.10
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r c53ad71f0759 -r 32712ed1614e textproc/ugrep/distinfo
--- a/textproc/ugrep/distinfo Mon May 09 11:16:27 2022 +0000
+++ b/textproc/ugrep/distinfo Mon May 09 11:19:31 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.32 2022/04/10 12:21:30 adam Exp $
+$NetBSD: distinfo,v 1.33 2022/05/09 11:19:31 adam Exp $
-BLAKE2s (ugrep-3.7.9.tar.gz) = 58972b61c246517873cbf5d4485eef7fbbaa9f94c5df415c890da9b3698aeb96
-SHA512 (ugrep-3.7.9.tar.gz) = 92b0134074e4e3873d45d96af5514e064fc328ae58fd033c501aea621e23a96adcb50e943e6ec492d868b9cedd67f51f48cb4ad2fe859e2a2a49734225e0aa47
-Size (ugrep-3.7.9.tar.gz) = 4415757 bytes
+BLAKE2s (ugrep-3.7.10.tar.gz) = 8bb7318239212a01249c8d2abc88c9ab6aa6876821b919cef0b1829303aefa6d
+SHA512 (ugrep-3.7.10.tar.gz) = 14fa8496764aaa17c09f8ae240192355835016aaeeecae917ea3afacca132a84a16d597deae8f0e26f152d3e58889e7770116ca4ed535f791339bebd7fc138d5
+Size (ugrep-3.7.10.tar.gz) = 4416069 bytes
Home |
Main Index |
Thread Index |
Old Index