From owner-soc-status@FreeBSD.ORG Wed Jul 21 07:07:53 2010 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DE8C1065677 for ; Wed, 21 Jul 2010 07:07:53 +0000 (UTC) (envelope-from bfiedler@asu.edu) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id D73318FC12 for ; Wed, 21 Jul 2010 07:07:52 +0000 (UTC) Received: by iwn35 with SMTP id 35so8286289iwn.13 for ; Wed, 21 Jul 2010 00:07:52 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.130.145 with SMTP id t17mr6943990ibs.144.1279696072008; Wed, 21 Jul 2010 00:07:52 -0700 (PDT) Received: by 10.231.171.195 with HTTP; Wed, 21 Jul 2010 00:07:51 -0700 (PDT) Date: Wed, 21 Jul 2010 00:07:51 -0700 Message-ID: From: Ben Fiedler To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: bsdtextproc week #8 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jul 2010 07:07:53 -0000 This past week I worked on the logic for the diff format processing. These switches are still is a work-in-progress, and I expect to implement them in a discrete manner throughout the next few weeks. I am hoping that moving forward will give me fresh eyes on return to the problem. In the meantime, for this week I am proceeding to the next milestone; mdoc into the base! Branch is ready, and I am merging with Ulrich's changes. This week, I hope to 1.) modify the build system to allow for replacing groff with mandoc via some boolean define (perhaps WITH_MANDOC ?) so that users may opt-in, 2.) Identify any build errors from 1 in relation to man pages or dependent tools (e.g. old, mandoc-incompatible man pages), and attempt to resolve with an alternate, supplemental man repository or more makefile mods. -Ben