[73580] trunk/dports/sysutils

ryandesign at macports.org ryandesign at macports.org
Thu Nov 18 19:59:22 PST 2010


Revision: 73580
          http://trac.macports.org/changeset/73580
Author:   ryandesign at macports.org
Date:     2010-11-18 19:59:17 -0800 (Thu, 18 Nov 2010)
Log Message:
-----------
memcachedb: new port, version 1.2.0; see #27107

Added Paths:
-----------
    trunk/dports/sysutils/memcachedb/
    trunk/dports/sysutils/memcachedb/Portfile

Added: trunk/dports/sysutils/memcachedb/Portfile
===================================================================
--- trunk/dports/sysutils/memcachedb/Portfile	                        (rev 0)
+++ trunk/dports/sysutils/memcachedb/Portfile	2010-11-19 03:59:17 UTC (rev 73580)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem                  1.0
+
+name                        memcachedb
+version                     1.2.0
+categories                  sysutils
+platforms                   darwin
+maintainers                 gmail.com:cofyc.jackson
+
+description                 A distributed key-value storage system designed \
+                            for persistent.
+
+long_description            MemcacheDB is a distributed key-value storage \
+                            system designed for persistent. It is NOT a cache \
+                            solution, but a persistent storage engine for \
+                            fast and reliable key-value based object storage \
+                            and retrieval. It conforms to memcache protocol \
+                            (not completed, see below), so any memcached \
+                            client can have connectivity with it. MemcacheDB \
+                            uses Berkeley DB as a storing backend, so lots \
+                            of features including transaction and replication \
+                            are supported.
+
+homepage                    http://memcachedb.org/
+master_sites                googlecode
+
+checksums                   sha1    fe817ed3a340a65dd6998f35d87a0d9555830d04 \
+                            rmd160  023e26d09b4ceae751bd7717c769a3b5c1e214d6
+
+configure.args              --with-libevent=${prefix}
+
+depends_lib                 port:libevent \
+                            port:db47
+
+configure.cflags-append     -I${prefix}/include/db47
+configure.ldflags-append    -L${prefix}/lib/db47
+
+livecheck.type              regex
+livecheck.regex             ${name}-(\\d+(?:\\.\\d+){2,})\\.


Property changes on: trunk/dports/sysutils/memcachedb/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/20101118/6c5c7246/attachment.html>


More information about the macports-changes mailing list