Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2012 16:44:11 GMT
From:      Kimo <kimor79@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/172115: [NEW PORT] databases/rubygem-mysql2 - Ruby bindings for libmysql
Message-ID:  <201209271644.q8RGiBfk065562@red.freebsd.org>
Resent-Message-ID: <201209271650.q8RGo26R015083@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         172115
>Category:       ports
>Synopsis:       [NEW PORT] databases/rubygem-mysql2 - Ruby bindings for libmysql
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 27 16:50:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kimo
>Release:        9.0-RELEASE
>Organization:
>Environment:
>Description:
New port for mysql2 ruby gem.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	rubygem-mysql2
#	rubygem-mysql2/Makefile
#	rubygem-mysql2/distinfo
#	rubygem-mysql2/pkg-descr
#
echo c - rubygem-mysql2
mkdir -p rubygem-mysql2 > /dev/null 2>&1
echo x - rubygem-mysql2/Makefile
sed 's/^X//' >rubygem-mysql2/Makefile << 'END-of-rubygem-mysql2/Makefile'
XPORTNAME=	mysql2
XPORTVERSION=	0.3.11
XCATEGORIES=	databases rubygems
XMASTER_SITES=	RG
X
XMAINTAINER=	ruby@FreeBSD.org
XCOMMENT=	A simple, fast Mysql library for Ruby, binding to libmysql
X
XUSE_MYSQL=	yes
X
XUSE_RUBY=	yes
XUSE_RUBYGEMS=	yes
XRUBYGEM_AUTOPLIST=	yes
X
X.include <bsd.port.mk>
END-of-rubygem-mysql2/Makefile
echo x - rubygem-mysql2/distinfo
sed 's/^X//' >rubygem-mysql2/distinfo << 'END-of-rubygem-mysql2/distinfo'
XSHA256 (rubygem/mysql2-0.3.11.gem) = 134f848e91d60756083873b66fc471a029b5df51c35852ef5a3a0f9f7a496641
XSIZE (rubygem/mysql2-0.3.11.gem) = 41984
END-of-rubygem-mysql2/distinfo
echo x - rubygem-mysql2/pkg-descr
sed 's/^X//' >rubygem-mysql2/pkg-descr << 'END-of-rubygem-mysql2/pkg-descr'
XThe Mysql2 gem is meant to serve the extremely common use-case of connecting,
Xquerying and iterating on results. Some database libraries out there serve as
Xdirect 1:1 mappings of the already complex C API's available. This one is not.
X
XWWW: http://github.com/brianmario/mysql2
END-of-rubygem-mysql2/pkg-descr
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209271644.q8RGiBfk065562>