blob: 507d83b219cf41c2bec3f37c8cbf7ce811ab098a (
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
|
# $FreeBSD$
#
COMMENT = Databases
SUBDIR += WWWdb
SUBDIR += adminer
SUBDIR += adodb
SUBDIR += adodb5
SUBDIR += adstudio
SUBDIR += akonadi
SUBDIR += akonadi-googledata
SUBDIR += animenfo-client
SUBDIR += animenfo-client-gtk
SUBDIR += aolserver-nsmysql
SUBDIR += aolserver-nspostgres
SUBDIR += autobackupmysql
SUBDIR += bbdb
SUBDIR += buzhug
SUBDIR += cassandra
SUBDIR += cdb
SUBDIR += clip
SUBDIR += couchdb
SUBDIR += courier-authlib-mysql
SUBDIR += courier-authlib-pgsql
SUBDIR += courier-authlib-userdb
SUBDIR += courier-authlib-usergdbm
SUBDIR += cyrus-imspd
SUBDIR += db
SUBDIR += db2
SUBDIR += db3
SUBDIR += db4
SUBDIR += db41
SUBDIR += db41-nocrypto
SUBDIR += db42
SUBDIR += db42-nocrypto
SUBDIR += db43
SUBDIR += db44
SUBDIR += db45
SUBDIR += db46
SUBDIR += db47
SUBDIR += db48
SUBDIR += db4o-mono
SUBDIR += dbXML
SUBDIR += dbconnect
SUBDIR += dbf
SUBDIR += dbf2mysql
SUBDIR += dbh
SUBDIR += dbh10
SUBDIR += dbmetrix
SUBDIR += dbow
SUBDIR += dbtool
SUBDIR += dbview
SUBDIR += edb
SUBDIR += embedded_innodb
SUBDIR += emma
SUBDIR += erlang-mysql
SUBDIR += erserver
SUBDIR += evolution-data-server
SUBDIR += exist
SUBDIR += fastdb
SUBDIR += firebird20-client
SUBDIR += firebird20-server
SUBDIR += fireprofile
SUBDIR += flamerobin
SUBDIR += fortytwo-bdb
SUBDIR += fpc-gdbm
SUBDIR += fpc-ibase
SUBDIR += fpc-mysql
SUBDIR += fpc-odbc
SUBDIR += fpc-oracle
SUBDIR += fpc-postgres
SUBDIR += fpc-pxlib
SUBDIR += fpc-sqlite
SUBDIR += freetds
SUBDIR += freetds-devel
SUBDIR += freetds-msdblib
SUBDIR += frontbase
SUBDIR += frontbase-jdbc
SUBDIR += gadfly
SUBDIR += gambas2-gb-db-firebird
SUBDIR += gambas2-gb-db-mysql
SUBDIR += gambas2-gb-db-odbc
SUBDIR += gambas2-gb-db-postgresql
SUBDIR += gambas2-gb-db-sqlite2
SUBDIR += gambas2-gb-db-sqlite3
SUBDIR += gauche-gdbm
SUBDIR += gbib
SUBDIR += gdbm
SUBDIR += gdl2
SUBDIR += geoserver-mysql-plugin
SUBDIR += gigabase
SUBDIR += glom
SUBDIR += gmysql
SUBDIR += gnats
SUBDIR += gnats4
SUBDIR += gnatsweb4
SUBDIR += gnome-db
SUBDIR += gqlplus
SUBDIR += grass
SUBDIR += gtksql
SUBDIR += hamsterdb
SUBDIR += hk_classes
SUBDIR += hsqldb
SUBDIR += innobackup
SUBDIR += innotop
SUBDIR += ip4r
SUBDIR += ipa_sdb
SUBDIR += iplike
SUBDIR += isql-viewer
SUBDIR += jakarta-commons-dbutils
SUBDIR += jasperreports
SUBDIR += jdb
SUBDIR += jdbc-oracle8i
SUBDIR += jdbc-oracle9i
SUBDIR += jrobin
SUBDIR += jrrd
SUBDIR += kbibtex
SUBDIR += keximdb
SUBDIR += kinterbasdb
SUBDIR += kmysqladmin
SUBDIR += knoda
SUBDIR += kpogre
SUBDIR += ksqlanalyzer
SUBDIR += ksqlshell
SUBDIR += kumofs
SUBDIR += libdbi
SUBDIR += libdbi-drivers
SUBDIR += libgda
SUBDIR += libgda2
SUBDIR += libgda2-reference
SUBDIR += libgda3
SUBDIR += libgda3-firebird
SUBDIR += libgda3-freetds
SUBDIR += libgda3-ldap
SUBDIR += libgda3-mdb
SUBDIR += libgda3-mysql
SUBDIR += libgda3-odbc
SUBDIR += libgda3-postgresql
SUBDIR += libgda3-reference
SUBDIR += libgda4
SUBDIR += libgda4-bdb
SUBDIR += libgda4-jdbc
SUBDIR += libgda4-mdb
SUBDIR += libgda4-mysql
SUBDIR += libgda4-postgresql
SUBDIR += libgda4-reference
SUBDIR += libgdamm
SUBDIR += libgnomedb
SUBDIR += libgnomedb-reference
SUBDIR += libiodbc
SUBDIR += libmemcache
SUBDIR += libmemcached
SUBDIR += libodbc++
SUBDIR += libpbl
SUBDIR += libsdb
SUBDIR += libudbc
SUBDIR += libzdb
SUBDIR += linux-f10-sqlite3
SUBDIR += linux-f8-sqlite3
SUBDIR += linux-oracle-instantclient-basic
SUBDIR += linux-oracle-instantclient-sdk
SUBDIR += linux-oracle-instantclient-sqlplus
SUBDIR += lsdb
SUBDIR += luasql-mysql
SUBDIR += luasql-postgres
SUBDIR += luasql-sqlite3
SUBDIR += ludia
SUBDIR += maatkit
SUBDIR += mantis
SUBDIR += mdbtools
SUBDIR += memcached
SUBDIR += memcachedb
SUBDIR += mergeant
SUBDIR += metakit
SUBDIR += mird
SUBDIR += mongodb
SUBDIR += mongodb-devel
SUBDIR += mrtg-mysql-load
SUBDIR += msql
SUBDIR += msql3
SUBDIR += mtop
SUBDIR += mydbf2mysql
SUBDIR += mydumper
SUBDIR += mylibrary
SUBDIR += mysql++
SUBDIR += mysql++1
SUBDIR += mysql++3
SUBDIR += mysql-connector-java
SUBDIR += mysql-connector-java50
SUBDIR += mysql-connector-odbc
SUBDIR += mysql-editor
SUBDIR += mysql-gui-tools
SUBDIR += mysql-navigator
SUBDIR += mysql-proxy
SUBDIR += mysql-q4m
SUBDIR += mysql-udf
SUBDIR += mysql-workbench51
SUBDIR += mysql-workbench52
SUBDIR += mysql2odbc
SUBDIR += mysql2pgsql
SUBDIR += mysql323-client
SUBDIR += mysql323-scripts
SUBDIR += mysql323-server
SUBDIR += mysql40-client
SUBDIR += mysql40-scripts
SUBDIR += mysql40-server
SUBDIR += mysql41-client
SUBDIR += mysql41-scripts
SUBDIR += mysql41-server
SUBDIR += mysql50-client
SUBDIR += mysql50-scripts
SUBDIR += mysql50-server
SUBDIR += mysql51-client
SUBDIR += mysql51-scripts
SUBDIR += mysql51-server
SUBDIR += mysql55-client
SUBDIR += mysql55-scripts
SUBDIR += mysql55-server
SUBDIR += mysql_last_value
SUBDIR += mysqlard
SUBDIR += mysqlbackup
SUBDIR += mysqlcc
SUBDIR += mysqlcppapi
SUBDIR += mysqlidxchk
SUBDIR += mysqlman
SUBDIR += mysqlreport
SUBDIR += mysqlsla
SUBDIR += mysqltcl
SUBDIR += mysqltuner
SUBDIR += mytop
SUBDIR += mywwwatcher
SUBDIR += namazu2
SUBDIR += ocaml-pgocaml
SUBDIR += ocaml-sqlite3
SUBDIR += openark-kit
SUBDIR += openbase-jdbc
SUBDIR += opendbx
SUBDIR += oracle7-client
SUBDIR += oracle8-client
SUBDIR += oracle_odbc_driver
SUBDIR += p5-Amazon-SimpleDB
SUBDIR += p5-ApacheDBILogConfig
SUBDIR += p5-ApacheDBILogger
SUBDIR += p5-AsciiDB-TagFile
SUBDIR += p5-BerkeleyDB
SUBDIR += p5-CDB_File
SUBDIR += p5-CDB_File-Generator
SUBDIR += p5-Cache-BDB
SUBDIR += p5-Cache-Memcached
SUBDIR += p5-Cache-Memcached-Fast
SUBDIR += p5-Cache-Memcached-Managed
SUBDIR += p5-Cache-Memcached-XS
SUBDIR += p5-Class-DBI
SUBDIR += p5-Class-DBI-AbstractSearch
SUBDIR += p5-Class-DBI-AsForm
SUBDIR += p5-Class-DBI-AutoLoader
SUBDIR += p5-Class-DBI-BaseDSN
SUBDIR += p5-Class-DBI-DATA-Schema
SUBDIR += p5-Class-DBI-DDL
SUBDIR += p5-Class-DBI-FromCGI
SUBDIR += p5-Class-DBI-LazyInflate
SUBDIR += p5-Class-DBI-Loader
SUBDIR += p5-Class-DBI-Loader-Relationship
SUBDIR += p5-Class-DBI-Oracle
SUBDIR += p5-Class-DBI-Pager
SUBDIR += p5-Class-DBI-Pg
SUBDIR += p5-Class-DBI-Plugin
SUBDIR += p5-Class-DBI-Plugin-AbstractCount
SUBDIR += p5-Class-DBI-Plugin-Iterator
SUBDIR += p5-Class-DBI-Plugin-Pager
SUBDIR += p5-Class-DBI-Plugin-RetrieveAll
SUBDIR += p5-Class-DBI-Plugin-Senna
SUBDIR += p5-Class-DBI-Plugin-Type
SUBDIR += p5-Class-DBI-Replication
SUBDIR += p5-Class-DBI-SAK
SUBDIR += p5-Class-DBI-SQLite
SUBDIR += p5-Class-DBI-Sweet
SUBDIR += p5-Class-DBI-ToSax
SUBDIR += p5-Class-DBI-Untaint
SUBDIR += p5-Class-DBI-mysql
SUBDIR += p5-Class-Inflate
SUBDIR += p5-DBD-AnyData
SUBDIR += p5-DBD-CSV
SUBDIR += p5-DBD-Excel
SUBDIR += p5-DBD-FrontBase
SUBDIR += p5-DBD-Google
SUBDIR += p5-DBD-InterBase
SUBDIR += p5-DBD-LDAP
SUBDIR += p5-DBD-Mock
SUBDIR += p5-DBD-Multi
SUBDIR += p5-DBD-ODBC
SUBDIR += p5-DBD-Oracle
SUBDIR += p5-DBD-Pg
SUBDIR += p5-DBD-PgLite
SUBDIR += p5-DBD-PgPP
SUBDIR += p5-DBD-SQLite
SUBDIR += p5-DBD-SQLite2
SUBDIR += p5-DBD-Sybase
SUBDIR += p5-DBD-XBase
SUBDIR += p5-DBD-mysql
SUBDIR += p5-DBD-mysql40
SUBDIR += p5-DBD-mysql41
SUBDIR += p5-DBD-mysql50
SUBDIR += p5-DBD-mysql51
SUBDIR += p5-DBD-mysql55
SUBDIR += p5-DBI
SUBDIR += p5-DBI-Shell
SUBDIR += p5-DBICx-Deploy
SUBDIR += p5-DBICx-MapMaker
SUBDIR += p5-DBICx-TestDatabase
SUBDIR += p5-DBICx-TxnInsert
SUBDIR += p5-DBIWrapper
SUBDIR += p5-DBIx-Abstract
SUBDIR += p5-DBIx-AnyDBD
SUBDIR += p5-DBIx-Browse
SUBDIR += p5-DBIx-Class
SUBDIR += p5-DBIx-Class-AsFdat
SUBDIR += p5-DBIx-Class-DateTime-Epoch
SUBDIR += p5-DBIx-Class-DigestColumns
SUBDIR += p5-DBIx-Class-DynamicDefault
SUBDIR += p5-DBIx-Class-DynamicSubclass
SUBDIR += p5-DBIx-Class-EncodeColumns
SUBDIR += p5-DBIx-Class-EncodedColumn
SUBDIR += p5-DBIx-Class-Fixtures
SUBDIR += p5-DBIx-Class-FrozenColumns
SUBDIR += p5-DBIx-Class-HTML-FormFu
SUBDIR += p5-DBIx-Class-InflateColumn-IP
SUBDIR += p5-DBIx-Class-IntrospectableM2M
SUBDIR += p5-DBIx-Class-Loader
SUBDIR += p5-DBIx-Class-QueryLog
SUBDIR += p5-DBIx-Class-QueryProfiler
SUBDIR += p5-DBIx-Class-ResultSet-HashRef
SUBDIR += p5-DBIx-Class-ResultSet-RecursiveUpdate
SUBDIR += p5-DBIx-Class-Schema-Loader
SUBDIR += p5-DBIx-Class-TimeStamp
SUBDIR += p5-DBIx-Class-UUIDColumns
SUBDIR += p5-DBIx-Class-Validation
SUBDIR += p5-DBIx-Class-WebForm
SUBDIR += p5-DBIx-ContextualFetch
SUBDIR += p5-DBIx-Custom
SUBDIR += p5-DBIx-DBSchema
SUBDIR += p5-DBIx-DataSource
SUBDIR += p5-DBIx-Ease
SUBDIR += p5-DBIx-HA
SUBDIR += p5-DBIx-Log4perl
SUBDIR += p5-DBIx-MySQLSequence
SUBDIR += p5-DBIx-Password
SUBDIR += p5-DBIx-Perlish
SUBDIR += p5-DBIx-Recordset
SUBDIR += p5-DBIx-RetryOverDisconnects
SUBDIR += p5-DBIx-SQLEngine
SUBDIR += p5-DBIx-SQLite-Simple
SUBDIR += p5-DBIx-SearchBuilder
SUBDIR += p5-DBIx-Sequence
SUBDIR += p5-DBIx-Simple
SUBDIR += p5-DBIx-Table
SUBDIR += p5-DBIx-TableHash
SUBDIR += p5-DBIx-Tree
SUBDIR += p5-DBIx-VersionedDDL
SUBDIR += p5-DBIx-XHTML_Table
SUBDIR += p5-DBIx-XML_RDB
SUBDIR += p5-DBM-Deep
SUBDIR += p5-DBZ_File
SUBDIR += p5-DMOZ-ParseRDF
SUBDIR += p5-DWH_File
SUBDIR += p5-Data-Page
SUBDIR += p5-Data-Pageset
SUBDIR += p5-Exception-Class-DBI
SUBDIR += p5-GDBM
SUBDIR += p5-Genezzo
SUBDIR += p5-GraphViz-DBI
SUBDIR += p5-HTML-FormHandler-Model-DBIC
SUBDIR += p5-Ima-DBI
SUBDIR += p5-Iterator-DBI
SUBDIR += p5-Jifty-DBI
SUBDIR += p5-MLDBM
SUBDIR += p5-MLDBM-Sync
SUBDIR += p5-Memcached-libmemcached
SUBDIR += p5-Metadata
SUBDIR += p5-MongoDB
SUBDIR += p5-Mysql
SUBDIR += p5-Mysql-Diff
SUBDIR += p5-ORLite
SUBDIR += p5-ORLite-Migrate
SUBDIR += p5-Oryx
SUBDIR += p5-POE-Component-DBIAgent
SUBDIR += p5-POE-Component-EasyDBI
SUBDIR += p5-POE-Component-LaDBI
SUBDIR += p5-POE-Component-RRDTool
SUBDIR += p5-Pg
SUBDIR += p5-RRD-Simple
SUBDIR += p5-Redis
SUBDIR += p5-Relations
SUBDIR += p5-Relations-Query
SUBDIR += p5-ResourcePool-Resource-DBI
SUBDIR += p5-Rose-DB
SUBDIR += p5-Rose-DB-Object
SUBDIR += p5-Rose-DBx-Object-MoreHelpers
SUBDIR += p5-Rose-DBx-Object-Renderer
SUBDIR += p5-SQL-Abstract
SUBDIR += p5-SQL-Abstract-Limit
SUBDIR += p5-SQL-Interp
SUBDIR += p5-SQL-ReservedWords
SUBDIR += p5-SQL-Statement
SUBDIR += p5-SQL-Translator
SUBDIR += p5-SQLite-Work
SUBDIR += p5-Search-InvertedIndex
SUBDIR += p5-Search-Namazu
SUBDIR += p5-Search-Xapian
SUBDIR += p5-T2
SUBDIR += p5-Tangram
SUBDIR += p5-Template-DBI
SUBDIR += p5-Test-Cukes
SUBDIR += p5-Test-Database
SUBDIR += p5-Test-DatabaseRow
SUBDIR += p5-Text-Query-SQL
SUBDIR += p5-Tie-DBI
SUBDIR += p5-Time-Piece-MySQL
SUBDIR += p5-hp200lx-db
SUBDIR += p5-mysql-genocide
SUBDIR += p5-postgresql-plperl
SUBDIR += p5-qdbm
SUBDIR += p5-sqlrelay
SUBDIR += p5-tokyotyrant
SUBDIR += pear-DB
SUBDIR += pear-DBA
SUBDIR += pear-DBA_Relational
SUBDIR += pear-DB_DataObject
SUBDIR += pear-DB_DataObject_FormBuilder
SUBDIR += pear-DB_Pager
SUBDIR += pear-DB_QueryTool
SUBDIR += pear-DB_Sqlite_Tools
SUBDIR += pear-DB_Table
SUBDIR += pear-DB_ldap
SUBDIR += pear-DB_ldap2
SUBDIR += pear-Doctrine
SUBDIR += pear-Doctrine12
SUBDIR += pear-MDB
SUBDIR += pear-MDB2
SUBDIR += pear-MDB2_Driver_ibase
SUBDIR += pear-MDB2_Driver_mysql
SUBDIR += pear-MDB2_Driver_mysqli
SUBDIR += pear-MDB2_Driver_pgsql
SUBDIR += pear-MDB2_Driver_sqlite
SUBDIR += pear-MDB2_Schema
SUBDIR += pear-MDB_QueryTool
SUBDIR += pear-Structures_DataGrid_DataSource_Array
SUBDIR += pear-Structures_DataGrid_DataSource_CSV
SUBDIR += pear-Structures_DataGrid_DataSource_DB
SUBDIR += pear-Structures_DataGrid_DataSource_DBQuery
SUBDIR += pear-Structures_DataGrid_DataSource_DBTable
SUBDIR += pear-Structures_DataGrid_DataSource_DataObject
SUBDIR += pear-Structures_DataGrid_DataSource_MDB2
SUBDIR += pear-Structures_DataGrid_DataSource_PDO
SUBDIR += pear-XML_Query2XML
SUBDIR += pecl-mdbtools
SUBDIR += pecl-memcache
SUBDIR += pecl-memcached
SUBDIR += pecl-mongo
SUBDIR += pecl-sqlite
SUBDIR += pg_filedump
SUBDIR += pg_rman
SUBDIR += pgaccess
SUBDIR += pgadmin3
SUBDIR += pgbouncer
SUBDIR += pgcluster
SUBDIR += pgdbf
SUBDIR += pgfouine
SUBDIR += pglesslog
SUBDIR += pgloader
SUBDIR += pgpool
SUBDIR += pgpool-II
SUBDIR += pgpool-II-22
SUBDIR += pgpoolAdmin
SUBDIR += pgsphere
SUBDIR += pgtcl
SUBDIR += pgtop
SUBDIR += pgtune
SUBDIR += pgworksheet
SUBDIR += php-adodb-ext
SUBDIR += php-sqlite3
SUBDIR += php-sqlrelay
SUBDIR += php4-dba
SUBDIR += php4-dbase
SUBDIR += php4-dbx
SUBDIR += php4-filepro
SUBDIR += php4-interbase
SUBDIR += php4-mssql
SUBDIR += php4-mysql
SUBDIR += php4-odbc
SUBDIR += php4-oracle
SUBDIR += php4-pgsql
SUBDIR += php4-rrdtool
SUBDIR += php4-sybase_ct
SUBDIR += php5-creole
SUBDIR += php5-dba
SUBDIR += php5-dbase
SUBDIR += php5-interbase
SUBDIR += php5-mssql
SUBDIR += php5-mysql
SUBDIR += php5-mysqli
SUBDIR += php5-oci8
SUBDIR += php5-odbc
SUBDIR += php5-pdo
SUBDIR += php5-pdo_dblib
SUBDIR += php5-pdo_firebird
SUBDIR += php5-pdo_mysql
SUBDIR += php5-pdo_oci
SUBDIR += php5-pdo_odbc
SUBDIR += php5-pdo_pgsql
SUBDIR += php5-pdo_sqlite
SUBDIR += php5-pgsql
SUBDIR += php5-propel
SUBDIR += php5-rrdtool
SUBDIR += php5-sqlite
SUBDIR += php5-sybase_ct
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin211
SUBDIR += phppgadmin
SUBDIR += postgis
SUBDIR += postgis-jdbc
SUBDIR += postgresql-contrib
SUBDIR += postgresql-docs
SUBDIR += postgresql-jdbc
SUBDIR += postgresql-libpgeasy
SUBDIR += postgresql-libpq++
SUBDIR += postgresql-libpqxx
SUBDIR += postgresql-libpqxx30
SUBDIR += postgresql-odbc
SUBDIR += postgresql-pllua
SUBDIR += postgresql-plproxy
SUBDIR += postgresql-plpython
SUBDIR += postgresql-plruby
SUBDIR += postgresql-pltcl
SUBDIR += postgresql-relay
SUBDIR += postgresql-tcltk
SUBDIR += postgresql73-client
SUBDIR += postgresql73-server
SUBDIR += postgresql74-client
SUBDIR += postgresql74-server
SUBDIR += postgresql80-client
SUBDIR += postgresql80-server
SUBDIR += postgresql81-client
SUBDIR += postgresql81-server
SUBDIR += postgresql82-client
SUBDIR += postgresql82-server
SUBDIR += postgresql83-client
SUBDIR += postgresql83-server
SUBDIR += postgresql84-client
SUBDIR += postgresql84-server
SUBDIR += postgresql_autodoc
SUBDIR += powerarchitect
SUBDIR += ptop
SUBDIR += puredb
SUBDIR += pxlib
SUBDIR += pxtools
SUBDIR += py-Elixir
SUBDIR += py-MySQL
SUBDIR += py-MySQLdb
SUBDIR += py-MySQLdb-devel
SUBDIR += py-PyGreSQL
SUBDIR += py-PySQLite10
SUBDIR += py-PySQLite11
SUBDIR += py-SQLDict
SUBDIR += py-axiom
SUBDIR += py-bsddb
SUBDIR += py-bsddb3
SUBDIR += py-cdb
SUBDIR += py-cmemcache
SUBDIR += py-dbf
SUBDIR += py-dbutils
SUBDIR += py-forgetsql
SUBDIR += py-gdbm
SUBDIR += py-memcached
SUBDIR += py-migrate
SUBDIR += py-mssql
SUBDIR += py-odbc
SUBDIR += py-oops
SUBDIR += py-pg8000
SUBDIR += py-pg_pqueue
SUBDIR += py-postgresql
SUBDIR += py-psycopg
SUBDIR += py-psycopg2
SUBDIR += py-pyPgSQL
SUBDIR += py-pylibmc
SUBDIR += py-pysqlite20
SUBDIR += py-pysqlite21
SUBDIR += py-pysqlite22
SUBDIR += py-pysqlite23
SUBDIR += py-pytc
SUBDIR += py-qt4-sql
SUBDIR += py-rrdpipe
SUBDIR += py-rrdtool_lgpl
SUBDIR += py-simplecouchdb
SUBDIR += py-south
SUBDIR += py-sqlalchemy
SUBDIR += py-sqlite3
SUBDIR += py-sqlobject
SUBDIR += py-sqlrelay
SUBDIR += py-sybase
SUBDIR += py25-bsddb
SUBDIR += pydbdesigner
SUBDIR += pydbx
SUBDIR += pymongo
SUBDIR += qdbm
SUBDIR += qdbm-plus
SUBDIR += qt-ibase-plugin
SUBDIR += qt-mysql-plugin
SUBDIR += qt-odbc-plugin
SUBDIR += qt-pgsql-plugin
SUBDIR += qt-sqlite-plugin
SUBDIR += qt4-ibase-plugin
SUBDIR += qt4-mysql-plugin
SUBDIR += qt4-odbc-plugin
SUBDIR += qt4-pgsql-plugin
SUBDIR += qt4-sql
SUBDIR += qt4-sqlite-plugin
SUBDIR += qt4-sqlite3-plugin
SUBDIR += rdb
SUBDIR += rdfdb
SUBDIR += redis
SUBDIR += rrdman
SUBDIR += rrdtool
SUBDIR += rrdtool10
SUBDIR += rrdtool12
SUBDIR += ruby-bdb
SUBDIR += ruby-bdb1
SUBDIR += ruby-cdb
SUBDIR += ruby-dbd_mysql
SUBDIR += ruby-dbd_odbc
SUBDIR += ruby-dbd_pg
SUBDIR += ruby-dbd_sqlite
SUBDIR += ruby-dbd_sqlite3
SUBDIR += ruby-dbdbd
SUBDIR += ruby-dbi
SUBDIR += ruby-frontbase
SUBDIR += ruby-gdbm
SUBDIR += ruby-interbase
SUBDIR += ruby-memcache
SUBDIR += ruby-msql
SUBDIR += ruby-mysql
SUBDIR += ruby-o_dbm
SUBDIR += ruby-odbc
SUBDIR += ruby-pg
SUBDIR += ruby-postgres
SUBDIR += ruby-qdbm
SUBDIR += ruby-rdbc1
SUBDIR += ruby-search-namazu
SUBDIR += ruby-sqlite
SUBDIR += ruby-sybct
SUBDIR += ruby-tokyocabinet
SUBDIR += rubygem-activerecord
SUBDIR += rubygem-activerecord-jdbc-adapter
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
SUBDIR += rubygem-data_objects
SUBDIR += rubygem-datamapper
SUBDIR += rubygem-dm-aggregates
SUBDIR += rubygem-dm-core
SUBDIR += rubygem-dm-types
SUBDIR += rubygem-do_mysql
SUBDIR += rubygem-do_postgres
SUBDIR += rubygem-do_sqlite3
SUBDIR += rubygem-jdbc-mysql
SUBDIR += rubygem-kirbybase
SUBDIR += rubygem-memcache-client
SUBDIR += rubygem-pg
SUBDIR += rubygem-postgres
SUBDIR += rubygem-rbase
SUBDIR += rubygem-sqlite3
SUBDIR += sharedance
SUBDIR += skytools
SUBDIR += slony1
SUBDIR += slony1v2
SUBDIR += spatialite
SUBDIR += sqlbuddy
SUBDIR += sqlcached
SUBDIR += sqlclient
SUBDIR += sqldeveloper
SUBDIR += sqlite-ext-inet
SUBDIR += sqlite2
SUBDIR += sqlite3
SUBDIR += sqlite34
SUBDIR += sqliteman
SUBDIR += sqlitemanager
SUBDIR += sqlrelay
SUBDIR += sqsh
SUBDIR += squirrel-sql
SUBDIR += sybase-ocsd
SUBDIR += sybase_ase
SUBDIR += sybtcl
SUBDIR += tablelog
SUBDIR += tcl-Mysql
SUBDIR += tdb
SUBDIR += tinycdb
SUBDIR += tokyocabinet
SUBDIR += tokyotyrant
SUBDIR += tora
SUBDIR += tuning-primer
SUBDIR += typhoon
SUBDIR += unixODBC
SUBDIR += useracc
SUBDIR += usogres
SUBDIR += virtuoso
SUBDIR += wfb2sql
SUBDIR += wmjsql
SUBDIR += xapian-bindings
SUBDIR += xapian-core
SUBDIR += xbase
SUBDIR += xbsql
SUBDIR += xmbase-grok
SUBDIR += xmysqladmin
SUBDIR += yasql
SUBDIR += zodb3
.include <bsd.port.subdir.mk>
|