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

Andrew Pantyukhin sat at FreeBSD.org
Fri Feb 2 14:53:48 UTC 2007


sat         2007-02-02 14:53:47 UTC

  FreeBSD ports repository

  Modified files:
    archivers            Makefile 
  Added files:
    archivers/grzip      Makefile distinfo pkg-descr 
  Log:
  Add port archivers/grzip:
  
  grzip is a high-performance file compressor based on Burrows-Wheeler
  Transform, Schindler Transform, Move-To-Front, and Weighted Frequency
  Counting. It uses the Block-Sorting Lossless Data Compression Algorithm,
  which has received considerable attention in recent years for both its
  simplicity and effectiveness. This implementation has a compression rate
  of 2.234 bps on the Calgary Corpus (14 files) without preprocessing
  filters.
  
  WWW: http://magicssoft.ru/?folder=projects&page=GRZipII
  Author: Ilya Grebnov
  
  Revision  Changes    Path
  1.174     +1 -0      ports/archivers/Makefile
  1.1       +42 -0     ports/archivers/grzip/Makefile (new)
  1.1       +3 -0      ports/archivers/grzip/distinfo (new)
  1.1       +10 -0     ports/archivers/grzip/pkg-descr (new)


More information about the cvs-ports mailing list