summaryrefslogtreecommitdiff
path: root/textproc/pod2mdoc
AgeCommit message (Collapse)AuthorFilesLines
2016-02-26Use OPSYSVARS.jperkin1-6/+2
2015-11-04Add SHA512 digests for distfiles for textproc categoryagc1-1/+2
Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-05-31Update to 0.2:wiz2-6/+12
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.
2014-11-17Update to 0.1:wiz2-6/+6
Simple Ft/Fo/Fa/Fc parser and formatter for the SYNOPSIS.
2014-07-19Update to 0.0.13:wiz2-6/+6
Proper translation of POD commands and formatting codes into mdoc macros, including correct whitespace handling. Only capital ASCII letters A-Z can start a formatting code. Do not skip the content of invalid formatting codes. Improved handling of filename extensions.
2014-07-11Update to 0.0.12:wiz2-7/+6
Render B<NULL> as .Dv NULL. Correctly check the number of arguments. Show the usage() message if there are too many arguments. Mention the optional "file" argument in the usage() message.
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-04-07Update to 0.0.11:wiz2-6/+6
Properly render #include in the SYNOPSIS with In. Handle nested escape codes in L<> links (and ignore them). Properly consume whitespace following <code>X&lt;&gt;</code> and <code>N&lt;&gt;</code>.
2014-04-03Update to 0.0.10:wiz2-6/+6
More improvements: NAME, SYNOPSIS, L<>. Documentation about the magic is in the man page.
2014-04-02Update to 0.0.9: better SYNOPSIS parsing and conversion.wiz2-6/+6
2014-03-31Import pod2mdoc-0.0.8 as textproc/pod2mdoc.wiz4-0/+33
The pod2mdoc utility is a converter from POD into mdoc. It's meant to operate like pod2man; however, it doesn't require a Perl installation: pod2mdoc is a standalone ISC-licensed ISO C utility and should compile on any modern UNIX system.