diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-21 14:36:15 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-21 14:36:15 +0000 |
commit | 5695de9a69a835a0ff1cbcbbd5250452b15b50f6 (patch) | |
tree | a0790a1f427c72da3d49fbd206e5ef5efa532443 /archivers/Makefile | |
parent | 3f5c9927ad200724eb6e11e119cfe650cbff152b (diff) |
Add archivers/tar-stream-chunker
streams stdin of unknown size as a tar to stdout
PR: 245748
Submitted by: Igor Ostapenko <igor.ostapenko@pm.me>
Notes
Notes:
svn path=/head/; revision=542746
Diffstat (limited to 'archivers/Makefile')
-rw-r--r-- | archivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index 715f4ce275cc..950e495bec77 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -220,6 +220,7 @@ SUBDIR += star SUBDIR += stuffit SUBDIR += szip + SUBDIR += tar-stream-chunker SUBDIR += tardy SUBDIR += thunar-archive-plugin SUBDIR += torrentzip |