The AROS Archives(anonymous IP: 3.144.202.167,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (243)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1624

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » Archive » untarka-0.34.tar.gz

Untarka-0.34

Description: Untarka - AROS Version
Download: untarka-0.34.tar.gz       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 186kb
Version: 0.34
Date: 21 May 07
Author: Szabó Péter <pts@fazekas.hu>
Submitter: Mithrandir
Email: mithrandir/online no
Homepage: http://home.online.no/~ingeroey/AROSAmp
Category: utility/archive
License: GPL
Distribute: yes
FileID: 223
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 290  (Current version)
290  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[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












































Copyright © 2005 - 2024 The AROS Archives All Rights Reserved