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 ...

Eitan Adler eadler at FreeBSD.org
Mon Jan 2 15:41:28 UTC 2012


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 at 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)


More information about the cvs-ports mailing list