From: Virden, L. W. <lv...@ca...> - 2007-11-13 15:57:15
|
=20 -----Original Message----- From: Donald G Porter > Is it true that currently a package can go into tcllib only if all of its dependencies are either distributed with Tcl (msgcat, http, registry, etc.) or are also part of tcllib? > If that's not correct, what is a counter-example? >From a quick grep of tcllib/modules/*/*.tcl, I see approx. 128 unique package requires in tcllib. Many are for other tcllib modules, with some exceptions that I notice being Thread, Tk, Trf, Trfcrypt, some critcl stuff, tls, ceptcl. The Tk references are in snit's main1, 1_83, and 2.tcl files. The Trf/Trfcrypt references have, at least in the past, been conditional requires that use Tcl code if the Trf code isn't present, which I seem to recall is the case for the critcl stuff as well. The ceptcl code is in dns and ntp/time and is conditionally included. The tls references are in ldap, mime/smtp (conditionally included), sasl/gtoken, and smtpd (conditionally included). I'm not certain about the rest. --=20 <URL: http://wiki.tcl.tk/ > Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. <URL: mailto:lv...@gm... > <URL: http://www.purl.org/NET/lvirden/ > =20 |