From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 13 16:20:05 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B41F51065674 for ; Thu, 13 Aug 2009 16:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A28628FC4A for ; Thu, 13 Aug 2009 16:20:05 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n7DGK5nd030212 for ; Thu, 13 Aug 2009 16:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n7DGK5Vn030211; Thu, 13 Aug 2009 16:20:05 GMT (envelope-from gnats) Date: Thu, 13 Aug 2009 16:20:05 GMT Message-Id: <200908131620.n7DGK5Vn030211@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/137477: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Aug 2009 16:20:05 -0000 The following reply was made to PR ports/137477; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/137477: commit references a PR Date: Thu, 13 Aug 2009 16:16:53 +0000 (UTC) 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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"