svn commit: r462232 - head/databases/rubygem-em-redis-unified

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 18 13:37:45 UTC 2018


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 at FreeBSD.org
+MAINTAINER=	sunpoet at 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


More information about the svn-ports-head mailing list