Bug 145075

Summary: New port: databases/beansdb: Yet anonther distributed key-value storage system from Douban Inc.
Product: Ports & Packages Reporter: QingFeng <qingfeng>
Component: Individual Port(s)Assignee: Xin LI <delphij>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description QingFeng 2010-03-27 10:30:05 UTC

    
Comment 1 QingFeng 2010-03-27 14:49:55 UTC
# 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-plist
#
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@me.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	beansdb
XPORTVERSION=	0.3.0
XCATEGORIES=	databases
XMASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
X
XMAINTAINER=	qingfeng@me.com
XCOMMENT=	Yet anonther distributed key-value storage system from Douban Inc.
X
XBUILD_DEPENDS=	tokyocabinet>=1.4.30:${PORTSDIR}/databases/tokyocabinet
XLIB_DEPENDS=	tokyocabinet:${PORTSDIR}/databases/tokyocabinet
X
XGNU_CONFIGURE=	yes
XUSE_LDCONFIG=	yes
XUSE_GMAKE=	yes
X
Xpost-patch:
X	${REINPLACE_CMD} -e 's|#include <mcheck.h>||g' \
X		${WRKSRC}/*.c
X	${REINPLACE_CMD} -e 's|#include <mcheck.h>||g' \
X		${WRKSRC}/tools/*.c
X
X.include <bsd.port.mk>
33efc4063f1bae604138cd01d4939156
echo x - beansdb/distinfo
sed 's/^X//' >beansdb/distinfo << '29502c3c4e97e00aea0c5e267afc89a4'
XMD5 (beansdb-0.3.0.tar.gz) = ff55f36753123578098ce16b0fd7d627
XSHA256 (beansdb-0.3.0.tar.gz) =
99eb3b14614ef74f9763690227ca0d22fe8742337e7cd56b46c6ac32aa9e61e7
XSIZE (beansdb-0.3.0.tar.gz) = 131510
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-plist
sed 's/^X//' >beansdb/pkg-plist << 'e3733a250be753c0be34f23153d8da3a'
Xbin/beansdb
Xbin/convert
e3733a250be753c0be34f23153d8da3a
exit
Comment 2 Xin LI freebsd_committer freebsd_triage 2010-04-05 22:24:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->delphij

Take.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-04-05 22:45:11 UTC
delphij     2010-04-05 21:44:57 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/beansdb    Makefile distinfo pkg-descr 
  Log:
  Add beansdb 0.3.0, yet anonther distributed key-value storage system
  from Douban Inc.
  
  PR:             ports/145075
  Submitted by:   Qing Feng <qingfeng at me.com>
  
  Revision  Changes    Path
  1.847     +1 -0      ports/databases/Makefile
  1.1       +32 -0     ports/databases/beansdb/Makefile (new)
  1.1       +3 -0      ports/databases/beansdb/distinfo (new)
  1.1       +6 -0      ports/databases/beansdb/pkg-descr (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 4 Xin LI freebsd_committer freebsd_triage 2010-04-05 22:45:13 UTC
State Changed
From-To: open->closed

Committed, thanks!