Subject: CVS commit: pkgsrc/textproc/hunspell
From: Benny Siegert
Date: 2018-10-23 13:45:34
Message id: 20181023114534.A61B0FBEE@cvs.NetBSD.org

Log Message:
Update hunspell to 1.6.2.

1.6.2

Library changes: no. Same as 1.6.1.
Command line tool:
-   Added German translation
-   Fixed bug with wrong output encoding, not respecting system locale.

1.6.1

Library changes:
-   Performance improvements in suggest()
-   Fixes regressions for Hungarian related to compounding.
-   Fixes regressions for Korean related to ICONV.
Command line tool:
-   Added Tajik translation
-   Fix regarding serching of OOo dicts installed in user folder
Manpages:
-   Fix microsoft-cp1251 to cp1251. Dicts should not use the first.
-   Typos.

1.6.0

Changes in the library:
-   Performance improvement in ngsuggest(), suggestions should be faster.
-   Revert MAXWORDLEN to 100 as in 1.3.3 for performance reasons.
-   MAXWORDLEN can be set during build time with -D defines.
-   Fix crash when word with 102 consecutive X is spelled.
Changes in the command line tool:
-   -D shows all loaded dictionares insted of only the first.
-   -D properly lists all available dictionaries on Windows.

1.5.4

Fixes bug related to the Hungarian dictionary and the command COMPOUNDSYLLABLE

1.5.3

Remove a unneded #include header in the public hunspell.hxx

1.5.2

Fixes backward compatibility with 1.4 at API level. Now it should be complete.

1.5.1

-   Lot of stability fixes
-   Fixed compilation errors on various systems (Windows, FreeBSD)
-   Small performance improvement compared to 1.4.0
-   Added new API with C++ types (string, vector), yet full API backward \ 
compatibility with 1.4 is kept

1.4.1

Past begin() iterator decrement error

VS Debug build threw error on decrement past begin.

1.4.0

New release that strips out fixed length buffers from large parts of the library
Note: dictmgr.hxx header is dropped

Files:
RevisionActionfile
1.28modifypkgsrc/textproc/hunspell/Makefile
1.8modifypkgsrc/textproc/hunspell/PLIST
1.5modifypkgsrc/textproc/hunspell/buildlink3.mk
1.11modifypkgsrc/textproc/hunspell/distinfo
1.3modifypkgsrc/textproc/hunspell/patches/patch-aa
1.2modifypkgsrc/textproc/hunspell/patches/patch-ab
1.2modifypkgsrc/textproc/hunspell/patches/patch-ac
1.1addpkgsrc/textproc/hunspell/patches/patch-src_tools_Makefile.am
1.1removepkgsrc/textproc/hunspell/patches/patch-src_tools_Makefile.in
1.1removepkgsrc/textproc/hunspell/patches/patch-src_tools_hunspell.cxx