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:
parent
10c54806e9
commit
622c568191
28
misc/py-memcached/Makefile
Normal file
28
misc/py-memcached/Makefile
Normal 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>
|
4
misc/py-memcached/distinfo
Normal file
4
misc/py-memcached/distinfo
Normal 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
|
3
misc/py-memcached/pkg/DESCR
Normal file
3
misc/py-memcached/pkg/DESCR
Normal 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.
|
3
misc/py-memcached/pkg/PLIST
Normal file
3
misc/py-memcached/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user