summaryrefslogtreecommitdiff
path: root/textproc/libpinyin/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-04-25libpinyin: fix --version-script handlingtnn1-3/+5
2021-12-08revbump for icu and libffiadam1-1/+2
2021-02-20libpinyin: Update to 2.6.0ryoon1-3/+5
* Enable libzhuyin. Changelog: version 2.6.0 * bug fixes version 2.4.92 * update pinyin data * bug fixes version 2.4.91 * improve full pinyin auto correction * bug fixes version 2.3.0 * update pinyin data version 2.2.2 * minor fixes version 2.2.1 * fixes predicted candidates version 2.2.0 * bug fixes version 2.1.91 * fixes zhuyin parsers; version 2.1.0 * support sort option in pinyin_guess_candidates function; version 2.0.92 * reduce memory consumption after imported user dictionary; version 2.0.91 * merge libzhuyin code; version 2.0.0 * the first official release of 2.0.x; * fixes autoconf; version 1.9.92 * fixes crash in double pinyin; version 1.9.91 * multiple sentence candidates; version 1.7.0 * fixes build on FreeBSD; * update cmake files; version 1.6.91 * change license to GPLv3+; * import open-gram dictionary and remove pinyin tones; * add some checks when load data from file; version 1.6.0 * bug fixes. version 1.5.91 * change pinyin/phrase tables to use dbm. * enhance pinyin key representation and pinyin parsers. version 1.2.0 * bug fixes. version 1.1.91 * support Kyoto Cabinet as alternative to Berkeley DB. * improve multiple dictionaries support feature. version 1.1.0 * support to export user phrases.
2020-03-08*: recursive bump for libffiwiz1-1/+2
2016-02-26Remove --version-script argument on Darwin too.jperkin1-1/+2
2016-02-25Remove manual OPSYSVARS additions which are now part of the default set.jperkin1-3/+1
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2014-12-04Add chinese to CATEGORIES.obache1-2/+2
2014-12-02Remove --version-script argument on SunOS.jperkin1-1/+5
2014-06-01Import libpinyin-1.0.0 as textproc/libpinyin.obache1-0/+22
Library to deal with pinyin. The libpinyin project aims to provide the algorithms core for intelligent sentence-based Chinese pinyin input methods.