HTML::PrettyPrinter produces nicely formatted HTML code from a HTML
syntax tree. It is especially useful if the produced HTML file shall be
read or edited manually afterwards. Various parameters let you adapt the
output to different styles and requirements.
ok sthen@
The login_oath package contains bsdauth providers to validate OATH one-
time passwords via oath-toolkit (liboath). Currently only TOTP (time-based)
passwords are supported. Two separate modules allow for either OTP-only
or a combination of OTP+password.
The OATH Toolkit makes it easy to build one-time password authentication
systems. This package contains a shared library and a command line tool
for generating and validating OTPs.
Supported technologies include the event-based HOTP algorithm (RFC 4226)
and the time-based TOTP algorithm (draft-mraihi-totp-timebased-07).
OATH stands for Open AuTHentication, which is the organization that
specify the algorithms.
U9fs is a program that serves Unix files to Plan 9 machines using the 9P
protocol. Its standard input and output are connected to a network
connection, typically TCP on an Ethernet. It assumes Plan 9 uids match
Unix login names, and changes to the corresponding Unix effective uid
when processing requests. Characters in file and directory names
unacceptable to Plan 9 are translated into a three-character sequence:
followed by two hexadecimal digits. U9fs serves both 9P1 (the 9P
protocol as used by the second and third editions of Plan 9) and 9P2000.
from Stanley Lieber (MAINTAINER), with some tweaks by me.
ok sthen@
The mm-common is part of the GNOME C++ bindings effort.
It provides the build infrastructure and utilities shared among the
GNOME C++ binding libraries. It is only a required dependency for
building the C++ bindings from the gnome.org version control repository.
An installation of mm-common is not required for building tarball
releases, unless configured to use maintainer-mode.
ok jasper@