aboutsummaryrefslogtreecommitdiff
path: root/databases/py-memcached
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-30 08:06:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-30 08:06:13 +0000
commit93bcf85c7b8a9f1b097032fda08ecf6e23eeefdb (patch)
tree35ec72ae51973fe521338e83878868a7b1ebf724 /databases/py-memcached
parent0a51f2e66a5d0a610b7a4d851167055ba479539d (diff)
downloadports-93bcf85c7b8a9f1b097032fda08ecf6e23eeefdb.tar.gz
ports-93bcf85c7b8a9f1b097032fda08ecf6e23eeefdb.zip
- Move databases/py-memcached to databases/py-python-memcached
- Bump PORTREVISION for dependent ports
Notes
Notes: svn path=/head/; revision=404807
Diffstat (limited to 'databases/py-memcached')
-rw-r--r--databases/py-memcached/Makefile21
-rw-r--r--databases/py-memcached/distinfo2
-rw-r--r--databases/py-memcached/pkg-descr8
3 files changed, 0 insertions, 31 deletions
diff --git a/databases/py-memcached/Makefile b/databases/py-memcached/Makefile
deleted file mode 100644
index 19ea9000aecc..000000000000
--- a/databases/py-memcached/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Michael Johnson <ahze@ahze.net>
-# $FreeBSD$
-
-PORTNAME= memcached
-PORTVERSION= 1.54
-CATEGORIES= databases python
-MASTER_SITES= http://ftp.tummy.com/pub/python-memcached/ \
- http://ftp.tummy.com/pub/python-memcached/old-releases/ \
- LOCAL/sunpoet
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= python-${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Python API for memcached, a distributed memory cache daemon
-
-LICENSE= PSFL
-
-USE_PYTHON= autoplist distutils
-USES= python:2
-
-.include <bsd.port.mk>
diff --git a/databases/py-memcached/distinfo b/databases/py-memcached/distinfo
deleted file mode 100644
index 2910759fa911..000000000000
--- a/databases/py-memcached/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (python-memcached-1.54.tar.gz) = df21d1431424c512901ecc3cd244039833aebc4bc7d345af403d4abdace20081
-SIZE (python-memcached-1.54.tar.gz) = 36662
diff --git a/databases/py-memcached/pkg-descr b/databases/py-memcached/pkg-descr
deleted file mode 100644
index b1e3e0115cd0..000000000000
--- a/databases/py-memcached/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-The API takes advantage of the server's opaque flag support and sets its
-"complex" flag whenever the object being stored or retrieved isn't a plain
-scalar. In that case, the Storable module is used to freeze and thaw the
-value automatically going in and out of the memcached.
-
-The Python API, while tested, has not experienced real-world production use.
-
-WWW: http://www.tummy.com/Community/software/python-memcached/