Date: Mon, 2 Jan 2012 15:41:28 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/tarantool Makefile distinfo pkg-descr pkg-plist ports/databases/tarantool/files patch-CMakeLists.txt patch-test_CMakeLists.txt patch-test_box_tarantool.cfg patch-test_lib_sql.g patch-test_lib_sql.py ... Message-ID: <201201021541.q02FfSXI030045@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
eadler 2012-01-02 15:41:28 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/tarantool Makefile distinfo pkg-descr pkg-plist databases/tarantool/files patch-CMakeLists.txt patch-test_CMakeLists.txt patch-test_box_tarantool.cfg patch-test_lib_sql.g patch-test_lib_sql.py patch-test_lib_sql_ast.py patch-test_lib_tarantool_connection.py patch-test_lib_tarantool_silverbox_server.py patch-test_lib_test_suite.py patch-test_tarantool pkg-message.in tarantool.in Log: Tarantool/Box, or simply Tarantool, is a high performance key/value storage server. The code is available for free under the terms of BSD license. Supported platforms are GNU/Linux and FreeBSD. WWW: http://tarantool.org/ PR: ports/163213 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Revision Changes Path 1.1067 +1 -0 ports/databases/Makefile 1.1 +43 -0 ports/databases/tarantool/Makefile (new) 1.1 +2 -0 ports/databases/tarantool/distinfo (new) 1.1 +11 -0 ports/databases/tarantool/files/patch-CMakeLists.txt (new) 1.1 +9 -0 ports/databases/tarantool/files/patch-test_CMakeLists.txt (new) 1.1 +17 -0 ports/databases/tarantool/files/patch-test_box_tarantool.cfg (new) 1.1 +57 -0 ports/databases/tarantool/files/patch-test_lib_sql.g (new) 1.1 +92 -0 ports/databases/tarantool/files/patch-test_lib_sql.py (new) 1.1 +45 -0 ports/databases/tarantool/files/patch-test_lib_sql_ast.py (new) 1.1 +158 -0 ports/databases/tarantool/files/patch-test_lib_tarantool_connection.py (new) 1.1 +266 -0 ports/databases/tarantool/files/patch-test_lib_tarantool_silverbox_server.py (new) 1.1 +210 -0 ports/databases/tarantool/files/patch-test_lib_test_suite.py (new) 1.1 +30 -0 ports/databases/tarantool/files/patch-test_tarantool (new) 1.1 +10 -0 ports/databases/tarantool/files/pkg-message.in (new) 1.1 +29 -0 ports/databases/tarantool/files/tarantool.in (new) 1.1 +5 -0 ports/databases/tarantool/pkg-descr (new) 1.1 +21 -0 ports/databases/tarantool/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201021541.q02FfSXI030045>