Bug 80554 - [NEW PORT] archivers/lzma: Command line lzma archiver
Summary: [NEW PORT] archivers/lzma: Command line lzma archiver
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Jean-Yves Lefort
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 17:50 UTC by Radim Kolar
Modified: 2005-05-08 16:40 UTC (History)
1 user (show)

See Also:


Attachments
lzma-4.0.6.shar (1.97 KB, text/plain)
2005-05-02 17:50 UTC, Radim Kolar
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2005-05-02 17:50:01 UTC
Simple command line version of compression program using LZMA compression
method. This program is taken from LZMA SDK. 7-zip uses the same compression
method, but creates 7Z archives instead of pure LZMA data stream. LZMA can
compress and decompress data streams using standard input/output.

Compression ratio is about 25-30% better than bzip2 and decompression speed
is about two times faster. This makes LZMA good bzip2 replacement for
use in software distribution.

WWW: http://www.7-zip.org/sdk.html

Generated with FreeBSD Port Tools 0.63
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-03 16:05:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-03 18:32:30 UTC
State Changed
From-To: open->feedback

Submitter: may I assign the port maintainership to you?
Comment 3 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-07 20:13:10 UTC
State Changed
From-To: feedback->closed

Committed with a few modifications, thanks!
Comment 4 Radim Kolar 2005-05-08 10:22:44 UTC
Close this. replaced by ports/80706.