From owner-freebsd-current@FreeBSD.ORG Fri May 2 10:43:22 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F01837B401 for ; Fri, 2 May 2003 10:43:22 -0700 (PDT) Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2DAFC43FBD for ; Fri, 2 May 2003 10:43:21 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: from khavrinen.lcs.mit.edu (localhost [IPv6:::1]) by khavrinen.lcs.mit.edu (8.12.9/8.12.9) with ESMTP id h42HhJVo072847 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 2 May 2003 13:43:19 -0400 (EDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.12.9/8.12.9/Submit) id h42HhJXX072844; Fri, 2 May 2003 13:43:19 -0400 (EDT) (envelope-from wollman) Date: Fri, 2 May 2003 13:43:19 -0400 (EDT) From: Garrett Wollman Message-Id: <200305021743.h42HhJXX072844@khavrinen.lcs.mit.edu> To: Matthias Buelow In-Reply-To: <20030502172937.GB18677@moghedien.mukappabeta.net> References: <20030502011307.GA82420@sunbay.com> <20030502153334.A70914@dilbert.robbins.dropbear.id.au> <20030502071926.GC3258@dragon.nuxi.com> <20030502172937.GB18677@moghedien.mukappabeta.net> X-Spam-Score: -19.8 () IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,REPLY_WITH_QUOTES X-Scanned-By: MIMEDefang 2.33 (www . roaringpenguin . com / mimedefang) cc: current@freebsd.org Subject: Re: HEADS UP: bzip2(1) compression for manpages, Groff and Texinfo docs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2003 17:43:22 -0000 < said: > Then how about implementing the algorithm gzip is using (some LZ77 > afaik) in a "free" program? We already have that. -GAWollman