diff options
author | obache <obache@pkgsrc.org> | 2006-10-03 12:44:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-03 12:44:30 +0000 |
commit | 8c737ab1faa64fec05f3786e8f9c5a6387354572 (patch) | |
tree | 227fefda0f88ce14b451a9cbccea27680c839176 | |
parent | 267f3855ceebf7f1845c2f38b6b3f3960e80613f (diff) | |
download | pkgsrc-8c737ab1faa64fec05f3786e8f9c5a6387354572.tar.gz |
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
-rw-r--r-- | textproc/hyperestraier/Makefile | 4 | ||||
-rw-r--r-- | textproc/hyperestraier/PLIST | 6 | ||||
-rw-r--r-- | textproc/hyperestraier/distinfo | 8 |
3 files changed, 10 insertions, 8 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 2c1d0f68923..bc74e91329e 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -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/} diff --git a/textproc/hyperestraier/PLIST b/textproc/hyperestraier/PLIST index b44fa631cc7..b1522da6ff0 100644 --- a/textproc/hyperestraier/PLIST +++ b/textproc/hyperestraier/PLIST @@ -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 diff --git a/textproc/hyperestraier/distinfo b/textproc/hyperestraier/distinfo index 99476f84921..139ce75eb18 100644 --- a/textproc/hyperestraier/distinfo +++ b/textproc/hyperestraier/distinfo @@ -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 |