diff options
author | ade <ade@FreeBSD.org> | 2000-06-13 23:01:16 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-13 23:01:16 +0000 |
commit | 8e8bca07d23c746e49b324670591ed1eceeff487 (patch) | |
tree | f0b65bef1caa926c73bcc498e69f0b9f510236b3 /textproc/pspell/pkg-descr | |
parent | 6b254208f6fb475b6ab28a3d3d0bc7508fb6bcf5 (diff) | |
download | FreeBSD-ports-8e8bca07d23c746e49b324670591ed1eceeff487.zip FreeBSD-ports-8e8bca07d23c746e49b324670591ed1eceeff487.tar.gz |
Add pspell, a library to provide a generic interface to
installed spell checker libraries (aspell, ispell, etc..)
Diffstat (limited to 'textproc/pspell/pkg-descr')
-rw-r--r-- | textproc/pspell/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/pspell/pkg-descr b/textproc/pspell/pkg-descr new file mode 100644 index 0000000..b5ee54e --- /dev/null +++ b/textproc/pspell/pkg-descr @@ -0,0 +1,4 @@ +The goal of the pspell library is to provide a generic interface +to spell checker libraries installed on the system. + +WWW: http://pspell.sourceforge.net/ |