diff options
author | garga <garga@FreeBSD.org> | 2006-04-06 19:39:20 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-04-06 19:39:20 +0800 |
commit | ef9e99baedb95dc89bdf7c8cb1e3e62e961a3114 (patch) | |
tree | b0e6ead6d8a6d1ec98ebc2e962944a6383ffb73b /textproc/Makefile | |
parent | 4944344ae1613a498e3b704fe3d3a7237d7e8785 (diff) | |
download | freebsd-ports-gnome-ef9e99baedb95dc89bdf7c8cb1e3e62e961a3114.tar.gz freebsd-ports-gnome-ef9e99baedb95dc89bdf7c8cb1e3e62e961a3114.tar.zst freebsd-ports-gnome-ef9e99baedb95dc89bdf7c8cb1e3e62e961a3114.zip |
PyEnchant is a set of language bindings and some wrapper classes to make
the excellent Enchant spellchecker available as a Python module.
The bindings are generated using SWIG. It includes all the functionality
of Enchant with the flexibility of Python and a nice 'Pythonic'
object-oriented interface. It also aims to provide some higher-level
functionality than is available in the C API.
Author: Ryan Kelly <ryan@rfk.id.au>
WWW: http://pyenchant.sourceforge.net/
PR: ports/95284
Submitted by: Nicola Vitale <nivit@email.it>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 28898804aabc..798c455cdfce 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -645,6 +645,7 @@ SUBDIR += py2html SUBDIR += pybook SUBDIR += pychm + SUBDIR += pyenchant SUBDIR += qu-aspell SUBDIR += queequeg SUBDIR += rand |