pkgsrc/databases/ruby-mysql2/PLIST
taca c499df3830 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.
2012-06-15 11:38:48 +00:00

49 lines
1.7 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2012/06/15 11:38:48 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.rvmrc
${GEM_LIBDIR}/.travis.yml
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/benchmark/active_record.rb
${GEM_LIBDIR}/benchmark/active_record_threaded.rb
${GEM_LIBDIR}/benchmark/allocations.rb
${GEM_LIBDIR}/benchmark/escape.rb
${GEM_LIBDIR}/benchmark/query_with_mysql_casting.rb
${GEM_LIBDIR}/benchmark/query_without_mysql_casting.rb
${GEM_LIBDIR}/benchmark/sequel.rb
${GEM_LIBDIR}/benchmark/setup_db.rb
${GEM_LIBDIR}/benchmark/threaded.rb
${GEM_LIBDIR}/examples/eventmachine.rb
${GEM_LIBDIR}/examples/threaded.rb
${GEM_LIBDIR}/ext/mysql2/client.c
${GEM_LIBDIR}/ext/mysql2/client.h
${GEM_LIBDIR}/ext/mysql2/extconf.rb
${GEM_LIBDIR}/ext/mysql2/mysql2_ext.c
${GEM_LIBDIR}/ext/mysql2/mysql2_ext.h
${GEM_LIBDIR}/ext/mysql2/result.c
${GEM_LIBDIR}/ext/mysql2/result.h
${GEM_LIBDIR}/ext/mysql2/wait_for_single_fd.h
${GEM_LIBDIR}/lib/mysql2.rb
${GEM_LIBDIR}/lib/mysql2/client.rb
${GEM_LIBDIR}/lib/mysql2/em.rb
${GEM_LIBDIR}/lib/mysql2/error.rb
${GEM_LIBDIR}/lib/mysql2/mysql2.${RUBY_DLEXT}
${GEM_LIBDIR}/lib/mysql2/result.rb
${GEM_LIBDIR}/lib/mysql2/version.rb
${GEM_LIBDIR}/mysql2.gemspec
${GEM_LIBDIR}/spec/em/em_spec.rb
${GEM_LIBDIR}/spec/mysql2/client_spec.rb
${GEM_LIBDIR}/spec/mysql2/error_spec.rb
${GEM_LIBDIR}/spec/mysql2/result_spec.rb
${GEM_LIBDIR}/spec/rcov.opts
${GEM_LIBDIR}/spec/spec_helper.rb
${GEM_LIBDIR}/tasks/benchmarks.rake
${GEM_LIBDIR}/tasks/compile.rake
${GEM_LIBDIR}/tasks/rspec.rake
${GEM_LIBDIR}/tasks/vendor_mysql.rake
${GEM_HOME}/specifications/${GEM_NAME}.gemspec