Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#12952 closed submission (fixed)

NEW: py25-memcached

Reported by: ebgssth@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.5.0
Keywords: Cc: mww@…
Port:

Description

Attached Portfile for Python memcached client, which works file at least for my machine.

# $Id$
PortSystem        1.0
PortGroup         python25 1.0

name              py25-memcached
version           1.40
categories        python devel net
maintainers       nomaintainer@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

Attachments (1)

Portfile (1005 bytes) - added by ebgssth@… 16 years ago.
Portfile for memcached client for Python

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by ebgssth@…

Attachment: Portfile added

Portfile for memcached client for Python

comment:1 Changed 16 years ago by nox@…

Milestone: Port Submissions
Summary: [New portfile]py25-memcachedNEW: py25-memcached

comment:2 Changed 16 years ago by mww@…

Resolution: fixed
Status: newclosed

thanks, commited; keep in mind though that unmaintained ports tend to not get updated

comment:3 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:4 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.