head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2011.12.21.11.18.49;	author mm;	state dead;
branches;
next	1.1;

1.1
date	2011.12.21.11.09.24;	author mm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 228764 on 2011-12-21 11:18:49Z by mm

Strip unnecessary files and directories from contrib/libarchive
according to FREEBSD-Xlist

MFC after:	2 weeks
@
text
@"minitar" is a minimal example of a program that uses libarchive to
read/write various archive formats.  It's a more ambitious version of
'untar.c' that includes compile-time options to enable/disable various
features, including non-tar formats, archive creation, and automatic
decompression support.

I use this as a test bed to check for "link pollution," ensuring that
a program using libarchive does not pull in unnecessary code.

The "minitar" program is also a good starting point for anyone who
wants to use libarchive for their own purposes, as it demonstrates
basic usage of the library.
@


1.1
log
@SVN rev 228761 on 2011-12-21 11:09:24Z by mm

Copy libarchive from vendor branch to contrib

MFC after:	2 weeks
@
text
@@

