]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/README
Update vendor/libarchive/dist to git 614110e76d9dbb9ed3e159a71cbd75fa3b23efe3
[FreeBSD/FreeBSD.git] / contrib / README
1 Many people have graciously sent me configuration
2 files, small programs that use libarchive, and other
3 useful and interesting tidbits.
4
5 I do not support or use any of these; but if you can use them, enjoy!
6
7 ======================================================================
8
9 From: Andre Stechert <andre@splunk.com>
10
11 libarchive_autodetect-st_lib_archive.m4
12
13 M4 macros for use with autoconf to detect whether a suitable
14 version of libarchive is installed on this system.
15
16
17 ======================================================================
18
19 libarchive.spec
20
21 An RPM ".spec" file for building libarchive on most systems.
22 This apparently was originally developed by a group at pld-linux.org.
23 Several people have sent me different versions of this file.
24
25 ======================================================================
26
27 From: Robert Meier <rm1023@dcx.com>
28
29 libarchive.1aix53.spec
30
31 As above, for use on AIX5.3.
32
33 ======================================================================
34
35 psota-benchmark
36
37 Some scripts used by Jan Psota in benchmarking
38 various tar implementations.
39
40 I've edited his results slightly to correctly reflect that
41 bsdtar does not support a "compare" operation.
42
43 ======================================================================
44
45 shar
46
47 A simple shar program written on top of libarchive.
48
49 ======================================================================
50
51 untar.c
52
53 A very simple and very portable standalone program that can
54 extract basic ustar archives.
55 This does not use libarchive and so can be used to extract
56 the libarchive distribution on any system that has a C compiler
57 but does not have a tar program.
58
59 ======================================================================