blob: 8f10f98034872dc5f335e45c22eaaf9b12b9d41d (
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
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
|
# $FreeBSD$
#
COMMENT = Databases
SUBDIR += R-cran-DBI
SUBDIR += R-cran-RMySQL
SUBDIR += R-cran-RSQLite
SUBDIR += R-cran-RSQLite.extfuns
SUBDIR += R-cran-sqldf
SUBDIR += WWWdb
SUBDIR += adminer
SUBDIR += adodb
SUBDIR += adodb5
SUBDIR += akonadi
SUBDIR += akonadi-googledata
SUBDIR += animenfo-client
SUBDIR += animenfo-client-gtk
SUBDIR += aolserver-nsmysql
SUBDIR += aolserver-nspostgres
SUBDIR += autobackupmysql
SUBDIR += bbdb
SUBDIR += beansdb
SUBDIR += buzhug
SUBDIR += c3p0
SUBDIR += cassandra
SUBDIR += cdb
SUBDIR += cego
SUBDIR += couchdb
SUBDIR += courier-authlib-mysql
SUBDIR += courier-authlib-pgsql
SUBDIR += courier-authlib-userdb
SUBDIR += courier-authlib-usergdbm
SUBDIR += credis
SUBDIR += cyrus-imspd
SUBDIR += dalmp
SUBDIR += datamodeler
SUBDIR += db
SUBDIR += db4
SUBDIR += db41
SUBDIR += db41-nocrypto
SUBDIR += db42
SUBDIR += db42-nocrypto
SUBDIR += db43
SUBDIR += db44
SUBDIR += db46
SUBDIR += db47
SUBDIR += db48
SUBDIR += db4o-mono
SUBDIR += db5
SUBDIR += db6
SUBDIR += dbXML
SUBDIR += dbconnect
SUBDIR += dbf
SUBDIR += dbf2mysql
SUBDIR += dbh
SUBDIR += dbh10
SUBDIR += dbow
SUBDIR += dbtool
SUBDIR += dbview
SUBDIR += drizzle
SUBDIR += emma
SUBDIR += epgsql
SUBDIR += erlang-mysql
SUBDIR += evolution-data-server
SUBDIR += exist
SUBDIR += fastdb
SUBDIR += firebird20-client
SUBDIR += firebird20-server
SUBDIR += firebird21-client
SUBDIR += firebird21-server
SUBDIR += firebird25-client
SUBDIR += firebird25-server
SUBDIR += flamerobin
SUBDIR += flare
SUBDIR += fortytwo-bdb
SUBDIR += fpc-dblib
SUBDIR += fpc-gdbm
SUBDIR += fpc-ibase
SUBDIR += fpc-fpindexer
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 += gdbm
SUBDIR += gdl2
SUBDIR += geoserver-mysql-plugin
SUBDIR += gigabase
SUBDIR += glom
SUBDIR += gnats4
SUBDIR += gnatsweb4
SUBDIR += gnome-db
SUBDIR += godis
SUBDIR += gomysql
SUBDIR += gosqlite3
SUBDIR += gqlplus
SUBDIR += grass
SUBDIR += gtksql
SUBDIR += hamsterdb
SUBDIR += hashtypes
SUBDIR += hiredis
SUBDIR += hk_classes
SUBDIR += hs-mysql
SUBDIR += hs-persistent
SUBDIR += hs-persistent-sqlite
SUBDIR += hs-persistent-template
SUBDIR += hsqldb
SUBDIR += innotop
SUBDIR += ip4r
SUBDIR += ipa_sdb
SUBDIR += iplike
SUBDIR += isql-viewer
SUBDIR += jakarta-commons-dbutils
SUBDIR += jasperreports
SUBDIR += jasperserver
SUBDIR += java-mybatis
SUBDIR += jdb
SUBDIR += jdbc-oracle8i
SUBDIR += jdbc-oracle9i
SUBDIR += jdbc-oracle10g
SUBDIR += jdbc-oracle11g
SUBDIR += jdbm2
SUBDIR += jrobin
SUBDIR += jrrd
SUBDIR += kbibtex
SUBDIR += kinterbasdb
SUBDIR += kumofs
SUBDIR += kyotocabinet
SUBDIR += kyototycoon
SUBDIR += ldb
SUBDIR += leveldb
SUBDIR += libdbi
SUBDIR += libdbi-drivers
SUBDIR += libdrizzle
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-ldap
SUBDIR += libgda4-mdb
SUBDIR += libgda4-mysql
SUBDIR += libgda4-postgresql
SUBDIR += libgda4-reference
SUBDIR += libgdamm
SUBDIR += libgnomedb
SUBDIR += libgnomedb-reference
SUBDIR += libhsclient
SUBDIR += libiodbc
SUBDIR += libmemcache
SUBDIR += libmemcached
SUBDIR += libmongo-client
SUBDIR += libodbc++
SUBDIR += libpbl
SUBDIR += libsdb
SUBDIR += libzdb
SUBDIR += linux-f10-sqlite3
SUBDIR += linux-oracle-instantclient-basic
SUBDIR += linux-oracle-instantclient-sdk
SUBDIR += linux-oracle-instantclient-sqlplus
SUBDIR += liquibase
SUBDIR += lmdb
SUBDIR += lsdb
SUBDIR += luasql-mysql
SUBDIR += luasql-postgres
SUBDIR += luasql-sqlite3
SUBDIR += ludia
SUBDIR += mantis
SUBDIR += mariadb-client
SUBDIR += mariadb-scripts
SUBDIR += mariadb-server
SUBDIR += mariadb55-client
SUBDIR += mariadb55-server
SUBDIR += mdbtools
SUBDIR += mdcached
SUBDIR += memcached
SUBDIR += memcached12
SUBDIR += memcachedb
SUBDIR += memcacheq
SUBDIR += mergeant
SUBDIR += metakit
SUBDIR += mird
SUBDIR += mongodb
SUBDIR += mrtg-mysql-load
SUBDIR += msql
SUBDIR += msql3
SUBDIR += mtop
SUBDIR += my2cego
SUBDIR += mydbf2mysql
SUBDIR += mydumper
SUBDIR += mylibrary
SUBDIR += mysac
SUBDIR += mysql++1
SUBDIR += mysql++3
SUBDIR += mysql-connector-c
SUBDIR += mysql-connector-c++
SUBDIR += mysql-connector-java
SUBDIR += mysql-connector-odbc
SUBDIR += mysql-proxy
SUBDIR += mysql-q4m
SUBDIR += mysql-udf
SUBDIR += mysql-udf-preg
SUBDIR += mysql-udf-sys
SUBDIR += mysql-workbench51
SUBDIR += mysql-workbench52
SUBDIR += mysql-xql
SUBDIR += mysql2odbc
SUBDIR += mysql2pgsql
SUBDIR += mysql51-client
SUBDIR += mysql51-scripts
SUBDIR += mysql51-server
SUBDIR += mysql55-client
SUBDIR += mysql55-server
SUBDIR += mysql56-client
SUBDIR += mysql56-server
SUBDIR += mysqlard
SUBDIR += mysqlbackup
SUBDIR += mysqlcppapi
SUBDIR += mysqldumper
SUBDIR += mysqlidxchk
SUBDIR += mysqlreport
SUBDIR += mysqlsla
SUBDIR += mysqlsniffer
SUBDIR += mysqltcl
SUBDIR += mysqltuner
SUBDIR += mytop
SUBDIR += mywwwatcher
SUBDIR += nagios-check_postgres_replication
SUBDIR += namazu2
SUBDIR += ocaml-mysql
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-Amon2-DBI
SUBDIR += p5-AnyEvent-BDB
SUBDIR += p5-AnyEvent-CouchDB
SUBDIR += p5-AnyEvent-DBD-Pg
SUBDIR += p5-AnyEvent-Redis
SUBDIR += p5-AsciiDB-TagFile
SUBDIR += p5-BDB
SUBDIR += p5-BSON
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-Cache-Memcached-libmemcached
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-Lite
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-DeepAbstractSearch
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-CouchDB-View
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-cego
SUBDIR += p5-DBD-mysql
SUBDIR += p5-DBD-mysql51
SUBDIR += p5-DBD-mysql52
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-Candy
SUBDIR += p5-DBIx-Class-Cursor-Cached
SUBDIR += p5-DBIx-Class-CustomPrefetch
SUBDIR += p5-DBIx-Class-DateTime-Epoch
SUBDIR += p5-DBIx-Class-DeploymentHandler
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-Helpers
SUBDIR += p5-DBIx-Class-InflateColumn-Authen-Passphrase
SUBDIR += p5-DBIx-Class-InflateColumn-FS
SUBDIR += p5-DBIx-Class-InflateColumn-IP
SUBDIR += p5-DBIx-Class-IntrospectableM2M
SUBDIR += p5-DBIx-Class-Loader
SUBDIR += p5-DBIx-Class-Migration
SUBDIR += p5-DBIx-Class-MooseColumns
SUBDIR += p5-DBIx-Class-PassphraseColumn
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-Config
SUBDIR += p5-DBIx-Class-Schema-Loader
SUBDIR += p5-DBIx-Class-Schema-PopulateMore
SUBDIR += p5-DBIx-Class-TimeStamp
SUBDIR += p5-DBIx-Class-Tree
SUBDIR += p5-DBIx-Class-Tree-NestedSet
SUBDIR += p5-DBIx-Class-UUIDColumns
SUBDIR += p5-DBIx-Class-VirtualColumns
SUBDIR += p5-DBIx-Class-WebForm
SUBDIR += p5-DBIx-Connector
SUBDIR += p5-DBIx-ContextualFetch
SUBDIR += p5-DBIx-Custom
SUBDIR += p5-DBIx-DBHResolver
SUBDIR += p5-DBIx-DBSchema
SUBDIR += p5-DBIx-DataSource
SUBDIR += p5-DBIx-Dump
SUBDIR += p5-DBIx-Ease
SUBDIR += p5-DBIx-HA
SUBDIR += p5-DBIx-Inspector
SUBDIR += p5-DBIx-Log4perl
SUBDIR += p5-DBIx-MySQLSequence
SUBDIR += p5-DBIx-NoSQL
SUBDIR += p5-DBIx-Password
SUBDIR += p5-DBIx-Perlish
SUBDIR += p5-DBIx-QueryLog
SUBDIR += p5-DBIx-Recordset
SUBDIR += p5-DBIx-RetryOverDisconnects
SUBDIR += p5-DBIx-SQLEngine
SUBDIR += p5-DBIx-SQLite-Simple
SUBDIR += p5-DBIx-Safe
SUBDIR += p5-DBIx-SearchBuilder
SUBDIR += p5-DBIx-Sequence
SUBDIR += p5-DBIx-Simple
SUBDIR += p5-DBIx-Skinny
SUBDIR += p5-DBIx-Skinny-InflateColumn-DateTime
SUBDIR += p5-DBIx-Skinny-Mixin-DBHResolver
SUBDIR += p5-DBIx-Skinny-Pager
SUBDIR += p5-DBIx-Skinny-Schema-Loader
SUBDIR += p5-DBIx-Sunny
SUBDIR += p5-DBIx-TableHash
SUBDIR += p5-DBIx-TransactionManager
SUBDIR += p5-DBIx-Tree
SUBDIR += p5-DBIx-VersionedDDL
SUBDIR += p5-DBIx-Wrapper
SUBDIR += p5-DBIx-XHTML_Table
SUBDIR += p5-DBIx-XML_RDB
SUBDIR += p5-DBM-Deep
SUBDIR += p5-DBZ_File
SUBDIR += p5-DMOZ-ParseRDF
SUBDIR += p5-DR-Tarantool
SUBDIR += p5-DWH_File
SUBDIR += p5-Dancer-Plugin-DBIC
SUBDIR += p5-Dancer-Plugin-Database
SUBDIR += p5-Dancer-Plugin-Redis
SUBDIR += p5-Dancer-Session-Memcached
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-Ima-DBI-Contextual
SUBDIR += p5-Iterator-DBI
SUBDIR += p5-Jifty-DBI
SUBDIR += p5-KyotoCabinet
SUBDIR += p5-MR-Tarantool
SUBDIR += p5-MLDBM
SUBDIR += p5-MLDBM-Sync
SUBDIR += p5-Memcached-libmemcached
SUBDIR += p5-Metadata
SUBDIR += p5-MongoDB
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-PostgreSQL-PLPerl-Call
SUBDIR += p5-PostgreSQL-PLPerl-Trace
SUBDIR += p5-Prophet
SUBDIR += p5-RRD-Simple
SUBDIR += p5-Redis
SUBDIR += p5-Redis-hiredis
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-Abstract-More
SUBDIR += p5-SQL-Abstract-Plugin-InsertMulti
SUBDIR += p5-SQL-Interp
SUBDIR += p5-SQL-Maker
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-Search-Xapian10
SUBDIR += p5-T2
SUBDIR += p5-Tangram
SUBDIR += p5-Template-DBI
SUBDIR += p5-Teng
SUBDIR += p5-Test-Cukes
SUBDIR += p5-Test-Database
SUBDIR += p5-Test-DatabaseRow
SUBDIR += p5-Test-Fixture-DBI
SUBDIR += p5-Test-mysqld
SUBDIR += p5-Test-postgresql
SUBDIR += p5-Text-Query-SQL
SUBDIR += p5-Text-xSV
SUBDIR += p5-Tie-DBI
SUBDIR += p5-Tie-LevelDB
SUBDIR += p5-Time-Piece-MySQL
SUBDIR += p5-TokyoCabinet
SUBDIR += p5-hp200lx-db
SUBDIR += p5-mysql-genocide
SUBDIR += p5-qdbm
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-Doctrine12
SUBDIR += pear-DoctrineCommon
SUBDIR += pear-DoctrineDBAL
SUBDIR += pear-DoctrineORM
SUBDIR += pear-Horde_Db
SUBDIR += pear-Horde_HashTable
SUBDIR += pear-Horde_Imsp
SUBDIR += pear-Horde_Memcache
SUBDIR += pear-MDB
SUBDIR += pear-MDB2
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-chdb
SUBDIR += pecl-dbase
SUBDIR += pecl-drizzle
SUBDIR += pecl-handlersocket
SUBDIR += pecl-mdbtools
SUBDIR += pecl-memcache
SUBDIR += pecl-memcached
SUBDIR += pecl-mongo
SUBDIR += pecl-mysqlnd_ms
SUBDIR += pecl-mysqlnd_qc
SUBDIR += pecl-pdo_user
SUBDIR += pecl-rrd
SUBDIR += pecl-tokyo_tyrant
SUBDIR += percona-toolkit
SUBDIR += percona55-client
SUBDIR += percona55-server
SUBDIR += percona56-client
SUBDIR += percona56-server
SUBDIR += pg_activity
SUBDIR += pg_filedump
SUBDIR += pg_reorg
SUBDIR += pg_rman
SUBDIR += pg_statsinfo
SUBDIR += pgaccess
SUBDIR += pgadmin3
SUBDIR += pgagent
SUBDIR += pgbadger
SUBDIR += pgbouncer
SUBDIR += pgdbf
SUBDIR += pgfouine
SUBDIR += pglesslog
SUBDIR += pgloader
SUBDIR += pgpool
SUBDIR += pgpool-II
SUBDIR += pgpool-II-22
SUBDIR += pgpool-II-23
SUBDIR += pgpool-II-30
SUBDIR += pgpoolAdmin
SUBDIR += pgsphere
SUBDIR += pgtcl
SUBDIR += pgtop
SUBDIR += pgtune
SUBDIR += pgworksheet
SUBDIR += php-adodb-ext
SUBDIR += php-mdcached
SUBDIR += php5-creole
SUBDIR += php5-dba
SUBDIR += php5-interbase
SUBDIR += php5-mssql
SUBDIR += php5-mysql
SUBDIR += php5-mysqli
SUBDIR += php5-odbc
SUBDIR += php5-pdo
SUBDIR += php5-pdo_cassandra
SUBDIR += php5-pdo_dblib
SUBDIR += php5-pdo_firebird
SUBDIR += php5-pdo_mysql
SUBDIR += php5-pdo_odbc
SUBDIR += php5-pdo_pgsql
SUBDIR += php5-pdo_sqlite
SUBDIR += php5-pgsql
SUBDIR += php5-propel
SUBDIR += php5-redis
SUBDIR += php5-sqlite3
SUBDIR += php5-sybase_ct
SUBDIR += php52-dba
SUBDIR += php52-dbase
SUBDIR += php52-interbase
SUBDIR += php52-mssql
SUBDIR += php52-mysql
SUBDIR += php52-mysqli
SUBDIR += php52-oci8
SUBDIR += php52-odbc
SUBDIR += php52-pdo
SUBDIR += php52-pdo_dblib
SUBDIR += php52-pdo_firebird
SUBDIR += php52-pdo_mysql
SUBDIR += php52-pdo_oci
SUBDIR += php52-pdo_odbc
SUBDIR += php52-pdo_pgsql
SUBDIR += php52-pdo_sqlite
SUBDIR += php52-pgsql
SUBDIR += php52-sqlite
SUBDIR += php52-sybase_ct
SUBDIR += php53-dba
SUBDIR += php53-interbase
SUBDIR += php53-mssql
SUBDIR += php53-mysql
SUBDIR += php53-mysqli
SUBDIR += php53-odbc
SUBDIR += php53-pdo
SUBDIR += php53-pdo_dblib
SUBDIR += php53-pdo_firebird
SUBDIR += php53-pdo_mysql
SUBDIR += php53-pdo_odbc
SUBDIR += php53-pdo_pgsql
SUBDIR += php53-pdo_sqlite
SUBDIR += php53-pgsql
SUBDIR += php53-redis
SUBDIR += php53-sqlite
SUBDIR += php53-sqlite3
SUBDIR += php53-sybase_ct
SUBDIR += php55-dba
SUBDIR += php55-interbase
SUBDIR += php55-mssql
SUBDIR += php55-mysql
SUBDIR += php55-mysqli
SUBDIR += php55-odbc
SUBDIR += php55-pdo
SUBDIR += php55-pdo_dblib
SUBDIR += php55-pdo_firebird
SUBDIR += php55-pdo_mysql
SUBDIR += php55-pdo_odbc
SUBDIR += php55-pdo_pgsql
SUBDIR += php55-pdo_sqlite
SUBDIR += php55-pgsql
SUBDIR += php55-sqlite3
SUBDIR += php55-sybase_ct
SUBDIR += phpminiadmin
SUBDIR += phpmyadmin
SUBDIR += phpmyadmin35
SUBDIR += phppgadmin
SUBDIR += postgis
SUBDIR += postgis20
SUBDIR += postgis-jdbc
SUBDIR += postgresql-jdbc
SUBDIR += postgresql-libpgeasy
SUBDIR += postgresql-libpq++
SUBDIR += postgresql-libpqxx
SUBDIR += postgresql-libpqxx3
SUBDIR += postgresql-odbc
SUBDIR += postgresql-pllua
SUBDIR += postgresql-plproxy
SUBDIR += postgresql-plruby
SUBDIR += postgresql-relay
SUBDIR += postgresql-repmgr
SUBDIR += postgresql84-client
SUBDIR += postgresql84-contrib
SUBDIR += postgresql84-docs
SUBDIR += postgresql84-plperl
SUBDIR += postgresql84-plpython
SUBDIR += postgresql84-pltcl
SUBDIR += postgresql84-server
SUBDIR += postgresql90-client
SUBDIR += postgresql90-contrib
SUBDIR += postgresql90-docs
SUBDIR += postgresql90-pgtcl
SUBDIR += postgresql90-plperl
SUBDIR += postgresql90-plpython
SUBDIR += postgresql90-pltcl
SUBDIR += postgresql90-server
SUBDIR += postgresql91-client
SUBDIR += postgresql91-contrib
SUBDIR += postgresql91-docs
SUBDIR += postgresql91-pgtcl
SUBDIR += postgresql91-plperl
SUBDIR += postgresql91-plpython
SUBDIR += postgresql91-pltcl
SUBDIR += postgresql91-server
SUBDIR += postgresql92-client
SUBDIR += postgresql92-contrib
SUBDIR += postgresql92-docs
SUBDIR += postgresql92-pgtcl
SUBDIR += postgresql92-plperl
SUBDIR += postgresql92-plpython
SUBDIR += postgresql92-pltcl
SUBDIR += postgresql92-server
SUBDIR += postgresql93-client
SUBDIR += postgresql93-contrib
SUBDIR += postgresql93-docs
SUBDIR += postgresql93-pgtcl
SUBDIR += postgresql93-plperl
SUBDIR += postgresql93-plpython
SUBDIR += postgresql93-pltcl
SUBDIR += postgresql93-server
SUBDIR += postgresql_autodoc
SUBDIR += powerarchitect
SUBDIR += proftpd-mod_sql_mysql
SUBDIR += proftpd-mod_sql_odbc
SUBDIR += proftpd-mod_sql_postgres
SUBDIR += proftpd-mod_sql_sqlite
SUBDIR += proftpd-mod_sql_tds
SUBDIR += pure-sql3
SUBDIR += puredb
SUBDIR += pxlib
SUBDIR += pxtools
SUBDIR += py-Elixir
SUBDIR += py-MySQLdb
SUBDIR += py-MySQLdb51
SUBDIR += py-MySQLdb55
SUBDIR += py-PyGreSQL
SUBDIR += py-bsddb
SUBDIR += py-bsddb3
SUBDIR += py-carbon
SUBDIR += py-cdb
SUBDIR += py-cmemcache
SUBDIR += py-couchdb
SUBDIR += py-cql
SUBDIR += py-dbf
SUBDIR += py-dbutils
SUBDIR += py-fdb
SUBDIR += py-firebirdsql
SUBDIR += py-flask-sqlalchemy
SUBDIR += py-forgetsql
SUBDIR += py-gdbm
SUBDIR += py-hiredis
SUBDIR += py-htsql
SUBDIR += py-htsql-mysql
SUBDIR += py-htsql-pgsql
SUBDIR += py-kyotocabinet
SUBDIR += py-leveldb
SUBDIR += py-memcached
SUBDIR += py-migrate
SUBDIR += py-mssql
SUBDIR += py-mysql2pgsql
SUBDIR += py-odbc
SUBDIR += py-oops
SUBDIR += py-pg8000
SUBDIR += py-pg_pqueue
SUBDIR += py-pgxnclient
SUBDIR += py-pickledb
SUBDIR += py-postgresql
SUBDIR += py-psycopg
SUBDIR += py-psycopg2
SUBDIR += py-pyPgSQL
SUBDIR += py-pyhs
SUBDIR += py-pylibmc
SUBDIR += py-pymysql
SUBDIR += py-pytc
SUBDIR += py-qt4-sql
SUBDIR += py-redis
SUBDIR += py-riak
SUBDIR += py-rrdtool_lgpl
SUBDIR += py-simplecouchdb
SUBDIR += py-south
SUBDIR += py-sqlalchemy
SUBDIR += py-sqlalchemy-devel
SUBDIR += py-sqlalchemy06
SUBDIR += py-sqlite3
SUBDIR += py-sqlite3dbm
SUBDIR += py-sqlkit
SUBDIR += py-sqlobject
SUBDIR += py-sqlparse
SUBDIR += py-sqlrelay
SUBDIR += py-swift
SUBDIR += py-swiftclient
SUBDIR += py-sybase
SUBDIR += py-umemcache
SUBDIR += py-whisper
SUBDIR += pydbdesigner
SUBDIR += pydbx
SUBDIR += pymongo
SUBDIR += pyspatialite
SUBDIR += qdbm
SUBDIR += qdbm-plus
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 += recutils
SUBDIR += redigo
SUBDIR += redis
SUBDIR += redis-devel
SUBDIR += rrdman
SUBDIR += rrdmerge
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-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-oci8
SUBDIR += ruby-odbc
SUBDIR += ruby-qdbm
SUBDIR += ruby-rdbc1
SUBDIR += ruby-sybct
SUBDIR += ruby-tokyocabinet
SUBDIR += rubygem-activemodel
SUBDIR += rubygem-activerecord
SUBDIR += rubygem-activerecord-jdbc-adapter
SUBDIR += rubygem-activerecord-jdbcmysql-adapter
SUBDIR += rubygem-activerecord-mysql-adapter
SUBDIR += rubygem-amalgalite
SUBDIR += rubygem-arel
SUBDIR += rubygem-bdb1
SUBDIR += rubygem-bigrecord
SUBDIR += rubygem-couchrest
SUBDIR += rubygem-data_objects
SUBDIR += rubygem-datamapper
SUBDIR += rubygem-delayed_job_data_mapper
SUBDIR += rubygem-dm-active_model
SUBDIR += rubygem-dm-aggregates
SUBDIR += rubygem-dm-chunked_query
SUBDIR += rubygem-dm-constraints
SUBDIR += rubygem-dm-core
SUBDIR += rubygem-dm-devise
SUBDIR += rubygem-dm-do-adapter
SUBDIR += rubygem-dm-migrations
SUBDIR += rubygem-dm-mysql-adapter
SUBDIR += rubygem-dm-observer
SUBDIR += rubygem-dm-pager
SUBDIR += rubygem-dm-paperclip
SUBDIR += rubygem-dm-postgres-adapter
SUBDIR += rubygem-dm-rails
SUBDIR += rubygem-dm-serializer
SUBDIR += rubygem-dm-timestamps
SUBDIR += rubygem-dm-transactions
SUBDIR += rubygem-dm-types
SUBDIR += rubygem-dm-validations
SUBDIR += rubygem-do_mysql
SUBDIR += rubygem-do_postgres
SUBDIR += rubygem-do_sqlite3
SUBDIR += rubygem-familia
SUBDIR += rubygem-jdbc-mysql
SUBDIR += rubygem-memcache
SUBDIR += rubygem-memcache-client
SUBDIR += rubygem-mysql
SUBDIR += rubygem-mysql2
SUBDIR += rubygem-pg
SUBDIR += rubygem-rbase
SUBDIR += rubygem-redis
SUBDIR += rubygem-redis-namespace
SUBDIR += rubygem-rubyrep
SUBDIR += rubygem-sqlite3
SUBDIR += rubygem-sqlite3-ruby
SUBDIR += rubygem-tarantool
SUBDIR += sharedance
SUBDIR += skytools
SUBDIR += slony1
SUBDIR += slony1v2
SUBDIR += soci
SUBDIR += spatialite
SUBDIR += spatialite_gui
SUBDIR += sqlbuddy
SUBDIR += sqlcached
SUBDIR += sqlcipher
SUBDIR += sqlclient
SUBDIR += sqldeveloper
SUBDIR += sqlite-ext-miscfuncs
SUBDIR += sqlite-ext-mobigroup
SUBDIR += sqlite2
SUBDIR += sqlite3
SUBDIR += sqliteman
SUBDIR += sqlitemanager
SUBDIR += sqlrelay
SUBDIR += sqsh
SUBDIR += squirrel-sql
SUBDIR += sybtcl
SUBDIR += tablelog
SUBDIR += tarantool
SUBDIR += tcl-Mysql
SUBDIR += tcl-sqlite3
SUBDIR += tdb
SUBDIR += tdbc
SUBDIR += tinycdb
SUBDIR += tokyocabinet
SUBDIR += tokyotyrant
SUBDIR += tora
SUBDIR += tuning-primer
SUBDIR += typhoon
SUBDIR += unixODBC
SUBDIR += useracc
SUBDIR += usogres
SUBDIR += vfront
SUBDIR += virtuoso
SUBDIR += wfb2sql
SUBDIR += wmjsql
SUBDIR += xapian-bindings
SUBDIR += xapian-core
SUBDIR += xapian-core10
SUBDIR += xmbase-grok
SUBDIR += xtrabackup
SUBDIR += yasql
SUBDIR += zodb3
.include <bsd.port.subdir.mk>
|