From owner-cvs-all@FreeBSD.ORG Fri Feb 2 14:53:48 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2ED4E16A400; Fri, 2 Feb 2007 14:53:48 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1ECFA13C48D; Fri, 2 Feb 2007 14:53:48 +0000 (UTC) (envelope-from sat@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l12Erl1Y027949; Fri, 2 Feb 2007 14:53:48 GMT (envelope-from sat@repoman.freebsd.org) Received: (from sat@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l12ErlKK027948; Fri, 2 Feb 2007 14:53:47 GMT (envelope-from sat) Message-Id: <200702021453.l12ErlKK027948@repoman.freebsd.org> From: Andrew Pantyukhin Date: Fri, 2 Feb 2007 14:53:47 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers Makefile ports/archivers/grzip Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2007 14:53:48 -0000 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)