Clarify that the -T ps and -T pdf output formats are experimental,
produce low-quality output, and that mandoc(1) is not a
typesetting system. This should really have been clarified
in this manual page many years ago because producing a typesetting
system has never been a development goal, not even a long-term goal.
Also delete the EXAMPLES entry involving -T ps because that entry puts
undue emphasis on it and can be misconstrued as a recommendation
to use that mode for any particular purpose.
The general idea for this clarification came up talking
to G. Branden Robinson on <groff at gnu.org>.
import devel/py-bitstruct, ok sthen
This module performs conversions between Python values and C bit field
structs represented as Python byte strings. It is intended to have a
similar interface as the python struct module, but working on bits
instead of primitive data types (char, int, ...).
import textproc/py-graphemeu, ok sthen
Python package for working with user perceived characters. More
specifically, string manipulation and calculation functions for
working with grapheme cluster groups (graphemes) as defined by
the Unicode Standard Annex #29.