From owner-freebsd-hackers@FreeBSD.ORG Mon May 24 12:26:44 2010 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16B2C1065676 for ; Mon, 24 May 2010 12:26:44 +0000 (UTC) (envelope-from uqs@spoerlein.net) Received: from acme.spoerlein.net (acme.spoerlein.net [IPv6:2001:470:9a47::1]) by mx1.freebsd.org (Postfix) with ESMTP id 8A93A8FC16 for ; Mon, 24 May 2010 12:26:43 +0000 (UTC) Received: from acme.spoerlein.net (localhost.spoerlein.net [IPv6:::1]) by acme.spoerlein.net (8.14.4/8.14.4) with ESMTP id o4OCNi6Z087267 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 24 May 2010 14:23:44 +0200 (CEST) (envelope-from uqs@spoerlein.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=spoerlein.net; s=dkim200908; t=1274703824; bh=huAtfdO1daumywruh1XYmZ82T0wNar8k4rZUbD6YglI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:In-Reply-To; b=cvC5b8xyHC5UNs7zGB0Z3pCmWykwmi7EgeusrNZ0i2gjpReOVvxsPXGgo2RcR4kWo Apgt9uSOItp1WemXDzt5svTG7fBZDJxxrVqpKqB90QwVkj57ZSSc5DCXwcvT3jT/gt gTPunK3ruSWNkpKjwHj/s1dbQZ5gYJ1glzM2BqWI= Received: (from uqs@localhost) by acme.spoerlein.net (8.14.4/8.14.4/Submit) id o4OCNi9A087266; Mon, 24 May 2010 14:23:44 +0200 (CEST) (envelope-from uqs@spoerlein.net) Date: Mon, 24 May 2010 14:23:44 +0200 From: Ulrich =?utf-8?B?U3DDtnJsZWlu?= To: Ben Fiedler Message-ID: <20100524122343.GB85712@acme.spoerlein.net> Mail-Followup-To: Ben Fiedler , hackers@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: hackers@freebsd.org Subject: Re: GSoC: BSD text tools X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 May 2010 12:26:44 -0000 On Mon, 24.05.2010 at 00:08:30 -0700, Ben Fiedler wrote: > I'll be working on replacing groff with mdocml (mandoc) in the system base > (and yes, I am aware of Gordon's work on a man > replacement). > In addition, I will be creating or (more likely) porting BSD-ish licensed > feature-complete replacements for: diff, sort, sdiff, diff3, also moving > them into the base (and yes, I know of the bsddiff and bsdsort ports). > Finally, I will perform some benchmark comparisons between these new tools > and their GNU counterparts. > > More info is available at my project page: > http://wiki.freebsd.org/SOC2010BenFiedler > > Any feedback or questions are most welcome. Please contact me regarding mdocml/mandoc work, as I already have a tree set up for the mdocml inclusion and have been working with Kristaps and Ruslan to get this all in good shape for an eventual import. thx, Uli