diff options
author | salo <salo> | 2003-01-15 00:23:55 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-15 00:23:55 +0000 |
commit | 6e5984eff05c247d21dd7ab1cbed4eb989e610af (patch) | |
tree | 2a337c2420a610ec146d0f9d8a54c418a2790056 /textproc/aspell/DESCR | |
parent | 9861eff3ec881c8fdc243267275cb1ec450442f2 (diff) | |
download | pkgsrc-6e5984eff05c247d21dd7ab1cbed4eb989e610af.tar.gz |
Update to version 0.50.3.
- added buildlink2.mk for applications using aspell and pspell
- updated DESCR
Changes:
Aspell has undergone an extremely large number of changes since the previous
Aspell/Pspell release. For one thing Pspell has been merged with Aspell so
there in no longer two separate libraries you have to worry about.
Because of the massive changes between Aspell/Pspell and Aspell 0.50 you may
want to clean out the old files before installing the the new Aspell. To do
so do a "make uninstall" in the original Aspell and Pspell source directories.
The way dictionaries are handled has also changed. This includes a change in
the naming conventions of both language names and dictionaries. Due to the
language name change, your old personal dictionaries will not be recognized.
However, you can import the old dictionaries by running the "aspell-import"
script. This also means that dictionaries designed to work with older versions
of Aspell are not likely to function correctly. Fortunately new dictionary
packages are available for most languages. You can find them off of the Aspell
home page at http://aspell.net.
The Pspell ABI is now part of Aspell except that the name of everything has
changed due to the renaming of Pspell to Aspell. In particular please note the
following name changes:
pspell -> aspell
manager -> speller
emulation -> enumeration
master_word_list -> main_word_list
Please also note that the name of the language-tag option has changed to lang.
However, for backward compatible the language-tag option will still work.
However, you should also be able to build applications that require Pspell
with the new Aspell as a backward compatibility header file is provided.
Due to a change in the way dictionaries are handled, scanning for .pwli files
in order to get find out which dictionaries are available will no longer work.
This means that programs that relied on this technique may have problems
finding dictionaries. Fortunately, GNU Aspell now provided a uniform way to
list all installed dictionaries via the C API. See the file "list-dicts.c" in
the examples/ directory for an example of how to due this. Unfortunately there
is isn't any simply way to find out which dictionaries are installed which
will work with both the old Aspell/Pspell and the new GNU Aspell.
Diffstat (limited to 'textproc/aspell/DESCR')
-rw-r--r-- | textproc/aspell/DESCR | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/textproc/aspell/DESCR b/textproc/aspell/DESCR index 6c9b6baed95..6b5de9943d2 100644 --- a/textproc/aspell/DESCR +++ b/textproc/aspell/DESCR @@ -1,8 +1,8 @@ -Aspell is an Open Source spell checker designed to eventually replace -Ispell. Its main feature is that it does a much better job of coming up -with possible suggestions than Ispell does. In fact recent tests shows -that it even does better than Microsoft Word 97's spell checker in some -cases. In addition it has both compile time and run time support for other -non English languages. Aspell is also a library however the recommend way -to use aspell is through the Pspell library as the actual interface to the -aspell library is constantly changing. +GNU Aspell is a Free and Open Source spell checker designed to eventually +replace Ispell. It can either be used as a library or as an independent spell +checker. Its main feature is that it does a much better job of coming up with +possible suggestions than just about any other spell checker out there for the +English language, including Ispell and Microsoft Word. It also has many other +technical enhancements over Ispell such as using shared memory for dictionaries +and intelligently handling personal dictionaries when more than one Aspell +process is open at once. |