aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-12 00:46:08 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-12 00:46:08 +0800
commit4b6ce3058567b5ed7bc76f6bf2b127a669b0d49a (patch)
tree67e839313d3b038acde7f37e008e3686389b6fb3
parent8c50360886a563edb80ab0996957b844449ab3aa (diff)
downloadfreebsd-ports-gnome-4b6ce3058567b5ed7bc76f6bf2b127a669b0d49a.tar.gz
freebsd-ports-gnome-4b6ce3058567b5ed7bc76f6bf2b127a669b0d49a.tar.zst
freebsd-ports-gnome-4b6ce3058567b5ed7bc76f6bf2b127a669b0d49a.zip
Add rubygem-dalli 2.7.10
Dalli is a high performance pure Ruby client for accessing memcached servers. It works with memcached 1.4+ only as it uses the newer binary protocol. It should be considered a replacement for the memcache-client gem. The name is a variant of Salvador Dali for his famous painting The Persistence of Memory. WWW: https://github.com/petergoldstein/dalli
-rw-r--r--databases/Makefile1
-rw-r--r--databases/rubygem-dalli/Makefile20
-rw-r--r--databases/rubygem-dalli/distinfo3
-rw-r--r--databases/rubygem-dalli/pkg-descr8
4 files changed, 32 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 4f2c2017d66d..7c5956b63318 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -914,6 +914,7 @@
SUBDIR += rubygem-bdb1
SUBDIR += rubygem-bigrecord
SUBDIR += rubygem-couchrest
+ SUBDIR += rubygem-dalli
SUBDIR += rubygem-data_objects
SUBDIR += rubygem-datamapper
SUBDIR += rubygem-dbd-mysql
diff --git a/databases/rubygem-dalli/Makefile b/databases/rubygem-dalli/Makefile
new file mode 100644
index 000000000000..68c17734bbda
--- /dev/null
+++ b/databases/rubygem-dalli/Makefile
@@ -0,0 +1,20 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= dalli
+PORTVERSION= 2.7.10
+CATEGORIES= databases rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= High performance memcached client for Ruby
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/databases/rubygem-dalli/distinfo b/databases/rubygem-dalli/distinfo
new file mode 100644
index 000000000000..432e57b54f75
--- /dev/null
+++ b/databases/rubygem-dalli/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1565536834
+SHA256 (rubygem/dalli-2.7.10.gem) = 91f4cea8e347b076ddbef2b1c2fb247e0c1924f088d20e4f681eb0660736267f
+SIZE (rubygem/dalli-2.7.10.gem) = 35328
diff --git a/databases/rubygem-dalli/pkg-descr b/databases/rubygem-dalli/pkg-descr
new file mode 100644
index 000000000000..dc689ba98c3a
--- /dev/null
+++ b/databases/rubygem-dalli/pkg-descr
@@ -0,0 +1,8 @@
+Dalli is a high performance pure Ruby client for accessing memcached servers. It
+works with memcached 1.4+ only as it uses the newer binary protocol. It should
+be considered a replacement for the memcache-client gem.
+
+The name is a variant of Salvador Dali for his famous painting The Persistence
+of Memory.
+
+WWW: https://github.com/petergoldstein/dalli