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:
parent
bd91e4702c
commit
5a6e000133
20
databases/ruby-jdbc-postgres/Makefile
Normal file
20
databases/ruby-jdbc-postgres/Makefile
Normal 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>
|
5
databases/ruby-jdbc-postgres/distinfo
Normal file
5
databases/ruby-jdbc-postgres/distinfo
Normal 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
|
2
databases/ruby-jdbc-postgres/pkg/DESCR
Normal file
2
databases/ruby-jdbc-postgres/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
With jdbc-postgres you can connect to a PostgreSQL database from JRuby
|
||||
without messing around with your Java classpath.
|
14
databases/ruby-jdbc-postgres/pkg/PLIST
Normal file
14
databases/ruby-jdbc-postgres/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user