[41345] trunk/dports/devel
blb at macports.org
blb at macports.org
Thu Oct 30 23:45:28 PDT 2008
Revision: 41345
http://trac.macports.org/changeset/41345
Author: blb at macports.org
Date: 2008-10-30 23:45:27 -0700 (Thu, 30 Oct 2008)
Log Message:
-----------
New port - devel/apr_memcached, a memcached client in C
<http://www.outoforder.cc/projects/libs/apr_memcache/>
Added Paths:
-----------
trunk/dports/devel/apr_memcache/
trunk/dports/devel/apr_memcache/Portfile
Added: trunk/dports/devel/apr_memcache/Portfile
===================================================================
--- trunk/dports/devel/apr_memcache/Portfile (rev 0)
+++ trunk/dports/devel/apr_memcache/Portfile 2008-10-31 06:45:27 UTC (rev 41345)
@@ -0,0 +1,28 @@
+# $Id$
+
+PortSystem 1.0
+name apr_memcache
+version 0.7.0
+categories devel
+maintainers blb openmaintainer
+description memcached client in C
+long_description \
+ apr_memcache is a client for memcached written in C, using APR and \
+ APR-Util. It provides pooled client connections and is thread safe, \
+ making it perfect for use inside Apache Modules.
+
+platforms darwin
+
+homepage http://www.outoforder.cc/projects/libs/apr_memcache/
+master_sites http://www.outoforder.cc/downloads/apr_memcache/
+use_bzip2 yes
+
+checksums md5 1d62fea9253d17d304cfe9b26813ef4c \
+ sha1 073e11e3d46ed88ad7bee15179ed80a9069f5356 \
+ rmd160 2c4373dfbe0eea36786e449743c7d1df33c530b3
+
+depends_lib port:apr port:apr-util
+depends_run port:memcached
+
+configure.args --with-apr=${prefix} --with-apr-util=${prefix}
+
Property changes on: trunk/dports/devel/apr_memcache/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/20081030/7fa9c244/attachment.html>
More information about the macports-changes
mailing list