pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/ugrep
Module Name: pkgsrc
Committed By: adam
Date: Mon May 9 11:19:31 UTC 2022
Modified Files:
pkgsrc/textproc/ugrep: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/textproc/ugrep/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/ugrep/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/ugrep/Makefile
diff -u pkgsrc/textproc/ugrep/Makefile:1.34 pkgsrc/textproc/ugrep/Makefile:1.35
--- pkgsrc/textproc/ugrep/Makefile:1.34 Sun Apr 10 12:21:30 2022
+++ pkgsrc/textproc/ugrep/Makefile Mon May 9 11:19:31 2022
@@ -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}
Index: pkgsrc/textproc/ugrep/distinfo
diff -u pkgsrc/textproc/ugrep/distinfo:1.32 pkgsrc/textproc/ugrep/distinfo:1.33
--- pkgsrc/textproc/ugrep/distinfo:1.32 Sun Apr 10 12:21:30 2022
+++ pkgsrc/textproc/ugrep/distinfo Mon May 9 11:19:31 2022
@@ -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