Remove ruby-jdbc-{h2,mysql,postgres,sqlite3}
These are pure ruby/java ports, haven't been updated in 4 years, and are out of date. jruby -S gem install if you need them. OK jasper@
This commit is contained in:
parent
fba2d81c0b
commit
8e1f6e7edb
@ -1,17 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/11 02:52:08 espie Exp $
|
||||
|
||||
COMMENT = access an H2 database from JRuby
|
||||
|
||||
DISTNAME = jdbc-h2-1.3.170.1
|
||||
CATEGORIES = databases
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
FLAVORS = jruby
|
||||
FLAVOR = jruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (jdbc-h2-1.3.170.1.gem) = nzAVWBHzjtx0QaGu36jRa+HprPN8B5pALnQT01xblbo=
|
||||
SIZE (jdbc-h2-1.3.170.1.gem) = 1430016
|
@ -1,2 +0,0 @@
|
||||
With jdbc-h2 you can connect to an H2 embedded database from JRuby
|
||||
without messing around with your Java classpath.
|
@ -1,11 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2013/01/29 22:36:45 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/h2-1.3.170.jar
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jdbc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jdbc/h2.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
@ -1,17 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 02:52:08 espie Exp $
|
||||
|
||||
COMMENT = access a MySQL database from JRuby
|
||||
|
||||
DISTNAME = jdbc-mysql-5.1.22.1
|
||||
CATEGORIES = databases
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
FLAVORS = jruby
|
||||
FLAVOR = jruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (jdbc-mysql-5.1.22.1.gem) = lvOA6bzG3xriKnPqMMWsSoBPMXI62BAn6wADzSRLeL4=
|
||||
SIZE (jdbc-mysql-5.1.22.1.gem) = 808960
|
@ -1,2 +0,0 @@
|
||||
With jdbc-mysql you can connect to a MySQL database from JRuby without
|
||||
messing around with your Java classpath.
|
@ -1,11 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2013/01/29 22:37:05 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${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.1.22.jar
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
@ -1,17 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 02:52:08 espie Exp $
|
||||
|
||||
COMMENT = access a PostgreSQL database from JRuby
|
||||
|
||||
DISTNAME = jdbc-postgres-9.2.1002.1
|
||||
CATEGORIES = databases
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
FLAVORS = jruby
|
||||
FLAVOR = jruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (jdbc-postgres-9.2.1002.1.gem) = c4HZWXFFO+qhEWY06yEsrKdHeFDUrcxT04/fNruN8ZU=
|
||||
SIZE (jdbc-postgres-9.2.1002.1.gem) = 1058304
|
@ -1,2 +0,0 @@
|
||||
With jdbc-postgres you can connect to a PostgreSQL database from JRuby
|
||||
without messing around with your Java classpath.
|
@ -1,12 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2013/01/29 22:37:40 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${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-9.2-1002.jdbc3.jar
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/postgresql-9.2-1002.jdbc4.jar
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
@ -1,17 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 02:52:08 espie Exp $
|
||||
|
||||
COMMENT = access an SQLite3 database from JRuby
|
||||
|
||||
DISTNAME = jdbc-sqlite3-3.7.2.1
|
||||
CATEGORIES = databases
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
FLAVORS = jruby
|
||||
FLAVOR = jruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
SHA256 (jdbc-sqlite3-3.7.2.1.gem) = N+DaVc+mU3T8qoOy1PZ6Xz7EkXXkM/kI78aBf+lV6Vs=
|
||||
SIZE (jdbc-sqlite3-3.7.2.1.gem) = 3185664
|
@ -1,2 +0,0 @@
|
||||
With jdbc-sqlite3 you can connect to an SQLite3 embedded database from
|
||||
JRuby without messing around with your Java classpath.
|
@ -1,11 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2013/01/29 22:36:16 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jdbc/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/jdbc/sqlite3.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sqlite-jdbc-3.7.2.jar
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
x
Reference in New Issue
Block a user