fc652a2fca
the DBI database interface. It provides the lowest level of functionality needed by any program wanting to access databases via the DBI. Currently, DBIWrapper is only aware of Pg (PostgreSQL), mysql (MySQL) and ODBC DBD modules and how to work with them correctly. Support for transactions on MySQL is now checked for and if found to be available, the AutoCommit flag is turned off so that transactions will be used. PR: ports/28563 Submitted by: Pete Fritchman
113 lines
2.6 KiB
Makefile
113 lines
2.6 KiB
Makefile
# $FreeBSD$
|
|
#
|
|
SUBDIR += zpygresqlda
|
|
SUBDIR += adodb
|
|
SUBDIR += cdb
|
|
SUBDIR += db
|
|
SUBDIR += db3
|
|
SUBDIR += dbf2mysql
|
|
SUBDIR += dbiwrapper
|
|
SUBDIR += dbmetrix
|
|
SUBDIR += dbtool
|
|
SUBDIR += dbview
|
|
SUBDIR += edb
|
|
SUBDIR += fastdb
|
|
SUBDIR += firebird
|
|
SUBDIR += freetds
|
|
SUBDIR += gadfly
|
|
SUBDIR += gdbm
|
|
SUBDIR += gigabase
|
|
SUBDIR += gmysql
|
|
SUBDIR += gnats
|
|
SUBDIR += gnomedb
|
|
SUBDIR += grass
|
|
SUBDIR += gtksql
|
|
SUBDIR += interbase4
|
|
SUBDIR += java-sqlrelay
|
|
SUBDIR += jdbc-oracle816
|
|
SUBDIR += libgda
|
|
SUBDIR += libiodbc
|
|
SUBDIR += libsdb
|
|
SUBDIR += mdbtools
|
|
SUBDIR += metakit
|
|
SUBDIR += msql
|
|
SUBDIR += myodbc
|
|
SUBDIR += mysql++
|
|
SUBDIR += mysql-editor
|
|
SUBDIR += mysql-jdbc-mm
|
|
SUBDIR += mysql-navigator
|
|
SUBDIR += mysql2pgsql
|
|
SUBDIR += mysql323-client
|
|
SUBDIR += mysql323-server
|
|
SUBDIR += mysqltcl
|
|
SUBDIR += mytop
|
|
SUBDIR += p5-ApacheDBILogConfig
|
|
SUBDIR += p5-ApacheDBILogger
|
|
SUBDIR += p5-AsciiDB-TagFile
|
|
SUBDIR += p5-BerkeleyDB
|
|
SUBDIR += p5-DBD-CSV
|
|
SUBDIR += p5-DBD-Pg
|
|
SUBDIR += p5-DBD-Sybase
|
|
SUBDIR += p5-DBD-XBase
|
|
SUBDIR += p5-DBI
|
|
SUBDIR += p5-DBIx-DataSource
|
|
SUBDIR += p5-DBIx-Recordset
|
|
SUBDIR += p5-DBIx-SearchBuilder
|
|
SUBDIR += p5-DBIx-XML_RDB
|
|
SUBDIR += p5-DBZ_File
|
|
SUBDIR += p5-GDBM
|
|
SUBDIR += p5-MLDBM
|
|
SUBDIR += p5-Msql
|
|
SUBDIR += p5-MyObject
|
|
SUBDIR += p5-Mysql
|
|
SUBDIR += p5-Pg
|
|
SUBDIR += p5-SQL-Statement
|
|
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
|
|
SUBDIR += postgresql7
|
|
SUBDIR += pxtools
|
|
SUBDIR += py-MySQL
|
|
SUBDIR += py-MySQLdb
|
|
SUBDIR += py-PyGreSQL
|
|
SUBDIR += py-SQLDict
|
|
SUBDIR += py-bsddb3
|
|
SUBDIR += py-gdbm
|
|
SUBDIR += py-sqlrelay
|
|
SUBDIR += rdb
|
|
SUBDIR += ruby-bdb
|
|
SUBDIR += ruby-cdb
|
|
SUBDIR += ruby-dbd_msql
|
|
SUBDIR += ruby-dbd_mysql
|
|
SUBDIR += ruby-dbd_odbc
|
|
SUBDIR += ruby-dbd_pg
|
|
SUBDIR += ruby-dbd_proxy
|
|
SUBDIR += ruby-dbd_sybase
|
|
SUBDIR += ruby-dbi
|
|
SUBDIR += ruby-gdbm
|
|
SUBDIR += ruby-rdbc1
|
|
SUBDIR += ruby-msql
|
|
SUBDIR += ruby-mysql
|
|
SUBDIR += ruby-o_dbm
|
|
SUBDIR += ruby-odbc
|
|
SUBDIR += ruby-postgres
|
|
SUBDIR += ruby-sqlrelay
|
|
SUBDIR += sixpack
|
|
SUBDIR += sqlite
|
|
SUBDIR += sqlrelay
|
|
SUBDIR += sqsh
|
|
SUBDIR += tcl-Mysql
|
|
SUBDIR += tkgnats
|
|
SUBDIR += typhoon
|
|
SUBDIR += unixODBC
|
|
SUBDIR += xmbase-grok
|
|
SUBDIR += xmysql
|
|
SUBDIR += xmysqladmin
|
|
|
|
.include <bsd.port.subdir.mk>
|