Up to [cvs.NetBSD.org] / pkgsrc / databases / tokyotyrant
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
tokyotyrant: add buildlink3.mk From Edgar Fuß in PR 55479 Some pkglint cleanup while here.
databases: align variable assignments pkglint -Wall -F --only aligned -r No manual corrections.
Use https for fallabs.com.
Set MAINTAINER to pkgsrc-users.
Revbump after lang/lua51 update.
Adapt to Lua multiversion support.
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Bump PKGREVISION of packages whose Lua depends changed form, but whose own PKGNAME is unchanged.
Revbump after updating lang/lua to 5.2.2.
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Update tokyotyrant to 1.1.41. 2010-02-02 FAL Labs <info@fallabs.com> - site documents were modified. - Release: 1.1.41
Update tokyotyrant to 1.1.40. 2010-01-01 Mikio Hirabayashi <hirarin@gmail.com> * ttserver.c (proc): a bug related to initialization of the skeleton was fixed. * tculog.c (tculogadbaddint, tculogadbadddouble): efficiency of zero was improved. * tcrmgr.c (runput, procput): addint and adddouble were added. - Release: 1.1.40
Update tokyotyrant to 1.1.39. 2009-12-07 Mikio Hirabayashi <hirarin@gmail.com> * ttutil.c (ttservstart): error handler for the accept call was added. * ttserver.c (proc): the system connection limit is now reset. - Release: 1.1.39 2009-11-05 Mikio Hirabayashi <hirarin@gmail.com> * ttserver.c (do_mc_append, do_mc_prepend): new functions. - Release: 1.1.38 2009-10-20 Mikio Hirabayashi <hirarin@gmail.com> * ttserver.c (do_stat): "fatal" attribute was added. * ttutil.c (ttwaitsock): new function. * ttutil.c (ttopensock, ttsocksend, ttsockgetc): "errno" is now copied just in case. * tcrdb.c (tcrdbparasearchworker): a bug of race condition was fixed. - Release: 1.1.37 2009-10-06 Mikio Hirabayashi <hirarin@gmail.com> * scrext.c (serv_strstr): new function. * ttserver.c (main, proc): "-mul" option was added. - Release: 1.1.36 2009-09-18 Mikio Hirabayashi <hirarin@gmail.com> * tculog.c (tculogadbputshl, tculogadbputshlproc): new functions. * scrext.c (iterrec): a bug related to handling the return value was fixed. * ttserver.c (do_http_post): "tcadbmisc" is now supported. * ttserver.c (do_stat, do_mc_stats): counts of command execution are now output. * tcrdb.c (tcrdbparasearch, tcrdbparasearchworker): new functions. - Release: 1.1.35 2009-08-04 Mikio Hirabayashi <hirarin@gmail.com> * tcrdb.c (tcrdbput, tcrdbout, tcrdbget): reconnect mechanism was enhanced. * tcrdb.c (tcrdbreconnect): delay mecahism was added. * tculog.c (tculrdnew): a bug related to timestamp detection was fixed. * tcrmgr.c (runimporttsv, procimporttsv): "-sep" option was added. * ttserver.c (do_log): a bug of buffer overrun was fixed. - Release: 1.1.34
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@.
TokyoCabinet related HOMEPAGEs have been moved.
Update tokyotyrant to 1.1.33. Changes: 2009-07-18 Mikio Hirabayashi <mikio@users.sourceforge.net> * scrext.c (serv_bit): new function. * tcrdb.c (tcrdbqryhint, tcrdbmetasearch): new functions. - Release: 1.1.33
Update tokyotyrant to 1.1.32. Changes: 2009-07-15 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttserver.c (do_mget, do_fwmkeys, do_misc): alignment violations were cleared. * tcrmttest.c (runtypical, proctypical, threadtypical): new functions. - Release: 1.1.32
Update tokyotyrant to 1.1.31. Changes: 2009-07-09 Mikio Hirabayashi * tculog.c (tculogwrite, tculrdread): the master ID is now recorded. * ttserver.c (main): the default value of the "-ulim" option was modified. * ttserver.c (proc): update logging and replicaion are now forbidden without the SID. * ttserver.c (do_repl): the NOP command is now throwed while circular replication. - Release: 1.1.31
Update tokyotyrant to 1.1.30. Changes: 2009-07-05 Mikio Hirabayashi * scrext.c (scrextkill): new function. * scrext.c (serv_lock, serv_unlock): lock mechanism was modified with TCMDB. - Release: 1.1.30 2009-05-28 Mikio Hirabayashi * ttserver.c (do_http_options): new function. * tcrtest.c (proctable): a test of full-text search was added. - Release: 1.1.29
Update tokyotyrant to 1.1.28. Changes: 2009-05-20 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttserver.c (do_task): a potential bug of memory leak was fixed. * tcrdb.c (tcrdbnew): a bug related to initialization was fixed. * scrext.c (serv_fwmkeys, serv_regex): new functions. - Release: 1.1.28
Update tokyotyrant to 1.1.27. Changes: 2009-05-11 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrtest.c (runtable, proctable): "-exp" option was added. * ttskelnull.c: new file. * tokyotyrant.idl: new file. - Release: 1.1.27
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here.
Update tokyotyrant to 1.1.26. Changes: 2009-05-09 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttutil.c (ttservsettermhandler): new function. * ttserver.c (do_term): new function. - Release: 1.1.26 2009-05-06 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttutil.c (ttcmdidtostr): new function. * tculog.c (tcreplopen): a bug of data size of the server ID was fixed. * tcrdb.c (tcrdbsetmst, tcrdbsetmst2): the timestamp argument was added. * tcrmgr.c (procrepl): command names are now printed. * ttulmgr.c (procexport): command names are now printed. - Release: 1.1.25
Update tokyotyrant to 1.1.24. Changes: 2009-04-25 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttutil.c (ttbreakservexpr): new function. * tcrdb.c (tcrdbopen2, tcrdbsetmst2, tcrdbtune): new functions. * tcrdb.c (tcrdbsetecode, tcrdblockmethod, tcrdbunlockmethod): new functions. * ttserver.c (proc): dynamic linking for the skeleton database was added. * ttskelmock.c, ttskelproxy.c: new files. - Release: 1.1.24 2009-04-07 Mikio Hirabayashi <mikio@users.sourceforge.net> * scrext.c (serv_eval, serv_split): new functions. * ttserver.c (do_repl): efficiency on dual-master replication was improved. * ttserver.c (do_optimize): new function. * ttserver.c (do_log): message format was modified. * tcrdb.c (tcrdboptimize): new function. * tcrdb.c (tcrdbvanish, tcrdbcopy, tcrdbrestore): each magic number was drifted. * tcrdb.c (tcrdbrestore, tcrdbsetmst): an argument for options was added. * tculog.c (tculogadbredo): the flag of consistency checking was separated. - Release: 1.1.23 2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net> * scrext.c (serv_mapreduce): the parameter for the target keys became an option. - Release: 1.1.22 2009-04-06 Mikio Hirabayashi <mikio@users.sourceforge.net> * scrext.c (serv_mapreduce): the parameter for the session ID was abolished. - Release: 1.1.21 2009-04-01 Mikio Hirabayashi <mikio@users.sourceforge.net> * configure.in: a bug related to support for traditional shells was fixed. * scrext.c (serv_stashputkeep, serv_stashputcat): new functions. * scrext.c (serv_mapreduce, serv_mapreducemapemit): new functions. * ttserver.c (do_put, do_out, do_get): parameter validation was enhanced. - Release: 1.1.20 2009-03-14 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrdb.c (tcrdbqrysearchget): the option for no update log was added. * tcrdb.c (tcrdbqrysearchcount): new function. * tculog.c (tcreplread): timeout mechanism was added. * ttserver.c (do_repl): performance was improved. - Release: 1.1.19
Update tokyotyrant to 1.1.18. Changes: 2009-03-14 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttservctl: configuration was modified and update log is now disabled by default. * ttutil.c (ttopensock, ttacceptsock): performance was improved. * scrext.c (scrextnew): a parameter for the logger was added. - Release: 1.1.18
Update tokyotyrant to 1.1.17. Changes: 2009-02-19 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttutil.c (tthttpfetch): timeout mechanism was added. * ttserver.c (do_mc_delete): mismatch of the error message was resolved. * ttserver.c (do_mc_incr, do_mc_decr): behavior became as with the original memcached. * tcrdb.c (tcrdbqrysetlimit): new function instead of "tcrdbqrysetmax". - Release: 1.1.17
Update tokyotyrant to 1.1.16. Changes: 2009-02-16 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrdb.h: the macro "RDBITOPT" was added. * mycond.h, mycond.c, ttutil.c: Solaris portability was added thanks to tamtam. - Release: 1.1.16
Update tokyotyrant to 1.1.15, for tokyocabinet-1.4.6.
Fixes typo (redundant `G'!).
Add missing *.lua files to PLIST. Bump PKGREVISION.
Update tokyotyrant to 1.1.14. 2009-02-05 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttutil.c (ttservstart, ttservaddtimedhandler): multiple tasks are now supported. * ttutil.c (ttsockrecv, ttsockgetint32, ttsockgetint64): performance was improved. * ttserver.c (do_extpc): new function. - Release: 1.1.14 2009-02-04 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrdb.c (tcrdbqrysearchout): a bug related to the protocol format was fixed. * tcrdb.c (tcrdbqrysearchget): new function. - Release: 1.1.13
Update TokyoTyrant to 1.1.12. Changes: 2009-02-03 Mikio Hirabayashi <mikio@users.sourceforge.net> * myconf.c (nan): xBSDs are now supported. * ttserver (proc): parameter checking and warning were added. * tcrmgr.c (runmisc, procmisc): table database is now supported. * tcrdb.c (tcrdbtblput, tcrdbtblout, tcrdbtblget): new functions. * tcrdb.c (tcrdbtblsetindex, tcrdbtblgenuid, tcrdbqrysearch): new functions. - Release: 1.1.12
Update tokyodystopia to 1.1.11. Changes: 2008-12-08 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrdb.c (tcrdbmisc): the return value of the "getlist" function was modified. * scrext.c (serv_misc): new function. - Release: 1.1.11 2008-12-08 Mikio Hirabayashi <mikio@users.sourceforge.net> * ttutil.c (tcsocksetlife): new function. * scrext.c (scrextnew): "_thnum" parameter was added. * scrext.c (serv_foreach, serv_stashvanish, serv_stashforeach): new functions. * ttserver.c (do_misc): new function. * tculog.c (tculogadbmisc): new function. - Release: 1.1.10
Bump PKGREVISION for tokyocabinet shlib revbump.
Update tokyotyrant to 1.1.9. 2008-12-02 Mikio Hirabayashi * tcrdb.c (tcrdbputshl): new function instead of "tcrdbputrtt". * scrext.c (serv_isect, serv_union): new functions. - Release: 1.1.9 2008-10-30 Mikio Hirabayashi * scrext.c (serv_lock, serv_unlock): new functions. * usherette.lua: new file. - Release: 1.1.8
Update tokyotyrant to 1.1.7. Changes: 2008-10-20 Mikio Hirabayashi * ttserver.c (getcmdmask): new function. - Release: 1.1.7
Update tokyotyrant to 1.1.6. Changes: 2008-10-14 Mikio Hirabayashi * ttutil.h (ttpackdouble, ttunpackdouble): bugs of endian normalization were fixed. - Release: 1.1.6
Update tokyotyant to 1.1.5. Pkgsrc Changes: * Added lua option and enabled by default. Changes: 2008-10-07 Mikio Hirabayashi * scrext.c (serv_codec, serv_hash, serv_sleep, serv_stat, serv_glob): new functions. - Release: 1.1.5
Import tokyotyrant-1.1.4 as databases/tokyotyrant. Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications. The server features high concurrency due to thread-pool modeled implementation and the epoll/kqueue mechanism of the modern Linux/*BSD kernel. The server and its clients communicate with each other by simple binary protocol on TCP/IP. Protocols compatible with memcached and HTTP/1.1 are also supported so that almost all principal platforms and programming languages can use Tokyo Tyrant. High availability and high integrity are also featured due to hot such mechanisms as hot backup, update logging, and replication. As for now, the server works on Linux, FreeBSD, Mac OS X only.
Initial revision