Bug 153342 - New port: databases/py-riak Python Riak Client
Summary: New port: databases/py-riak Python Riak Client
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wen Heping
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-21 17:10 UTC by TJ Ninneman
Modified: 2010-12-27 07:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.32 KB, text/plain)
2010-12-21 17:10 UTC, TJ Ninneman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description TJ Ninneman 2010-12-21 17:10:07 UTC
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:
Comment 1 Wen Heping freebsd_committer freebsd_triage 2010-12-22 01:43:37 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wen

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-12-27 06:54:54 UTC
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"
Comment 3 Wen Heping freebsd_committer freebsd_triage 2010-12-27 06:56:23 UTC
State Changed
From-To: open->closed

New port added. Thanks!