head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q1:1.3.0.2 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.1.1.0.4 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.2 cube-native-xorg-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2009.05.07.10.57.41; author obache; state dead; branches; next 1.3; 1.3 date 2009.02.09.08.12.41; author obache; state Exp; branches; next 1.2; 1.2 date 2008.10.26.10.49.14; author obache; state Exp; branches; next 1.1; 1.1 date 2008.09.04.12.11.41; author obache; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2008.09.04.12.11.41; author obache; state Exp; branches; next ; desc @@ 1.4 log @Update tokyocabinet-ruby to 1.23, for new tokyocabinet. @ text @$NetBSD: patch-aa,v 1.3 2009/02/09 08:12:41 obache Exp $ --- test.rb.orig 2009-02-09 02:58:07.000000000 +0000 +++ test.rb @@@@ -28,7 +28,7 @@@@ commands = [ ] num = 1 commands.each do |command| - rv = system("/usr/bin/ruby #{command} >/dev/null") + rv = system("ruby #{command} >/dev/null") if rv printf("%03d/%03d: %s: ok\n", num, commands.size, command) else @ 1.3 log @Update ruby-tokyocabinet to 1.19, for tokyocabinet-1.4.4. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.2 2008/10/26 10:49:14 obache Exp $ @ 1.2 log @Update ruby-tokyocabinet to 1.16. Changes is empty... @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.1.1.1 2008/09/04 12:11:41 obache Exp $ d3 1 a3 1 --- test.rb.orig 2008-10-22 02:42:32.000000000 +0000 d5 1 a5 1 @@@@ -24,7 +24,7 @@@@ commands = [ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 --- test.rb.orig 2008-06-20 14:47:36.000000000 +0000 d11 1 a11 1 if(rv) @ 1.1.1.1 log @Import ruby-tokyocabinet-1.14 as databases/ruby-tokyocabinet. Tokyo Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table, B+ tree, or fixed-length array. This package provides Ruby binding of Tokyo Cabinet. @ text @@