Commit graph

21 commits

Author SHA1 Message Date
hiramatsu
7c6162994d Set MAINTAINER to pkgsrc-users. 2015-03-15 17:20:19 +00:00
asau
1f96787c11 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-25 06:55:37 +00:00
obache
6986440833 Update tokyodystopia to 0.9.15.
2010-08-01  FAL Labs  <info@fallabs.com>

	- site documents were modified.

	- Release: 0.9.15
2010-08-06 04:43:23 +00:00
obache
8e9e5ca7f2 Update tokyodystopia to 0.9.14.
bug fixes release.

2010-03-01  Mikio Hirabayashi  <hirarin@gmail.com>

	* tcqdb.c: bugs by signdness confusion were fixed.

	- Release: 0.9.14
2010-06-18 10:12:05 +00:00
obache
99fc686a0c Bump PKGREVISION from tokyocabinet shlib bump. 2010-01-17 02:55:07 +00:00
obache
3b22e3b7cf Introduce PKG_OPTIONS for database/tokyocabinet to select compression support
(zlib/bzip2/lzo/lzma and enabled by default for former two).

LZO and LZMA supports are exclusive, optional and should be selected by
user's use-case (priority of data compression ratio, compression speed,
or so on).

Furthermore, Tokyocabinet uses archives/lzmalib for lzma support, but lzmalib
conflicts with archivers/xz.
It means if tokyocabinet is installed with lzma, failed to install xz,
and result in failure of "make extract" for packages using .lzma/.xz distfiles.
This issue also resolved by optionify lzma support and disabled by default.

This changes also make tokyocabinet ABI changes, so bump PKGREVISION
and recursive bump.

OKed to commit in freeze by wiz@.
2009-12-19 12:56:45 +00:00
obache
e2fd74b58c TokyoCabinet related HOMEPAGEs have been moved. 2009-11-25 11:33:55 +00:00
obache
0685b4a378 Update tokyodystopia to 0.9.13.
2009-06-18  Mikio Hirabayashi

	* tcqdb.c (tcqdbsearchimpl): performance was improved by backporting from TC.

	- Release: 0.9.13
2009-07-07 11:37:46 +00:00
joerg
73ae0afd90 Remove @dirrm entries from PLISTs 2009-06-14 18:17:11 +00:00
obache
0f245e2d9d Update tokyodystopia to 0.9.12.
Changes:
2009-06-14  Mikio Hirabayashi

	* tcqtest.c (sysprint): new function.

	* dysttest.c (sysprint): new function.

	- Release: 0.9.12
2009-06-14 06:04:11 +00:00
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