diff --git a/misc/py-memcached/Makefile b/misc/py-memcached/Makefile new file mode 100644 index 00000000000..351d11fe178 --- /dev/null +++ b/misc/py-memcached/Makefile @@ -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 + +# 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 diff --git a/misc/py-memcached/distinfo b/misc/py-memcached/distinfo new file mode 100644 index 00000000000..c38a8984f64 --- /dev/null +++ b/misc/py-memcached/distinfo @@ -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 diff --git a/misc/py-memcached/pkg/DESCR b/misc/py-memcached/pkg/DESCR new file mode 100644 index 00000000000..6a3c53f7aff --- /dev/null +++ b/misc/py-memcached/pkg/DESCR @@ -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. diff --git a/misc/py-memcached/pkg/PLIST b/misc/py-memcached/pkg/PLIST new file mode 100644 index 00000000000..40bae222034 --- /dev/null +++ b/misc/py-memcached/pkg/PLIST @@ -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