Subject: CVS commit: pkgsrc/textproc/hyperestraier
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 09/03/2006 03:42:38
Module Name:	pkgsrc
Committed By:	obache
Date:		Sun Sep  3 03:42:38 UTC 2006

Modified Files:
	pkgsrc/textproc/hyperestraier: Makefile PLIST distinfo
	pkgsrc/textproc/hyperestraier/patches: patch-aa patch-ab

Log Message:
Update to 1.4.0

2006-08-27  Mikio Hirabayashi

	* estraier.c (est_strstr_sparse): new function.

	* estraier.c (est_db_add_pseudo_index): new functions.

	* estraier.c (est_pidx_uri_to_id, est_db_score_doc): new functions.

	* estraier.c (est_db_get_doc, est_db_get_doc_attr): pseudo index was to be supported.

	* estraier.c (est_make_cattr_list, est_free_cattr_list): new functions.

	- Bugs of doc.keywords methods of language bindings was fixed.

	- Release: 1.4.0

2006-08-18  Mikio Hirabayashi

	* estbutler.c (procsearch): a bug about handling "max" and "skip" parameters was fixed.

	- Release: 1.3.9

2006-08-15  Mikio Hirabayashi

	* estraier.c (est_search_aidx_attr): speed of the "NUMBT" operator was improved.

	* estraier.c (est_aidx_attr_narrow): speed of the "NUMBT" operator was improved.

	* estmaster.c (searchlocal): a bug of attribute search was fixed.

	- Release: 1.3.8

2006-08-08  Mikio Hirabayashi

	* estraier.c (est_search_union): a bug of bus error on SPARC environment was fixed.

	* estmaster.c (startup): "helpershift" attribute was added.

	* estmaster.c (sendnodecmdinformhelper): new function.

	* estbutler.c (runinform, procinform): new functions.

	* estbutler.c (rungetdoc, procgetdoc): new functions.

	* estbutler.c (rungetdocattr, procgetdocattr): new functions.

	* estbutler.c (runetchdoc, procetchdoc): new functions.

	* estbutler.c (runuriid, procuriid): new functions.

	- Release: 1.3.7

2006-08-01  Mikio Hirabayashi

	* estraier.c (est_normalize_text): some symbol marks were to be normalized.

	* estmaster.c (sendnodecmdsearchhelper): blocking because of mutex was cleared.

	* estseek.c (realmain): a bug about attribute search was fixed.

	- building option to use Vista database instead of Villa was added.

	- Release: 1.3.6

2006-07-28  Mikio Hirabayashi

	* estraier.c (est_normalize_text): symbol marks were to be normalized.

	* estmaster.c (sendnodecmdsearchhelper): new function.

	* estmastersearch.c: new file.

	* estseek.c (realmain): type of "scancheck" attribute was changed to integer.

	- Release: 1.3.5

2006-07-18  Mikio Hirabayashi

	* estraier.c (est_db_open): a parameter of B+ tree was modified for space efficiency.

	* estraier.c (est_db_open): "ESTDBSMALL" option was added.

	* mymorph.c (est_mecab_analyze): accuracy of extracting complex words was improved.

	- Release: 1.3.4


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/textproc/hyperestraier/Makefile \
    pkgsrc/textproc/hyperestraier/PLIST \
    pkgsrc/textproc/hyperestraier/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/textproc/hyperestraier/patches/patch-aa
cvs rdiff -r1.2 -r1.3 pkgsrc/textproc/hyperestraier/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.