Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Feb 2018 13:37:44 +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: r462232 - head/databases/rubygem-em-redis-unified
Message-ID:  <201802181337.w1IDbiJh059854@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 18 13:37:44 2018
New Revision: 462232
URL: https://svnweb.freebsd.org/changeset/ports/462232

Log:
  Take maintainership
  
  - Update pkg-descr
  - Update WWW

Modified:
  head/databases/rubygem-em-redis-unified/Makefile
  head/databases/rubygem-em-redis-unified/pkg-descr

Modified: head/databases/rubygem-em-redis-unified/Makefile
==============================================================================
--- head/databases/rubygem-em-redis-unified/Makefile	Sun Feb 18 13:37:39 2018	(r462231)
+++ head/databases/rubygem-em-redis-unified/Makefile	Sun Feb 18 13:37:44 2018	(r462232)
@@ -5,7 +5,7 @@ PORTVERSION=	1.0.1
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Eventmachine-based implementation of the Redis protocol
 
 LICENSE=	MIT

Modified: head/databases/rubygem-em-redis-unified/pkg-descr
==============================================================================
--- head/databases/rubygem-em-redis-unified/pkg-descr	Sun Feb 18 13:37:39 2018	(r462231)
+++ head/databases/rubygem-em-redis-unified/pkg-descr	Sun Feb 18 13:37:44 2018	(r462232)
@@ -1,6 +1,11 @@
-An EventMachine based library for interacting with the Redis data store
-by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's
+An EventMachine based library for interacting with the very cool Redis data
+store by Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's
 implementation of the memcached protocol, and influenced by Ezra Zygmuntowicz's
 redis-rb library (distributed as part of Redis).
 
-WWW: https://rubygems.org/gems/em-redis-unified
+This library is only useful when used as part of an application that relies on
+Event Machine's event loop. It implements an EM-based client protocol, which
+leverages the non-blocking nature of the EM interface to achieve significant
+parallelization without threads.
+
+WWW: https://github.com/portertech/em-redis



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802181337.w1IDbiJh059854>