From a825e111817030793b3032a3bbe0d33024a316c0 Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 12 Feb 2011 15:24:43 -0500 Subject: Document some of the other items in the contrib directory. SVN-Revision: 2974 --- contrib/README | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/README b/contrib/README index 2eb0114f..3b1d363e 100644 --- a/contrib/README +++ b/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,26 @@ libarchive.1aix53.spec As above, for use on AIX5.3. ====================================================================== + +psota-benchmark + +Some scripts used by Jan Psota in benchmarking +various tar implementations. + +====================================================================== + +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. + +====================================================================== -- cgit v1.2.1