Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 May 2005 19:11:16 +0000 (UTC)
From:      Jean-Yves Lefort <jylefort@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/archivers Makefile ports/archivers/lzma Makefile distinfo pkg-descr
Message-ID:  <200505071911.j47JBGPc085100@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jylefort    2005-05-07 19:11:16 UTC

  FreeBSD ports repository

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/lzma       Makefile distinfo pkg-descr 
  Log:
  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
  
  PR:             ports/80554
  Submitted by:   Radim Kolar <hsn@netmag.cz>
  
  Revision  Changes    Path
  1.123     +1 -0      ports/archivers/Makefile
  1.1       +45 -0     ports/archivers/lzma/Makefile (new)
  1.1       +2 -0      ports/archivers/lzma/distinfo (new)
  1.1       +10 -0     ports/archivers/lzma/pkg-descr (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505071911.j47JBGPc085100>