I wish to presnt new MacOSX application to pack and unpack archives with LZMA method that becomes an industry standard. More and more downloads on sourceforge.net are presented in this format.
The method is developed by Igor Pavlov same as 7z but archive is different.
The command line utility was compiled from his sources at
http://www.7-zip.org (see LZMA SDK) and frontend is created by cVad.
The packing method is very strong. See to compare
Screen_shot_2012_01_04_at_16.49.11.png ( 65.67K )
Number of downloads: 155Using of the application is very simple - drag and drop.
If you drop a file with extension
.lzma or
.tar.lzma or
.z it will be unpacked.
If you drop a file or a folder then it will be packed into
name.tar.lzma.
Enjoy!
LZMAnoGUI.app.1.05.zip ( 331.42K )
Number of downloads: 296I will ask to admin to permit the forum to attach files with lzma extensions. <- done! You can attach here such files
The utility, compatible with Leo 10.5.x
lzma_Leo.zip ( 25.56K )
Number of downloads: 42
QUOTE (ARMDN @ Jan 7 2012, 07:02 AM)

7zX and Stuffit Expander works with lzma, afaik, no?
NO.
Thanks for this posting this useful tool Slice.
I lazily just use .zip these days and forget about the other formats.
I'm impressed with the results of the lzma algorithm.
This post has been edited by blackosx: Jan 18 2012, 07:27 PM
QUOTE (Slice @ Jan 4 2012, 06:05 PM)

I wish to presnt new MacOSX application to pack and unpack archives with LZMA method that becomes an industry standard.
This is not usual from you, but no source?
QUOTE (THe KiNG @ Sep 1 2012, 01:26 AM)

This is not usual from you, but no source?
lzma utility is opensorce at
http://www.7-zip.org (see LZMA SDK). I changed nothing. It can be compiled under ML.
LZMAnoGUI application is created by Cvad and is not open source. The utility in the resource folder.
Also success
CODE
iMac:7z slice$ ./7zDec
7z ANSI-C Decoder 9.20 : Igor Pavlov : Public domain : 2010-11-18
Usage: 7zDec <command> <archive_name>
<Commands>
e: Extract files from archive (without using directory names)
l: List contents of archive
t: Test integrity of archive
x: eXtract files with full paths
iMac:7z slice$
7zDec.zip ( 33.55K )
Number of downloads: 8Just correct a line in
makefile.gcc7zAlloc.o: ../../7zAlloc.cand rename to
makefileEDITED: but not works with lzma.
QUOTE (Slice @ Sep 2 2012, 06:50 AM)

lzma utility is opensorce at
http://www.7-zip.org (see LZMA SDK). I changed nothing. It can be compiled under ML.
LZMAnoGUI application is created by Cvad and is not open source. The utility in the resource folder.
You should add this to first post so it will be clear for everybody.
Is just me who doesn't like to run binaries that I can't compile myself

Thanks.