cvs commit: ports/archivers Makefile ports/archivers/lzma Makefile distinfo pkg-descr

Jean-Yves Lefort jylefort at FreeBSD.org
Sat May 7 12:11:17 PDT 2005


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 at 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)


More information about the cvs-ports mailing list