pkgsrc/textproc/py-enchant/PLIST
obache 9d810c9ff7 Update py-enchant to 1.6.2.
Based on PR#43384 by Wen Heping.

    * Migrated from SWIG to ctypes since 1.5.0:
        * Add dependency on devel/py-ctypes for python2.4
        * Fix paths for libenchant to exactly load suitable one.
        * No need c compiler and buildlink with textproc/enchant.

Changes:
1.6.2:

    * Upgraded bundled enchant to v1.6.0.
    * Fixed bug in printf() utility function; all input args are now converted
      to strings before printing.

1.6.1:

    * Fixed loading of enchant DLL on win32 without pkg_resources installed.
    * Fixed HTMLChunker to handle unescaped < and > characters that are
      clearly not part of a tag.

1.6.0:

    * Upgraded to enchant v1.5.0:
        * new Broker methods get_param() and set_param() allow
          runtime customisation of provider data
    * Added the concept of 'chunkers' to enchant.tokenize.get_tokenizer().
      These serve split split the text into large chunks of checkable tokens.
        * implemented a simple HTMLChunker class
    * Moved error classes into 'enchant.errors' for easier importing
    * Moved testcases into separate files so they're not loaded by default
    * Allowed SpellChecker to use default language if none is specified
    * Improved compatibility with Python 3

1.5.3:

    * Fixed termination conditions in English tokenization loop.
    * Improved unicode detection in English tokenizer.
    * Made enchant spellcheck all of its docstrings as part of the
      unittest suite.

1.5.2:

    * Modify utils.get_resource_filename and utils.win32_data_files for
      compatibility with py2exe (which was broken in the move to ctypes).
      Thanks to Stephen George for the fix.

1.5.1:

    * SpellChecker.add_to_personal renamed to SpellChecker.add and fixed
      to use the corresponding Dict method.

1.5.0:

    * Migrated from SWIG to ctypes:
        * now runs under PyPy!
        * also opens possibilities for Jython, IronPython, ...
    * Compatibility updates for Python 3.0, mostly around unicode strings
    * Dropped compatibility with Python 2.2
2010-06-01 05:28:11 +00:00

52 lines
2.1 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2010/06/01 05:28:11 obache Exp $
${PYSITELIB}/enchant/__init__.py
${PYSITELIB}/enchant/__init__.pyc
${PYSITELIB}/enchant/__init__.pyo
${PYSITELIB}/enchant/_enchant.py
${PYSITELIB}/enchant/_enchant.pyc
${PYSITELIB}/enchant/_enchant.pyo
${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/tests.py
${PYSITELIB}/enchant/checker/tests.pyc
${PYSITELIB}/enchant/checker/tests.pyo
${PYSITELIB}/enchant/checker/wxSpellCheckerDialog.py
${PYSITELIB}/enchant/checker/wxSpellCheckerDialog.pyc
${PYSITELIB}/enchant/checker/wxSpellCheckerDialog.pyo
${PYSITELIB}/enchant/errors.py
${PYSITELIB}/enchant/errors.pyc
${PYSITELIB}/enchant/errors.pyo
${PYSITELIB}/enchant/lib/enchant/README.txt
${PYSITELIB}/enchant/pypwl.py
${PYSITELIB}/enchant/pypwl.pyc
${PYSITELIB}/enchant/pypwl.pyo
${PYSITELIB}/enchant/share/enchant/README.txt
${PYSITELIB}/enchant/share/enchant/ispell/README.txt
${PYSITELIB}/enchant/share/enchant/myspell/README.txt
${PYSITELIB}/enchant/tests.py
${PYSITELIB}/enchant/tests.pyc
${PYSITELIB}/enchant/tests.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/tokenize/tests.py
${PYSITELIB}/enchant/tokenize/tests.pyc
${PYSITELIB}/enchant/tokenize/tests.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