NEW: databases/ruby-mysql
This commit is contained in:
parent
2c03b04432
commit
ef4bda96d5
4 changed files with 41 additions and 0 deletions
17
databases/ruby-mysql/Makefile
Normal file
17
databases/ruby-mysql/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
COMMENT= MySQL connector for Ruby
|
||||||
|
|
||||||
|
DISTNAME= ruby-mysql-4.0.0
|
||||||
|
CATEGORIES= databases
|
||||||
|
|
||||||
|
HOMEPAGE= https://gitlab.com/tmtms/ruby-mysql
|
||||||
|
|
||||||
|
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||||
|
|
||||||
|
# MIT
|
||||||
|
PERMIT_PACKAGE= Yes
|
||||||
|
|
||||||
|
MODULES= lang/ruby
|
||||||
|
|
||||||
|
CONFIGURE_STYLE= ruby gem
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
databases/ruby-mysql/distinfo
Normal file
2
databases/ruby-mysql/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
SHA256 (ruby-mysql-4.0.0.gem) = okmAy34klhwsmU5zF2lqf6aXN8lknOMfjIFlzDQWAeo=
|
||||||
|
SIZE (ruby-mysql-4.0.0.gem) = 41984
|
1
databases/ruby-mysql/pkg/DESCR
Normal file
1
databases/ruby-mysql/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
||||||
|
This is MySQL connector. pure Ruby version.
|
21
databases/ruby-mysql/pkg/PLIST
Normal file
21
databases/ruby-mysql/pkg/PLIST
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/CHANGELOG.md
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/authenticator/
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/authenticator.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/authenticator/caching_sha2_password.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/authenticator/mysql_native_password.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/authenticator/sha256_password.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/charset.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/constants.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/error.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/field.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/packet.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/protocol.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/result.rb
|
||||||
|
${GEM_LIB}/gems/${DISTNAME}/lib/mysql/stmt.rb
|
||||||
|
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue