ugrep: updated to 4.3.5

4.3.5

updated option --index for accelerated index-based search, now also indexes and searches archives and compressed files with option -z
new ugrep.exe with option --index for accelerated index-based search on Windows
updated ugrep-indexer project to support archive/compressed file indexing with a new ugrep-indexer.exe version for Windows
updated MacOS macports moar-pager
faster search with -ABC context options
This commit is contained in:
adam 2023-12-07 17:36:38 +00:00
parent a35555159b
commit 8ba834be21
3 changed files with 6 additions and 22 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.70 2023/11/26 07:59:16 adam Exp $
# $NetBSD: Makefile,v 1.71 2023/12/07 17:36:38 adam Exp $
DISTNAME= ugrep-4.3.4
DISTNAME= ugrep-4.3.5
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}

View file

@ -1,6 +1,5 @@
$NetBSD: distinfo,v 1.65 2023/11/26 07:59:16 adam Exp $
$NetBSD: distinfo,v 1.66 2023/12/07 17:36:38 adam Exp $
BLAKE2s (ugrep-4.3.4.tar.gz) = 01cf5c818a78a8a5c80823603804aa3a1e13a6434bccc2962446ed0bea9d9022
SHA512 (ugrep-4.3.4.tar.gz) = 58d9fed1304a5937dc6fa3e6464924e6507be3fc0e12f13631bab6d5b3b6e6f2b1a7986fdd6e4650c6143056dde50c02a4c0f353bf592f01980efcc6c9f12a6c
Size (ugrep-4.3.4.tar.gz) = 4597527 bytes
SHA1 (patch-configure) = e21d2f96c8c904f4cc0d98bbf5adcda48163c604
BLAKE2s (ugrep-4.3.5.tar.gz) = 9e79dc7ea576bc80244684ffed0e1bee937e3b49c79de53e5f0aa9871bb11e1c
SHA512 (ugrep-4.3.5.tar.gz) = 7ca1eb2a42fc54961c7f1022a4fe0552cc57912a4d2eae2410d5605d8bb82914d98722009fc2c5645e8578c5be3a5789c3cc47e0673ed5c8275b2a3d4fc9f87d
Size (ugrep-4.3.5.tar.gz) = 4444746 bytes

View file

@ -1,15 +0,0 @@
$NetBSD: patch-configure,v 1.1 2023/11/26 07:59:16 adam Exp $
Portability fix.
--- configure.orig 2023-11-26 07:57:30.099375128 +0000
+++ configure
@@ -8513,7 +8513,7 @@ else $as_nop
fi
if test "x$with_bzip3_library" != "x"; then
- if test "x$with_bzip3" == "xyes"; then
+ if test "x$with_bzip3" = "xyes"; then
unset with_bzip3
fi
#