pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-enchant Initial import of py-enchant-1.4.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3d221275e799
branches:  trunk
changeset: 548066:3d221275e799
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 08 09:42:47 2008 +0000

description:
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:

 textproc/py-enchant/DESCR    |  14 ++++++++++++++
 textproc/py-enchant/Makefile |  17 +++++++++++++++++
 textproc/py-enchant/PLIST    |  38 ++++++++++++++++++++++++++++++++++++++
 textproc/py-enchant/distinfo |   5 +++++
 4 files changed, 74 insertions(+), 0 deletions(-)

diffs (90 lines):

diff -r cd4db7b03d71 -r 3d221275e799 textproc/py-enchant/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-enchant/DESCR Wed Oct 08 09:42:47 2008 +0000
@@ -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 -r cd4db7b03d71 -r 3d221275e799 textproc/py-enchant/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-enchant/Makefile      Wed Oct 08 09:42:47 2008 +0000
@@ -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@localhost
+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 -r cd4db7b03d71 -r 3d221275e799 textproc/py-enchant/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-enchant/PLIST Wed Oct 08 09:42:47 2008 +0000
@@ -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 -r cd4db7b03d71 -r 3d221275e799 textproc/py-enchant/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/py-enchant/distinfo      Wed Oct 08 09:42:47 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index