Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Short: Extracts or lists Tar/Tar.z/Tar.gz/Tar.bz2 archives
Author: Szabó Péter <pts()fazekas.hu>, Morphos port by Fabrizio "Lanch"
Bartoloni, AROS port by Tom "Mithrandir/Tom_Kun" Richard
Uploader: Tom "Mithrandir/Tom_Kun" Richard
Type: util/arc
Architecture: i386-aros
Version: 0.34
NOTE: bzip2 format will currently not compile for AROS, however ordinary tar
and gzip formats work flawlessly.
Only did a simple recompile. (Only tested on hosted. Native system down for now
:-( )
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" <paag()tid.es>
adaptation to Unix by Jean-loup Gailly <jloup()gzip.org>
adaptation to bzip2 by José Fonseca <em96115()fe.up.pt>
merged comressors by Szabó Péter <pts()fazekas.hu> 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
|