diff options
author | obache <obache@pkgsrc.org> | 2009-10-14 08:22:35 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-10-14 08:22:35 +0000 |
commit | 2e13a20b51cd8b6ac54352ed8c8e9f08c74e7dd0 (patch) | |
tree | 170ddc784c14837df7b833b9336839a16e9562f0 /textproc/p5-mecab | |
parent | 851b91d1d251fdd7f7f8b0891c4b7952788fe07e (diff) | |
download | pkgsrc-2e13a20b51cd8b6ac54352ed8c8e9f08c74e7dd0.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/p5-mecab')
-rw-r--r-- | textproc/p5-mecab/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-mecab/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-mecab/Makefile b/textproc/p5-mecab/Makefile index d75e355a4e8..cb22e43ca8d 100644 --- a/textproc/p5-mecab/Makefile +++ b/textproc/p5-mecab/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.3 2008/10/19 19:18:55 he Exp $ +# $NetBSD: Makefile,v 1.4 2009/10/14 08:22:35 obache Exp $ # .include "../../textproc/mecab/Makefile.common" DISTNAME= mecab-perl-${MECAB_VERSION} PKGNAME= p5-mecab-${MECAB_VERSION} -PKGREVISION= 1 CATEGORIES+= perl5 COMMENT= MeCab perl module +LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR modified-bsd PKG_DESTDIR_SUPPORT= user-destdir diff --git a/textproc/p5-mecab/distinfo b/textproc/p5-mecab/distinfo index 55ae8bd8007..f2c87ddf26a 100644 --- a/textproc/p5-mecab/distinfo +++ b/textproc/p5-mecab/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2008/02/04 04:58:53 obache Exp $ +$NetBSD: distinfo,v 1.4 2009/10/14 08:22:35 obache Exp $ -SHA1 (mecab-perl-0.97.tar.gz) = 7c6671c8b22e698becd8547a3ea8420f813be8cd -RMD160 (mecab-perl-0.97.tar.gz) = eb986913c08456ea1100b1ddf121f44ee69b2102 -Size (mecab-perl-0.97.tar.gz) = 41089 bytes +SHA1 (mecab-perl-0.98.tar.gz) = de0f41c734bdfb150c1855c3be01c7b561728a76 +RMD160 (mecab-perl-0.98.tar.gz) = 5e016a1db88674ce55d433ab57d5c9baf7e38e72 +Size (mecab-perl-0.98.tar.gz) = 41246 bytes |