databases/rubygem-ruby-mysql: new port

ruby-mysql is a MySQL client library.  It is written entirely in Ruby.
This commit is contained in:
Antoine Brodin 2024-01-05 15:25:26 +00:00
parent b38a9633ad
commit cf89f76d5f
4 changed files with 21 additions and 0 deletions

View file

@ -991,6 +991,7 @@
SUBDIR += rubygem-redis-namespace110 SUBDIR += rubygem-redis-namespace110
SUBDIR += rubygem-redis-namespace19 SUBDIR += rubygem-redis-namespace19
SUBDIR += rubygem-redis4 SUBDIR += rubygem-redis4
SUBDIR += rubygem-ruby-mysql
SUBDIR += rubygem-scenic61 SUBDIR += rubygem-scenic61
SUBDIR += rubygem-sdbm SUBDIR += rubygem-sdbm
SUBDIR += rubygem-seed-fu SUBDIR += rubygem-seed-fu

View file

@ -0,0 +1,16 @@
PORTNAME= ruby-mysql
PORTVERSION= 4.1.0
CATEGORIES= databases rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= MySQL connector in pure ruby
WWW= https://gitlab.com/tmtms/ruby-mysql
LICENSE= MIT
NO_ARCH= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1704466321
SHA256 (rubygem/ruby-mysql-4.1.0.gem) = 6515157cfc0d986c1b9a13f52ebe3260e09c3ef9142e4703160f2f8dbf65dcbc
SIZE (rubygem/ruby-mysql-4.1.0.gem) = 42496

View file

@ -0,0 +1 @@
ruby-mysql is a MySQL client library. It is written entirely in Ruby.