summaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-09-17 21:11:35 +0000
committerwiz <wiz>2003-09-17 21:11:35 +0000
commitbb58766674b34c0a7fa0bedcd5e88f78e7cb0bba (patch)
treeb261ac5418b764f876700ade2517feec5753fb13 /textproc/Makefile
parent24a35aa2317c1fde1404390f49cf08b87fe40d5d (diff)
downloadpkgsrc-bb58766674b34c0a7fa0bedcd5e88f78e7cb0bba.tar.gz
Initial import of enchant, a generic spell checking library.
The project aims to provide an efficient extensible abstraction for dealing with different spell checking libraries. Enchant is meant to provide a generic interface into various existing spell checking libaries. These include, but are not limited to: * Aspell/Pspell * Ispell * Hspell * Uspell Enchant is also meant to be used in a cross-platform (XP) environment. Part of this means that Enchant wants to limit its number of external dependencies to 0, or as close is as humanly possible. Also, any enchant consumer (i.e. a Word Processor) should not need to know about what backend providers Enchant knows about. In fact, Enchant shouldn't even need to know this information itself. To accomplish this, all of Enchant's providers are DLLs. Enchant is also meant to be used in a multi-user environment, such as Unix. It is preferable to have both a $USER and a $GLOBAL location for both provider DLLs and for dictionaries themselves, when possible. Enchant's DLL location algorithm takes this into account, and gives preference to the $USER DLLs, when found.
Diffstat (limited to 'textproc/Makefile')
0 files changed, 0 insertions, 0 deletions