From owner-cvs-all@FreeBSD.ORG Thu Aug 13 16:16:39 2009 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E9DC10656AC; Thu, 13 Aug 2009 16:16:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2D3F38FC59; Thu, 13 Aug 2009 16:16:39 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n7DGGd5T004090; Thu, 13 Aug 2009 16:16:39 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7DGGdd5004089; Thu, 13 Aug 2009 16:16:39 GMT (envelope-from miwi) Message-Id: <200908131616.n7DGGdd5004089@repoman.freebsd.org> From: Martin Wilke Date: Thu, 13 Aug 2009 16:16:39 +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 Makefile ports/databases/cassandra 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: Thu, 13 Aug 2009 16:16:39 -0000 miwi 2009-08-13 16:16:39 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/cassandra Makefile distinfo pkg-descr pkg-plist Log: Cassandra is a highly scalable, eventually consistent, distributed, structured key-value store. Cassandra brings together the distributed systems technologies from Dynamo and the data model from Google's BigTable. Like Dynamo, Cassandra is eventually consistent. Like BigTable, Cassandra provides a ColumnFamily-based data model richer than typical key/value systems. Cassandra was open sourced by Facebook in 2008, where it was designed by one of the authors of Amazon's Dynamo. In a lot of ways you can think of Cassandra as Dynamo 2.0. Cassandra is in production use at Facebook but is still under heavy development. WWW: http://incubator.apache.org/cassandra/ PR: ports/137477 Submitted by: Gea-Suan Lin Revision Changes Path 1.792 +1 -0 ports/databases/Makefile 1.1 +31 -0 ports/databases/cassandra/Makefile (new) 1.1 +3 -0 ports/databases/cassandra/distinfo (new) 1.1 +13 -0 ports/databases/cassandra/pkg-descr (new) 1.1 +890 -0 ports/databases/cassandra/pkg-plist (new)