svn commit: r370143 - in head/databases: . rubygem-openid-redis-store

Steve Wills swills at FreeBSD.org
Mon Oct 6 04:38:32 UTC 2014


Author: swills
Date: Mon Oct  6 04:38:30 2014
New Revision: 370143
URL: https://svnweb.freebsd.org/changeset/ports/370143
QAT: https://qat.redports.org/buildarchive/r370143/

Log:
  databases/rubygem-openid-redis-store: create port
  
  Implementation of the ruby-openid Store interface that stores information in
  Redis
  
  WWW: https://github.com/dekart/openid-redis-store

Added:
  head/databases/rubygem-openid-redis-store/
  head/databases/rubygem-openid-redis-store/Makefile   (contents, props changed)
  head/databases/rubygem-openid-redis-store/distinfo   (contents, props changed)
  head/databases/rubygem-openid-redis-store/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Mon Oct  6 04:03:05 2014	(r370142)
+++ head/databases/Makefile	Mon Oct  6 04:38:30 2014	(r370143)
@@ -869,6 +869,7 @@
     SUBDIR += rubygem-memcache-client
     SUBDIR += rubygem-mysql
     SUBDIR += rubygem-mysql2
+    SUBDIR += rubygem-openid-redis-store
     SUBDIR += rubygem-pg
     SUBDIR += rubygem-rbase
     SUBDIR += rubygem-redis

Added: head/databases/rubygem-openid-redis-store/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-openid-redis-store/Makefile	Mon Oct  6 04:38:30 2014	(r370143)
@@ -0,0 +1,19 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	openid-redis-store
+PORTVERSION=	0.0.2
+CATEGORIES=	databases rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Redis store for OpenID
+
+RUN_DEPENDS=	rubygem-openid>=0:${PORTSDIR}/net/rubygem-openid \
+		rubygem-redis>=0:${PORTSDIR}/databases/rubygem-redis
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/databases/rubygem-openid-redis-store/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-openid-redis-store/distinfo	Mon Oct  6 04:38:30 2014	(r370143)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/openid-redis-store-0.0.2.gem) = 11229c0cfe6cd5dd7519d01f98af9d17ff4d313c8844adf0f20de92843cbc695
+SIZE (rubygem/openid-redis-store-0.0.2.gem) = 5120

Added: head/databases/rubygem-openid-redis-store/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-openid-redis-store/pkg-descr	Mon Oct  6 04:38:30 2014	(r370143)
@@ -0,0 +1,4 @@
+Implementation of the ruby-openid Store interface that stores information in
+Redis
+
+WWW: https://github.com/dekart/openid-redis-store


More information about the svn-ports-all mailing list