Date: Sun, 11 Aug 2019 16:46:09 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508633 - in head/databases: . rubygem-dalli Message-ID: <201908111646.x7BGk966021292@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Aug 11 16:46:08 2019 New Revision: 508633 URL: https://svnweb.freebsd.org/changeset/ports/508633 Log: 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 Added: head/databases/rubygem-dalli/ head/databases/rubygem-dalli/Makefile (contents, props changed) head/databases/rubygem-dalli/distinfo (contents, props changed) head/databases/rubygem-dalli/pkg-descr (contents, props changed) Modified: head/databases/Makefile Modified: head/databases/Makefile ============================================================================== --- head/databases/Makefile Sun Aug 11 16:45:53 2019 (r508632) +++ head/databases/Makefile Sun Aug 11 16:46:08 2019 (r508633) @@ -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 Added: head/databases/rubygem-dalli/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-dalli/Makefile Sun Aug 11 16:46:08 2019 (r508633) @@ -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> Added: head/databases/rubygem-dalli/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-dalli/distinfo Sun Aug 11 16:46:08 2019 (r508633) @@ -0,0 +1,3 @@ +TIMESTAMP = 1565536834 +SHA256 (rubygem/dalli-2.7.10.gem) = 91f4cea8e347b076ddbef2b1c2fb247e0c1924f088d20e4f681eb0660736267f +SIZE (rubygem/dalli-2.7.10.gem) = 35328 Added: head/databases/rubygem-dalli/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/rubygem-dalli/pkg-descr Sun Aug 11 16:46:08 2019 (r508633) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908111646.x7BGk966021292>