History log of /freebsd-12.1/usr.bin/zstd/Makefile (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0
# 612c330d 25-Apr-2018 Baptiste Daroussin <[email protected]>

Use a script wrapper for <compress>grep

Import the wrapper script from zstdgrep (written by [email protected])

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

W

Use a script wrapper for <compress>grep

Import the wrapper script from zstdgrep (written by [email protected])

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

show more ...


# 0c16b537 14-Nov-2017 Warner Losh <[email protected]>

Move zstd from contrib to sys/contrib so it can be used in the
kernel. Adjust the Makefiles that referenced it to the new path.

Sponsored by: Netflix
OK'd by: cem@ and AllanJude@


Revision tags: release/10.4.0, release/11.1.0
# 1fc317e3 06-May-2017 Baptiste Daroussin <[email protected]>

Build zstandard with threading enabled


# c3b26e0c 06-May-2017 Baptiste Daroussin <[email protected]>

Add a zstdmt which is equivalent as running zstd -T0


# e96cc413 15-Apr-2017 Baptiste Daroussin <[email protected]>

Install the zstdgrep shell wrapper


# 404fe491 15-Apr-2017 Baptiste Daroussin <[email protected]>

Add forgotten links for zstdcat and unzstd