Re: [33768] trunk/dports/devel
brett@macports.org wrote:
Revision: 33768 http://trac.macosforge.org/projects/macports/changeset/33768 Author: brett@macports.org Date: 2008-02-04 13:40:14 -0800 (Mon, 04 Feb 2008)
Log Message: ----------- initial libmemcached port
Added Paths: ----------- trunk/dports/devel/libmemcached/ trunk/dports/devel/libmemcached/Portfile
Added: trunk/dports/devel/libmemcached/Portfile =================================================================== --- trunk/dports/devel/libmemcached/Portfile (rev 0) +++ trunk/dports/devel/libmemcached/Portfile 2008-02-04 21:40:14 UTC (rev 33768) @@ -0,0 +1,17 @@ +# $Id$ + +PortSystem 1.0 +name libmemcached +version 0.15 +description libmemcached is a C and C++ client library to the memcached server +long_description libmemcached is a C and C++ client library for memcached. \ + It has been designed to be light on memory usage, thread safe, \ + and provide full access to server side methods. +maintainers brett@macports.org +categories devel +platforms darwin +homepage http://tangent.org/552/libmemcached.html +master_sites http://download.tangent.org/ +checksums sha1 b54a0cf6551627541d258d83f14228337e379bab +configure.pre_args --prefix=${prefix} \ + --mandir=${prefix}/share/man
Please run `port lint' on newly added ports before committing them. This port does not match our current guidelines. ---> Verifying Portfile for libmemcached Warning: Line 4 should be a newline (after PortSystem) Warning: Line 12 has trailing whitespace before newline Warning: Line 17 has trailing whitespace before newline ---> 0 errors and 3 warnings found. Additionally, is there a difference to the already existing libmemcache port? Is that superseeded by libmemcached? Rainer
participants (1)
-
Rainer Müller