[88916] trunk/dports/devel/apr_memcache/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat Jan 14 19:15:37 PST 2012
Revision: 88916
http://trac.macports.org/changeset/88916
Author: ryandesign at macports.org
Date: 2012-01-14 19:15:37 -0800 (Sat, 14 Jan 2012)
Log Message:
-----------
apr_memcache: adjust whitespace; add modeline
Modified Paths:
--------------
trunk/dports/devel/apr_memcache/Portfile
Modified: trunk/dports/devel/apr_memcache/Portfile
===================================================================
--- trunk/dports/devel/apr_memcache/Portfile 2012-01-15 03:08:08 UTC (rev 88915)
+++ trunk/dports/devel/apr_memcache/Portfile 2012-01-15 03:15:37 UTC (rev 88916)
@@ -1,17 +1,20 @@
+# -*- 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 apr_memcache
version 0.7.0
categories devel
+platforms darwin
maintainers nomaintainer
+
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
+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.
homepage http://www.outoforder.cc/projects/libs/apr_memcache/
master_sites http://www.outoforder.cc/downloads/apr_memcache/
@@ -21,11 +24,13 @@
sha1 073e11e3d46ed88ad7bee15179ed80a9069f5356 \
rmd160 2c4373dfbe0eea36786e449743c7d1df33c530b3
-depends_lib port:apr port:apr-util
+depends_lib port:apr \
+ port:apr-util
+
depends_run port:memcached
-configure.args --with-apr=${prefix} --with-apr-util=${prefix}
+configure.args --with-apr=${prefix} \
+ --with-apr-util=${prefix}
livecheck.type regex
livecheck.regex {Version ([\d.]+) is the latest version available}
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120114/1bc752e4/attachment.html>
More information about the macports-changes
mailing list