pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/ruby-mysql2



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jun 15 11:38:48 UTC 2012

Added Files:
        pkgsrc/databases/ruby-mysql2: DESCR Makefile PLIST distinfo

Log Message:
Add ruby-mysql2 version 0.3.11 package.

Mysql2

Mysql2 is a modern, simple and very fast Mysql library for Ruby - binding to
libmysql.

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.

It also forces the use of UTF-8 (or binary) for the connection (and all
strings in 1.9, unless Encoding.default_internal is set then it'll convert
from UTF-8 to that encoding) and uses encoding-aware MySQL API calls where it
can.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/ruby-mysql2/DESCR \
    pkgsrc/databases/ruby-mysql2/Makefile pkgsrc/databases/ruby-mysql2/PLIST \
    pkgsrc/databases/ruby-mysql2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index