Update hyperestraier to 1.4.5.
Changes: 2006-09-24 Mikio Hirabayashi * estraier.c (est_search_aidx_attr): case insensitive mode was added. * estraier.c (est_check_cjk_only): new function. * estraier.c (est_make_cattr_list): search speed with CJK characters was improved. * estraier.c (est_db_add_attr_index): altering attribute index was added. * estraier.c (est_db_attr_index_exprs): new function. * estraier.c (est_regex_match_str): new function. * estraier.c (est_str_make_snippet): new function. * estraier.c (est_db_merge): a bug related to discordance of the ID attribute was fixed. * estraier.c (est_db_merge): division of inverted files was added. * estseek.c (showformforweb): new function. * estseek.c (realmain, showdoc): "deftitle" and "attrwidth" attributes were added. * estseek.c (showtitle): new function. * wavermod.c (waver_init, waver_open): "urlrule" attribute was added. * estproxy.c: new file. - Release: 1.4.5
This commit is contained in:
parent
618b15ab09
commit
f04bea5de6
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.16 2006/10/01 08:09:38 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2006/10/03 12:44:30 obache Exp $
|
||||
|
||||
DISTNAME= hyperestraier-1.4.4
|
||||
DISTNAME= hyperestraier-1.4.5
|
||||
CATEGORIES= japanese textproc www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hyperestraier/}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.16 2006/10/01 08:09:38 obache Exp $
|
||||
@comment $NetBSD: PLIST,v 1.17 2006/10/03 12:44:30 obache Exp $
|
||||
bin/estbutler
|
||||
bin/estcall
|
||||
bin/estcmd
|
||||
|
@ -14,9 +14,10 @@ include/estraier.h
|
|||
lib/libestraier.a
|
||||
lib/libestraier.so
|
||||
lib/libestraier.so.8
|
||||
lib/libestraier.so.8.29.0
|
||||
lib/libestraier.so.8.30.0
|
||||
lib/pkgconfig/hyperestraier.pc
|
||||
libexec/estfraud.cgi
|
||||
libexec/estproxy.cgi
|
||||
libexec/estseek.cgi
|
||||
man/man1/estcall.1
|
||||
man/man1/estcmd.1
|
||||
|
@ -244,6 +245,7 @@ share/hyperestraier/doc/rubypureapi/rdoc-style.css
|
|||
share/hyperestraier/doc/uguide-en.html
|
||||
share/hyperestraier/doc/uguide-ja.html
|
||||
share/hyperestraier/estfraud.conf
|
||||
share/hyperestraier/estproxy.conf
|
||||
share/hyperestraier/estraier.idl
|
||||
share/hyperestraier/estresult.dtd
|
||||
share/hyperestraier/estseek.conf
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.16 2006/10/01 08:09:38 obache Exp $
|
||||
$NetBSD: distinfo,v 1.17 2006/10/03 12:44:30 obache Exp $
|
||||
|
||||
SHA1 (hyperestraier-1.4.4.tar.gz) = 02bb84bbb514116c38fa6ee0ed4b83ab2556cf4c
|
||||
RMD160 (hyperestraier-1.4.4.tar.gz) = 335836615fc39d3a7a541c03389e3bd76cf1b602
|
||||
Size (hyperestraier-1.4.4.tar.gz) = 934476 bytes
|
||||
SHA1 (hyperestraier-1.4.5.tar.gz) = d6b0f76e7576eb836c1839cc8a5fb7bcb18ff5ba
|
||||
RMD160 (hyperestraier-1.4.5.tar.gz) = fd776e4fb82edca0026380936c32b4d7a4014455
|
||||
Size (hyperestraier-1.4.5.tar.gz) = 964682 bytes
|
||||
SHA1 (patch-aa) = bab0503d5af614063e9df47e3b1476d3c503c939
|
||||
SHA1 (patch-ab) = ada246537ef1ffa5fd4491b6cc99fa47b1a364e5
|
||||
|
|
Loading…
Reference in a new issue