Sun Apr 10 12:21:30 2022 UTC ()
ugrep: updated to 3.7.9

ugrep v3.7.9
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.


(adam)
diff -r1.33 -r1.34 pkgsrc/textproc/ugrep/Makefile
diff -r1.31 -r1.32 pkgsrc/textproc/ugrep/distinfo

cvs diff -r1.33 -r1.34 pkgsrc/textproc/ugrep/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/ugrep/Makefile 2022/04/06 14:49:56 1.33
+++ pkgsrc/textproc/ugrep/Makefile 2022/04/10 12:21:30 1.34
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.33 2022/04/06 14:49:56 adam Exp $ 1# $NetBSD: Makefile,v 1.34 2022/04/10 12:21:30 adam Exp $
2 2
3DISTNAME= ugrep-3.7.8 3DISTNAME= ugrep-3.7.9
4CATEGORIES= textproc 4CATEGORIES= textproc
5MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
6GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/Genivia/ugrep 9HOMEPAGE= https://github.com/Genivia/ugrep
10COMMENT= Fast grep with many enhancements including Unicode support 10COMMENT= Fast grep with many enhancements including Unicode support
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13.include "options.mk" 13.include "options.mk"
14 14
15USE_LANGUAGES= c c++ 15USE_LANGUAGES= c c++
16USE_TOOLS+= gmake pkg-config 16USE_TOOLS+= gmake pkg-config

cvs diff -r1.31 -r1.32 pkgsrc/textproc/ugrep/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ugrep/distinfo 2022/04/06 14:49:56 1.31
+++ pkgsrc/textproc/ugrep/distinfo 2022/04/10 12:21:30 1.32
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.31 2022/04/06 14:49:56 adam Exp $ 1$NetBSD: distinfo,v 1.32 2022/04/10 12:21:30 adam Exp $
2 2
3BLAKE2s (ugrep-3.7.8.tar.gz) = f4a8dee293e145e05d57a8d50a892b0baafabe12fecbc689f9b9bba1fd5084c8 3BLAKE2s (ugrep-3.7.9.tar.gz) = 58972b61c246517873cbf5d4485eef7fbbaa9f94c5df415c890da9b3698aeb96
4SHA512 (ugrep-3.7.8.tar.gz) = d212c780abb9cbc791605fa7b8361b5e741053097c7af9a8b98a447c258589127aeeeffc849d7474c375f3ece3236798c8694ddbeefea558bc7352411b43ffdb 4SHA512 (ugrep-3.7.9.tar.gz) = 92b0134074e4e3873d45d96af5514e064fc328ae58fd033c501aea621e23a96adcb50e943e6ec492d868b9cedd67f51f48cb4ad2fe859e2a2a49734225e0aa47
5Size (ugrep-3.7.8.tar.gz) = 4413149 bytes 5Size (ugrep-3.7.9.tar.gz) = 4415757 bytes