Commit graph

20 commits

Author SHA1 Message Date
nia
f4d40feef7 Use https for fallabs.com. 2019-07-11 09:25:24 +00:00
hiramatsu
6bb4a7cd07 Set MAINTAINER to pkgsrc-users. 2015-03-15 19:57:40 +00:00
obache
a416bc2e40 Use "pp" instead of "pe" pax option for unprivileged build. 2014-09-20 01:22:27 +00:00
asau
354ee694fd Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-02 21:25:15 +00:00
obache
5c6cb11bfc Update HOMEPAGE location. 2010-08-06 04:51:23 +00:00
obache
58b25f400f Update ruby-tokyotyrant to 1.13. 2010-01-17 02:54:16 +00:00
obache
e2fd74b58c TokyoCabinet related HOMEPAGEs have been moved. 2009-11-25 11:33:55 +00:00
obache
a2538dac26 Update ruby-tokyotyrant to 1.11. 2009-07-21 11:34:35 +00:00
obache
0f9ff11c6d Update ruby-tokyotyrant to 1.10. 2009-07-07 11:44:18 +00:00
obache
23049287c4 Update tokyotyrant-ruby to 1.9. 2009-06-08 01:08:40 +00:00
obache
a4879b69ab Update tokyotyrant-ruby to 1.8. 2009-06-05 12:07:49 +00:00
obache
29e17e3e05 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
2009-05-24 12:42:44 +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
e52dcf71a6 Update ruby-tokyotyrant to 1.6.
No ChangeLog available, but this update made to pass all self test with
recent release of tokyotyrant.
2009-05-14 08:46:18 +00:00
obache
8b25198b19 Update tokyotyrant-ruby to 1.5, for new tokyotyrant. 2009-05-07 11:10:26 +00:00
obache
58b8c5a5f2 Update ruby-tokyotyrant to 1.4, for tokyotyrant-1.1.17. 2009-03-21 05:38:25 +00:00
obache
3fa380637e Update ruby-tokyotyrant to 1.3, for tokyotyrant-1.1.15. 2009-02-15 09:04:19 +00:00
obache
03571fe478 Update ruby-tokyotyrant to 1.2, for tokyotyrant-1.1.10. 2009-01-04 11:06:35 +00:00
obache
d9ca07c674 Update ruby-tokyotyrant to 1.1, for tokyotyrant-1.1.9. 2008-12-07 11:37:53 +00:00
obache
ff109413a9 Import ruby-tokyotyrant-1.0 as databases/ruby-tokyotyrant.
This module implements the pure Ruby client which connects to the server of
Tokyo Tyrant and speaks its original binary protocol.

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 can embed Lua, a lightweight script
language so that you can define arbitrary operations of the database.

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 such mechanisms as
hot backup, update logging, and replication.
2008-10-26 11:43:50 +00:00