diff options
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/README | 6 | ||||
-rw-r--r-- | pkgs/package.list.txt | 35 |
2 files changed, 38 insertions, 3 deletions
diff --git a/pkgs/README b/pkgs/README index 01c6f43..159a237 100644 --- a/pkgs/README +++ b/pkgs/README @@ -36,14 +36,14 @@ needs to conform to the following conventions. clean: Delete all files generated by the default build target. - distclean: Delete all generated files. + distclean: Delete all generated files. dist: Produce a copy of the package's source code distribution. - Must respect the DIST_ROOT variable determing where to + Must respect the DIST_ROOT variable determining where to write the generated directory. Packages that are written to make use of the Tcl Extension Architecture (TEA) -and that make use of the tclconfig collection of support files, should +and that make use of the tclconfig collection of support files, should conform to these conventions without further efforts. These conventions are subject to revision and refinement over time to diff --git a/pkgs/package.list.txt b/pkgs/package.list.txt new file mode 100644 index 0000000..0d5dcf8 --- /dev/null +++ b/pkgs/package.list.txt @@ -0,0 +1,35 @@ +# This file contains the mapping of directory names to package names for +# documentation purposes. Each non-blank non-comment line is a two-element +# list that says a possible name of directory (multiple lines may be needed +# because of capitalization issues) and the documentation name of the package +# to match. Pseudo-numeric suffixes are interpreted as version numbers. + +# [incr Tcl] +itcl {[incr Tcl]} +Itcl {[incr Tcl]} + +# SQLite +Sqlite SQLite3 +sqlite SQLite3 +Sqlite3 SQLite3 +sqlite3 SQLite3 + +# Thread +Thread Thread +thread Thread + +# Tcl Database Connectivity +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 |