Port details |
- tar-stream-chunker Splits stdin of unknown size onto chunks packed as a TAR to stdout
- 1.0.7 archivers
=0 1.0.7Version of this port present on the latest quarterly branch. - Maintainer: igor.ostapenko@pm.me
 - Port Added: 2020-07-21 14:36:19
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- License: BSD2CLAUSE
- Description:
- Splits stdin of unknown size onto chunks of given size and collects such chunk
files as a TAR archive what is written to stdout.
Initial motivation was to use it as a packer of a data stream what pipes it to
https://tarsnap.com for backup purposes, with a requirement of low and more
predictable memory consumption. And the problem solved here is that TAR file
header should specify size of a file, but it's unknown due to the nature of
input data stream.
The following real case could be an example:
$ pg_dump ... | tar_stream_chunker ... | tarsnap -c ... @-
WWW: https://github.com/ihoro/tar-stream-chunker/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- tar-stream-chunker>0:archivers/tar-stream-chunker
- To install the port:
- cd /usr/ports/archivers/tar-stream-chunker/ && make install clean
- To add the package, run one of these commands:
- pkg install archivers/tar-stream-chunker
- pkg install tar-stream-chunker
- PKGNAME: tar-stream-chunker
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599132612
SHA256 (ihoro-tar-stream-chunker-1.0.7_GH0.tar.gz) = 29b7ecf71953e540229f964e4d8dcec53ae65d351c39820efd298aecd22c041b
SIZE (ihoro-tar-stream-chunker-1.0.7_GH0.tar.gz) = 7118
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- archivers_tar-stream-chunker
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
Number of commits found: 6
|