[30283] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 23 12:59:16 PDT 2007


Revision: 30283
          http://trac.macosforge.org/projects/macports/changeset/30283
Author:   mww at macports.org
Date:     2007-10-23 12:59:15 -0700 (Tue, 23 Oct 2007)

Log Message:
-----------
new port python/py25-memcached - thanks to ebgssth at gmail.com (#12952)

Added Paths:
-----------
    trunk/dports/python/py25-memcached/
    trunk/dports/python/py25-memcached/Portfile

Added: trunk/dports/python/py25-memcached/Portfile
===================================================================
--- trunk/dports/python/py25-memcached/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-memcached/Portfile	2007-10-23 19:59:15 UTC (rev 30283)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python25 1.0
+
+name              py25-memcached
+version           1.40
+categories        python devel net
+platforms         darwin
+maintainers       nomaintainer
+description       Pure python memcached client
+long_description  This software is a 100% Python interface to the memcached \
+                  memory cache daemon.  It is the client side software which \
+                  allows storing values in one or more, possibly remote, \
+                  memcached servers.  Search google for memcached for more \
+                  information.
+
+homepage          http://www.tummy.com/Community/software/python-memcached/
+master_sites      ftp://ftp.tummy.com/pub/python-memcached/
+checksums         md5 fa551479291679871ac64ab74d1a52d0 \
+                  sha1 9425ed7f59d6bbabb0405df2c078006adc708d26 \
+                  rmd160 171349a7e524a8a5d399c00c18d2c9461ed6de05
+distname          python-memcached-${version}
+depends_build     port:py25-setuptools
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071023/1eda6a38/attachment.html


More information about the macports-changes mailing list