[68155] trunk/dports/net

jmr at macports.org jmr at macports.org
Thu May 27 15:24:05 PDT 2010


Revision: 68155
          http://trac.macports.org/changeset/68155
Author:   jmr at macports.org
Date:     2010-05-27 15:24:02 -0700 (Thu, 27 May 2010)
Log Message:
-----------
New port: kumofs, a scalable and highly available distributed key-value store (#23342)

Added Paths:
-----------
    trunk/dports/net/kumofs/
    trunk/dports/net/kumofs/Portfile

Added: trunk/dports/net/kumofs/Portfile
===================================================================
--- trunk/dports/net/kumofs/Portfile	                        (rev 0)
+++ trunk/dports/net/kumofs/Portfile	2010-05-27 22:24:02 UTC (rev 68155)
@@ -0,0 +1,34 @@
+# $Id$
+
+PortSystem		1.0
+
+name			kumofs
+version			0.3.5
+homepage		http://kumofs.sourceforge.net/
+categories		net
+platforms		darwin
+maintainers		gmail.com:naoya.n
+use_parallel_build	yes
+
+description a scalable and highly available distributed key-value store
+
+long_description \
+	kumofs is a scalable and highly available distributed key-value store. \
+	You can use a memcached client library to set, get, CAS or delete values \
+	from/into kumofs. Backend storage is Tokyo Cabinet and it will give you \
+	great performance.
+
+master_sites \
+        http://github.com/downloads/etolabo/${name}
+
+checksums \
+        md5 120c7e2528f7f20524bdff94364bfec1 \
+        sha1 59a1805989fba1094696b97737bd5f5514a43eeb \
+        rmd160 28c3568d39ca72406a7a336270748dc3b877202f
+
+depends_lib \
+	port:msgpack \
+	port:rb-msgpack \
+	port:tokyocabinet \
+	port:openssl \
+	port:zlib


Property changes on: trunk/dports/net/kumofs/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100527/1c58e6ad/attachment-0001.html>


More information about the macports-changes mailing list