From owner-cvs-all@FreeBSD.ORG Wed May 30 14:40:45 2012 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2231D106566B; Wed, 30 May 2012 14:40:45 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E91368FC1C; Wed, 30 May 2012 14:40:44 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q4UEeiYD012181; Wed, 30 May 2012 14:40:44 GMT (envelope-from sunpoet@repoman.freebsd.org) Received: (from sunpoet@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q4UEei2F012180; Wed, 30 May 2012 14:40:44 GMT (envelope-from sunpoet) Message-Id: <201205301440.q4UEei2F012180@repoman.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 30 May 2012 14:40:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases/kyototycoon Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 May 2012 14:40:45 -0000 sunpoet 2012-05-30 14:40:44 UTC FreeBSD ports repository Added files: databases/kyototycoon Makefile distinfo pkg-descr pkg-plist Log: - Add kyototycoon 0.9.56 Kyoto Tycoon is a lightweight database server with auto expiration mechanism, which is useful to handle cache data and persistent data of various applications. Kyoto Tycoon is also a package of network interface to the DBM called Kyoto Cabinet. Though the DBM has high performance and high concurrency, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Kyoto Tycoon is provided for concurrent and remote connections to Kyoto Cabinet. Kyoto Tycoon is composed of the server process managing multiple databases and its access library for client applications. The network protocol between the server and clients is HTTP so that you can write client applications and client libraries in almost all popular languages. Both of RESTful-style interface by the GET, HEAD, PUT, DELETE methods and RPC-style inteface by the POST method are supported. The server can handle more than 10 thousand connections at the same time because it uses modern I/O event notification facilities such as "epoll" and "kqueue" of underlying systems. The server supports high availability mechanisms, which are hot backup, update logging, and asynchronous replication. The server can embed Lua, a lightweight script language so that you can define arbitrary operations of the database. WWW: http://fallabs.com/kyototycoon/ Revision Changes Path 1.1 +53 -0 ports/databases/kyototycoon/Makefile (new) 1.1 +2 -0 ports/databases/kyototycoon/distinfo (new) 1.1 +21 -0 ports/databases/kyototycoon/pkg-descr (new) 1.1 +211 -0 ports/databases/kyototycoon/pkg-plist (new)