summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-28 09:23:30 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-28 09:23:30 (GMT)
commitb5a083c5f4045282110fc37a71cd4d5f5d12bdc5 (patch)
tree6986da77d87e610d1d5786b4687a77bd84925bf6 /pkgs
parentfee9da8b415b97c7a4955ce8d32fe7067abf0f18 (diff)
downloadtcl-b5a083c5f4045282110fc37a71cd4d5f5d12bdc5.zip
tcl-b5a083c5f4045282110fc37a71cd4d5f5d12bdc5.tar.gz
tcl-b5a083c5f4045282110fc37a71cd4d5f5d12bdc5.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.txt11
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