Import libarchive and bsdtar. The default tar (/usr/bin/tar) can be choosen
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 10 Nov 2004 18:02:24 +0000 (18:02 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Wed, 10 Nov 2004 18:02:24 +0000 (18:02 +0000)
commit14bf48fc3f645a158d5e21a1f470e54e50192b21
tree0a7528cc7d9bcc65b30feb6e186bbf57edd28857
Import libarchive and bsdtar. The default tar (/usr/bin/tar) can be choosen
at installworld time by setting WITH_BSDTAR. This is not the default yet.

Obtained-from: FreeBSD
14 files changed:
contrib/bsdtar/COPYING [new file with mode: 0644]
contrib/bsdtar/Makefile [new file with mode: 0644]
contrib/bsdtar/README.DELETED [new file with mode: 0644]
contrib/bsdtar/README.DRAGONFLY [new file with mode: 0644]
contrib/bsdtar/bsdtar.1 [new file with mode: 0644]
contrib/bsdtar/bsdtar.c [new file with mode: 0644]
contrib/bsdtar/bsdtar.h [new file with mode: 0644]
contrib/bsdtar/bsdtar_platform.h [new file with mode: 0644]
contrib/bsdtar/fts.c [new file with mode: 0644]
contrib/bsdtar/fts.h [new file with mode: 0644]
contrib/bsdtar/matching.c [new file with mode: 0644]
contrib/bsdtar/read.c [new file with mode: 0644]
contrib/bsdtar/util.c [new file with mode: 0644]
contrib/bsdtar/write.c [new file with mode: 0644]