Update to 1.12.0:

08-10-2011: version 1.12.0

This version features a new, work-in-progress mandoc output mode:
-Tman. This mode allows a system maintainer to distribute man media
for older systems that may not natively support mdoc, such as old
Solaris systems. The -Ofragment option was added to mandoc's -Thtml
and -Txhtml modes.

While adding features, an apropos utility has been merged from the
mandoc-tools sandbox. This interfaces with mandocdb for semantic
search of manual content. apropos is different from the traditional
apropos primarily in allowing keyword search (such as for functions,
utilities, etc.) and regular expressions. Note that the calling
syntax for apropos is likely to change as it settles down.

In documentation news, the mdoc and man manuals have been made
considerably more readable by adding MACRO OVERVIEW sections, by
moving the gory details of the LANGUAGE SYNTAX to the roff manual,
and by moving the very technical MACRO SYNTAX sections down to the
bottom of the page.

Furthermore, for tbl, the -Tascii mode horizontal spacing of tables
was rewritten completely. It is now compatible with groff, both
with and without frames and rulers. Nesting of indented blocks is
now supported in man, and several bugs were fixed regarding
indentation and alignment. The page headers in mdoc are now nicer
for very long titles.
This commit is contained in:
wiz 2011-10-10 12:31:56 +00:00
parent 70ed98b8dd
commit aad81c0bd2
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.25 2011/09/06 09:49:01 wiz Exp $
# $NetBSD: Makefile,v 1.26 2011/10/10 12:31:56 wiz Exp $
DISTNAME= mdocml-1.11.7
DISTNAME= mdocml-1.12.0
CATEGORIES= textproc devel
MASTER_SITES= http://mdocml.bsd.lv/snapshots/

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.23 2011/09/06 09:49:01 wiz Exp $
$NetBSD: distinfo,v 1.24 2011/10/10 12:31:56 wiz Exp $
SHA1 (mdocml-1.11.7.tar.gz) = 2c218cffc8b4b68114ea3694700b0843a3868c50
RMD160 (mdocml-1.11.7.tar.gz) = 26a5c46b652b9965c4c10e42d29d34f3fc49c14c
Size (mdocml-1.11.7.tar.gz) = 225260 bytes
SHA1 (mdocml-1.12.0.tar.gz) = 7c2c1a23c0bba61d9fc4ee7dc5b47a0a07e0b981
RMD160 (mdocml-1.12.0.tar.gz) = 3ea04c4b4639ae63ae924db3645f1712f149ec5b
Size (mdocml-1.12.0.tar.gz) = 236717 bytes