Import ruby-jdbc-postgres.

With jdbc-postgres you can connect to a PostgreSQL database from JRuby
without messing around with your Java classpath.

ok landry
This commit is contained in:
jeremy 2010-12-09 20:12:06 +00:00
parent bd91e4702c
commit 5a6e000133
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/09 20:12:06 jeremy Exp $
COMMENT = access a PostgreSQL database from JRuby
DISTNAME = ${PKGNAME}-java
PKGNAME = jdbc-postgres-8.4.702
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-postgres-8.4.702-java.gem) = AHGMuRrn9/tHGI2uOooIIA==
RMD160 (jdbc-postgres-8.4.702-java.gem) = LVU5k2FlLHD5yhKuf6RUdPb8ZqI=
SHA1 (jdbc-postgres-8.4.702-java.gem) = uq2GJjJiHLScHMSkqbuhMY9BA9o=
SHA256 (jdbc-postgres-8.4.702-java.gem) = 1vhkGJm5MSe6Bh+7AxBT2QhskkrjGlp0sVoMrQT0GQk=
SIZE (jdbc-postgres-8.4.702-java.gem) = 992256

View File

@ -0,0 +1,2 @@
With jdbc-postgres you can connect to a PostgreSQL database from JRuby
without messing around with your Java classpath.

View File

@ -0,0 +1,14 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/09 20:12:06 jeremy Exp $
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/History.txt
${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/postgres.rb
${GEM_LIB}/gems/${DISTNAME}/lib/postgresql-8.4-702.jdbc3.jar
${GEM_LIB}/gems/${DISTNAME}/lib/postgresql-8.4-702.jdbc4.jar
${GEM_LIB}/specifications/${DISTNAME}.gemspec