From ae4d8268eae817bf4d05ea7b614306957dca6675 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Tue, 19 Jan 2010 03:52:31 +0000 Subject: kumofs is a scalabe and highly available distributed key-value store. WWW: http://github.com/etolabo/kumofs --- databases/kumofs/Makefile | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 databases/kumofs/Makefile (limited to 'databases/kumofs/Makefile') diff --git a/databases/kumofs/Makefile b/databases/kumofs/Makefile new file mode 100644 index 000000000000..814e9207dbc1 --- /dev/null +++ b/databases/kumofs/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: msgpack +# Date created: 18 Jan 2010 +# Whom: Jun Kuriyama +# +# $FreeBSD$ +# + +PORTNAME= kumofs +PORTVERSION= 0.3.0 +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= kuriyama +DISTNAME= kumofs-${GIT_REVISION} + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Scalabe and highly available distributed key-value store + +LIB_DEPENDS= msgpack:${PORTSDIR}/devel/msgpack \ + tokyocabinet:${PORTSDIR}/databases/tokyocabinet +RUN_DEPENDS= rubygem-msgpack>0:${PORTSDIR}/devel/rubygem-msgpack + +WRKSRC= ${WRKDIR}/etolabo-kumofs-${GIT_REVISION} +USE_AUTOTOOLS= libtool:22 autoheader:262 autoconf:262 automake:110 aclocal:110 +ACLOCAL_ARGS= # empty +AUTOMAKE_ARGS= --add-missing --copy +CONFIGURE_ARGS= --with-msgpack=${LOCALBASE} +USE_GMAKE= yes +USE_RUBY= yes + +GIT_REVISION= 2a0c402 + +MAN1= kumoctl.1 \ + kumohash.1 \ + kumolog.1 \ + kumomergedb.1 \ + kumostat.1 \ + kumotop.1 + +pre-configure: + cd ${WRKSRC}; ${TOUCH} README + cd ${WRKSRC}; ${LIBTOOLIZE} --force --copy + +.include -- cgit v1.2.3