On Wed, Mar 06, 2019 at 12:36:44PM +0100, Stefan Sperling wrote: > Thanks. I have applied this in the attached version. > Also removed xclip from RUN_DEPENDS because TextSuggest uses an internal > C++ library to access the clipboard -- older versions apparently forked > out to xclip for this purpose.
Forgot to mention another big change: Stop using the word list shipped with the upstream tarball and use /usr/shared/dict/words instead. This way, textsuggest suggests a lot more suggestions. This will need to be extended further. The program can only handle one dictionary file per language so it cannot deal with regional differences such as those between British and American English, even though we have corresponding lists in /usr/share/dict/american and /usr/share/dict/british which could be merged into the full word list. I'll work on that later. For now, I want to get an initial working version into the ports tree and try to get some of my patches upstreamed.
