blob: 41c487f841470346fdfe6ad2ced6de8e600de57a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
|
# $FreeBSD$
#
SUBDIR += adodb
SUBDIR += bbdb
SUBDIR += bbdb-emacs20
SUBDIR += cdb
SUBDIR += clip
SUBDIR += db
SUBDIR += db3
SUBDIR += db4
SUBDIR += dbconnect
SUBDIR += dbf2mysql
SUBDIR += dbmetrix
SUBDIR += dbtool
SUBDIR += dbview
SUBDIR += edb
SUBDIR += fastdb
SUBDIR += firebird
SUBDIR += firebird-devel
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 += libdbi
SUBDIR += libgda
SUBDIR += libiodbc
SUBDIR += libodbc++
SUBDIR += libsdb
SUBDIR += libudbc
SUBDIR += mdbtools
SUBDIR += metakit
SUBDIR += mird
SUBDIR += msql
SUBDIR += myodbc
SUBDIR += mysql++
SUBDIR += mysql-editor
SUBDIR += mysql-gui
SUBDIR += mysql-jdbc-mm
SUBDIR += mysql-navigator
SUBDIR += mysql2pgsql
SUBDIR += mysql323-client
SUBDIR += mysql323-server
SUBDIR += mysqltcl
SUBDIR += mytop
SUBDIR += namazu2
SUBDIR += p5-ApacheDBILogConfig
SUBDIR += p5-ApacheDBILogger
SUBDIR += p5-AsciiDB-TagFile
SUBDIR += p5-BerkeleyDB
SUBDIR += p5-CDB_File
SUBDIR += p5-CDB_File-Generator
SUBDIR += p5-DBD-CSV
SUBDIR += p5-DBD-InterBase
SUBDIR += p5-DBD-mysql
SUBDIR += p5-DBD-ODBC
SUBDIR += p5-DBD-Pg
SUBDIR += p5-DBD-Sybase
SUBDIR += p5-DBD-XBase
SUBDIR += p5-DBI
SUBDIR += p5-DBIWrapper
SUBDIR += p5-DBIx-AnyDBD
SUBDIR += p5-DBIx-DataSource
SUBDIR += p5-DBIx-Recordset
SUBDIR += p5-DBIx-SearchBuilder
SUBDIR += p5-DBIx-XHTML_Table
SUBDIR += p5-DBIx-XML_RDB
SUBDIR += p5-DBZ_File
SUBDIR += p5-GDBM
SUBDIR += p5-GraphViz-DBI
SUBDIR += p5-MLDBM
SUBDIR += p5-Metadata
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-postgresql-plperl
SUBDIR += p5-sqlrelay
SUBDIR += php-sqlrelay
SUBDIR += phpmyadmin
SUBDIR += phppgadmin
SUBDIR += postgresql-jdbc
SUBDIR += postgresql-odbc
SUBDIR += postgresql-plruby
SUBDIR += postgresql-pltcl
SUBDIR += postgresql-tcltk
SUBDIR += postgresql7
SUBDIR += pxtools
SUBDIR += py-MySQL
SUBDIR += py-MySQLdb
SUBDIR += py-PyGreSQL
SUBDIR += py-SQLDict
SUBDIR += py-bsddb3
SUBDIR += py-cdb
SUBDIR += py-gdbm
SUBDIR += py-pyPgSQL
SUBDIR += py-sqlrelay
SUBDIR += rdb
SUBDIR += ruby-bdb
SUBDIR += ruby-bdb1
SUBDIR += ruby-cdb
SUBDIR += ruby-dbd_interbase
SUBDIR += ruby-dbd_msql
SUBDIR += ruby-dbd_mysql
SUBDIR += ruby-dbd_odbc
SUBDIR += ruby-dbd_pg
SUBDIR += ruby-dbd_proxy
SUBDIR += ruby-dbd_sqlite
SUBDIR += ruby-dbd_sqlrelay
SUBDIR += ruby-dbd_sybase
SUBDIR += ruby-dbi
SUBDIR += ruby-gdbm
SUBDIR += ruby-interbase
SUBDIR += ruby-msql
SUBDIR += ruby-mysql
SUBDIR += ruby-o_dbm
SUBDIR += ruby-odbc
SUBDIR += ruby-postgres
SUBDIR += ruby-rdbc1
SUBDIR += ruby-search-namazu
SUBDIR += ruby-sqlrelay
SUBDIR += sixpack
SUBDIR += sqlite
SUBDIR += sqlrelay
SUBDIR += sqsh
SUBDIR += tcl-Mysql
SUBDIR += tkgnats
SUBDIR += tora
SUBDIR += typhoon
SUBDIR += unixODBC
SUBDIR += xmbase-grok
SUBDIR += xmysql
SUBDIR += xmysqladmin
SUBDIR += zodb
SUBDIR += zpygresqlda
.include <bsd.port.subdir.mk>
|