ports/158416: [UPDATE] databases/beansdb: Yet anonther distributed key-value storage system from Douban Inc
Qing Feng
qingfeng at douban.com
Wed Jun 29 04:50:08 UTC 2011
>Number: 158416
>Category: ports
>Synopsis: [UPDATE] databases/beansdb: Yet anonther distributed key-value storage system from Douban Inc
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Jun 29 04:50:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Qing Feng
>Release: FreeBSD 8.2-RELEASE i386
>Organization:
Douban
>Environment:
System: FreeBSD localhost 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011
>Description:
BeansDB is a major amount of data for large, high-availability storage systems
distributed KeyValue using HashTree and simplified version number to
quickly synchronize to ensure consistency in the final (weak),
a simplified version of the Dynamo.
WWW: http://code.google.com/p/beansdb/
>How-To-Repeat:
>Fix:
# 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:
#
# beansdb
# beansdb/Makefile
# beansdb/distinfo
# beansdb/pkg-descr
# beansdb/pkg-plsit
#
echo c - beansdb
mkdir -p beansdb > /dev/null 2>&1
echo x - beansdb/Makefile
sed 's/^X//' >beansdb/Makefile << '33efc4063f1bae604138cd01d4939156'
X# New ports collection makefile for: beansdb
X# Date created: 2010-03-27
X# Whom: Qing Feng <qingfeng at douban.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME= beansdb
XPORTVERSION= 0.5.3
XPORTREVISION= 2
XCATEGORIES= databases
XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER= qingfeng at douban.com
XCOMMENT= Yet anonther distributed key-value storage system from Douban Inc
X
XGNU_CONFIGURE= yes
XCFLAGS+= -pthread
XMAKE_ENV+= CFLAGS="${CFLAGS}"
X
XMAN1= beansdb.1
XPLIST_FILES= bin/beansdb bin/convert
X
X.include <bsd.port.mk>
33efc4063f1bae604138cd01d4939156
echo x - beansdb/distinfo
sed 's/^X//' >beansdb/distinfo << '29502c3c4e97e00aea0c5e267afc89a4'
XSHA256 (beansdb-0.5.3.tar.gz) = 5b0927c80e279750285bc05473369b45552c2af235634a234f2aaefbc98d6edc
XSIZE (beansdb-0.5.3.tar.gz) = 144363
29502c3c4e97e00aea0c5e267afc89a4
echo x - beansdb/pkg-descr
sed 's/^X//' >beansdb/pkg-descr << 'a1cc32dfafb60342281b7f57ea8ccb11'
XBeansDB is a major amount of data for large, high-availability storage systems
Xdistributed KeyValue using HashTree and simplified version number to
Xquickly synchronize to ensure consistency in the final (weak),
Xa simplified version of the Dynamo.
X
XWWW: http://code.google.com/p/beansdb/
a1cc32dfafb60342281b7f57ea8ccb11
echo x - beansdb/pkg-plsit
sed 's/^X//' >beansdb/pkg-plsit << 'bb4186bea07386ed2a29f62f08190e5b'
Xbin/beansdb
Xman/man1/beansdb.1.gz
bb4186bea07386ed2a29f62f08190e5b
exit
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list