Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2010 17:05:27 GMT
From:      TJ Ninneman <tj@harperdog.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153342: New port: databases/py-riak Python Riak Client
Message-ID:  <201012211705.oBLH5R7J076079@red.freebsd.org>
Resent-Message-ID: <201012211710.oBLHA8eV097760@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         153342
>Category:       ports
>Synopsis:       New port: databases/py-riak Python Riak Client
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 21 17:10:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     TJ Ninneman
>Release:        8.1
>Organization:
>Environment:
FreeBSD .localdomain 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:36:49 UTC 2010     root@mason.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
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

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-riak
#	py-riak/Makefile
#	py-riak/pkg-descr
#	py-riak/pkg-plist
#	py-riak/distinfo
#
echo c - py-riak
mkdir -p py-riak > /dev/null 2>&1
echo x - py-riak/Makefile
sed 's/^X//' >py-riak/Makefile << '1c97f8334509582f510036c034e59ecb'
X# New ports collection makefile for:    py-riak
X# Date created:         2010-12-10
X# Whom:                 TJ Ninneman <tj@harperdog.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=       riak
XPORTVERSION=    1.1.1
XCATEGORIES=     databases python
XMASTER_SITES=   http://github.com/downloads/tee-jay/riak-python-client/
XPKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
XDISTNAME=       ${PORTNAME}-python-client-${PORTVERSION}
X
XMAINTAINER=     tj@harperdog.com
XCOMMENT=        Python API for Riak, a Dynamo-inspired key/value store
X
XRUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}protobuf>0:${PORTSDIR}/devel/py-protobuf
X
XUSE_PYTHON=     yes
XUSE_PYDISTUTILS=easy_install
X
XFETCH_ARGS=     -pRr
X
X.include <bsd.port.mk>
1c97f8334509582f510036c034e59ecb
echo x - py-riak/pkg-descr
sed 's/^X//' >py-riak/pkg-descr << '744dbda6844fa8d398b76cc7335fb03e'
XThe official Python client for Riak.
X 
XRiak is a Dynamo-inspired key/value store that scales predictably and easily. 
XRiak also simplifies development by giving developers the ability to quickly 
Xprototype, test, and deploy their applications. A truly fault-tolerant system, 
XRiak has no single point of failure. No machines are special or central in 
XRiak, so developers and operations professionals can decide exactly how 
Xfault-tolerant they want and need their applications to be.
X
XWWW: https://github.com/basho/riak-python-client
744dbda6844fa8d398b76cc7335fb03e
echo x - py-riak/pkg-plist
sed 's/^X//' >py-riak/pkg-plist << '1d414e1300a2cdd6a325aca88c12b652'
X%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
1d414e1300a2cdd6a325aca88c12b652
echo x - py-riak/distinfo
sed 's/^X//' >py-riak/distinfo << 'b6b8d228e8133f20daee0971f4b346b2'
XSHA256 (riak-python-client-1.1.1.tar.gz) = e9bc9349e5798db38739ff35b108bdf4ca104c79f5c16301a0ecf318515c502c
XSIZE (riak-python-client-1.1.1.tar.gz) = 27134
b6b8d228e8133f20daee0971f4b346b2
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012211705.oBLH5R7J076079>