summaryrefslogtreecommitdiff
path: root/databases/ruby-tokyotyrant
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for databases categoryagc1-1/+2
Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-05-31Make this package build on Ruby 2.2.taca3-6/+25
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2014-09-20Use "pp" instead of "pe" pax option for unprivileged build.obache1-2/+2
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2010-09-10* Avoid to use "ftools" which has deprecated in ruby19.taca2-5/+7
2010-08-06Update HOMEPAGE location.obache1-2/+2
2010-01-17Update ruby-tokyotyrant to 1.13.obache2-7/+7
2009-11-25TokyoCabinet related HOMEPAGEs have been moved.obache1-2/+2
2009-07-21Update ruby-tokyotyrant to 1.11.obache2-6/+6
2009-07-07Update ruby-tokyotyrant to 1.10.obache2-6/+6
2009-06-08Update tokyotyrant-ruby to 1.9.obache2-6/+6
2009-06-05Update tokyotyrant-ruby to 1.8.obache2-6/+6
2009-05-24Update tokyotyrant to 1.1.27.obache2-6/+6
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-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-2/+1
block). Uncomment some commented out LICENSE lines while here.
2009-05-14Update ruby-tokyotyrant to 1.6.obache2-6/+6
No ChangeLog available, but this update made to pass all self test with recent release of tokyotyrant.
2009-05-07Update tokyotyrant-ruby to 1.5, for new tokyotyrant.obache3-20/+8
2009-03-21Update ruby-tokyotyrant to 1.4, for tokyotyrant-1.1.17.obache2-6/+6
2009-02-15Update ruby-tokyotyrant to 1.3, for tokyotyrant-1.1.15.obache2-6/+6
2009-01-04Update ruby-tokyotyrant to 1.2, for tokyotyrant-1.1.10.obache3-9/+9
2008-12-07Update ruby-tokyotyrant to 1.1, for tokyotyrant-1.1.9.obache4-12/+28
2008-10-26Import ruby-tokyotyrant-1.0 as databases/ruby-tokyotyrant.obache5-0/+79
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.