Port details |
- tar-stream-chunker Splits stdin of unknown size onto chunks packed as a TAR to stdout
- 1.0.7 archivers =2 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: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/ihoro/tar-stream-chunker/
- 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 ... @-
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- 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):
- This port has no dependencies.
- 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: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.7 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.7 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.7 03 Sep 2020 12:26:03 |
fernape |
archivers/tar-stream-chunker: Update to 1.0.7
ChangeLog: https://github.com/ihoro/tar-stream-chunker/releases/tag/1.0.7
This is a fix for the -fno-common issue.
PR: 249073
Submitted by: igor.ostapenko@pm.me (maintainer)
MFH: 2020Q3 (build fix, -fno-common) |
1.0.6 26 Jul 2020 14:45:11 |
tcberner |
archivers/tar-stream-chunker: Update to 1.0.6
Changelog:
https://github.com/ihoro/tar-stream-chunker/releases/tag/1.0.6
PR: 248189
Submitted by: Igor Ostapenko <igor.ostapenko@pm.me> (maintainer) |
1.0.5 21 Jul 2020 18:40:46 |
linimon |
Add USES=compiler:c++11-lang to fix build on GCC-based systems:
src/main.c:73: error: 'for' loop initial declaration used outside C99 mode
Approved by: portmgr (tier-2 blanket) |
1.0.5 21 Jul 2020 14:36:15 |
lwhsu |
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> |
Number of commits found: 8
|