SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
4
databases/ruby-mysql2/pkg/DESCR
Normal file
4
databases/ruby-mysql2/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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 APIs
|
||||
available. This one is not.
|
24
databases/ruby-mysql2/pkg/PLIST
Normal file
24
databases/ruby-mysql2/pkg/PLIST
Normal file
|
@ -0,0 +1,24 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/client.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/console.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/em.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/error.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/field.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/mysql2.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/result.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/statement.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql2/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/support/
|
||||
${GEM_LIB}/gems/${DISTNAME}/support/3A79BD29.asc
|
||||
${GEM_LIB}/gems/${DISTNAME}/support/5072E1F5.asc
|
||||
${GEM_LIB}/gems/${DISTNAME}/support/libmysql.def
|
||||
${GEM_LIB}/gems/${DISTNAME}/support/mysql_enc_to_ruby.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/support/ruby_enc_to_mysql.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue