diff options
author | obache <obache@pkgsrc.org> | 2007-03-05 15:58:19 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-03-05 15:58:19 +0000 |
commit | 6eb9cf54877e9c642a2d43f5c0471aab51e4eb3e (patch) | |
tree | 1896d38f8d94e3fc613899f6208805987576a683 /textproc/p5-native-hyperestraier | |
parent | 5d8b26d21ec8bd0c294188a376dbb2dd95d4f0bd (diff) | |
download | pkgsrc-6eb9cf54877e9c642a2d43f5c0471aab51e4eb3e.tar.gz |
Update hyperestraier and sub pacakges to 1.4.10.
Changes:
2006-11-11 Mikio Hirabayashi
* estraier.c (est_set_ecode): new function.
* estraier.c (est_search_union): scoring of ASIS mode was modified.
* estraier.c (est_resmap_add, est_resmap_dump_keys): new functions.
* estraier.c (est_narrow_scores): efficiency of narrowing index was improved.
* estraier.c (est_utime): new function.
* estraier.c (est_cond_scores, est_cond_set_narrowing_scores): new functions.
* estraier.c (est_rescc_put): a bug of memory leak was fixed.
* estnode.c: the function "est_datum_printf" was replaced by "cbdatumprintf".
* estmaster.c (sendnodecmdsearch): accuracy of hints was improved.
* estfraud.c (sendnodecmdputdoc): accuracy of hints was improved.
* estfraud.c (sendnodecmdputdoc): morphological analyzer support was added.
* estfraud.c (sendnodecmdputdoc): accuracy of hints was improved.
* estwaver.c (runinit, procinit): "-apn", "-acc", "-sv", "-si", "-sa" options was added.
* estscout.c: new file.
* estsupt.c: new file.
- Release: 1.4.10
Diffstat (limited to 'textproc/p5-native-hyperestraier')
-rw-r--r-- | textproc/p5-native-hyperestraier/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/p5-native-hyperestraier/Makefile b/textproc/p5-native-hyperestraier/Makefile index 38582af5be1..fb85c5df375 100644 --- a/textproc/p5-native-hyperestraier/Makefile +++ b/textproc/p5-native-hyperestraier/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2006/11/19 01:18:02 obache Exp $ +# $NetBSD: Makefile,v 1.3 2007/03/05 15:58:20 obache Exp $ # .include "../../textproc/hyperestraier/Makefile.common" PKGNAME= p5-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION} CATEGORIES= databases perl5 -PKGREVISION= 1 COMMENT= Perl interface of Hyper Estraier |