02-09-2011: version 1.11.7 Added demandoc utility for stripping away macros and escapes. This replaces the historical deroff utility. Also improved the mdoc and man manuals. 16-08-2011: version 1.11.6 Handling of tr macro in roff implemented. This makes Perl documentation much more readable. Hyphenation is also now enabled in man format documents. Many other general improvements have been implemented. Furthermore, a 64-bit Windows binary is now available at mdocml-win64.zip and a Mac OS X universal binary is available at mdocml-macosx.zip. 24-07-2011: version 1.11.5 Significant eqn improvements. mdocml can now parse arbitrary eqn input (although few GNU extensions are accepted, nor is mixing low-level roff with eqn). See the eqn manual for details. For the time being, equations are rendered as simple in-line text. The equation parser satisfies the language specified in the Second Edition User's Guide. This is also the first release featuring a distributed Windows binary, available at /binaries/mdocml-win32.zip. 12-07-2011: version 1.11.4 Bug-fixes and clean-ups across all systems, especially in makewhatis (note: still not connected to the general build and must be compiled with make makewhatis) and the man parser. This release was significantly assisted by participants in OpenBSD's c2k11. Thanks! 26-05-2011: version 1.11.3 Introduce locale-encoding of output with the -Tlocale output option and Unicode escaped-character input. See mandoc and mandoc_char, respectively, for details. This allows for non-ASCII characters (e.g., \[u5000]) to be rendered in the locale's encoding, if said environment supports wide-character encoding (if it does not, -Tascii is used instead). Locale support can be turned off at compile time by removing -DUSE_WCHAR in the Makefile, in which case -Tlocale is always a synonym for -Tascii. Furthermore, multibyte-encoded documents, such as those in UTF-8, may be on-the-fly recoded into mandoc input by using the newly-added preconv utility. Note: in the future, this feature may be integrated into mandoc. 12-05-2011: version 1.11.2 Corrected some installation issues in version 1.11.1. Further migration to libmandoc. Initial public release (this utility is very much under development) of makewhatis, initially named mandoc-db. This utility produces keyword databases of manual content mandoc-cgi, mandoc-tools, which features semantic querying of manual content.
19 lines
401 B
Text
19 lines
401 B
Text
@comment $NetBSD: PLIST,v 1.7 2011/09/06 09:49:01 wiz Exp $
|
|
bin/demandoc
|
|
bin/mandoc
|
|
bin/preconv
|
|
include/mandoc/man.h
|
|
include/mandoc/mandoc.h
|
|
include/mandoc/mdoc.h
|
|
lib/mandoc/libmandoc.a
|
|
man/man1/demandoc.1
|
|
man/man1/mandoc.1
|
|
man/man1/preconv.1
|
|
man/man3/mandoc.3
|
|
man/man7/eqn.7
|
|
man/man7/man.7
|
|
man/man7/mandoc_char.7
|
|
man/man7/mdoc.7
|
|
man/man7/roff.7
|
|
man/man7/tbl.7
|
|
share/examples/mandoc/example.style.css
|