svn commit: r310847 - in head/databases: . rubygem-mysql2

Steve Wills swills at FreeBSD.org
Wed Jan 23 02:26:32 UTC 2013


Author: swills
Date: Wed Jan 23 02:26:31 2013
New Revision: 310847
URL: http://svnweb.freebsd.org/changeset/ports/310847

Log:
  Add rubygem-mysql2 0.3.11, simple, fast MySQL library for Ruby, binding
  to libmysql.
  
  PR:		ports/172115
  Submitted by:	Kimo <kimor79 at yahoo.com>

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

Modified: head/databases/Makefile
==============================================================================
--- head/databases/Makefile	Tue Jan 22 23:22:41 2013	(r310846)
+++ head/databases/Makefile	Wed Jan 23 02:26:31 2013	(r310847)
@@ -836,6 +836,7 @@
     SUBDIR += rubygem-jdbc-mysql
     SUBDIR += rubygem-memcache
     SUBDIR += rubygem-memcache-client
+    SUBDIR += rubygem-mysql2
     SUBDIR += rubygem-pg
     SUBDIR += rubygem-rbase
     SUBDIR += rubygem-redis

Added: head/databases/rubygem-mysql2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-mysql2/Makefile	Wed Jan 23 02:26:31 2013	(r310847)
@@ -0,0 +1,18 @@
+# Created by: Kimo <kimor79 at yahoo.com>
+# $FreeBSD$
+
+PORTNAME=	mysql2
+PORTVERSION=	0.3.11
+CATEGORIES=	databases rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby at FreeBSD.org
+COMMENT=	Simple, fast MySQL library for Ruby, binding to libmysql
+
+USE_MYSQL=	yes
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/databases/rubygem-mysql2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-mysql2/distinfo	Wed Jan 23 02:26:31 2013	(r310847)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/mysql2-0.3.11.gem) = 134f848e91d60756083873b66fc471a029b5df51c35852ef5a3a0f9f7a496641
+SIZE (rubygem/mysql2-0.3.11.gem) = 41984

Added: head/databases/rubygem-mysql2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/rubygem-mysql2/pkg-descr	Wed Jan 23 02:26:31 2013	(r310847)
@@ -0,0 +1,5 @@
+The Mysql2 gem is meant to serve the extremely common use-case of connecting,
+querying and iterating on results. Some database libraries out there serve as
+direct 1:1 mappings of the already complex C API's available. This one is not.
+
+WWW: http://github.com/brianmario/mysql2


More information about the svn-ports-head mailing list