From owner-freebsd-current@FreeBSD.ORG Sat Jun 13 10:30:44 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF5D8106566C; Sat, 13 Jun 2009 10:30:44 +0000 (UTC) (envelope-from sweetnavelorange@gmail.com) Received: from mail-px0-f192.google.com (mail-px0-f192.google.com [209.85.216.192]) by mx1.freebsd.org (Postfix) with ESMTP id B29718FC18; Sat, 13 Jun 2009 10:30:44 +0000 (UTC) (envelope-from sweetnavelorange@gmail.com) Received: by pxi30 with SMTP id 30so2009055pxi.3 for ; Sat, 13 Jun 2009 03:30:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=8hQAflcMjurtMf9vAZiwcrEIpDZucyDUP8whdfpbFs4=; b=bMoPxo/tZggloE3tfipEwbtjbEA+O+vdGe5Wi2jnw6I0BzWr7wn7tnmfmpd71RfJfI 38p5pDWWD7QM7YSNa55Kn3Vp3qr8NIHWkhF2rAKmEqA+FR6tNDHajQEv0SMcwAqYJTgy Ok4oc7xmavieTwUksWpRhOLxg+3bfP9BKo+FM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=IMx7YHgxAVkR8TupwFHySIKF35oEhqH/dz8O8fQEFzOZ0CO8vovs42Mexn/xGe7cOk FOrCQS43xd86QmX4+t1USI7nDsSJpgmdk5/g6nCqSb80Amfq/QT2f6Q0VRQ5xl6IK/Fx Xie3RpYsdxFdm88FauUzWpOzT1dBbZx5WmVew= MIME-Version: 1.0 Received: by 10.142.50.6 with SMTP id x6mr1687338wfx.261.1244887612253; Sat, 13 Jun 2009 03:06:52 -0700 (PDT) In-Reply-To: <4A33668C.3080602@FreeBSD.org> References: <538f43900906120823w388f1c63ic8d0194017faca6d@mail.gmail.com> <20090612165518.GA15530@phenom.cordula.ws> <20090612172740.GA1952@troutmask.apl.washington.edu> <20090612175206.GA77895@freebsd.org> <4A33668C.3080602@FreeBSD.org> Date: Sat, 13 Jun 2009 22:06:52 +1200 Message-ID: From: James Butler To: Joel Dahl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: Antonio Gonz?lez Castro , Roman Divacky , freebsd-current@freebsd.org, cpghost , Steve Kargl Subject: Re: RFC: C version of devd daemon. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 13 Jun 2009 10:30:45 -0000 2009/6/13 Joel Dahl : > Roman Divacky skrev: >> [snip] >> >> clang will ultimately support C++ just fine. dont forget devd >> is not the only C++ code in our src. we also have groff and >> libstd++ > > Kristaps Dzonsons has been working on a groff replacement called mdocml f= or > some time. =C2=A0It's small compared to groff, written in C and ISC-licen= sed. > =C2=A0And it's fast too. =C2=A0:-) This look like an interesting project, but someone would need to write an -ms support library to deal with the files in /usr/src/share/doc/papers. The *roff implementations from opensolaris or "heirloom" unix have also been mentioned time-to-time as possible replacements for groff. -James Butler