Here is a new tool that could be useful...
DEPKG
An application to decompress or view the contents of archive files directly from shell and without worrying about different command syntax...
Now it support following archive type:tar, tar/gz, tar/bz2, gzip, bz2, zip, rar (from version 1.2), ace (from version 1.2), 7zip (from version 1.3)...
CHANGELOG
Code: Select all
---Version 1.4 (September 16th 2005)
-Added listing for 7zip archives;
-Added recusrive decompression. IS EXPERIMENTAL, IS BASED ON EXTENSION AND INTERMEDIATE DECOMPRESSION. UNSUPPORTED ON ACE ARCHIVES;
-Added option --no-recurse to disable decursive decompression;
-Adjusted listing output;
-Added internationalization via gettext (depends on msopyutils 1.1). At the moment only italian translation is available;
---Version 1.3 (September 13rd 2005)
-Added support for 7zip archives;
-Support for rar, ace and 7zip is now disabled by default. Enable it with USE-flag;
-Code cleanup;
-Moved some modules to msopyutils (which is now a package dependency);
-Created install script with autoconf;
---Version 1.2 (August 29th 2005)
-Added option --omittype (-m) which avoid printing archive's type (is disabled by --verbose o --gettype);
-Added RAR archives support (depends on app-arch/rar). Actually doesn't support archive content viewing while extracting;
-Added ACE archives support (installs an unace executable in /usr/lib/depkg). Actually doesn't support archive content viewing while extracting;
--- Versione 1.1 (August 16th 2005)
-Now prints archive type;
-Added option --usefolder (-c) which extract archive in a subdirectory which same name (e.g: foo.tar.bz2 extracted in foo);
-Added option --gettype (-g) which prints only archive type and nothing else;
--- Versione 1.0 (13 Agosto 2005)
-Initial version;
Ebuild: app-arch/depkg-1.4.ebuild (I suggest category app-arch)
Sources: http://www.autistici.org/muflonsoft/app ... .4.tar.bz2
Ebuild/sources of msopyutils:
Ebuild: dev-python/msopyutils-1.1.ebuild (I suggest category dev-python)
Sorgenti: http://www.autistici.org/muflonsoft/app ... .1.tar.bz2
HAPPY HACKING!

