Tue Aug 8 11:59:53 2023 UTC ()
ugrep: updated to 3.12.6

ugrep v3.12.6

New option -S (--dereference-files) to follow symbolic links only to files, not to directories, when using option -r for recursive search. Updated default recursive search to strictly perform -r without following any symbolic links (use -S to search symlinked files). New option --index for fast index-based search with the new ugrep-indexer tool. The ugrep-indexer tool is released on GitHub as a separate open source project at https://github.com/Genivia/ugrep-indexer which will become part of ugrep later after more feedback is received for this new feature.


(adam)
diff -r1.59 -r1.60 pkgsrc/textproc/ugrep/Makefile
diff -r1.54 -r1.55 pkgsrc/textproc/ugrep/distinfo

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

--- pkgsrc/textproc/ugrep/Makefile 2023/08/04 20:36:30 1.59
+++ pkgsrc/textproc/ugrep/Makefile 2023/08/08 11:59:53 1.60
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.59 2023/08/04 20:36:30 adam Exp $ 1# $NetBSD: Makefile,v 1.60 2023/08/08 11:59:53 adam Exp $
2 2
3DISTNAME= ugrep-3.12.5 3DISTNAME= ugrep-3.12.6
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.54 -r1.55 pkgsrc/textproc/ugrep/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ugrep/distinfo 2023/08/04 20:36:30 1.54
+++ pkgsrc/textproc/ugrep/distinfo 2023/08/08 11:59:53 1.55
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.54 2023/08/04 20:36:30 adam Exp $ 1$NetBSD: distinfo,v 1.55 2023/08/08 11:59:53 adam Exp $
2 2
3BLAKE2s (ugrep-3.12.5.tar.gz) = c70d4b81e6ba48cfdec1513f2d8a49fb2a30c567b63ea745c9359142d695ee94 3BLAKE2s (ugrep-3.12.6.tar.gz) = 7b1548064e3bb2c382f629e91d8c1d49e58821e6713cdb0e2d5063767d5e386f
4SHA512 (ugrep-3.12.5.tar.gz) = c3f8dfb31ff72d9e344fbb1b50309ce433c72991f2867f6323f21c62fa2fed8dd1b874e5089386a801b01cc45a208b1680456b78bcf893037f49f829b3ec8d1c 4SHA512 (ugrep-3.12.6.tar.gz) = 88a3cc65ca9b1002e8265f576978a82175107e76815e3a3b780a09194d46215bec135a846c5cc896521e13ce28319cbdf1143fd803dfbfae7d9c7f66f3cae706
5Size (ugrep-3.12.5.tar.gz) = 4504795 bytes 5Size (ugrep-3.12.6.tar.gz) = 4506736 bytes