Import of NetBSD-current's pax (replacing the older pkgtools/pax).
authorgrant <grant>
Mon, 23 Jun 2003 11:46:43 +0000 (11:46 +0000)
committergrant <grant>
Mon, 23 Jun 2003 11:46:43 +0000 (11:46 +0000)
commitebc85c5f1856e6596bf6bd85ec4ced05eb5b06a8
tree95f74fab4cbb451c9d4822fcd54eb12657f423ae
parent9d766cf10f4bc0ae7a0f67732cdb27f75bdfc387
Import of NetBSD-current's pax (replacing the older pkgtools/pax).

NetBSD pax is the POSIX standard archiver with many extensions.

pax will read, write, and list the members of an archive file, and will
copy directory hierarchies.

pax operation is independent of the specific archive format, and supports
a wide variety of different archive formats.

This package uses pkgtools/libnbcompat, and is known to build on
Solaris 9, Slackware 8.1 and Darwin 6.6. Please send-pr(1) if this
package is broken on your platform.
42 files changed:
archivers/pax/DESCR [new file with mode: 0644]
archivers/pax/Makefile [new file with mode: 0644]
archivers/pax/PLIST [new file with mode: 0644]
archivers/pax/files/Makefile.in [new file with mode: 0644]
archivers/pax/files/acconfig.h [new file with mode: 0644]
archivers/pax/files/aclocal.m4 [new file with mode: 0644]
archivers/pax/files/ar_io.c [new file with mode: 0644]
archivers/pax/files/ar_subs.c [new file with mode: 0644]
archivers/pax/files/buf_subs.c [new file with mode: 0644]
archivers/pax/files/config.guess [new file with mode: 0755]
archivers/pax/files/config.h.in [new file with mode: 0644]
archivers/pax/files/config.sub [new file with mode: 0755]
archivers/pax/files/configure [new file with mode: 0755]
archivers/pax/files/configure.ac [new file with mode: 0644]
archivers/pax/files/cpio.1 [new file with mode: 0644]
archivers/pax/files/cpio.c [new file with mode: 0644]
archivers/pax/files/cpio.cat1 [new file with mode: 0644]
archivers/pax/files/cpio.h [new file with mode: 0644]
archivers/pax/files/extern.h [new file with mode: 0644]
archivers/pax/files/file_subs.c [new file with mode: 0644]
archivers/pax/files/ftree.c [new file with mode: 0644]
archivers/pax/files/ftree.h [new file with mode: 0644]
archivers/pax/files/gen_subs.c [new file with mode: 0644]
archivers/pax/files/getoldopt.c [new file with mode: 0644]
archivers/pax/files/install-sh [new file with mode: 0755]
archivers/pax/files/options.c [new file with mode: 0644]
archivers/pax/files/options.h [new file with mode: 0644]
archivers/pax/files/pat_rep.c [new file with mode: 0644]
archivers/pax/files/pat_rep.h [new file with mode: 0644]
archivers/pax/files/pax.1 [new file with mode: 0644]
archivers/pax/files/pax.c [new file with mode: 0644]
archivers/pax/files/pax.cat1 [new file with mode: 0644]
archivers/pax/files/pax.h [new file with mode: 0644]
archivers/pax/files/sel_subs.c [new file with mode: 0644]
archivers/pax/files/sel_subs.h [new file with mode: 0644]
archivers/pax/files/tables.c [new file with mode: 0644]
archivers/pax/files/tables.h [new file with mode: 0644]
archivers/pax/files/tar.1 [new file with mode: 0644]
archivers/pax/files/tar.c [new file with mode: 0644]
archivers/pax/files/tar.cat1 [new file with mode: 0644]
archivers/pax/files/tar.h [new file with mode: 0644]
archivers/pax/files/tty_subs.c [new file with mode: 0644]