Fri Oct 6 11:51:43 2023 UTC ()
ugrep: updated to 4.2.0

ugrep v4.2.0

improved TUI to display search progress and final stats in a status line at the bottom
improved TUI ctrl-Y to jump to the corresponding line number in the pager
improved recursive search performance
improved compatibility with GNU grep
improved detection of special devices to avoid searching them


(adam)
diff -r1.64 -r1.65 pkgsrc/textproc/ugrep/Makefile
diff -r1.59 -r1.60 pkgsrc/textproc/ugrep/distinfo

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

--- pkgsrc/textproc/ugrep/Makefile 2023/08/31 14:15:35 1.64
+++ pkgsrc/textproc/ugrep/Makefile 2023/10/06 11:51:43 1.65
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.64 2023/08/31 14:15:35 adam Exp $ 1# $NetBSD: Makefile,v 1.65 2023/10/06 11:51:43 adam Exp $
2 2
3DISTNAME= ugrep-4.0.5 3DISTNAME= ugrep-4.2.0
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.59 -r1.60 pkgsrc/textproc/ugrep/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ugrep/distinfo 2023/08/31 14:15:35 1.59
+++ pkgsrc/textproc/ugrep/distinfo 2023/10/06 11:51:43 1.60
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.59 2023/08/31 14:15:35 adam Exp $ 1$NetBSD: distinfo,v 1.60 2023/10/06 11:51:43 adam Exp $
2 2
3BLAKE2s (ugrep-4.0.5.tar.gz) = 6f51d12cadb5478d481c355d6012c15516d870e8e910e2772316eb9b35811da3 3BLAKE2s (ugrep-4.2.0.tar.gz) = e9801655f1b3b5a58db4155b09881a9ebe5fb5acb889c4ad4fabc1af23e27c45
4SHA512 (ugrep-4.0.5.tar.gz) = 132b885a8abe141350122c24ab867433188bf68362ce4ec3f9823ffbbb50092ca6b4bbcf1688be978692480bc034c6e23cfbca77503c8b8b8063ef10be1ac803 4SHA512 (ugrep-4.2.0.tar.gz) = 2b753edb97f2a922b7dafc80b24e5ded3f6e0ee63d61e56ed5a8b46178af4e648286925194cb98bb14c2683d67e27f157ef99276be480fb96f9d4147fb383d54
5Size (ugrep-4.0.5.tar.gz) = 4565684 bytes 5Size (ugrep-4.2.0.tar.gz) = 4563918 bytes