Import ruby-jdbc-h2.

With jdbc-h2 you can connect to an H2 embedded database from JRuby
without messing around with your Java classpath.

ok landry
This commit is contained in:
jeremy 2010-12-09 20:10:48 +00:00
parent 6cb90e3248
commit efd604ff64
4 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 20:10:48 jeremy Exp $
COMMENT = access an H2 database from JRuby
DISTNAME = jdbc-h2-1.1.107
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>

View File

@ -0,0 +1,5 @@
MD5 (jdbc-h2-1.1.107.gem) = BOvrIICbzlLOTzuEfzzkaw==
RMD160 (jdbc-h2-1.1.107.gem) = vMtCRelDynSKkSwByLyeNnwcuxc=
SHA1 (jdbc-h2-1.1.107.gem) = CbgXjszrjYNaZghA63VkrNK0Y48=
SHA256 (jdbc-h2-1.1.107.gem) = zPd9OdIrzYkWPT3Gu4WfrHtXbI5X7gnLw6d5G2lR+Lw=
SIZE (jdbc-h2-1.1.107.gem) = 1090048

View File

@ -0,0 +1,2 @@
With jdbc-h2 you can connect to an H2 embedded database from JRuby
without messing around with your Java classpath.

View File

@ -0,0 +1,12 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 20:10:48 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/h2-1.1.107.jar
${GEM_LIB}/gems/${DISTNAME}/lib/jdbc/
${GEM_LIB}/gems/${DISTNAME}/lib/jdbc/h2.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec