Sun Aug 27 04:03:11 2023 UTC ()
ugrep: updated to 4.0.4

ugrep v4.0.4

new --delay=DELAY option to specify a default query TUI response delay time, which can be specified in a .ugrep config file with delay=DELAY (--save-config includes this setting also)
fix option -m compatibility issue wth GNU grep when showing context lines with -ABC after the last max match
updated --save-config as per user request
correct an issue with -o and context


(adam)
diff -r1.62 -r1.63 pkgsrc/textproc/ugrep/Makefile
diff -r1.57 -r1.58 pkgsrc/textproc/ugrep/distinfo

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

--- pkgsrc/textproc/ugrep/Makefile 2023/08/23 05:27:28 1.62
+++ pkgsrc/textproc/ugrep/Makefile 2023/08/27 04:03:11 1.63
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.62 2023/08/23 05:27:28 adam Exp $ 1# $NetBSD: Makefile,v 1.63 2023/08/27 04:03:11 adam Exp $
2 2
3DISTNAME= ugrep-4.0.2 3DISTNAME= ugrep-4.0.4
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+= bash:run gmake pkg-config 16USE_TOOLS+= bash:run gmake pkg-config

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

--- pkgsrc/textproc/ugrep/distinfo 2023/08/23 05:27:28 1.57
+++ pkgsrc/textproc/ugrep/distinfo 2023/08/27 04:03:11 1.58
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.57 2023/08/23 05:27:28 adam Exp $ 1$NetBSD: distinfo,v 1.58 2023/08/27 04:03:11 adam Exp $
2 2
3BLAKE2s (ugrep-4.0.2.tar.gz) = b1c30bbbefefe6ed7b8111d643d48d9e28b9045cc4615dac0f16b7f8c6e9c222 3BLAKE2s (ugrep-4.0.4.tar.gz) = e27e976650befc01cf742a97ca57f714c58ab94f1842537fac7662b2d1ff8d9b
4SHA512 (ugrep-4.0.2.tar.gz) = 06259174f2cd90cdc4c80883e2d23954d5ec801eac4e4e70dad02979eb504fc8cd71b80fdd757bf28cb0b906c3ec2a9dc3ee52b7e1999e685cf1dd762e1579e4 4SHA512 (ugrep-4.0.4.tar.gz) = 0b889bb6aa1aac49b317a35b12774cced2a78b5d496e80b25d4bc7458f769d4271849e624b2f7741128ca6ec85532950660d60ce65173646ae8760947acc88c8
5Size (ugrep-4.0.2.tar.gz) = 4512287 bytes 5Size (ugrep-4.0.4.tar.gz) = 4565847 bytes