Import ruby-jdbc-mysql.
With jdbc-mysql you can connect to a MySQL database from JRuby without messing around with your Java classpath. ok landry
This commit is contained in:
parent
efd604ff64
commit
bd91e4702c
19
databases/ruby-jdbc-mysql/Makefile
Normal file
19
databases/ruby-jdbc-mysql/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 20:11:28 jeremy Exp $
|
||||
|
||||
COMMENT = access a MySQL database from JRuby
|
||||
|
||||
DISTNAME = jdbc-mysql-5.0.4
|
||||
CATEGORIES = databases
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
FLAVOR = jruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
5
databases/ruby-jdbc-mysql/distinfo
Normal file
5
databases/ruby-jdbc-mysql/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (jdbc-mysql-5.0.4.gem) = U1njAwgZF9WdXECMRC0EHg==
|
||||
RMD160 (jdbc-mysql-5.0.4.gem) = Llch9S54QV2QhcT4j4ufgLZpNVs=
|
||||
SHA1 (jdbc-mysql-5.0.4.gem) = 7ePz2sdqdHZRIEpzy9nJxT92bk8=
|
||||
SHA256 (jdbc-mysql-5.0.4.gem) = WFwgl2jA6SkUjN457P0uYClyWhUcyhiPvldsPsjK1Yk=
|
||||
SIZE (jdbc-mysql-5.0.4.gem) = 482304
|
2
databases/ruby-jdbc-mysql/pkg/DESCR
Normal file
2
databases/ruby-jdbc-mysql/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
With jdbc-mysql you can connect to a MySQL database from JRuby without
|
||||
messing around with your Java classpath.
|
12
databases/ruby-jdbc-mysql/pkg/PLIST
Normal file
12
databases/ruby-jdbc-mysql/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 20:11:28 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Manifest.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jdbc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jdbc/mysql.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/mysql-connector-java-5.0.4-bin.jar
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user