As discussed at
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=118376+0+archive/2007/freebsd-doc/20070520.freebsd-doc,
and on #bsddocs with Chimera and keramida, please add a
dependency on p5-XML-Parser to textproc/docproj so the
FreeBSD Multimedia List can be re-added to the www-build.
PR: ports/113119
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: timeout and more or less agreement in private emails.
Yould is a generator for pronounceable random words. The engine uses
Markov chains with two letter transitions. This distribution includes
trained engines for several languages: English, Dutch, Finnish, Italian,
French and German.
WWW: http://ygingras.net/yould
Author: Yannick Gingras <ygingras@ygingras.net>
Based on: OpenBSD port
Soothsayer is an intelligent predictive text entry platform. Soothsayer
exploits redundant information embedded in natural languages to generate
predictions. Soothsayer's modular and pluggable architecture allows its
language model to be extended and customized to utilize statistical,
syntactic, and semantic information sources.
A predictive text entry system attempts to improve ease and speed of
textual input. Word prediction consists in computing which word tokens
or word completions are most likely to be entered next. The system
analyses the text already entered and combines the information thus
extracted with other information sources to calculate a set of most
probable tokens.
WWW: http://soothsayer.sourceforge.net/
QT_COMPONENTS can now be depended on at runtime or buildtime only by
specifiying them as <component>_build or <component>_run, respectively.
Specifying <component> without any suffix will depend on the component
at both build- and runtime just like before.
- Convert Qt core ports to use the new dependency switches.
- Add a patch to corelib to fix Qt4 on ARM, submitted by:
Björn König <bkoenig@alpha-tierchen.de>
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav