Bug 80706 - [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-06 17:50 UTC by Radim Kolar
Modified: 2005-05-08 17:23 UTC (History)
1 user (show)

See Also:


Attachments
lzma-4.17.shar (1.99 KB, text/plain)
2005-05-06 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-06 17:50:00 UTC
1. This PR replaces ports/80554
2. Update to latest LZMA SDK
3. Mr. Jean-Yves Lefort, i do not want to maintain this.

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-07 21:23:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jylefort

Take.
Comment 2 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-05-08 17:23:03 UTC
State Changed
From-To: open->closed

Committed with a few modifications, thanks!