./textproc/ugrep, Fast grep with many enhancements including Unicode support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.0.0, Package name: ugrep-5.0.0, Maintainer: pkgsrc-users

Ultra fast grep with interactive query UI: search file systems, source
code, text, binary files, archives (cpio/tar/pax/zip), compressed
files (gz/Z/bz2/lzma/xz/lz4), documents, fuzzy search, and more.
A faster, user-friendly replacement for GNU/BSD grep.

It also supports Unicode, as well as having regular expressions
patterns helpful for searching many types of source code files.


Required to run:
[devel/boost-libs] [archivers/lz4] [devel/pcre2] [archivers/zstd]

Required to build:
[devel/boost-headers]

Package options: boost-libs, cpu-optimization

Master sites:

Filesize: 6097.399 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-02 13:48:48 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 5.0.0

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)
   2024-01-11 14:12:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ugrep: updated to 4.5.2

ugrep v4.5.2

update ./build.sh --disable-7zip configure, compilation and linkage
fix 7zip search failing on 32 bit systems when option -M is used (or -t when \ 
setting -M)

ugrep v4.5.1

fix bzip3/7zip configure interference causing libbzip3 detection and linkage to \ 
fail when building ugrep with optional bzip3 support ./build.sh --with-bzip3

ugrep v4.5.0

7zip archive search with option -z
apply Unicode normalization to canonicalize literal combining characters in \ 
regex patterns
improved TUI TAB directory navigation when searching from the FS root
updated ugrep.exe option -P to use PCRE2 latest stable version 10.42
   2023-12-29 19:25:02 by Adam Ciarcinski | Files touched by this commit (254)
Log message:
revbump for boost-libs
   2023-12-14 14:58:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 4.3.6

ugrep v4.3.6

fix an issue with option -Zbest fuzzy matching
   2023-12-07 18:36:38 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
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
   2023-11-26 08:59:16 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
ugrep: updated to 4.3.4

ugrep v4.3.4

the ug command no longer quits with an error message when no default .ugrep \ 
config file was found
bzip3 is supported but not required to build ugrep; to use bzip3 with ugrep, \ 
execute ./build.sh --with-bzip3.
fix the output of + separators by no longer using them for GNU grep compatibility
fix option -v with -ABC context
fix configuration file option arguments that may got lost and causes option \ 
argument errors in some cases after parsing a config file, such as colors=
allow config file importing in config files using config=FILE (but does not \ 
permit recursive imports)
add Dockerfile-minimized
minor usability improvements
   2023-11-16 13:13:08 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 4.3.3

ugrep v4.3.3

added brotli compressed files search support
added bzip3 compressed files search support
updated option --pretty to accept an optional WHEN argument never, always, auto \ 
similar to the --color option
improved TUI screen blanking response when a new search starts, while also \ 
avoiding screen flicker
fix option --zmax>1 when a decompression library produces a decompression \ 
error when decompressing a nested compressed file
   2023-11-06 10:29:54 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 4.3.2

ugrep v4.3.2

new official ugrep.com web site with the ugrep user guide and installation \ 
instructions, this site will always be safe and guaranteed to be ad free and \ 
cookie free; ugrep.org forwards to ugrep.com
double short option -%% enables both --files --bool (a single -% still enables \ 
only --bool) for convenience
updated thread pool scheduling and execution with thread affinity and priority \ 
settings
improvements and fixes for minor (mostly cosmetic) issues
updated ugrep v4.3.2 benchmarks.