aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-rb
diff options
context:
space:
mode:
authortj <tj@FreeBSD.org>2016-04-01 11:06:38 +0800
committertj <tj@FreeBSD.org>2016-04-01 11:06:38 +0800
commit66eb0d10aa8ef092465840d4347e3cc05904032f (patch)
tree3b4318f2d4360e19f147f03b5e931b6572eda82c /databases/py-rb
parent7900d5c260eaf3611d31cef16cce19a1a4dd9005 (diff)
downloadfreebsd-ports-gnome-66eb0d10aa8ef092465840d4347e3cc05904032f.tar.gz
freebsd-ports-gnome-66eb0d10aa8ef092465840d4347e3cc05904032f.tar.zst
freebsd-ports-gnome-66eb0d10aa8ef092465840d4347e3cc05904032f.zip
New port databases/py-rb 1.4
The fastest way to talk to many redis nodes. Can do routing as well as blindly blasting commands to many nodes. WWW: https://github.com/getsentry/rb
Diffstat (limited to 'databases/py-rb')
-rw-r--r--databases/py-rb/Makefile20
-rw-r--r--databases/py-rb/distinfo2
-rw-r--r--databases/py-rb/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/databases/py-rb/Makefile b/databases/py-rb/Makefile
new file mode 100644
index 000000000000..edab94b51200
--- /dev/null
+++ b/databases/py-rb/Makefile
@@ -0,0 +1,20 @@
+# Created by: Tom Judge <tj@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= rb
+PORTVERSION= 1.4
+CATEGORIES= databases python
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= tj@FreeBSD.org
+COMMENT= Rb - the redis blaster
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=2.6:${PORTSDIR}/databases/py-redis
+
+USES= python
+USE_PYTHON= distutils autoplist
+USE_GITHUB= yes
+GH_ACCOUNT= getsentry
+GH_PROJECT= rb
+
+.include <bsd.port.mk>
diff --git a/databases/py-rb/distinfo b/databases/py-rb/distinfo
new file mode 100644
index 000000000000..ab126682f985
--- /dev/null
+++ b/databases/py-rb/distinfo
@@ -0,0 +1,2 @@
+SHA256 (getsentry-rb-1.4_GH0.tar.gz) = a6cafdb7b46311800931f86e0ef2962461c5c9d691151e94b1c4171103dc3aba
+SIZE (getsentry-rb-1.4_GH0.tar.gz) = 162639
diff --git a/databases/py-rb/pkg-descr b/databases/py-rb/pkg-descr
new file mode 100644
index 000000000000..63a39f7f0c19
--- /dev/null
+++ b/databases/py-rb/pkg-descr
@@ -0,0 +1,4 @@
+The fastest way to talk to many redis nodes. Can do routing as well as blindly
+blasting commands to many nodes.
+
+WWW: https://github.com/getsentry/rb