SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
databases/ruby-mysql2/Makefile
Normal file
21
databases/ruby-mysql2/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
COMMENT= modern, simple and very fast MySQL library for Ruby
|
||||
|
||||
DISTNAME= mysql2-0.5.4
|
||||
CATEGORIES= databases
|
||||
|
||||
HOMEPAGE= https://github.com/brianmario/mysql2
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
|
||||
# MIT License
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
WANTLIB= crypto mariadb ssl z
|
||||
|
||||
LIB_DEPENDS= databases/mariadb
|
||||
|
||||
CONFIGURE_STYLE=ruby gem ext
|
||||
|
||||
.include <bsd.port.mk>
|
2
databases/ruby-mysql2/distinfo
Normal file
2
databases/ruby-mysql2/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (mysql2-0.5.4.gem) = AbuVo+oYzerm3M3VPCm0yXqHPDvOHTW1JAVd8io4Xnc=
|
||||
SIZE (mysql2-0.5.4.gem) = 79360
|
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