diff options
author | knu <knu@FreeBSD.org> | 2001-07-06 18:24:50 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-07-06 18:24:50 +0800 |
commit | f671f9dec4461f89d03df3b71bb49910fc043727 (patch) | |
tree | 948ed01c9b69a6301590d446c971ecb73b0cc94b /databases/Makefile | |
parent | 19155b35cc25284cda049e8ffe76621e41062a3c (diff) | |
download | freebsd-ports-gnome-f671f9dec4461f89d03df3b71bb49910fc043727.tar.gz freebsd-ports-gnome-f671f9dec4461f89d03df3b71bb49910fc043727.tar.zst freebsd-ports-gnome-f671f9dec4461f89d03df3b71bb49910fc043727.zip |
Add sqlrelay, a persistent DB connection pooling/proxying/load
balancing system, along with the interfaces for Java, Perl5, PHP,
Python and Ruby.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index e1da2323b09c..b990ce6df157 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -22,6 +22,7 @@ SUBDIR += grass SUBDIR += gtksql SUBDIR += interbase4 + SUBDIR += java-sqlrelay SUBDIR += jdbc-oracle816 SUBDIR += libgda SUBDIR += libiodbc @@ -63,6 +64,8 @@ SUBDIR += p5-Text-Query-SQL SUBDIR += p5-Tie-DBI SUBDIR += p5-hp200lx-db + SUBDIR += p5-sqlrelay + SUBDIR += php-sqlrelay SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgresql-plruby @@ -74,6 +77,7 @@ SUBDIR += py-SQLDict SUBDIR += py-bsddb3 SUBDIR += py-gdbm + SUBDIR += py-sqlrelay SUBDIR += rdb SUBDIR += ruby-bdb SUBDIR += ruby-cdb @@ -91,7 +95,9 @@ SUBDIR += ruby-o_dbm SUBDIR += ruby-odbc SUBDIR += ruby-postgres + SUBDIR += ruby-sqlrelay SUBDIR += sqlite + SUBDIR += sqlrelay SUBDIR += sqsh SUBDIR += tcl-Mysql SUBDIR += tkgnats |