Short: Extracts or lists Tar/Tar.z/Tar.gz/Tar.bz2 archives Author: SzabÛ PÈter , Morphos port by Fabrizio "Lanch" Bartoloni Uploader: lanch tiscali it (Fabrizio Bartoloni) Type: util/arc Version: 0.34 Architecture: ppc-morphos Display contents and/or extract file from a tar file (possibly gzip'd, bzip'd or compress'd) by pts@fazekas.hu Wed Jan 29 00:38:31 CET 2003 Z compiles fine at Wed Jan 29 14:20:32 CET 2003 all run file at Wed Jan 29 15:50:39 CET 2003 0.34 Win32 runs fine at Wed Jan 29 16:02:57 GMT 2003 Untarka extracts TAR (UNIX Tape ARchive) files without calling any external programs. It supports and autodetects multiple compression methods (.tar, .tar.Z, .tar.gz, .tar.bz2, .Z, .gz and .bz2). UNIX devices, sockets, hard links, symlinks, owners and permissions are ignored during extraction. written by "Pedro A. Aranda Gutiirrez" adaptation to Unix by Jean-loup Gailly adaptation to bzip2 by JosÈ Fonseca merged comressors by SzabÛ PÈter at Tue Jan 28 23:40:23 CET 2003 compiles on Win32 under MinGW, Linux with gcc. To get gzip (zlib) support, pass to gcc: -DHAVE_ZLIB -lz To get bzip2 (bzlib2) support, pass to gcc: -DHAVE_BZ2LIB -lbz2 To get compress (lz) support, relax, since it's the default. Compile memory-checking with checkergcc -g -ansi -pedantic -W -Wall -Wstrict-prototypes -Wtraditional -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-prototypes -Wmissing-declarations -Wunused untarka.c -o untarka untarka v0.34: super untar + untar.Z + untar.gz + untar.bz2 contains code (C) by pts@fazekas.hu since 2003.01.28 This program is under GPL >=2.0. There is NO WARRANTY. Use at your own risk! Usage: untarka [-x] tarfile to extract all files untarka -x tarfile fname ... to extract selected files untarka -l tarfile to list archive contents untarka -h to display this help