summaryrefslogtreecommitdiff
path: root/textproc/mecab
diff options
context:
space:
mode:
authorobache <obache>2009-10-14 08:22:35 +0000
committerobache <obache>2009-10-14 08:22:35 +0000
commit0580962e62ad1e8e3e5c697fa4447b6a9e24220f (patch)
tree170ddc784c14837df7b833b9336839a16e9562f0 /textproc/mecab
parent13a5ea84f2ed6ae668c49b1d028ad7ac4e9420ac (diff)
downloadpkgsrc-0580962e62ad1e8e3e5c697fa4447b6a9e24220f.tar.gz
Update MeCab to 0.98.
2009-09-27 MeCab 0.98 * UTF16 support (experimental) * On Windows, changed to use Native API (ex. MultiByteToWideChar) for codeset conversion. * Convert source code to Google coding style. * Add EON (end of N-best) format option (-S or --eon-format) * Fixes problems hankaku-kana handling on Shift-JIS environment * support online leraning (experimental) * Now buildable without -Wno-deprecated * and some small fixes.
Diffstat (limited to 'textproc/mecab')
-rw-r--r--textproc/mecab/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mecab/Makefile.common b/textproc/mecab/Makefile.common
index 01bb43d5e97..73e47579f12 100644
--- a/textproc/mecab/Makefile.common
+++ b/textproc/mecab/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2008/02/04 04:58:53 obache Exp $
+# $NetBSD: Makefile.common,v 1.4 2009/10/14 08:22:35 obache Exp $
#
# used by textproc/mecab-base/Makefile
# used by textproc/java-mecab/Makefile
@@ -8,7 +8,7 @@
# used by textproc/mecab-ipadic/Makefile
# used by textproc/mecab-jumandic/Makefile
-MECAB_VERSION= 0.97
+MECAB_VERSION= 0.98
CATEGORIES= japanese textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mecab/}