summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz>2008-10-08 09:42:47 +0000
committerwiz <wiz>2008-10-08 09:42:47 +0000
commit959a5e1706a9b4b4723107a9aae4f5f4be8ca1e9 (patch)
tree420696ad6614f1f61226bc611932b1c3d71d3207 /textproc
parentd5dd57327e2329c37855eae94ce5151bb51d8d6e (diff)
downloadpkgsrc-959a5e1706a9b4b4723107a9aae4f5f4be8ca1e9.tar.gz
Initial import of py-enchant-1.4.2:
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. Enchant is the spellchecking package behind the AbiWord word processor, is being considered for inclusion in the KDE office suite, and has been proposed as a FreeDesktop.org standard. It aims to provide a single API to access spellchecking services on any platform, by wrapping the natively available spellchecking facilities. For example, it can access aspell when running under Linux and AppleSpell on Mac OSX.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-enchant/DESCR14
-rw-r--r--textproc/py-enchant/Makefile17
-rw-r--r--textproc/py-enchant/PLIST38
-rw-r--r--textproc/py-enchant/distinfo5
4 files changed, 74 insertions, 0 deletions
diff --git a/textproc/py-enchant/DESCR b/textproc/py-enchant/DESCR
new file mode 100644
index 00000000000..595ea790f53
--- /dev/null
+++ b/textproc/py-enchant/DESCR
@@ -0,0 +1,14 @@
+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.
+
+Enchant is the spellchecking package behind the AbiWord word
+processor, is being considered for inclusion in the KDE office
+suite, and has been proposed as a FreeDesktop.org standard. It aims
+to provide a single API to access spellchecking services on any
+platform, by wrapping the natively available spellchecking facilities.
+For example, it can access aspell when running under Linux and
+AppleSpell on Mac OSX.
diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile
new file mode 100644
index 00000000000..655a0c13d31
--- /dev/null
+++ b/textproc/py-enchant/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/08 09:42:47 wiz Exp $
+#
+
+DISTNAME= pyenchant-1.4.2
+PKGNAME= ${DISTNAME:S/py/${PYPKGPREFIX}-/}
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pyenchant/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://pyenchant.sourceforge.net/
+COMMENT= Spellchecking library for Python
+
+USE_LANGUAGES= c
+
+.include "../../lang/python/egg.mk"
+.include "../../textproc/enchant/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/py-enchant/PLIST b/textproc/py-enchant/PLIST
new file mode 100644
index 00000000000..2f9bc6105aa
--- /dev/null
+++ b/textproc/py-enchant/PLIST
@@ -0,0 +1,38 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/08 09:42:47 wiz Exp $
+${PYSITELIB}/enchant/__init__.py
+${PYSITELIB}/enchant/__init__.pyc
+${PYSITELIB}/enchant/__init__.pyo
+${PYSITELIB}/enchant/_enchant.so
+${PYSITELIB}/enchant/checker/CmdLineChecker.py
+${PYSITELIB}/enchant/checker/CmdLineChecker.pyc
+${PYSITELIB}/enchant/checker/CmdLineChecker.pyo
+${PYSITELIB}/enchant/checker/GtkSpellCheckerDialog.py
+${PYSITELIB}/enchant/checker/GtkSpellCheckerDialog.pyc
+${PYSITELIB}/enchant/checker/GtkSpellCheckerDialog.pyo
+${PYSITELIB}/enchant/checker/__init__.py
+${PYSITELIB}/enchant/checker/__init__.pyc
+${PYSITELIB}/enchant/checker/__init__.pyo
+${PYSITELIB}/enchant/checker/wxSpellCheckerDialog.py
+${PYSITELIB}/enchant/checker/wxSpellCheckerDialog.pyc
+${PYSITELIB}/enchant/checker/wxSpellCheckerDialog.pyo
+${PYSITELIB}/enchant/pypwl.py
+${PYSITELIB}/enchant/pypwl.pyc
+${PYSITELIB}/enchant/pypwl.pyo
+${PYSITELIB}/enchant/tokenize/__init__.py
+${PYSITELIB}/enchant/tokenize/__init__.pyc
+${PYSITELIB}/enchant/tokenize/__init__.pyo
+${PYSITELIB}/enchant/tokenize/en.py
+${PYSITELIB}/enchant/tokenize/en.pyc
+${PYSITELIB}/enchant/tokenize/en.pyo
+${PYSITELIB}/enchant/utils.py
+${PYSITELIB}/enchant/utils.pyc
+${PYSITELIB}/enchant/utils.pyo
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/eager_resources.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+@dirrm ${PYSITELIB}/${EGG_INFODIR}
+@dirrm ${PYSITELIB}/enchant/tokenize
+@dirrm ${PYSITELIB}/enchant/checker
+@dirrm ${PYSITELIB}/enchant
diff --git a/textproc/py-enchant/distinfo b/textproc/py-enchant/distinfo
new file mode 100644
index 00000000000..b568e4983bd
--- /dev/null
+++ b/textproc/py-enchant/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/08 09:42:47 wiz Exp $
+
+SHA1 (pyenchant-1.4.2.tar.gz) = 97197d72a0197e459946805d254b3958a0e1de2e
+RMD160 (pyenchant-1.4.2.tar.gz) = 9107042d841ab920baeeef10643d88ff4e65bb7f
+Size (pyenchant-1.4.2.tar.gz) = 81230 bytes