diff options
author | obache <obache@pkgsrc.org> | 2008-02-04 04:58:52 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-02-04 04:58:52 +0000 |
commit | 80d4ebaf862f9e31ae7fef9ed944912c0baa372e (patch) | |
tree | 19ab6f6f376a34b533f00d7a006010705b0258a7 /textproc/py-mecab/distinfo | |
parent | 8aae105d2e427332967e31972bd128079c747f30 (diff) | |
download | pkgsrc-80d4ebaf862f9e31ae7fef9ed944912c0baa372e.tar.gz |
Update mecab to 0.97.
Pkgsrc changes:
* fix some pkglint warining
* add DESTDIR support.
Changes:
* Fix a bug of exclusive control when dictionary is opened in MultiThreading environment.
* When installing the Windows version, it came to be able to specify the character-code of the dictionary.
* Fix a problem that was not able to be compiled correctly by some compilers.
* Add API that changes partial, analytical mode (Tagger::set_partial())
* Add API that changes generation level of lattice (Tagger::set_lattice_level())
* Add API that changes temperature parameter (Tagger::set_theta())
* Add API that changes all candidate output mode (Tagger::set_all_morphs())
Diffstat (limited to 'textproc/py-mecab/distinfo')
-rw-r--r-- | textproc/py-mecab/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-mecab/distinfo b/textproc/py-mecab/distinfo index 51a48ebe8f5..9c76c50627e 100644 --- a/textproc/py-mecab/distinfo +++ b/textproc/py-mecab/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2007/06/23 04:31:56 obache Exp $ +$NetBSD: distinfo,v 1.3 2008/02/04 04:58:53 obache Exp $ -SHA1 (mecab-python-0.96.tar.gz) = 53089465107a3b45b0b31a8bd69f654ea561a200 -RMD160 (mecab-python-0.96.tar.gz) = 1f62a74d1673867a611de0ce9181ef011df67e46 -Size (mecab-python-0.96.tar.gz) = 51276 bytes +SHA1 (mecab-python-0.97.tar.gz) = a816f27f65eeadbf637366423002e0a10f194d18 +RMD160 (mecab-python-0.97.tar.gz) = 68ab557404bc3921cbec9d52d215a83c50114935 +Size (mecab-python-0.97.tar.gz) = 53415 bytes |