mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
databases/rubygem-mysql204: made old version 0.4.10 available which is required by www/redmine.
This commit is contained in:
parent
518b62481a
commit
ae36eb2447
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517615
@ -978,6 +978,7 @@
|
||||
SUBDIR += rubygem-memcache-client
|
||||
SUBDIR += rubygem-mysql
|
||||
SUBDIR += rubygem-mysql2
|
||||
SUBDIR += rubygem-mysql204
|
||||
SUBDIR += rubygem-openid-redis-store
|
||||
SUBDIR += rubygem-paranoia
|
||||
SUBDIR += rubygem-peek-mysql2-rails5
|
||||
|
21
databases/rubygem-mysql204/Makefile
Normal file
21
databases/rubygem-mysql204/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# Created by: Kimo <kimor79@yahoo.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mysql2
|
||||
PORTVERSION= 0.4.10
|
||||
CATEGORIES= databases rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 04
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Simple, fast MySQL library for Ruby, binding to libmysql
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gem mysql ssl
|
||||
USE_RUBY= yes
|
||||
|
||||
PORTSCOUT= limit:^0\.4\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/rubygem-mysql204/distinfo
Normal file
3
databases/rubygem-mysql204/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1510757747
|
||||
SHA256 (rubygem/mysql2-0.4.10.gem) = 38960c148f7b9f7b0f6513c92217b5961396a5f162c1ac1b55890365f8494d62
|
||||
SIZE (rubygem/mysql2-0.4.10.gem) = 97792
|
5
databases/rubygem-mysql204/pkg-descr
Normal file
5
databases/rubygem-mysql204/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
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.
|
||||
|
||||
WWW: https://github.com/brianmario/mysql2
|
Loading…
Reference in New Issue
Block a user