Skip to content

Commit

Permalink
ugrep: updated to 5.0.0
Browse files Browse the repository at this point in the history
ugrep v5.0.0

new and updated regex engine to speed up searching patterns described in #288 using a new heuristic DFA cut algorithm
new option --exclude-fs default to exclude file systems that aren't specified as search targets #349
new option --all (-@) to #342 to search all files except hidden: cancel previous file and directory search restrictions
TUI regex syntax highlighting improved for --fixed-strings (-F) when used with option --bool (-% and -%%)
fix #350 Linux procfs handling not as expected
fix #355 "context before lines" sometimes incorrectly displayed (due to a misfiring optimization in a recent release)
  • Loading branch information
adam committed Mar 2, 2024
1 parent 0e81b97 commit a2371fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/ugrep/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.74 2024/01/11 13:12:02 adam Exp $
# $NetBSD: Makefile,v 1.75 2024/03/02 12:48:48 adam Exp $

DISTNAME= ugrep-4.5.2
DISTNAME= ugrep-5.0.0
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=Genivia/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
8 changes: 4 additions & 4 deletions textproc/ugrep/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.68 2024/01/11 13:12:02 adam Exp $
$NetBSD: distinfo,v 1.69 2024/03/02 12:48:48 adam Exp $

BLAKE2s (ugrep-4.5.2.tar.gz) = 7d4be51d283bffbeeb747d8edb2afc21d3a117f199adabadf40d7ec87ed118bb
SHA512 (ugrep-4.5.2.tar.gz) = e74f47f68196b566fb0df449d62d2a5a2e5ee3e8aaf63dc87f95f8f3ac642c47dc9d847606164d54ed466588c030bd30e677c2681f896d373fe144d3cdfad1c1
Size (ugrep-4.5.2.tar.gz) = 6205239 bytes
BLAKE2s (ugrep-5.0.0.tar.gz) = 39a0c14453cb01de3f10af7e8888bb23d97687a244e1bb107baa8dc23fbdc326
SHA512 (ugrep-5.0.0.tar.gz) = 424ba96674c0a4ac67a1cea14308627936e14eb822f4180a04239b43623def0d010a7ae8a4471db335dd059f09f11075a22ad28096041ab67918051374ab8147
Size (ugrep-5.0.0.tar.gz) = 6243737 bytes

0 comments on commit a2371fa

Please sign in to comment.