summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@gmail.com>2011-02-12 15:24:43 -0500
committerTim Kientzle <kientzle@gmail.com>2011-02-12 15:24:43 -0500
commita825e111817030793b3032a3bbe0d33024a316c0 (patch)
tree21effb896d8de84fa77d8f220afe2ded6560170d /contrib
parent62cabdb3e2ac07179abd746fcf0116f3c4add6bd (diff)
downloadlibarchive-a825e111817030793b3032a3bbe0d33024a316c0.tar.gz
Document some of the other items in the contrib directory.
SVN-Revision: 2974
Diffstat (limited to 'contrib')
-rw-r--r--contrib/README26
1 files changed, 25 insertions, 1 deletions
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.
+
+======================================================================