The following reply was made to PR ports/172115; it has been noted by GNATS.

From: [email protected] (dfilter service)
To: [email protected]
Cc:  
Subject: Re: ports/172115: commit references a PR
Date: Wed, 23 Jan 2013 02:26:45 +0000 (UTC)

 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 <[email protected]>
 
 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 <[email protected]>
 +# $FreeBSD$
 +
 +PORTNAME=     mysql2
 +PORTVERSION=  0.3.11
 +CATEGORIES=   databases rubygems
 +MASTER_SITES= RG
 +
 +MAINTAINER=   [email protected]
 +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
 _______________________________________________
 [email protected] mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "[email protected]"
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ruby
To unsubscribe, send any mail to "[email protected]"

Reply via email to