Wed Apr 5 12:01:24 2023 UTC ()
ugrep: updated to 3.11.1

ugrep v3.11.1

Smarter interactive navigation in the TUI when option --tree is used with option -l or -c, enabling the navigation keys CTRL-S (jump forward), CTRL-W jump backward), TAB (chdir into directory and save query state), SHIFT-TAB (chdir .. and restore query state), CTRL-Y (view file).


(adam)
diff -r1.50 -r1.51 pkgsrc/textproc/ugrep/Makefile
diff -r1.47 -r1.48 pkgsrc/textproc/ugrep/distinfo

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

--- pkgsrc/textproc/ugrep/Makefile 2023/03/19 09:11:40 1.50
+++ pkgsrc/textproc/ugrep/Makefile 2023/04/05 12:01:24 1.51
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.50 2023/03/19 09:11:40 adam Exp $ 1# $NetBSD: Makefile,v 1.51 2023/04/05 12:01:24 adam Exp $
2 2
3DISTNAME= ugrep-3.11.0 3DISTNAME= ugrep-3.11.1
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.47 -r1.48 pkgsrc/textproc/ugrep/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ugrep/distinfo 2023/03/19 09:11:40 1.47
+++ pkgsrc/textproc/ugrep/distinfo 2023/04/05 12:01:24 1.48
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.47 2023/03/19 09:11:40 adam Exp $ 1$NetBSD: distinfo,v 1.48 2023/04/05 12:01:24 adam Exp $
2 2
3BLAKE2s (ugrep-3.11.0.tar.gz) = cef0d22c0ebca36fa7bd457867c527e66087a14c1beeeb08eef92af8e085bb65 3BLAKE2s (ugrep-3.11.1.tar.gz) = 306069afec4836edcac42b1bc8b2df6cb79ddaf4ccd4f010c98ea2f8efe917a6
4SHA512 (ugrep-3.11.0.tar.gz) = 1e3db837f7484bbb70e273ade8b12f2f1f07ee2954bd0a1a4741c6334c65d3a320f87897e65b6778377f1293bab765ebd1fcb68dd1f975be8df4d09636541380 4SHA512 (ugrep-3.11.1.tar.gz) = be759845a26be143072534080ecce8c0f0e48408c57b1df3499b8b4fc6ee59df62197ff2bb19f126e794f6bde9eb8ee168cc7eb3b4285dbe754e0ab3e7c867a0
5Size (ugrep-3.11.0.tar.gz) = 4459571 bytes 5Size (ugrep-3.11.1.tar.gz) = 4463407 bytes