update audio/amused to 0.20
- amused-web: fix escaping of `&' (was rendered as `>' instead)
- add support for WAV files
- improve mp3 file detection (from continue at honk.any-key.press, thanks!)
- print bits, rate and channels for tracks
- fix spelling of TMPDIR in man pages
- improve SHA1*() compat
- fix double fclose(3) in flac the decoder
- fix `amused jump'
ttys(5): a few editorial cleanups
- name init(8) as the primary consumer of /etc/ttys and use login(1) and
ttyflags(8) as example users of the getttyent(3) interface.
- rewrite the on/off/secure more simply
- modernize EXAMPLES
- add .Xr terminfo(5) to SEE ALSO
- minor grammatical tweaks
ok sthen@
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, ...).