mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
937715a9c3
The following list of changes are roughly what has occurred since the last update: Features: - With bsdgrep -r, the working directory is implied if no directory is specified - bsdgrep will now behave as bsdgrep -r does when it's named rgrep - bsdgrep now understands -z/--null-data to use \0 as EOL - GNU regex compatibility is now indicated with a "GNU compatible" in the version string Fixes: - --mmap no longer hangs when coming across an EOF without an accompanying EOL - -o/--color matching generally improved, now produces earliest / longest matches - Context output now more closely aligns with GNU grep - Zero-length matches no longer exhibit broken behavior - Every output line now honors -b/-H/-n flags Other fixes are also present. While here, move to the version as reported by `grep -V` -- I intend to bump the version in base sensible as bugfixes/features roll in. Tested with: Poudriere (amd64, head) Tested with: Poudriere (amd64, 11.1) Tested with: Poudriere (amd64, 10.4) Glanced at by: Portlint -AC PR: 227639, 197531 Approved by: portmgr (feld)
44 lines
920 B
Plaintext
44 lines
920 B
Plaintext
bin/bsdgrep
|
|
bin/bzegrep
|
|
bin/bzfgrep
|
|
bin/bzgrep
|
|
bin/egrep
|
|
bin/fgrep
|
|
bin/grep
|
|
bin/lzegrep
|
|
bin/lzfgrep
|
|
bin/lzgrep
|
|
bin/rgrep
|
|
bin/xzegrep
|
|
bin/xzfgrep
|
|
bin/xzgrep
|
|
bin/zgrep
|
|
bin/zegrep
|
|
bin/zfgrep
|
|
man/man1/bzegrep.1.gz
|
|
man/man1/bzfgrep.1.gz
|
|
man/man1/bzgrep.1.gz
|
|
man/man1/egrep.1.gz
|
|
man/man1/fgrep.1.gz
|
|
man/man1/grep.1.gz
|
|
man/man1/lzegrep.1.gz
|
|
man/man1/lzfgrep.1.gz
|
|
man/man1/lzgrep.1.gz
|
|
man/man1/rgrep.1.gz
|
|
man/man1/xzegrep.1.gz
|
|
man/man1/xzfgrep.1.gz
|
|
man/man1/xzgrep.1.gz
|
|
man/man1/zegrep.1.gz
|
|
man/man1/zfgrep.1.gz
|
|
man/man1/zgrep.1.gz
|
|
%%NLS%%share/nls/es_ES.ISO8859-1/grep.cat
|
|
%%NLS%%share/nls/gl_ES.ISO8859-1/grep.cat
|
|
%%NLS%%share/nls/hu_HU.ISO8859-2/grep.cat
|
|
%%NLS%%share/nls/ja_JP.eucJP/grep.cat
|
|
%%NLS%%share/nls/ja_JP.SJIS/grep.cat
|
|
%%NLS%%share/nls/ja_JP.UTF-8/grep.cat
|
|
%%NLS%%share/nls/pt_BR.ISO8859-1/grep.cat
|
|
%%NLS%%share/nls/ru_RU.KOI8-R/grep.cat
|
|
%%NLS%%share/nls/uk_UA.UTF-8/grep.cat
|
|
%%NLS%%share/nls/zh_CN.UTF-8/grep.cat
|