[33768] trunk/dports/devel

brett at macports.org brett at macports.org
Mon Feb 4 13:41:06 PST 2008


Revision: 33768
          http://trac.macosforge.org/projects/macports/changeset/33768
Author:   brett at 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 at 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 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080204/491f4cf7/attachment.html


More information about the macports-changes mailing list