From owner-freebsd-current@FreeBSD.ORG Wed May 7 11:58:42 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 AAF6E37B401; Wed, 7 May 2003 11:58:42 -0700 (PDT) Received: from haldjas.folklore.ee (Haldjas.folklore.ee [193.40.6.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD4843FF5; Wed, 7 May 2003 11:58:41 -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 h47Iwe6U080469; Wed, 7 May 2003 21:58:40 +0300 (EEST) (envelope-from narvi@haldjas.folklore.ee) Received: from localhost (narvi@localhost)h47IwdsC080466; Wed, 7 May 2003 21:58:39 +0300 (EEST) Date: Wed, 7 May 2003 21:58:39 +0300 (EEST) From: Narvi To: Tim Robbins In-Reply-To: <20030503035911.A92273@dilbert.robbins.dropbear.id.au> Message-ID: <20030507215602.X40030-100000@haldjas.folklore.ee> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-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: Wed, 07 May 2003 18:58:43 -0000 On Sat, 3 May 2003, Tim Robbins wrote: > > gzip is trivially replaceable by minigzip in this case. It makes little sense > to talk about replacing a GPL'd piece of code with a non-GPL'd piece of code > in this context anyway: we are using a GPL'd man utility by (someone's) choice > when the 4.4BSD implementation is adequate, and we are using GNU groff. > Using bzip2 instead of gzip will not let us format manual pages without GNU > tools. There is a man2db tool hanging around somewhere which would let you replace groff man pages by docbook reentry pages, which in turn would let you format them with say xsltproc. As an added bonus, you could then boot groff from teh base system or at least make it optional. > Tim