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

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


Branch: CURRENT, Version: 7.1.1nb1, Package name: ugrep-7.1.1nb1, 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: 6953.235 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-29 16:10:02 by Adam Ciarcinski | Files touched by this commit (235)
Log message:
revbump after updating boost
   2024-11-30 07:44:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 7.1.1

ugrep v7.1.1

fix negative character classes when option -i or --ignore-case is used and make \ 
ugrep closely emulate GNU grep's character class behavior when options -i and -P \ 
are used
appease -Woverload-virtual and -Wshadow warnings when building the RE/flex \ 
library, the TUI, and indexer (some warnings remain in ugrep.cpp)
   2024-11-24 10:33:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 7.1.0

ugrep v7.1

add syntax highlighting to the TUI glob editor
add support for option --filter to Windows ug.exe and ugrep.exe
make the ug+ and ugrep+ scripts work if no helper is available
   2024-11-16 17:48:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 7.0.4

ugrep v7.0.4

fix Windows ugrep.exe TUI issue 438 after TUI usability improvements 435, 436 \ 
and 437, which caused some users to struggle with TUI usability issues due to \ 
Windows API peculiarities with different Windows OS and different terminal apps
   2024-11-14 19:14:30 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 7.0.3

ugrep v7.0.3

make Windows ugrep.exe TUI cursor keys behave with ConEmu
fix Windows ugrep.exe TUI CTRL-Y file viewing for non-ASCII filenames
minor usability improvements suggested by ugrep users. Thank you for your feedback!

ugrep v7.0.2

Fix ugrep v7 regression bug: an issue with the regex ^ anchor due to a \ 
misaligned begin-of-line position in the buffer after the buffer shifts on large \ 
input files. As a result, the -v option did not always work properly on large \ 
input files when searching with regex ^ anchors. Reverted to the old logic. \ 
Included a minor change to handle hex context lines

ugrep v7.0

rewritten SIMD acceleration logic and the search algorithm selection decision \ 
logic to speed up pattern matching (the actual speedup depends on the type of \ 
regex patterns specified)
improved regex anchors and word boundary matching speed and support
fix option --xml pathnames with special characters, which are unlikely to occur \ 
in pathnames, but aren't strictly forbidden
updated option --hexdump with -ABC context hex lines before and after a match
the TUI now also uses the VISUAL environment variable if PAGER is not set
   2024-10-04 05:49:38 by Ryo ONODERA | Files touched by this commit (237)
Log message:
*: Recursive revbump from Boost 1.86.0
   2024-08-24 08:53:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 6.5.0

ugrep v6.5

faster binary file checking with SIMD (SSE2/AVX2/NEON) UTF-8 validation
new option --context-separator=SEP
options -W and -X now also apply to --format fields %o and %O to output hex
ugrep-indexer option -z (indexes compressed files and zip/7z/tar/cpio/pax \ 
archives) no longer indexes hidden directories and files (i.e. \ 
"dotfiles") stored in archives, to save space
fix ugrep-indexer option -z, which was broken due to a code refactoring mistake \ 
in a single line of code
   2024-08-11 09:19:45 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
ugrep: updated to 6.4.1

6.4.1
Fix problem with --fixed-strings and --file FILE when FILE contains an \E