[46516] trunk/dports/python

brett at macports.org brett at macports.org
Thu Feb 5 20:44:34 PST 2009


Revision: 46516
          http://trac.macports.org/changeset/46516
Author:   brett at macports.org
Date:     2009-02-05 20:44:33 -0800 (Thu, 05 Feb 2009)
Log Message:
-----------
add py26-memcached port

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

Added: trunk/dports/python/py26-memcached/Portfile
===================================================================
--- trunk/dports/python/py26-memcached/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-memcached/Portfile	2009-02-06 04:44:33 UTC (rev 46516)
@@ -0,0 +1,25 @@
+# $Id$
+
+PortSystem        1.0
+PortGroup         python26 1.0
+
+name              py26-memcached
+version           1.43
+categories        python devel net
+platforms         darwin
+maintainers       openmaintainer
+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/old-releases/
+checksums         md5 9bfa9d9b10dfc2d91ab74486773c6fc2 \
+                  sha1 4cef6f6b1ed40ff330b7e02366f5a3e6959fcb71 \
+                  rmd160 91e624c7c4fd3a8b072761d18ffbba0df2c79e72
+distname          python-memcached-${version}
+depends_build     port:py26-setuptools
+


Property changes on: trunk/dports/python/py26-memcached/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/20090205/508ddbd2/attachment.html>


More information about the macports-changes mailing list