[73581] trunk/dports/sysutils
ryandesign at macports.org
ryandesign at macports.org
Thu Nov 18 20:02:28 PST 2010
Revision: 73581
http://trac.macports.org/changeset/73581
Author: ryandesign at macports.org
Date: 2010-11-18 20:02:23 -0800 (Thu, 18 Nov 2010)
Log Message:
-----------
memcacheq: new port, version 0.2.0; see #27105
Added Paths:
-----------
trunk/dports/sysutils/memcacheq/
trunk/dports/sysutils/memcacheq/Portfile
Added: trunk/dports/sysutils/memcacheq/Portfile
===================================================================
--- trunk/dports/sysutils/memcacheq/Portfile (rev 0)
+++ trunk/dports/sysutils/memcacheq/Portfile 2010-11-19 04:02:23 UTC (rev 73581)
@@ -0,0 +1,32 @@
+# -*- 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 memcacheq
+version 0.2.0
+categories sysutils
+platforms darwin
+maintainers gmail.com:cofyc.jackson
+
+description Simple Queue Service over Memcache.
+
+long_description MemcacheQ is a memcachedb variant that provides \
+ simple message queue service.
+
+homepage http://memcachedb.org/memcacheq/
+master_sites googlecode
+
+checksums sha1 fc373e02335301cbfe4c00420bdf8592ca2bf95a \
+ rmd160 7a8b7e4658915d011d148bcd6427a0aa13aaa908
+
+depends_lib port:libevent \
+ port:db47
+
+configure.args --with-libevent=${prefix}
+
+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/memcacheq/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/53450064/attachment.html>
More information about the macports-changes
mailing list