6eb9cf5487
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
24 lines
584 B
Makefile
24 lines
584 B
Makefile
# $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
|
|
|
|
COMMENT= Perl interface of Hyper Estraier
|
|
|
|
MY_SUBDIR= perlnative
|
|
BUILD_DIRS= ${MY_SUBDIR}
|
|
CONFIGURE_DIRS= ${MY_SUBDIR}
|
|
|
|
GNU_CONFIGURE= yes
|
|
PERL5_CONFIGURE=no
|
|
TEST_TARGET= check
|
|
|
|
PERL5_PACKLIST= auto/Estraier/.packlist
|
|
REPLACE_PERL= ${MY_SUBDIR}/estcmd.pl
|
|
|
|
.include "../../textproc/hyperestraier/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|