svn commit: r370137 - in head/databases: . rubygem-hiredis rubygem-hiredis/files

Steve Wills swills at FreeBSD.org
Mon Oct 6 02:41:59 UTC 2014


Author: swills
Date: Mon Oct  6 02:41:57 2014
New Revision: 370137
URL: https://svnweb.freebsd.org/changeset/ports/370137
QAT: https://qat.redports.org/buildarchive/r370137/

Log:
  databases/rubygem-hiredis: create port
  
  Ruby wrapper for hiredis (protocol serialization/deserialization and blocking
  I/O)
  
  WWW: http://github.com/redis/hiredis-rb

Added:
  head/databases/rubygem-hiredis/
  head/databases/rubygem-hiredis/Makefile   (contents, props changed)
  head/databases/rubygem-hiredis/distinfo   (contents, props changed)
  head/databases/rubygem-hiredis/files/
  head/databases/rubygem-hiredis/files/patch-vendor__hiredis__Makefile   (contents, props changed)
  head/databases/rubygem-hiredis/pkg-descr   (contents, props changed)
Modified:
  head/databases/Makefile

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Mon Oct  6 01:47:29 2014	(r370136)
+++ head/databases/Makefile	Mon Oct  6 02:41:57 2014	(r370137)
@@ -862,6 +862,7 @@
     SUBDIR += rubygem-do_postgres
     SUBDIR += rubygem-do_sqlite3
     SUBDIR += rubygem-familia
+    SUBDIR += rubygem-hiredis
     SUBDIR += rubygem-jdbc-mysql
     SUBDIR += rubygem-leo_manager_client
     SUBDIR += rubygem-memcache

Added: head/databases/rubygem-hiredis/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-hiredis/Makefile	Mon Oct  6 02:41:57 2014	(r370137)
@@ -0,0 +1,20 @@
+# Created by: Steve Wills <swills at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	hiredis
+PORTVERSION=	0.5.2
+CATEGORIES=	databases rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Ruby wrapper for hiredis
+
+RUN_DEPENDS=	redis>=0:${PORTSDIR}/databases/redis
+
+USES=		gmake
+USE_RUBY=	yes
+USE_RAKE=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=yes
+
+.include <bsd.port.mk>

Added: head/databases/rubygem-hiredis/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-hiredis/distinfo	Mon Oct  6 02:41:57 2014	(r370137)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hiredis-0.5.2.gem) = 41e5fedb4f68a6402c128d10753b374daa40273253622c6bf9baf4cc6784ca94
+SIZE (rubygem/hiredis-0.5.2.gem) = 47104

Added: head/databases/rubygem-hiredis/files/patch-vendor__hiredis__Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-hiredis/files/patch-vendor__hiredis__Makefile	Mon Oct  6 02:41:57 2014	(r370137)
@@ -0,0 +1,13 @@
+--- vendor/hiredis/Makefile.orig	2014-10-06 02:34:35 UTC
++++ vendor/hiredis/Makefile
+@@ -15,8 +15,8 @@
+ OPTIMIZATION?=-O3
+ WARNINGS=-Wall -W -Wstrict-prototypes -Wwrite-strings
+ DEBUG?= -g -ggdb
+-REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG) $(ARCH)
+-REAL_LDFLAGS=$(LDFLAGS) $(ARCH)
++REAL_CFLAGS=$(OPTIMIZATION) -fPIC $(CFLAGS) $(WARNINGS) $(DEBUG)
++REAL_LDFLAGS=$(LDFLAGS)
+ 
+ DYLIBSUFFIX=so
+ STLIBSUFFIX=a

Added: head/databases/rubygem-hiredis/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-hiredis/pkg-descr	Mon Oct  6 02:41:57 2014	(r370137)
@@ -0,0 +1,4 @@
+Ruby wrapper for hiredis (protocol serialization/deserialization and blocking
+I/O)
+
+WWW: http://github.com/redis/hiredis-rb


More information about the svn-ports-all mailing list