Sat Jul 15 16:23:40 2023 UTC ()
ugrep: updated to 3.12.3

ugrep v3.12.3

Speed improvements to further speed up common search patterns. Improved man page. The ug and ug+ commands now enable --pretty by default (that is, if a .ugrep configuration file does not override it with no-pretty). Fixed a potential pattern match issue in the new v3.12 optimizations.


(adam)
diff -r1.56 -r1.57 pkgsrc/textproc/ugrep/Makefile
diff -r1.51 -r1.52 pkgsrc/textproc/ugrep/distinfo

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

--- pkgsrc/textproc/ugrep/Makefile 2023/07/10 12:54:22 1.56
+++ pkgsrc/textproc/ugrep/Makefile 2023/07/15 16:23:40 1.57
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.56 2023/07/10 12:54:22 adam Exp $ 1# $NetBSD: Makefile,v 1.57 2023/07/15 16:23:40 adam Exp $
2 2
3DISTNAME= ugrep-3.12.2 3DISTNAME= ugrep-3.12.3
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.51 -r1.52 pkgsrc/textproc/ugrep/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ugrep/distinfo 2023/07/10 12:54:22 1.51
+++ pkgsrc/textproc/ugrep/distinfo 2023/07/15 16:23:40 1.52
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.51 2023/07/10 12:54:22 adam Exp $ 1$NetBSD: distinfo,v 1.52 2023/07/15 16:23:40 adam Exp $
2 2
3BLAKE2s (ugrep-3.12.2.tar.gz) = 67291b11c1571eea7fd8e6a426c05d887118a1a1bbdbfc55ed66ae1f9c00703d 3BLAKE2s (ugrep-3.12.3.tar.gz) = 1c704998b1ffde945c83ad284d60c18817498ca6b7541b15f2622f90905c8390
4SHA512 (ugrep-3.12.2.tar.gz) = df0b1e66bbf9c6d2c1e0dbc087192f4fe5daf128fb4104bef66b9034721f3e1090bf67e67abd7892b835e037bd9e6f8a4031e56aadc547ff83d31dc5e127cdd9 4SHA512 (ugrep-3.12.3.tar.gz) = a9c6bf81fd8932c4990c9209a2999090cec7f467ad3cfb5f9e9c8d234bbcfd8f3e59d1abe2b33fac4baf53eee72b9fb691d4607e3fc4a857d5e476a66e0715d8
5Size (ugrep-3.12.2.tar.gz) = 4480646 bytes 5Size (ugrep-3.12.3.tar.gz) = 4481035 bytes