diff options
Diffstat (limited to 'archivers/libarchive/files/contrib/README')
-rw-r--r-- | archivers/libarchive/files/contrib/README | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/archivers/libarchive/files/contrib/README b/archivers/libarchive/files/contrib/README index 2eb0114ff56..8ad352a3020 100644 --- a/archivers/libarchive/files/contrib/README +++ b/archivers/libarchive/files/contrib/README @@ -1,5 +1,6 @@ Many people have graciously sent me configuration -files and other useful tidbits for use with libarchive. +files, small programs that use libarchive, and other +useful and interesting tidbits. I do not support or use any of these; but if you can use them, enjoy! @@ -30,3 +31,29 @@ libarchive.1aix53.spec As above, for use on AIX5.3. ====================================================================== + +psota-benchmark + +Some scripts used by Jan Psota in benchmarking +various tar implementations. + +I've edited his results slightly to correctly reflect that +bsdtar does not support a "compare" operation. + +====================================================================== + +shar + +A simple shar program written on top of libarchive. + +====================================================================== + +untar.c + +A very simple and very portable standalone program that can +extract basic ustar archives. +This does not use libarchive and so can be used to extract +the libarchive distribution on any system that has a C compiler +but does not have a tar program. + +====================================================================== |