Commit graph

11 commits

Author SHA1 Message Date
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
obache
183717184c Update tokyodystopia to 0.9.11.
Changes:
2009-04-01  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* dystmgr.c (runsearch): interpretation of search options was modified.

	* lapumgr.c (runsearch): interpretation of search options was modified.

	- Release: 0.9.11

2009-01-05  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* tcqmgr.c (tccmpocrs): a bug related to overflow was fixed.

	- Release: 0.9.10
2009-05-07 11:01:09 +00:00
obache
8f418ba4eb Bump PKGREVISION from tokyocabinet's ABI changes. 2009-03-21 05:34:57 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
obache
222ddd631b Update tokyodystpoia to 0.9.9.
Changes:
2009-01-03  Mikio Hirabayashi  <mikio@users.sourceforge.net>

	* dystsearch.c (readparameters): semicolon separater is now supported.

	- Release: 0.9.9
2009-01-04 11:02:43 +00:00
obache
2e8646e87d Bump PKGREVISION for tokyocabinet shlib revbump. 2008-12-15 11:18:41 +00:00
obache
30f0d0325a Revision bump for shlib major bumo of tokyocabinet. 2008-12-07 11:40:15 +00:00
obache
b1cfa64d5e Update tokyodystopia to 0.9.8.
Changes:
2008-10-20  Mikio Hirabayashi

	* tcqdb.c (tcidsetnew, tcidbsetdel): performance was improved by using mmap.

	- Release: 0.9.8
2008-10-23 05:13:00 +00:00
obache
5133feaf54 Fixes a typo. 2008-10-23 05:10:53 +00:00
obache
c89130ad3f Update tokyodystopia to 0.9.7.
2008-10-04  Mikio Hirabayashi

	* tcqdb.c (tccmpocrs, tccmpuint64): bugs of comparison was fixed.

	- Release: 0.9.7

2008-09-10  Mikio Hirabayashi

	* tcqdb.c (tctextnormalize): a bug of memory corruption was fixed.

	- Release: 0.9.6
2008-10-06 10:42:56 +00:00
obache
c24d272e35 Import tokyodystopia-0.9.5 as textproc/tokyodystopia.
Tokyo Dystopia is a full-text search system. You can search lots of records for
some records including specified patterns. The characteristic of Tokyo Dystopia
is the following.

 * High performance of search
 * High scalability of target documents
 * Perfect recall ratio by character N-gram method
 * Phrase matching, prefix matching, suffix matching, and token matching
 * Multilingualism with Unicode
 * Layered Architecture of APIs

Tokyo Dystopia is available on platforms which have API conforming to C99 and
POSIX. Tokyo Dystopia is a free software licensed under the GNU Lesser General
Public License
2008-09-04 12:21:20 +00:00