From owner-freebsd-chat@FreeBSD.ORG Sun Jun 29 09:11:51 2003 Return-Path: Delivered-To: freebsd-chat@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD51637B401 for ; Sun, 29 Jun 2003 09:11:50 -0700 (PDT) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CEDC43FEC for ; Sun, 29 Jun 2003 09:11:49 -0700 (PDT) (envelope-from narvi@haldjas.folklore.ee) Received: from haldjas.folklore.ee (localhost [127.0.0.1]) by haldjas.folklore.ee (8.12.3/8.11.3) with ESMTP id h5TGBhMJ015813; Sun, 29 Jun 2003 19:11:43 +0300 (EEST) (envelope-from narvi@haldjas.folklore.ee) Received: from localhost (narvi@localhost)h5TGBhKX015810; Sun, 29 Jun 2003 19:11:43 +0300 (EEST) Date: Sun, 29 Jun 2003 19:11:43 +0300 (EEST) From: Narvi To: Brett Glass In-Reply-To: <4.3.2.7.2.20030627133348.03575190@localhost> Message-ID: <20030629191013.F24605-100000@haldjas.folklore.ee> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: FreeBSD Chat Subject: Re: RMS says: "Use BSD, for goodness sake!" X-BeenThere: freebsd-chat@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Non technical items related to the community List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2003 16:11:51 -0000 On Fri, 27 Jun 2003, Brett Glass wrote: > At 02:08 AM 6/27/2003, Terry Lambert wrote: > > >> bzip2 - could be reimplemented > > > >Or ignored. The Unisys patent which caused it to be written has > >expired (Welcome home, compress, we missed you!). > > bzip is actually better, because of the way it reorders files. > It does block sort - or rather apply Burrows-Hweeler transform (BWT) > >> gzip - nasty, but re-implementable. Or we move to a non-GNU zip format. > > > >Compress, again. > > Can't bzip handle gzip archives? > no. Though you could in principle unify the two into one executable with some savings. > --Brett >