diff options
author | obache <obache@pkgsrc.org> | 2011-10-08 08:17:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-10-08 08:17:51 +0000 |
commit | 581e941aba4958ed8cd80ab5df68a644e9647882 (patch) | |
tree | 69af4ab9e1b29063013f26d2ab9be83bb441e537 /inputmethod | |
parent | 2ca0628c8848b4a7ce0b68387a806f4f23c3f035 (diff) | |
download | pkgsrc-581e941aba4958ed8cd80ab5df68a644e9647882.tar.gz |
Update libchewing to 0.3.3.
What's New in libchewing 0.3.3
---------------------------------------------------------
* Fix memory access violation.
* Improved Python binding.
* Merged with libchewing-data project. (r455)
* Improved random key stroke tester.
* Fix the handling of phonetic symbols in Hsu's keyboard.
* Fix unexpected candidate disorder when doing symbol choice.
* Revised phrase choice from rearward logic.
* Fix cross compilation.
* Improved shell script to merge changes form libchewing-data.
* Successful stories:
. Google ChromeOS provides built-in Chewing IM support
. MeeGo platform provides built-in Chewing IM support
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/libchewing/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/libchewing/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/inputmethod/libchewing/Makefile b/inputmethod/libchewing/Makefile index 2a3ff1b6021..9bff21c460c 100644 --- a/inputmethod/libchewing/Makefile +++ b/inputmethod/libchewing/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2010/05/17 02:07:36 obache Exp $ +# $NetBSD: Makefile,v 1.5 2011/10/08 08:17:51 obache Exp $ # -DISTNAME= libchewing-0.3.2 +DISTNAME= libchewing-0.3.3 CATEGORIES= chinese inputmethod MASTER_SITES= http://chewing.csie.net/download/libchewing/ EXTRACT_SUFX= .tar.bz2 diff --git a/inputmethod/libchewing/distinfo b/inputmethod/libchewing/distinfo index fc66b08d62f..d6b8834104d 100644 --- a/inputmethod/libchewing/distinfo +++ b/inputmethod/libchewing/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/11/24 11:31:04 obache Exp $ +$NetBSD: distinfo,v 1.6 2011/10/08 08:17:51 obache Exp $ -SHA1 (libchewing-0.3.2.tar.bz2) = 23eb09ab17c432cefb8cf42c758106b71b50d55f -RMD160 (libchewing-0.3.2.tar.bz2) = 2ca11803fa4f163f904320485d285142967a7064 -Size (libchewing-0.3.2.tar.bz2) = 1802842 bytes +SHA1 (libchewing-0.3.3.tar.bz2) = 24ade7bbb0288f71588bb45831d7fc9d5137a4cb +RMD160 (libchewing-0.3.3.tar.bz2) = b36c1fd997e3223423ffb11249836205a1ff5bae +Size (libchewing-0.3.3.tar.bz2) = 1798134 bytes |