diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2013-10-28 09:23:30 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2013-10-28 09:23:30 (GMT) |
commit | c6fdd0f07eb9197e59da6170e89c7beafd0a43e0 (patch) | |
tree | 6986da77d87e610d1d5786b4687a77bd84925bf6 /pkgs | |
parent | 2fb0507a00743b52c4e5d679639bfb6cbc8b69b6 (diff) | |
download | tcl-c6fdd0f07eb9197e59da6170e89c7beafd0a43e0.zip tcl-c6fdd0f07eb9197e59da6170e89c7beafd0a43e0.tar.gz tcl-c6fdd0f07eb9197e59da6170e89c7beafd0a43e0.tar.bz2 |
[01b77111e5]: Small fixes relating to this bug. In particular, the package name
mapping was not being distributed, and there were some small problems with what
the mappings were and how they were applied. Also prevented external URLs from
ending with a '.'; that's vanishingly rare...
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/package.list.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/pkgs/package.list.txt b/pkgs/package.list.txt index a13b0fb..0d5dcf8 100644 --- a/pkgs/package.list.txt +++ b/pkgs/package.list.txt @@ -9,7 +9,10 @@ itcl {[incr Tcl]} Itcl {[incr Tcl]} # SQLite -sqlite SQLite +Sqlite SQLite3 +sqlite SQLite3 +Sqlite3 SQLite3 +sqlite3 SQLite3 # Thread Thread Thread @@ -20,7 +23,13 @@ tdbc TDBC Tdbc TDBC TDBC TDBC # Drivers for TDBC +Tdbcmysql tdbc::mysql tdbcmysql tdbc::mysql +Tdbcodbc tdbc::odbc tdbcodbc tdbc::odbc +Tdbcpostgres tdbc::postgres tdbcpostgres tdbc::postgres +Tdbcsqlite3 tdbc::sqlite3 tdbcsqlite3 tdbc::sqlite3 +Tdbcsqlite tdbc::sqlite3 +tdbcsqlite tdbc::sqlite3 |