aboutsummaryrefslogtreecommitdiff
path: root/databases/py-python-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-python-memcached
parent0a51f2e66a5d0a610b7a4d851167055ba479539d (diff)
Notes
Diffstat (limited to 'databases/py-python-memcached')
-rw-r--r--databases/py-python-memcached/Makefile20
-rw-r--r--databases/py-python-memcached/distinfo2
-rw-r--r--databases/py-python-memcached/pkg-descr8
3 files changed, 30 insertions, 0 deletions
diff --git a/databases/py-python-memcached/Makefile b/databases/py-python-memcached/Makefile
new file mode 100644
index 000000000000..dca07d16d634
--- /dev/null
+++ b/databases/py-python-memcached/Makefile
@@ -0,0 +1,20 @@
+# Created by: Michael Johnson <ahze@ahze.net>
+# $FreeBSD$
+
+PORTNAME= python-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}
+
+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-python-memcached/distinfo b/databases/py-python-memcached/distinfo
new file mode 100644
index 000000000000..2910759fa911
--- /dev/null
+++ b/databases/py-python-memcached/distinfo
@@ -0,0 +1,2 @@
+SHA256 (python-memcached-1.54.tar.gz) = df21d1431424c512901ecc3cd244039833aebc4bc7d345af403d4abdace20081
+SIZE (python-memcached-1.54.tar.gz) = 36662
diff --git a/databases/py-python-memcached/pkg-descr b/databases/py-python-memcached/pkg-descr
new file mode 100644
index 000000000000..b1e3e0115cd0
--- /dev/null
+++ b/databases/py-python-memcached/pkg-descr
@@ -0,0 +1,8 @@
+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/