Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C7259A6555 for ; Sun, 31 May 2015 13:08:37 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5F28814A23F; Sun, 31 May 2015 13:08:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C66BC14A235 for ; Sun, 31 May 2015 13:08:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id aPwC8b_EJfrr for ; Sun, 31 May 2015 13:08:33 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4A32314A0B0 for ; Sun, 31 May 2015 13:08:33 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3E80098; Sun, 31 May 2015 13:08:33 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 31 May 2015 13:08:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/pod2mdoc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20150531130833.3E80098@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun May 31 13:08:33 UTC 2015 Modified Files: pkgsrc/textproc/pod2mdoc: Makefile distinfo Log Message: Update to 0.2: 0.2: * SYNOPSIS preprocessor lines use Fd. * Names found in the SYNOPSIS are remembered using Marc Espie's ohash library (bundled for compatibility with operating systems lacking it); that information is used subsequently to mark up function names with Fn, function arguments with Fa, type names with Vt, preprocessor macros with Dv. * Foreign function names are marked up with Xr. * Whitespace handling has been improved in many respects (blank lines in literal displays; re-wrap text lines; new sentence, new line; better horizontal spacing; no more whitespace at the end of lines). * Improved handling of closing punctuation. * Escaping of quotes at the beginning of macro arguments. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/pod2mdoc/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/pod2mdoc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.