The port of the official Python client for Riak. Shar file attached (renamed as .txt) https://wiki.basho.com/display/RIAK/Riak https://github.com/basho/riak-python-client Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
wen 2010-12-27 06:54:48 UTC FreeBSD ports repository Modified files: databases Makefile Added files: databases/py-riak Makefile distinfo pkg-descr pkg-plist Log: The official Python client for Riak. Riak is a Dynamo-inspired key/value store that scales predictably and easily. Riak also simplifies development by giving developers the ability to quickly prototype, test, and deploy their applications. A truly fault-tolerant system, Riak has no single point of failure. No machines are special or central in Riak, so developers and operations professionals can decide exactly how fault-tolerant they want and need their applications to be. WWW: https://github.com/basho/riak-python-client PR: ports/153342 Submitted by: TJ Ninneman <tj@harperdog.com> Revision Changes Path 1.936 +1 -0 ports/databases/Makefile 1.1 +25 -0 ports/databases/py-riak/Makefile (new) 1.1 +2 -0 ports/databases/py-riak/distinfo (new) 1.1 +10 -0 ports/databases/py-riak/pkg-descr (new) 1.1 +1 -0 ports/databases/py-riak/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"
State Changed From-To: open->closed New port added. Thanks!