py25-memcached (Where should new portfile be posted?)

js ebgssth at gmail.com
Sun Oct 21 02:22:11 PDT 2007


Hi list.

I've created Portfile for Python memcached client,
which works file at least for my machine.

I'll post that here because I didn't find any doc saying
where the New Portfile should go.
If here is not appropriate place to do this, please let me know.

# $Id$
PortSystem        1.0
PortGroup         python25 1.0

name              py25-memcached
version           1.40
categories        python devel net
maintainers       nomaintainer at macports.org
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/
distname          python-memcached-${version}
platforms         darwin
master_sites      ftp://ftp.tummy.com/pub/python-memcached/
checksums         md5 fa551479291679871ac64ab74d1a52d0 \
                  sha1 9425ed7f59d6bbabb0405df2c078006adc708d26 \
                  rmd160 171349a7e524a8a5d399c00c18d2c9461ed6de05
depends_lib       port:python25


More information about the macports-users mailing list