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 | 198e32f40051d8118d4fd7c6f63cd47f434ac5aa (patch) | |
tree | 19ab6f6f376a34b533f00d7a006010705b0258a7 /textproc/p5-mecab | |
parent | 3abd1a38e81d2e9ed787e63d18f236a9de6d7b21 (diff) | |
download | pkgsrc-198e32f40051d8118d4fd7c6f63cd47f434ac5aa.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/p5-mecab')
-rw-r--r-- | textproc/p5-mecab/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-mecab/distinfo | 8 |
2 files changed, 9 insertions, 5 deletions
diff --git a/textproc/p5-mecab/Makefile b/textproc/p5-mecab/Makefile index 76a5f285789..6311bdbbeaa 100644 --- a/textproc/p5-mecab/Makefile +++ b/textproc/p5-mecab/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/05/12 13:55:03 obache Exp $ +# $NetBSD: Makefile,v 1.2 2008/02/04 04:58:53 obache Exp $ # .include "../../textproc/mecab/Makefile.common" @@ -9,12 +9,16 @@ CATEGORIES+= perl5 COMMENT= MeCab perl module +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_CONFIGURE= yes USE_LANGUAGES= c++ PERL5_PACKLIST= auto/MeCab/.packlist REPLACE_PERL+= test.pl +BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION} + .include "../../textproc/mecab/buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-mecab/distinfo b/textproc/p5-mecab/distinfo index 950ae22175c..55ae8bd8007 100644 --- a/textproc/p5-mecab/distinfo +++ b/textproc/p5-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-perl-0.96.tar.gz) = 79eec3056690343a6286106cb3aedd7770208c43 -RMD160 (mecab-perl-0.96.tar.gz) = 2c614b1d78afd1cf783a8ad00af6e549d316f4b6 -Size (mecab-perl-0.96.tar.gz) = 39547 bytes +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 |