Import py-memcached

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.

From Ben Lovett <ben@tilderoot.com>
This commit is contained in:
alek 2006-06-14 08:41:14 +00:00
parent 10c54806e9
commit 622c568191
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/06/14 08:41:14 alek Exp $
COMMENT= "Python interface to memcached"
DISTNAME= python-memcached-1.31
PKGNAME= ${DISTNAME:S/python-/py-/}
CATEGORIES= misc
HOMEPAGE= http://www.danga.com/memcached/apis.bml
MAINTAINER= Ben Lovett <ben@tilderoot.com>
# Python
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= lang/python
MASTER_SITES= ftp://ftp.tummy.com/pub/python-memcached/
NO_REGRESS= Yes
pre-install:
@perl -pi -e "s,#!.*python,#!${MODPY_BIN}," ${WRKSRC}/memcache.py
.include <bsd.port.mk>

View File

@ -0,0 +1,4 @@
MD5 (python-memcached-1.31.tar.gz) = be8cfaf2f39753efae85acd3527bc0f9
RMD160 (python-memcached-1.31.tar.gz) = e5cc8ae44af90bd0f8d34856760b16bd47d738cf
SHA1 (python-memcached-1.31.tar.gz) = 1578d340813a8be1e1a876e31dd476fab003ad15
SIZE (python-memcached-1.31.tar.gz) = 7221

View File

@ -0,0 +1,3 @@
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.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/06/14 08:41:14 alek Exp $
lib/python${MODPY_VERSION}/site-packages/memcache.py
lib/python${MODPY_VERSION}/site-packages/memcache.pyc