freebsd-dev/usr.bin/grep
Baptiste Daroussin 612c330d85 Use a script wrapper for <compress>grep
Import the wrapper script from zstdgrep (written by wiz@netbsd.org)

Modify it to support more than just zstd (adding support for gzip,
lzma, xz and bzip2)

Write a simple manpage dedicated for it.

Only use that new wrapper both for gnu grep and bsd grep

Next step will be removing code related to compression format from bsdgrep

Reviewed by:	kevans
Approved by:	kevans
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D15193
2018-04-25 13:23:58 +00:00
..
nls bsdgrep: correct nls usage data after r317049 2017-05-02 13:47:15 +00:00
regex various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
tests grep test: Fix copyright notice 2017-12-03 02:23:29 +00:00
file.c bsdgrep: Fix build failure WITHOUT_LZMA (incorrect bracket placement) 2018-04-22 23:51:24 +00:00
grep.1 bsdgrep: add -z/--null-data support 2017-04-17 13:14:18 +00:00
grep.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
grep.h various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
Makefile Use a script wrapper for <compress>grep 2018-04-25 13:23:58 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
queue.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
util.c bsdgrep: Use grep_strdup instead of grep_malloc+strcpy 2018-04-21 14:58:45 +00:00
zgrep.1 Use a script wrapper for <compress>grep 2018-04-25 13:23:58 +00:00
zgrep.sh Use a script wrapper for <compress>grep 2018-04-25 13:23:58 +00:00