From e84e59a9a8426e591a087ff9f07bb4f356da7fd2 Mon Sep 17 00:00:00 2001 From: stu Date: Wed, 5 Jan 2011 16:27:24 +0000 Subject: [PATCH] Upgrade to 1.12. Update to newer Tcl layout, Remove unecessary top-level "tcllib" dir, port Makefile improvements, many patches now upstream. ok landry@, sebastiap@ --- devel/tcllib/Makefile | 102 +- devel/tcllib/distinfo | 10 +- .../patches/patch-examples_bibtex_bibtex_tcl | 19 - .../patch-examples_htmlparse_webviewer_tcl | 11 - .../patch-examples_irc_irc_example_tcl | 17 - .../patches/patch-examples_mapproj_tkmap_tcl | 11 - .../patch-examples_math_bigfloat_demo_tcl | 31 - .../patches/patch-examples_ntp_rdate_tcl | 11 - .../patch-examples_sasl_saslclient_tcl | 11 - .../patches/patch-examples_struct_diff2_tcl | 22 - .../patches/patch-examples_struct_diff_tcl | 22 - devel/tcllib/patches/patch-installer_tcl | 14 +- ...-modules_doctools_docidx_plugin_apiref_man | 18 - ...-modules_doctools_doctoc_plugin_apiref_man | 18 - ...odules_doctools_doctools_plugin_apiref_man | 18 - .../patch-modules_doctools_doctools_tcl | 23 - .../patch-modules_doctools_doctools_test | 7 - ...atch-modules_doctools_mpformats__nroff_tcl | 28 - ...patch-modules_doctools_mpformats_fmt_nroff | 12 - ...patch-modules_doctools_mpformats_idx_nroff | 12 - ...patch-modules_doctools_mpformats_toc_nroff | 12 - .../patch-support_devel_sak_test_run_tcl | 12 +- .../patch-support_installation_modules_tcl | 48 - devel/tcllib/pkg/PLIST | 1183 +++++++++-------- 24 files changed, 720 insertions(+), 952 deletions(-) delete mode 100644 devel/tcllib/patches/patch-examples_bibtex_bibtex_tcl delete mode 100644 devel/tcllib/patches/patch-examples_htmlparse_webviewer_tcl delete mode 100644 devel/tcllib/patches/patch-examples_irc_irc_example_tcl delete mode 100644 devel/tcllib/patches/patch-examples_mapproj_tkmap_tcl delete mode 100644 devel/tcllib/patches/patch-examples_math_bigfloat_demo_tcl delete mode 100644 devel/tcllib/patches/patch-examples_ntp_rdate_tcl delete mode 100644 devel/tcllib/patches/patch-examples_sasl_saslclient_tcl delete mode 100644 devel/tcllib/patches/patch-examples_struct_diff2_tcl delete mode 100644 devel/tcllib/patches/patch-examples_struct_diff_tcl delete mode 100644 devel/tcllib/patches/patch-modules_doctools_docidx_plugin_apiref_man delete mode 100644 devel/tcllib/patches/patch-modules_doctools_doctoc_plugin_apiref_man delete mode 100644 devel/tcllib/patches/patch-modules_doctools_doctools_plugin_apiref_man delete mode 100644 devel/tcllib/patches/patch-modules_doctools_doctools_tcl delete mode 100644 devel/tcllib/patches/patch-modules_doctools_doctools_test delete mode 100644 devel/tcllib/patches/patch-modules_doctools_mpformats__nroff_tcl delete mode 100644 devel/tcllib/patches/patch-modules_doctools_mpformats_fmt_nroff delete mode 100644 devel/tcllib/patches/patch-modules_doctools_mpformats_idx_nroff delete mode 100644 devel/tcllib/patches/patch-modules_doctools_mpformats_toc_nroff delete mode 100644 devel/tcllib/patches/patch-support_installation_modules_tcl diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile index 2d1b0490c00..0a0cce40c91 100644 --- a/devel/tcllib/Makefile +++ b/devel/tcllib/Makefile @@ -1,12 +1,11 @@ -# $OpenBSD: Makefile,v 1.12 2010/11/15 19:46:09 espie Exp $ +# $OpenBSD: Makefile,v 1.13 2011/01/05 16:27:24 stu Exp $ -COMMENT = Tcl Standard Library +COMMENT = Tcl Standard Library -DISTNAME = tcllib-1.11.1 -CATEGORIES = devel lang/tcl -HOMEPAGE = http://sourceforge.net/projects/tcllib/ - -MAINTAINER = Stuart Cassoff +DISTNAME = tcllib-1.12 +CATEGORIES = devel lang/tcl +HOMEPAGE = http://sourceforge.net/projects/tcllib/ +MAINTAINER = Stuart Cassoff # BSD style PERMIT_PACKAGE_CDROM = Yes @@ -14,49 +13,49 @@ PERMIT_PACKAGE_FTP = Yes PERMIT_DISTFILES_CDROM =Yes PERMIT_DISTFILES_FTP = Yes -MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tcllib/} -MODULES = lang/tcl -BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS} -RUN_DEPENDS = ${MODTCL_RUN_DEPENDS} -NO_BUILD = Yes -USE_GROFF = Yes +MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=tcllib/} +MODULES = lang/tcl +BUILD_DEPENDS = ${MODTCL_BUILD_DEPENDS} +RUN_DEPENDS = ${MODTCL_RUN_DEPENDS} +USE_GROFF = Yes +NO_BUILD = Yes +PKG_ARCH = * -SCRIPTS_TCLSH_APPS = dtplite page tcldocstrip +SCRIPTS_TCLSH_APPS = \ + dtplite page tcldocstrip -SCRIPTS_TCLSH = bibtex/bibtex.tcl \ - csv/csv2html csv/csvcut csv/csvdiff csv/csvjoin csv/csvsort csv/csvuniq \ - ftp/ftpdemo.tcl ftp/ftpvalid \ - htmlparse/webviewer.tcl \ - irc/irc_example.tcl \ - ldap/ldapChangeTest ldap/ldapquery ldap/ldifdump \ - log/logtotext.tcl \ - mapproj/tkmap.tcl \ - math/bigfloat.demo.tcl \ - ntp/rdate.tcl \ - sasl/saslclient.tcl \ - smtpd/tcl_smtpd smtpd/tk_smtpd \ - struct/diff.tcl struct/diff2.tcl \ - term/attributes term/box term/box2 term/clear term/colors term/frame \ - term/graphics term/imenu term/ipager term/menu term/menu2 term/para \ - term/title \ - tie/receiving_client.tcl tie/sending_client.tcl tie/server.tcl \ - tie/transceiver.tcl +SCRIPTS_TCLSH = \ + bibtex/bibtex.tcl \ + csv/csv2html csv/csvcut csv/csvdiff csv/csvjoin csv/csvsort csv/csvuniq \ + ftp/ftpdemo.tcl ftp/ftpvalid \ + htmlparse/webviewer.tcl \ + irc/irc_example.tcl \ + ldap/ldapChangeTest ldap/ldapquery ldap/ldifdump \ + logger/logtotext.tcl \ + mapproj/tkmap.tcl \ + math/bigfloat.demo.tcl \ + ntp/rdate.tcl \ + sasl/saslclient.tcl \ + smtpd/tcl_smtpd smtpd/tk_smtpd \ + struct/diff.tcl struct/diff2.tcl \ + term/attributes term/box term/box2 term/clear term/colors term/frame \ + term/graphics term/imenu term/ipager term/menu term/menu2 term/para \ + term/title \ + tie/receiving_client.tcl tie/sending_client.tcl tie/server.tcl \ + tie/transceiver.tcl -SCRIPTS_TCLSH_NOEXEC = ftp/hpupdate.tcl ftp/mirror.tcl ftp/newer.tcl \ - ftpd/ftpd ftpd/ftpd.test ftpd/ftpd.unix \ - log/logtofile.tcl \ - mime/maildemo.tcl mime/mbot/impersonal.tcl mime/mbot/personal.tcl \ - nntp/postnews - -# The installer maps package name to directory name. -# Fool it so it will install the 'log' package examples. -pre-configure: - ln -s ${WRKSRC}/examples/logger ${WRKSRC}/examples/log +SCRIPTS_TCLSH_NOEXEC = \ + ftp/hpupdate.tcl ftp/mirror.tcl ftp/newer.tcl \ + ftpd/ftpd ftpd/ftpd.test ftpd/ftpd.unix \ + logger/logtofile.tcl \ + mime/maildemo.tcl mime/mbot/impersonal.tcl mime/mbot/personal.tcl \ + nntp/postnews do-configure: - cp ${WRKSRC}/support/installation/man.macros \ - ${WRKSRC}/modules/doctools/mpformats/man.macros - @${MODTCL_TCLSH_ADJ} ${SCRIPTS_TCLSH_APPS:S!^!${WRKSRC}/apps/!} \ + mv ${WRKSRC}/modules/simulation/random.man \ + ${WRKSRC}/modules/simulation/simulation_random.man + @${MODTCL_TCLSH_ADJ} \ + ${SCRIPTS_TCLSH_APPS:S!^!${WRKSRC}/apps/!} \ ${SCRIPTS_TCLSH:S!^!${WRKSRC}/examples/!} \ ${SCRIPTS_TCLSH_NOEXEC:S!^!${WRKSRC}/examples/!} @@ -64,15 +63,16 @@ do-install: ${MODTCL_BIN} ${WRKSRC}/installer.tcl \ -no-wait -no-gui -no-html \ -pkgs -nroff -examples -apps \ - -pkg-path ${PREFIX}/lib/tcllib \ + -pkg-path ${DESTDIR}${MODTCL_TCLDIR} \ -nroff-path ${PREFIX}/man/mann \ -example-path ${PREFIX}/share/examples/tcllib \ -app-path ${PREFIX}/bin - @chmod 555 ${SCRIPTS_TCLSH:S!^!${PREFIX}/share/examples/tcllib/!} - env TCLLIBPATH=${PREFIX}/lib ${MODTCL_BIN} ${FILESDIR}/mkindex.tcl ${PREFIX}/man/mann \ - ${PKGDIR}/DESCR ${PREFIX}/man/mann/tcllib.n tcllib "${COMMENT}" 1.11.1 - @chown root:bin ${PREFIX}/man/mann/tcllib.n - @chmod 444 ${PREFIX}/man/mann/tcllib.n + @${CHMOD} ${BINMODE} ${SCRIPTS_TCLSH:S!logger!log!:S!^!${PREFIX}/share/examples/tcllib/!} + ${SETENV} TCLLIBPATH=${DESTDIR}${MODTCL_TCLDIR} ${MODTCL_BIN} \ + ${FILESDIR}/mkindex.tcl ${PREFIX}/man/mann \ + ${PKGDIR}/DESCR ${PREFIX}/man/mann/tcllib.n tcllib "${COMMENT}" 1.12 + @${CHOWN} ${MANOWN}:${MANGRP} ${PREFIX}/man/mann/tcllib.n + @${CHMOD} ${MANMODE} ${PREFIX}/man/mann/tcllib.n # Define TEST_MODULES to restrict to a subset of regression tests. do-regress: diff --git a/devel/tcllib/distinfo b/devel/tcllib/distinfo index e607b19aa27..80182aa10d7 100644 --- a/devel/tcllib/distinfo +++ b/devel/tcllib/distinfo @@ -1,5 +1,5 @@ -MD5 (tcllib-1.11.1.tar.gz) = U6Rmn4DVeRJKkyAIJcTC6A== -RMD160 (tcllib-1.11.1.tar.gz) = ptpKyrr2Kdzg0Y1dpSfBYhQpJik= -SHA1 (tcllib-1.11.1.tar.gz) = OX2aO5Qu49FfPJ0zhiiyYxihp9c= -SHA256 (tcllib-1.11.1.tar.gz) = igdTUo5NvUgVbxO3dTndhxlQfVhhWlkKD9iub+gBwbY= -SIZE (tcllib-1.11.1.tar.gz) = 4014817 +MD5 (tcllib-1.12.tar.gz) = Z9Ikgv5WrMuHjcFuDNGdpA== +RMD160 (tcllib-1.12.tar.gz) = 5hAi62IxQih/wrlynzzAZN+rHa0= +SHA1 (tcllib-1.12.tar.gz) = CBakddh3cALy8zdoR/AgNX+de80= +SHA256 (tcllib-1.12.tar.gz) = O1h8SLb19XlsPOQAgNErv5vJ0USMR29Yh2pvXYsliBo= +SIZE (tcllib-1.12.tar.gz) = 4358889 diff --git a/devel/tcllib/patches/patch-examples_bibtex_bibtex_tcl b/devel/tcllib/patches/patch-examples_bibtex_bibtex_tcl deleted file mode 100644 index dfba40e2a02..00000000000 --- a/devel/tcllib/patches/patch-examples_bibtex_bibtex_tcl +++ /dev/null @@ -1,19 +0,0 @@ -$OpenBSD: patch-examples_bibtex_bibtex_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- examples/bibtex/bibtex.tcl.orig Fri Jan 16 17:35:01 2009 -+++ examples/bibtex/bibtex.tcl Fri Jan 16 17:35:21 2009 -@@ -1,3 +1,7 @@ -+#! /bin/sh -+# the next line restarts with tclsh \ -+exec tclsh "$0" ${1+"$@"} -+ - ##### - # - # "BibTeX parser" -- Example Application. -@@ -8,7 +12,6 @@ - # - ##### - --lappend auto_path [file dirname [info script]] - - # bibtex.tcl -- - # diff --git a/devel/tcllib/patches/patch-examples_htmlparse_webviewer_tcl b/devel/tcllib/patches/patch-examples_htmlparse_webviewer_tcl deleted file mode 100644 index cf8b971bd89..00000000000 --- a/devel/tcllib/patches/patch-examples_htmlparse_webviewer_tcl +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-examples_htmlparse_webviewer_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- examples/htmlparse/webviewer.tcl.orig Sun Jan 18 00:55:12 2009 -+++ examples/htmlparse/webviewer.tcl Sun Jan 18 00:55:56 2009 -@@ -1,3 +1,7 @@ -+#! /bin/sh -+# the next line restarts with tclsh \ -+exec tclsh "$0" ${1+"$@"} -+ - # webviewer.tcl - Copyright (C) 2004 Pat Thoyts - # - # This is a sample application to demonstrate the use of the htmlparse package. diff --git a/devel/tcllib/patches/patch-examples_irc_irc_example_tcl b/devel/tcllib/patches/patch-examples_irc_irc_example_tcl deleted file mode 100644 index 3b92f1811ec..00000000000 --- a/devel/tcllib/patches/patch-examples_irc_irc_example_tcl +++ /dev/null @@ -1,17 +0,0 @@ -$OpenBSD: patch-examples_irc_irc_example_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- examples/irc/irc_example.tcl.orig Sat Jan 17 13:57:20 2009 -+++ examples/irc/irc_example.tcl Sat Jan 17 14:05:00 2009 -@@ -7,7 +7,3 @@ - --# I include these so that it can find both the irc package and the --# logger package that irc needs. -- --set auto_path "[file join [file dirname [info script]] .. .. modules irc] $auto_path" --set auto_path "[file join [file dirname [info script]] .. .. modules log] $auto_path" -+set scriptDir [file dirname [info script]] - package require irc 0.4 -@@ -30,3 +26,3 @@ - while { 1 } { -- source mainloop.tcl -+ source [file join $::scriptDir mainloop.tcl] - vwait ::ircclient::RELOAD diff --git a/devel/tcllib/patches/patch-examples_mapproj_tkmap_tcl b/devel/tcllib/patches/patch-examples_mapproj_tkmap_tcl deleted file mode 100644 index 0eaebf6b7ff..00000000000 --- a/devel/tcllib/patches/patch-examples_mapproj_tkmap_tcl +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-examples_mapproj_tkmap_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- examples/mapproj/tkmap.tcl.orig Sat Jan 17 06:04:02 2009 -+++ examples/mapproj/tkmap.tcl Sat Jan 17 06:04:57 2009 -@@ -1,3 +1,7 @@ -+#! /bin/sh -+# the next line restarts with tclsh \ -+exec tclsh "$0" ${1+"$@"} -+ - # tkmap.tcl -- - # - # Example application demonstrating the use of Tcllib's 'mapproj' diff --git a/devel/tcllib/patches/patch-examples_math_bigfloat_demo_tcl b/devel/tcllib/patches/patch-examples_math_bigfloat_demo_tcl deleted file mode 100644 index 1151ac98573..00000000000 --- a/devel/tcllib/patches/patch-examples_math_bigfloat_demo_tcl +++ /dev/null @@ -1,31 +0,0 @@ -$OpenBSD: patch-examples_math_bigfloat_demo_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- examples/math/bigfloat.demo.tcl.orig Fri Dec 12 23:10:25 2008 -+++ examples/math/bigfloat.demo.tcl Fri Jan 16 14:48:18 2009 -@@ -1,3 +1,9 @@ -+#! /bin/sh -+# the next line restarts with tclsh \ -+exec tclsh "$0" ${1+"$@"} -+ -+set scriptDir [file dirname [info script]] -+ - ######################################################################## - # BigFloat for Tcl - # Copyright (C) 2003-2005 ARNOLD Stephane -@@ -45,6 +51,8 @@ - # - ######################################################################## - -+package require Tk -+ - package require math::bigfloat - namespace import ::math::bigfloat::* - -@@ -248,7 +256,7 @@ proc ShowFile {filename buttonText} { - - proc _help {args} { - # display some help -- ShowFile bigfloat.help Close -+ ShowFile [file join $::scriptDir bigfloat.help] Close - } - - proc _del {} { diff --git a/devel/tcllib/patches/patch-examples_ntp_rdate_tcl b/devel/tcllib/patches/patch-examples_ntp_rdate_tcl deleted file mode 100644 index 69143cb51eb..00000000000 --- a/devel/tcllib/patches/patch-examples_ntp_rdate_tcl +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-examples_ntp_rdate_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- examples/ntp/rdate.tcl.orig Mon Jan 19 17:40:34 2009 -+++ examples/ntp/rdate.tcl Mon Jan 19 17:41:22 2009 -@@ -1,3 +1,7 @@ -+#! /bin/sh -+# the next line restarts with tclsh \ -+exec tclsh "$0" ${1+"$@"} -+ - # rdate.tcl - Copyright (C) 2003 Pat Thoyts - # - # This is a sample implementation of the rdate(8) utility written using the diff --git a/devel/tcllib/patches/patch-examples_sasl_saslclient_tcl b/devel/tcllib/patches/patch-examples_sasl_saslclient_tcl deleted file mode 100644 index 214769ad81a..00000000000 --- a/devel/tcllib/patches/patch-examples_sasl_saslclient_tcl +++ /dev/null @@ -1,11 +0,0 @@ -$OpenBSD: patch-examples_sasl_saslclient_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- examples/sasl/saslclient.tcl.orig Sun Jan 18 01:17:52 2009 -+++ examples/sasl/saslclient.tcl Sun Jan 18 01:18:29 2009 -@@ -1,3 +1,7 @@ -+#! /bin/sh -+# the next line restarts with tclsh \ -+exec tclsh "$0" ${1+"$@"} -+ - # saslclient.tcl - Copyright (C) 2005 Pat Thoyts - # - # This is a SMTP SASL test client. It connects to a SMTP server and uses diff --git a/devel/tcllib/patches/patch-examples_struct_diff2_tcl b/devel/tcllib/patches/patch-examples_struct_diff2_tcl deleted file mode 100644 index c8f6cf174a7..00000000000 --- a/devel/tcllib/patches/patch-examples_struct_diff2_tcl +++ /dev/null @@ -1,22 +0,0 @@ -$OpenBSD: patch-examples_struct_diff2_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- examples/struct/diff2.tcl.orig Fri Jan 16 17:07:52 2009 -+++ examples/struct/diff2.tcl Fri Jan 16 17:08:10 2009 -@@ -1,3 +1,7 @@ -+#! /bin/sh -+# the next line restarts with tclsh \ -+exec tclsh "$0" ${1+"$@"} -+ - # MAIN PROGRAM - # - # Usage: -@@ -8,10 +12,6 @@ - # in a format similar to 'patch'. It not the same as patch, but could - # be modified to be exactly the same. - --lappend auto_path \ -- [file join \ -- [file dirname [file dirname [file dirname [file dirname [file join [pwd] [info script]]]]]] \ -- modules struct] - package require struct - - # Open the files and read the lines into memory diff --git a/devel/tcllib/patches/patch-examples_struct_diff_tcl b/devel/tcllib/patches/patch-examples_struct_diff_tcl deleted file mode 100644 index ef653370e95..00000000000 --- a/devel/tcllib/patches/patch-examples_struct_diff_tcl +++ /dev/null @@ -1,22 +0,0 @@ -$OpenBSD: patch-examples_struct_diff_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- examples/struct/diff.tcl.orig Fri Jan 16 17:00:50 2009 -+++ examples/struct/diff.tcl Fri Jan 16 17:00:16 2009 -@@ -1,3 +1,7 @@ -+#! /bin/sh -+# the next line restarts with tclsh \ -+exec tclsh "$0" ${1+"$@"} -+ - # MAIN PROGRAM - # - # Usage: -@@ -12,10 +16,6 @@ - # n2 is omitted, and conversely, if it appears in the second file but not the first, n1 - # is omitted. - --lappend auto_path \ -- [file join \ -- [file dirname [file dirname [file dirname [file dirname [file join [pwd] [info script]]]]]] \ -- modules struct] - package require struct - - # Open the files and read the lines into memory diff --git a/devel/tcllib/patches/patch-installer_tcl b/devel/tcllib/patches/patch-installer_tcl index 4387052c614..5bb18aad090 100644 --- a/devel/tcllib/patches/patch-installer_tcl +++ b/devel/tcllib/patches/patch-installer_tcl @@ -1,6 +1,6 @@ -$OpenBSD: patch-installer_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- installer.tcl.orig Fri Dec 12 23:10:26 2008 -+++ installer.tcl Sat Jan 17 05:58:53 2009 +$OpenBSD: patch-installer_tcl,v 1.2 2011/01/05 16:27:24 stu Exp $ +--- installer.tcl.orig Mon Dec 7 09:56:53 2009 ++++ installer.tcl Mon Oct 4 23:59:02 2010 @@ -79,21 +79,29 @@ if {![package vsatisfies [package provide Tcl] 8.0]} { puts $index "unset maindir" puts $index "" @@ -39,3 +39,11 @@ $OpenBSD: patch-installer_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ } +@@ -245,7 +254,6 @@ proc doinstall {} { + } + if {$config(pkg)} { + xinstall pkg $config(pkg,path) +- gen_main_index $config(pkg,path) $package_name $package_version + if {$config(doc,nroff)} { + xinstall doc nroff n $config(doc,nroff,path) + } diff --git a/devel/tcllib/patches/patch-modules_doctools_docidx_plugin_apiref_man b/devel/tcllib/patches/patch-modules_doctools_docidx_plugin_apiref_man deleted file mode 100644 index 7eff70b73b4..00000000000 --- a/devel/tcllib/patches/patch-modules_doctools_docidx_plugin_apiref_man +++ /dev/null @@ -1,18 +0,0 @@ -$OpenBSD: patch-modules_doctools_docidx_plugin_apiref_man,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- modules/doctools/docidx_plugin_apiref.man.orig Fri Jan 23 22:07:37 2009 -+++ modules/doctools/docidx_plugin_apiref.man Fri Jan 23 22:07:59 2009 -@@ -106,6 +106,14 @@ of the documentation for the package [package doctools - Query command. It returns the name of the format associated with the - index formatting engine. - -+[call [cmd dt_read] [arg file]] -+ -+Controlled filesystem access. Appends contents of file to the output. -+ -+Only files which are either in the same directory as the file -+containing the engine, or below it, can be loaded. Trying to load a -+file outside of this directory causes an error. -+ - [call [cmd dt_source] [arg file]] - - Controlled filesystem access. This command allows the index formatting diff --git a/devel/tcllib/patches/patch-modules_doctools_doctoc_plugin_apiref_man b/devel/tcllib/patches/patch-modules_doctools_doctoc_plugin_apiref_man deleted file mode 100644 index 564879754b3..00000000000 --- a/devel/tcllib/patches/patch-modules_doctools_doctoc_plugin_apiref_man +++ /dev/null @@ -1,18 +0,0 @@ -$OpenBSD: patch-modules_doctools_doctoc_plugin_apiref_man,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- modules/doctools/doctoc_plugin_apiref.man.orig Fri Jan 23 22:06:27 2009 -+++ modules/doctools/doctoc_plugin_apiref.man Fri Jan 23 22:07:08 2009 -@@ -106,6 +106,14 @@ of the documentation for the package [package doctools - Query command. It returns the name of the format associated with the - toc formatting engine. - -+[call [cmd dt_read] [arg file]] -+ -+Controlled filesystem access. Appends contents of file to the output. -+ -+Only files which are either in the same directory as the file -+containing the engine, or below it, can be loaded. Trying to load a -+file outside of this directory causes an error. -+ - [call [cmd dt_source] [arg file]] - - Controlled filesystem access. This command allows the toc formatting diff --git a/devel/tcllib/patches/patch-modules_doctools_doctools_plugin_apiref_man b/devel/tcllib/patches/patch-modules_doctools_doctools_plugin_apiref_man deleted file mode 100644 index 78be5de9231..00000000000 --- a/devel/tcllib/patches/patch-modules_doctools_doctools_plugin_apiref_man +++ /dev/null @@ -1,18 +0,0 @@ -$OpenBSD: patch-modules_doctools_doctools_plugin_apiref_man,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- modules/doctools/doctools_plugin_apiref.man.orig Fri Jan 23 22:01:41 2009 -+++ modules/doctools/doctools_plugin_apiref.man Fri Jan 23 22:05:08 2009 -@@ -132,6 +132,14 @@ Query command. It returns the number of lists currentl - Query command. It returns the name of the module the input currently - processed belongs to. - -+[call [cmd dt_read] [arg file]] -+ -+Controlled filesystem access. Appends contents of file to the output. -+ -+Only files which are either in the same directory as the file -+containing the engine, or below it, can be loaded. Trying to load a -+file outside of this directory causes an error. -+ - [call [cmd dt_source] [arg file]] - - Controlled filesystem access. This command allows the doctools diff --git a/devel/tcllib/patches/patch-modules_doctools_doctools_tcl b/devel/tcllib/patches/patch-modules_doctools_doctools_tcl deleted file mode 100644 index ebe4aa2c5d0..00000000000 --- a/devel/tcllib/patches/patch-modules_doctools_doctools_tcl +++ /dev/null @@ -1,23 +0,0 @@ -$OpenBSD: patch-modules_doctools_doctools_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- modules/doctools/doctools.tcl.orig Fri Dec 12 23:10:24 2008 -+++ modules/doctools/doctools.tcl Thu Jan 22 12:39:52 2009 -@@ -650,6 +650,7 @@ proc ::doctools::SetupFormatter {name format} { - $mpip invokehidden source [file join $here api.tcl] - #$mpip eval [list source [file join $here api.tcl]] - interp alias $mpip dt_source {} ::doctools::Source $mpip [file dirname $format] -+ interp alias $mpip dt_read {} ::doctools::Read $mpip [file dirname $format] - interp alias $mpip dt_package {} ::doctools::Package $mpip - interp alias $mpip file {} ::doctools::FileOp $mpip - interp alias $mpip puts_stderr {} ::puts stderr -@@ -1135,6 +1136,11 @@ proc ::doctools::Source {ip path file} { - return - } - -+proc ::doctools::Read {ip path file} { -+ #puts stderr "$ip (read $path $file)" -+ -+ return [read [set f [open [file join $path [file tail $file]]]]][close $f] -+} - - proc ::doctools::Locate {p} { - # @mdgen NODEP: doctools::__undefined__ diff --git a/devel/tcllib/patches/patch-modules_doctools_doctools_test b/devel/tcllib/patches/patch-modules_doctools_doctools_test deleted file mode 100644 index e51fb74b8ac..00000000000 --- a/devel/tcllib/patches/patch-modules_doctools_doctools_test +++ /dev/null @@ -1,7 +0,0 @@ -$OpenBSD: patch-modules_doctools_doctools_test,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- modules/doctools/doctools.test.orig Fri Dec 12 23:10:24 2008 -+++ modules/doctools/doctools.test Wed Feb 4 14:40:59 2009 -@@ -333,0 +334,3 @@ -+ if {$format eq "nroff"} { -+ lappend map ".so man.macros\n" [fileutil::cat [localPath mpformats/man.macros]] -+ } diff --git a/devel/tcllib/patches/patch-modules_doctools_mpformats__nroff_tcl b/devel/tcllib/patches/patch-modules_doctools_mpformats__nroff_tcl deleted file mode 100644 index 6345f4706ef..00000000000 --- a/devel/tcllib/patches/patch-modules_doctools_mpformats__nroff_tcl +++ /dev/null @@ -1,28 +0,0 @@ -$OpenBSD: patch-modules_doctools_mpformats__nroff_tcl,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- modules/doctools/mpformats/_nroff.tcl.orig Fri Dec 12 23:10:24 2008 -+++ modules/doctools/mpformats/_nroff.tcl Thu Jan 22 12:43:15 2009 -@@ -33,6 +33,7 @@ proc nr_title {text} {return "\n.TH $text"} - proc nr_include {file} {return "\n.so $file"} - proc nr_bolds {} {return \n.BS} - proc nr_bolde {} {return \n.BE} -+proc nr_read {fn} {return [nroffMarkup [dt_read $fn]]} - - proc nr_section {name} { - if {![regexp {[ ]} $name]} { -@@ -60,11 +61,14 @@ proc nr_subsection {name} { - # - - global markupMap --set markupMap [list "\\" "\1\\"] -+set markupMap [list \ -+ "\\" "\1\\" \ -+ "'" "\1'" \ -+ "\\\\" "\\"] - global finalMap - set finalMap [list \ - "\1\\" "\\" \ -- "\1'" "'" \ -+ "\1'" "'" \ - "\\" "\\\\"] - global textMap - set textMap [list "\\" "\\\\"] diff --git a/devel/tcllib/patches/patch-modules_doctools_mpformats_fmt_nroff b/devel/tcllib/patches/patch-modules_doctools_mpformats_fmt_nroff deleted file mode 100644 index b9579b608b2..00000000000 --- a/devel/tcllib/patches/patch-modules_doctools_mpformats_fmt_nroff +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-modules_doctools_mpformats_fmt_nroff,v 1.1 2009/03/19 16:54:32 sthen Exp $ ---- modules/doctools/mpformats/fmt.nroff.orig Fri Dec 12 23:10:24 2008 -+++ modules/doctools/mpformats/fmt.nroff Thu Jan 22 12:43:40 2009 -@@ -40,7 +40,7 @@ c_pass 2 fmt_manpage_begin {title section version} { - c_hold hdr $text - } - -- c_hold hdr [nr_include man.macros] -+ c_hold hdr [nr_read man.macros] - c_hold hdr [nr_title "\"[string trimleft $title :]\" $section $version $module \"$shortdesc\""] - c_hold hdr [nr_bolds] - c_hold hdr [fmt_section NAME] diff --git a/devel/tcllib/patches/patch-modules_doctools_mpformats_idx_nroff b/devel/tcllib/patches/patch-modules_doctools_mpformats_idx_nroff deleted file mode 100644 index d890d93485b..00000000000 --- a/devel/tcllib/patches/patch-modules_doctools_mpformats_idx_nroff +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-modules_doctools_mpformats_idx_nroff,v 1.1 2009/03/19 16:54:33 sthen Exp $ ---- modules/doctools/mpformats/idx.nroff.orig Fri Dec 12 23:10:24 2008 -+++ modules/doctools/mpformats/idx.nroff Thu Jan 22 12:43:54 2009 -@@ -52,7 +52,7 @@ proc fmt_index_begin {label title} { - set hdr [nr_comment $prec]\n - } - append hdr [nr_comment [c_provenance]]\n -- append hdr [nr_include man.macros]\n -+ append hdr [nr_read man.macros]\n - append hdr [nr_title "\"[string trimleft $label :]\" n"]\n - append hdr [nr_bolds]\n - append hdr [nr_section INDEX]\n diff --git a/devel/tcllib/patches/patch-modules_doctools_mpformats_toc_nroff b/devel/tcllib/patches/patch-modules_doctools_mpformats_toc_nroff deleted file mode 100644 index 8eda489cf5e..00000000000 --- a/devel/tcllib/patches/patch-modules_doctools_mpformats_toc_nroff +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-modules_doctools_mpformats_toc_nroff,v 1.1 2009/03/19 16:54:33 sthen Exp $ ---- modules/doctools/mpformats/toc.nroff.orig Fri Dec 12 23:10:24 2008 -+++ modules/doctools/mpformats/toc.nroff Thu Jan 22 12:44:13 2009 -@@ -51,7 +51,7 @@ proc fmt_toc_begin {label title} { - set hdr [nr_comment $prec]\n - } - append hdr [nr_comment [c_provenance]]\n -- append hdr [nr_include man.macros]\n -+ append hdr [nr_read man.macros]\n - append hdr [nr_title "\"[string trimleft $label :]\" n"]\n - append hdr [nr_bolds]\n - append hdr [nr_section CONTENTS]\n diff --git a/devel/tcllib/patches/patch-support_devel_sak_test_run_tcl b/devel/tcllib/patches/patch-support_devel_sak_test_run_tcl index f02a5ffcaca..5ec2b1d31f1 100644 --- a/devel/tcllib/patches/patch-support_devel_sak_test_run_tcl +++ b/devel/tcllib/patches/patch-support_devel_sak_test_run_tcl @@ -1,7 +1,7 @@ -$OpenBSD: patch-support_devel_sak_test_run_tcl,v 1.1 2008/05/09 19:45:18 sthen Exp $ ---- support/devel/sak/test/run.tcl.pat.orig Thu May 1 15:21:14 2008 -+++ support/devel/sak/test/run.tcl Thu May 1 15:20:56 2008 -@@ -675,6 +675,7 @@ proc ::sak::test::run::SetupError {} { +$OpenBSD: patch-support_devel_sak_test_run_tcl,v 1.2 2011/01/05 16:27:24 stu Exp $ +--- support/devel/sak/test/run.tcl.orig Mon Dec 7 09:56:49 2009 ++++ support/devel/sak/test/run.tcl Mon Oct 4 15:41:21 2010 +@@ -684,6 +684,7 @@ proc ::sak::test::run::SetupError {} { # ### proc ::sak::test::run::+= {string} { @@ -9,7 +9,7 @@ $OpenBSD: patch-support_devel_sak_test_run_tcl,v 1.1 2008/05/09 19:45:18 sthen E variable araw if {$araw} return variable aprefix -@@ -684,6 +685,7 @@ proc ::sak::test::run::+= {string} { +@@ -693,6 +694,7 @@ proc ::sak::test::run::+= {string} { } proc ::sak::test::run::= {string} { @@ -17,7 +17,7 @@ $OpenBSD: patch-support_devel_sak_test_run_tcl,v 1.1 2008/05/09 19:45:18 sthen E variable araw if {$araw} return variable aprefix -@@ -692,6 +694,7 @@ proc ::sak::test::run::= {string} { +@@ -701,6 +703,7 @@ proc ::sak::test::run::= {string} { } proc ::sak::test::run::=| {string} { diff --git a/devel/tcllib/patches/patch-support_installation_modules_tcl b/devel/tcllib/patches/patch-support_installation_modules_tcl deleted file mode 100644 index 8eb11fb707b..00000000000 --- a/devel/tcllib/patches/patch-support_installation_modules_tcl +++ /dev/null @@ -1,48 +0,0 @@ -$OpenBSD: patch-support_installation_modules_tcl,v 1.1 2009/03/19 16:54:33 sthen Exp $ ---- support/installation/modules.tcl.orig Fri Dec 12 23:10:20 2008 -+++ support/installation/modules.tcl Sun Jan 18 01:18:55 2009 -@@ -40,7 +40,7 @@ Module base64 _tcl _man _null - Module base32 _tcl _man _null - Module bee _tcl _man _null - Module bench _tcl _null _null --Module bibtex _tcl _man _null -+Module bibtex _tcl _man _exa - Module blowfish _tcl _man _null - Module cache _tcl _man _null - Module calendar _tci _man _null -@@ -63,7 +63,7 @@ Module grammar_fa _tcl _man _null - Module grammar_me _tcl _man _null - Module grammar_peg _tcl _man _null - Module html _tcl _man _null --Module htmlparse _tcl _man _null -+Module htmlparse _tcl _man _exa - Module http _tcl _man _null - Module ident _tcl _man _null - Module inifile _tcl _man _null -@@ -73,7 +73,7 @@ Module javascript _tcl _man _null - Module jpeg _tcl _man _null - Module json _tcl _man _null - Module ldap _tcl _man _exa --Module log _msg _man _null -+Module log _msg _man _exa - Module map _tcl _man _null - Module mapproj _tcl _man _exa - Module math _tci _man _exa -@@ -98,7 +98,7 @@ Module rc4 _tcl _man _null - Module rcs _tcl _man _null - Module report _tcl _man _null - Module ripemd _tcl _man _null --Module sasl _tcl _man _null -+Module sasl _tcl _man _exa - Module sha1 _tcl _man _null - Module simulation _tcl _man _null - Module smtpd _tcl _man _exa -@@ -110,7 +110,7 @@ Module struct _tcl _man _exa - Module tar _tcl _man _null - Module term _tcr _man _exa - Module textutil _tex _man _null --Module tie _tcl _man _null -+Module tie _tcl _man _exa - Module tiff _tcl _man _null - Module transfer _tcl _man _null - Module treeql _tcl _man _null diff --git a/devel/tcllib/pkg/PLIST b/devel/tcllib/pkg/PLIST index 4190897b469..ebd86e8ca8b 100644 --- a/devel/tcllib/pkg/PLIST +++ b/devel/tcllib/pkg/PLIST @@ -1,540 +1,625 @@ -@comment $OpenBSD: PLIST,v 1.6 2009/03/19 16:54:33 sthen Exp $ +@comment $OpenBSD: PLIST,v 1.7 2011/01/05 16:27:24 stu Exp $ bin/dtplite bin/page bin/tcldocstrip -lib/tcllib/ -lib/tcllib/aes/ -lib/tcllib/aes/aes.tcl -lib/tcllib/aes/pkgIndex.tcl -lib/tcllib/amazon-s3/ -lib/tcllib/amazon-s3/S3.tcl -lib/tcllib/amazon-s3/pkgIndex.tcl -lib/tcllib/amazon-s3/xsxp.tcl -lib/tcllib/asn/ -lib/tcllib/asn/asn.tcl -lib/tcllib/asn/pkgIndex.tcl -lib/tcllib/base32/ -lib/tcllib/base32/base32.tcl -lib/tcllib/base32/base32_c.tcl -lib/tcllib/base32/base32_tcl.tcl -lib/tcllib/base32/base32core.tcl -lib/tcllib/base32/base32hex.tcl -lib/tcllib/base32/base32hex_c.tcl -lib/tcllib/base32/base32hex_tcl.tcl -lib/tcllib/base32/pkgIndex.tcl -lib/tcllib/base64/ -lib/tcllib/base64/base64.tcl -lib/tcllib/base64/base64c.tcl -lib/tcllib/base64/pkgIndex.tcl -lib/tcllib/base64/uuencode.tcl -lib/tcllib/base64/yencode.tcl -lib/tcllib/bee/ -lib/tcllib/bee/bee.tcl -lib/tcllib/bee/pkgIndex.tcl -lib/tcllib/bench/ -lib/tcllib/bench/bench.tcl -lib/tcllib/bench/bench_read.tcl -lib/tcllib/bench/bench_wcsv.tcl -lib/tcllib/bench/bench_wtext.tcl -lib/tcllib/bench/libbench.tcl -lib/tcllib/bench/pkgIndex.tcl -lib/tcllib/bibtex/ -lib/tcllib/bibtex/bibtex.tcl -lib/tcllib/bibtex/pkgIndex.tcl -lib/tcllib/blowfish/ -lib/tcllib/blowfish/blowfish.tcl -lib/tcllib/blowfish/pkgIndex.tcl -lib/tcllib/cache/ -lib/tcllib/cache/async.tcl -lib/tcllib/cache/pkgIndex.tcl -lib/tcllib/cmdline/ -lib/tcllib/cmdline/cmdline.tcl -lib/tcllib/cmdline/pkgIndex.tcl -lib/tcllib/comm/ -lib/tcllib/comm/comm.tcl -lib/tcllib/comm/pkgIndex.tcl -lib/tcllib/control/ -lib/tcllib/control/ascaller.tcl -lib/tcllib/control/assert.tcl -lib/tcllib/control/control.tcl -lib/tcllib/control/do.tcl -lib/tcllib/control/no-op.tcl -lib/tcllib/control/pkgIndex.tcl -lib/tcllib/control/tclIndex -lib/tcllib/counter/ -lib/tcllib/counter/counter.tcl -lib/tcllib/counter/pkgIndex.tcl -lib/tcllib/crc/ -lib/tcllib/crc/cksum.tcl -lib/tcllib/crc/crc16.tcl -lib/tcllib/crc/crc32.tcl -lib/tcllib/crc/crcc.tcl -lib/tcllib/crc/pkgIndex.tcl -lib/tcllib/crc/sum.tcl -lib/tcllib/csv/ -lib/tcllib/csv/csv.tcl -lib/tcllib/csv/pkgIndex.tcl -lib/tcllib/des/ -lib/tcllib/des/des.tcl -lib/tcllib/des/pkgIndex.tcl -lib/tcllib/des/tcldes.tcl -lib/tcllib/des/tcldesjr.tcl -lib/tcllib/dns/ -lib/tcllib/dns/dns.tcl -lib/tcllib/dns/ip.tcl -lib/tcllib/dns/ipMore.tcl -lib/tcllib/dns/ipMoreC.tcl -lib/tcllib/dns/msgs/ -lib/tcllib/dns/msgs/en.msg -lib/tcllib/dns/pkgIndex.tcl -lib/tcllib/dns/resolv.tcl -lib/tcllib/dns/spf.tcl -lib/tcllib/docstrip/ -lib/tcllib/docstrip/docstrip.tcl -lib/tcllib/docstrip/docstrip_util.tcl -lib/tcllib/docstrip/pkgIndex.tcl -lib/tcllib/doctools/ -lib/tcllib/doctools/api.tcl -lib/tcllib/doctools/api_idx.tcl -lib/tcllib/doctools/api_toc.tcl -lib/tcllib/doctools/changelog.tcl -lib/tcllib/doctools/checker.tcl -lib/tcllib/doctools/checker_idx.tcl -lib/tcllib/doctools/checker_toc.tcl -lib/tcllib/doctools/cvs.tcl -lib/tcllib/doctools/docidx.tcl -lib/tcllib/doctools/doctoc.tcl -lib/tcllib/doctools/doctools.tcl -lib/tcllib/doctools/mpformats/ -lib/tcllib/doctools/mpformats/_common.tcl -lib/tcllib/doctools/mpformats/_html.tcl -lib/tcllib/doctools/mpformats/_idx_common.tcl -lib/tcllib/doctools/mpformats/_nroff.tcl -lib/tcllib/doctools/mpformats/_text.tcl -lib/tcllib/doctools/mpformats/_toc_common.tcl -lib/tcllib/doctools/mpformats/_xml.tcl -lib/tcllib/doctools/mpformats/c.msg -lib/tcllib/doctools/mpformats/de.msg -lib/tcllib/doctools/mpformats/en.msg -lib/tcllib/doctools/mpformats/fmt.desc -lib/tcllib/doctools/mpformats/fmt.html -lib/tcllib/doctools/mpformats/fmt.latex -lib/tcllib/doctools/mpformats/fmt.list -lib/tcllib/doctools/mpformats/fmt.nroff -lib/tcllib/doctools/mpformats/fmt.null -lib/tcllib/doctools/mpformats/fmt.text -lib/tcllib/doctools/mpformats/fmt.tmml -lib/tcllib/doctools/mpformats/fmt.wiki -lib/tcllib/doctools/mpformats/fr.msg -lib/tcllib/doctools/mpformats/idx.html -lib/tcllib/doctools/mpformats/idx.nroff -lib/tcllib/doctools/mpformats/idx.null -lib/tcllib/doctools/mpformats/idx.text -lib/tcllib/doctools/mpformats/idx.wiki -lib/tcllib/doctools/mpformats/man.macros -lib/tcllib/doctools/mpformats/toc.html -lib/tcllib/doctools/mpformats/toc.nroff -lib/tcllib/doctools/mpformats/toc.null -lib/tcllib/doctools/mpformats/toc.text -lib/tcllib/doctools/mpformats/toc.tmml -lib/tcllib/doctools/mpformats/toc.wiki -lib/tcllib/doctools/pkgIndex.tcl -lib/tcllib/exif/ -lib/tcllib/exif/exif.tcl -lib/tcllib/exif/pkgIndex.tcl -lib/tcllib/fileutil/ -lib/tcllib/fileutil/fileutil.tcl -lib/tcllib/fileutil/multi.tcl -lib/tcllib/fileutil/multiop.tcl -lib/tcllib/fileutil/pkgIndex.tcl -lib/tcllib/fileutil/traverse.tcl -lib/tcllib/ftp/ -lib/tcllib/ftp/ftp.tcl -lib/tcllib/ftp/ftp_geturl.tcl -lib/tcllib/ftp/pkgIndex.tcl -lib/tcllib/ftpd/ -lib/tcllib/ftpd/ftpd.tcl -lib/tcllib/ftpd/pkgIndex.tcl -lib/tcllib/fumagic/ -lib/tcllib/fumagic/cfront.tcl -lib/tcllib/fumagic/cgen.tcl -lib/tcllib/fumagic/filetypes.tcl -lib/tcllib/fumagic/mimetypes.tcl -lib/tcllib/fumagic/pkgIndex.tcl -lib/tcllib/fumagic/rtcore.tcl -lib/tcllib/grammar_fa/ -lib/tcllib/grammar_fa/dacceptor.tcl -lib/tcllib/grammar_fa/dexec.tcl -lib/tcllib/grammar_fa/fa.tcl -lib/tcllib/grammar_fa/faop.tcl -lib/tcllib/grammar_fa/pkgIndex.tcl -lib/tcllib/grammar_me/ -lib/tcllib/grammar_me/gasm.tcl -lib/tcllib/grammar_me/me_cpu.tcl -lib/tcllib/grammar_me/me_cpucore.tcl -lib/tcllib/grammar_me/me_tcl.tcl -lib/tcllib/grammar_me/me_util.tcl -lib/tcllib/grammar_me/pkgIndex.tcl -lib/tcllib/grammar_peg/ -lib/tcllib/grammar_peg/peg.tcl -lib/tcllib/grammar_peg/peg_interp.tcl -lib/tcllib/grammar_peg/pkgIndex.tcl -lib/tcllib/html/ -lib/tcllib/html/html.tcl -lib/tcllib/html/pkgIndex.tcl -lib/tcllib/htmlparse/ -lib/tcllib/htmlparse/htmlparse.tcl -lib/tcllib/htmlparse/pkgIndex.tcl -lib/tcllib/http/ -lib/tcllib/http/autoproxy.tcl -lib/tcllib/http/pkgIndex.tcl -lib/tcllib/ident/ -lib/tcllib/ident/ident.tcl -lib/tcllib/ident/pkgIndex.tcl -lib/tcllib/inifile/ -lib/tcllib/inifile/ini.tcl -lib/tcllib/inifile/pkgIndex.tcl -lib/tcllib/interp/ -lib/tcllib/interp/deleg_method.tcl -lib/tcllib/interp/deleg_proc.tcl -lib/tcllib/interp/interp.tcl -lib/tcllib/interp/pkgIndex.tcl -lib/tcllib/irc/ -lib/tcllib/irc/irc.tcl -lib/tcllib/irc/picoirc.tcl -lib/tcllib/irc/pkgIndex.tcl -lib/tcllib/javascript/ -lib/tcllib/javascript/javascript.tcl -lib/tcllib/javascript/pkgIndex.tcl -lib/tcllib/jpeg/ -lib/tcllib/jpeg/jpeg.tcl -lib/tcllib/jpeg/pkgIndex.tcl -lib/tcllib/json/ -lib/tcllib/json/json.tcl -lib/tcllib/json/pkgIndex.tcl -lib/tcllib/ldap/ -lib/tcllib/ldap/ldap.tcl -lib/tcllib/ldap/ldapx.tcl -lib/tcllib/ldap/pkgIndex.tcl -lib/tcllib/log/ -lib/tcllib/log/log.tcl -lib/tcllib/log/logger.tcl -lib/tcllib/log/loggerAppender.tcl -lib/tcllib/log/loggerUtils.tcl -lib/tcllib/log/msgs/ -lib/tcllib/log/msgs/en.msg -lib/tcllib/log/pkgIndex.tcl -lib/tcllib/map/ -lib/tcllib/map/map_slippy.tcl -lib/tcllib/map/map_slippy_cache.tcl -lib/tcllib/map/map_slippy_fetcher.tcl -lib/tcllib/map/pkgIndex.tcl -lib/tcllib/mapproj/ -lib/tcllib/mapproj/mapproj.tcl -lib/tcllib/mapproj/pkgIndex.tcl -lib/tcllib/math/ -lib/tcllib/math/bessel.tcl -lib/tcllib/math/bigfloat.tcl -lib/tcllib/math/bigfloat2.tcl -lib/tcllib/math/bignum.tcl -lib/tcllib/math/calculus.tcl -lib/tcllib/math/classic_polyns.tcl -lib/tcllib/math/combinatorics.tcl -lib/tcllib/math/constants.tcl -lib/tcllib/math/elliptic.tcl -lib/tcllib/math/exponential.tcl -lib/tcllib/math/fourier.tcl -lib/tcllib/math/fuzzy.tcl -lib/tcllib/math/geometry.tcl -lib/tcllib/math/interpolate.tcl -lib/tcllib/math/linalg.tcl -lib/tcllib/math/liststat.tcl -lib/tcllib/math/math.tcl -lib/tcllib/math/misc.tcl -lib/tcllib/math/mvlinreg.tcl -lib/tcllib/math/optimize.tcl -lib/tcllib/math/pdf_stat.tcl -lib/tcllib/math/pkgIndex.tcl -lib/tcllib/math/plotstat.tcl -lib/tcllib/math/polynomials.tcl -lib/tcllib/math/qcomplex.tcl -lib/tcllib/math/rational_funcs.tcl -lib/tcllib/math/romannumerals.tcl -lib/tcllib/math/special.tcl -lib/tcllib/math/statistics.tcl -lib/tcllib/math/tclIndex -lib/tcllib/md4/ -lib/tcllib/md4/md4.tcl -lib/tcllib/md4/md4c.tcl -lib/tcllib/md4/pkgIndex.tcl -lib/tcllib/md5/ -lib/tcllib/md5/md5.tcl -lib/tcllib/md5/md5c.tcl -lib/tcllib/md5/md5x.tcl -lib/tcllib/md5/pkgIndex.tcl -lib/tcllib/md5crypt/ -lib/tcllib/md5crypt/md5crypt.tcl -lib/tcllib/md5crypt/md5cryptc.tcl -lib/tcllib/md5crypt/pkgIndex.tcl -lib/tcllib/mime/ -lib/tcllib/mime/mime.tcl -lib/tcllib/mime/pkgIndex.tcl -lib/tcllib/mime/smtp.tcl -lib/tcllib/multiplexer/ -lib/tcllib/multiplexer/multiplexer.tcl -lib/tcllib/multiplexer/pkgIndex.tcl -lib/tcllib/ncgi/ -lib/tcllib/ncgi/ncgi.tcl -lib/tcllib/ncgi/pkgIndex.tcl -lib/tcllib/nmea/ -lib/tcllib/nmea/nmea.tcl -lib/tcllib/nmea/pkgIndex.tcl -lib/tcllib/nns/ -lib/tcllib/nns/common.tcl -lib/tcllib/nns/nns.tcl -lib/tcllib/nns/nns_auto.tcl -lib/tcllib/nns/pkgIndex.tcl -lib/tcllib/nns/server.tcl -lib/tcllib/nntp/ -lib/tcllib/nntp/nntp.tcl -lib/tcllib/nntp/pkgIndex.tcl -lib/tcllib/ntp/ -lib/tcllib/ntp/pkgIndex.tcl -lib/tcllib/ntp/time.tcl -lib/tcllib/otp/ -lib/tcllib/otp/otp.tcl -lib/tcllib/otp/pkgIndex.tcl -lib/tcllib/page/ -lib/tcllib/page/analysis_peg_emodes.tcl -lib/tcllib/page/analysis_peg_minimize.tcl -lib/tcllib/page/analysis_peg_reachable.tcl -lib/tcllib/page/analysis_peg_realizable.tcl -lib/tcllib/page/compiler_peg_mecpu.tcl -lib/tcllib/page/gen_peg_canon.tcl -lib/tcllib/page/gen_peg_cpkg.tcl -lib/tcllib/page/gen_peg_hb.tcl -lib/tcllib/page/gen_peg_me.tcl -lib/tcllib/page/gen_peg_mecpu.tcl -lib/tcllib/page/gen_peg_ser.tcl -lib/tcllib/page/gen_tree_text.tcl -lib/tcllib/page/parse_lemon.tcl -lib/tcllib/page/parse_peg.tcl -lib/tcllib/page/parse_peghb.tcl -lib/tcllib/page/parse_pegser.tcl -lib/tcllib/page/peg_grammar.tcl -lib/tcllib/page/pkgIndex.tcl -lib/tcllib/page/pluginmgr.tcl -lib/tcllib/page/plugins/ -lib/tcllib/page/plugins/config_peg.tcl -lib/tcllib/page/plugins/pkgIndex.tcl -lib/tcllib/page/plugins/reader_hb.tcl -lib/tcllib/page/plugins/reader_lemon.tcl -lib/tcllib/page/plugins/reader_peg.tcl -lib/tcllib/page/plugins/reader_ser.tcl -lib/tcllib/page/plugins/reader_treeser.tcl -lib/tcllib/page/plugins/transform_mecpu.tcl -lib/tcllib/page/plugins/transform_reachable.tcl -lib/tcllib/page/plugins/transform_realizable.tcl -lib/tcllib/page/plugins/writer_hb.tcl -lib/tcllib/page/plugins/writer_identity.tcl -lib/tcllib/page/plugins/writer_me.tcl -lib/tcllib/page/plugins/writer_mecpu.tcl -lib/tcllib/page/plugins/writer_null.tcl -lib/tcllib/page/plugins/writer_peg.tcl -lib/tcllib/page/plugins/writer_ser.tcl -lib/tcllib/page/plugins/writer_tpc.tcl -lib/tcllib/page/plugins/writer_tree.tcl -lib/tcllib/page/util_flow.tcl -lib/tcllib/page/util_norm_lemon.tcl -lib/tcllib/page/util_norm_peg.tcl -lib/tcllib/page/util_peg.tcl -lib/tcllib/page/util_quote.tcl -lib/tcllib/pkgIndex.tcl -lib/tcllib/pluginmgr/ -lib/tcllib/pluginmgr/pkgIndex.tcl -lib/tcllib/pluginmgr/pluginmgr.tcl -lib/tcllib/png/ -lib/tcllib/png/pkgIndex.tcl -lib/tcllib/png/png.tcl -lib/tcllib/pop3/ -lib/tcllib/pop3/pkgIndex.tcl -lib/tcllib/pop3/pop3.tcl -lib/tcllib/pop3d/ -lib/tcllib/pop3d/pkgIndex.tcl -lib/tcllib/pop3d/pop3d.tcl -lib/tcllib/pop3d/pop3d_dbox.tcl -lib/tcllib/pop3d/pop3d_udb.tcl -lib/tcllib/profiler/ -lib/tcllib/profiler/pkgIndex.tcl -lib/tcllib/profiler/profiler.tcl -lib/tcllib/rc4/ -lib/tcllib/rc4/pkgIndex.tcl -lib/tcllib/rc4/rc4.tcl -lib/tcllib/rc4/rc4c.tcl -lib/tcllib/rcs/ -lib/tcllib/rcs/pkgIndex.tcl -lib/tcllib/rcs/rcs.tcl -lib/tcllib/report/ -lib/tcllib/report/pkgIndex.tcl -lib/tcllib/report/report.tcl -lib/tcllib/ripemd/ -lib/tcllib/ripemd/pkgIndex.tcl -lib/tcllib/ripemd/ripemd128.tcl -lib/tcllib/ripemd/ripemd160.tcl -lib/tcllib/sasl/ -lib/tcllib/sasl/gtoken.tcl -lib/tcllib/sasl/ntlm.tcl -lib/tcllib/sasl/pkgIndex.tcl -lib/tcllib/sasl/sasl.tcl -lib/tcllib/sha1/ -lib/tcllib/sha1/pkgIndex.tcl -lib/tcllib/sha1/sha1.tcl -lib/tcllib/sha1/sha1c.tcl -lib/tcllib/sha1/sha1v1.tcl -lib/tcllib/sha1/sha256.tcl -lib/tcllib/sha1/sha256c.tcl -lib/tcllib/simulation/ -lib/tcllib/simulation/annealing.tcl -lib/tcllib/simulation/montecarlo.tcl -lib/tcllib/simulation/pkgIndex.tcl -lib/tcllib/simulation/random.tcl -lib/tcllib/smtpd/ -lib/tcllib/smtpd/pkgIndex.tcl -lib/tcllib/smtpd/smtpd.tcl -lib/tcllib/snit/ -lib/tcllib/snit/main1.tcl -lib/tcllib/snit/main1_83.tcl -lib/tcllib/snit/main2.tcl -lib/tcllib/snit/pkgIndex.tcl -lib/tcllib/snit/snit.tcl -lib/tcllib/snit/snit2.tcl -lib/tcllib/snit/snit_tcl83_utils.tcl -lib/tcllib/snit/validate.tcl -lib/tcllib/soundex/ -lib/tcllib/soundex/pkgIndex.tcl -lib/tcllib/soundex/soundex.tcl -lib/tcllib/stooop/ -lib/tcllib/stooop/mkpkgidx.tcl -lib/tcllib/stooop/pkgIndex.tcl -lib/tcllib/stooop/stooop.tcl -lib/tcllib/stooop/switched.tcl -lib/tcllib/stooop/xifo.tcl -lib/tcllib/stringprep/ -lib/tcllib/stringprep/pkgIndex.tcl -lib/tcllib/stringprep/stringprep.tcl -lib/tcllib/stringprep/stringprep_data.tcl -lib/tcllib/stringprep/unicode.tcl -lib/tcllib/stringprep/unicode_data.tcl -lib/tcllib/struct/ -lib/tcllib/struct/disjointset.tcl -lib/tcllib/struct/graph.tcl -lib/tcllib/struct/graph1.tcl -lib/tcllib/struct/graph_c.tcl -lib/tcllib/struct/graph_tcl.tcl -lib/tcllib/struct/graphops.tcl -lib/tcllib/struct/list.tcl -lib/tcllib/struct/matrix.tcl -lib/tcllib/struct/matrix1.tcl -lib/tcllib/struct/pkgIndex.tcl -lib/tcllib/struct/pool.tcl -lib/tcllib/struct/prioqueue.tcl -lib/tcllib/struct/queue.tcl -lib/tcllib/struct/queue_c.tcl -lib/tcllib/struct/queue_tcl.tcl -lib/tcllib/struct/record.tcl -lib/tcllib/struct/sets.tcl -lib/tcllib/struct/sets_c.tcl -lib/tcllib/struct/sets_tcl.tcl -lib/tcllib/struct/skiplist.tcl -lib/tcllib/struct/stack.tcl -lib/tcllib/struct/stack_c.tcl -lib/tcllib/struct/stack_tcl.tcl -lib/tcllib/struct/struct.tcl -lib/tcllib/struct/struct1.tcl -lib/tcllib/struct/tree.tcl -lib/tcllib/struct/tree1.tcl -lib/tcllib/struct/tree_c.tcl -lib/tcllib/struct/tree_tcl.tcl -lib/tcllib/tar/ -lib/tcllib/tar/pkgIndex.tcl -lib/tcllib/tar/tar.tcl -lib/tcllib/term/ -lib/tcllib/term/ansi/ -lib/tcllib/term/ansi/code/ -lib/tcllib/term/ansi/code.tcl -lib/tcllib/term/ansi/code/attr.tcl -lib/tcllib/term/ansi/code/ctrl.tcl -lib/tcllib/term/ansi/code/macros.tcl -lib/tcllib/term/ansi/ctrlunix.tcl -lib/tcllib/term/ansi/send.tcl -lib/tcllib/term/bind.tcl -lib/tcllib/term/imenu.tcl -lib/tcllib/term/ipager.tcl -lib/tcllib/term/pkgIndex.tcl -lib/tcllib/term/receive.tcl -lib/tcllib/term/send.tcl -lib/tcllib/term/term.tcl -lib/tcllib/textutil/ -lib/tcllib/textutil/adjust.tcl -lib/tcllib/textutil/dehypht.tex -lib/tcllib/textutil/eshyph_vo.tex -lib/tcllib/textutil/expander.tcl -lib/tcllib/textutil/ithyph.tex -lib/tcllib/textutil/pkgIndex.tcl -lib/tcllib/textutil/repeat.tcl -lib/tcllib/textutil/split.tcl -lib/tcllib/textutil/string.tcl -lib/tcllib/textutil/tabify.tcl -lib/tcllib/textutil/textutil.tcl -lib/tcllib/textutil/trim.tcl -lib/tcllib/tie/ -lib/tcllib/tie/pkgIndex.tcl -lib/tcllib/tie/tie.tcl -lib/tcllib/tie/tie_array.tcl -lib/tcllib/tie/tie_dsource.tcl -lib/tcllib/tie/tie_file.tcl -lib/tcllib/tie/tie_growfile.tcl -lib/tcllib/tie/tie_log.tcl -lib/tcllib/tie/tie_rarray.tcl -lib/tcllib/tiff/ -lib/tcllib/tiff/pkgIndex.tcl -lib/tcllib/tiff/tiff.tcl -lib/tcllib/transfer/ -lib/tcllib/transfer/connect.tcl -lib/tcllib/transfer/copyops.tcl -lib/tcllib/transfer/ddest.tcl -lib/tcllib/transfer/dsource.tcl -lib/tcllib/transfer/pkgIndex.tcl -lib/tcllib/transfer/receiver.tcl -lib/tcllib/transfer/tqueue.tcl -lib/tcllib/transfer/transmitter.tcl -lib/tcllib/treeql/ -lib/tcllib/treeql/pkgIndex.tcl -lib/tcllib/treeql/treeql.tcl -lib/tcllib/treeql/treeql84.tcl -lib/tcllib/treeql/treeql85.tcl -lib/tcllib/uev/ -lib/tcllib/uev/pkgIndex.tcl -lib/tcllib/uev/uevent.tcl -lib/tcllib/uev/uevent_onidle.tcl -lib/tcllib/units/ -lib/tcllib/units/pkgIndex.tcl -lib/tcllib/units/units.tcl -lib/tcllib/uri/ -lib/tcllib/uri/pkgIndex.tcl -lib/tcllib/uri/uri.tcl -lib/tcllib/uri/urn-scheme.tcl -lib/tcllib/uuid/ -lib/tcllib/uuid/pkgIndex.tcl -lib/tcllib/uuid/uuid.tcl -lib/tcllib/wip/ -lib/tcllib/wip/pkgIndex.tcl -lib/tcllib/wip/wip.tcl -lib/tcllib/wip/wip2.tcl -lib/tcllib/yaml/ -lib/tcllib/yaml/huddle.tcl -lib/tcllib/yaml/pkgIndex.tcl -lib/tcllib/yaml/yaml.tcl +lib/tcl/aes/ +lib/tcl/aes/aes.tcl +lib/tcl/aes/pkgIndex.tcl +lib/tcl/amazon-s3/ +lib/tcl/amazon-s3/S3.tcl +lib/tcl/amazon-s3/pkgIndex.tcl +lib/tcl/amazon-s3/xsxp.tcl +lib/tcl/asn/ +lib/tcl/asn/asn.tcl +lib/tcl/asn/pkgIndex.tcl +lib/tcl/base32/ +lib/tcl/base32/base32.tcl +lib/tcl/base32/base32_c.tcl +lib/tcl/base32/base32_tcl.tcl +lib/tcl/base32/base32core.tcl +lib/tcl/base32/base32hex.tcl +lib/tcl/base32/base32hex_c.tcl +lib/tcl/base32/base32hex_tcl.tcl +lib/tcl/base32/pkgIndex.tcl +lib/tcl/base64/ +lib/tcl/base64/base64.tcl +lib/tcl/base64/base64c.tcl +lib/tcl/base64/pkgIndex.tcl +lib/tcl/base64/uuencode.tcl +lib/tcl/base64/yencode.tcl +lib/tcl/bee/ +lib/tcl/bee/bee.tcl +lib/tcl/bee/pkgIndex.tcl +lib/tcl/bench/ +lib/tcl/bench/bench.tcl +lib/tcl/bench/bench_read.tcl +lib/tcl/bench/bench_wcsv.tcl +lib/tcl/bench/bench_wtext.tcl +lib/tcl/bench/libbench.tcl +lib/tcl/bench/pkgIndex.tcl +lib/tcl/bibtex/ +lib/tcl/bibtex/bibtex.tcl +lib/tcl/bibtex/pkgIndex.tcl +lib/tcl/blowfish/ +lib/tcl/blowfish/blowfish.tcl +lib/tcl/blowfish/pkgIndex.tcl +lib/tcl/cache/ +lib/tcl/cache/async.tcl +lib/tcl/cache/pkgIndex.tcl +lib/tcl/cmdline/ +lib/tcl/cmdline/cmdline.tcl +lib/tcl/cmdline/pkgIndex.tcl +lib/tcl/comm/ +lib/tcl/comm/comm.tcl +lib/tcl/comm/pkgIndex.tcl +lib/tcl/control/ +lib/tcl/control/ascaller.tcl +lib/tcl/control/assert.tcl +lib/tcl/control/control.tcl +lib/tcl/control/do.tcl +lib/tcl/control/no-op.tcl +lib/tcl/control/pkgIndex.tcl +lib/tcl/control/tclIndex +lib/tcl/coroutine/ +lib/tcl/coroutine/coro_auto.tcl +lib/tcl/coroutine/coroutine.tcl +lib/tcl/coroutine/pkgIndex.tcl +lib/tcl/counter/ +lib/tcl/counter/counter.tcl +lib/tcl/counter/pkgIndex.tcl +lib/tcl/crc/ +lib/tcl/crc/cksum.tcl +lib/tcl/crc/crc16.tcl +lib/tcl/crc/crc32.tcl +lib/tcl/crc/crcc.tcl +lib/tcl/crc/pkgIndex.tcl +lib/tcl/crc/sum.tcl +lib/tcl/csv/ +lib/tcl/csv/csv.tcl +lib/tcl/csv/pkgIndex.tcl +lib/tcl/des/ +lib/tcl/des/des.tcl +lib/tcl/des/pkgIndex.tcl +lib/tcl/des/tcldes.tcl +lib/tcl/des/tcldesjr.tcl +lib/tcl/dns/ +lib/tcl/dns/dns.tcl +lib/tcl/dns/ip.tcl +lib/tcl/dns/ipMore.tcl +lib/tcl/dns/ipMoreC.tcl +lib/tcl/dns/msgs/ +lib/tcl/dns/msgs/en.msg +lib/tcl/dns/pkgIndex.tcl +lib/tcl/dns/resolv.tcl +lib/tcl/dns/spf.tcl +lib/tcl/docstrip/ +lib/tcl/docstrip/docstrip.tcl +lib/tcl/docstrip/docstrip_util.tcl +lib/tcl/docstrip/pkgIndex.tcl +lib/tcl/doctools/ +lib/tcl/doctools/api.tcl +lib/tcl/doctools/api_idx.tcl +lib/tcl/doctools/api_toc.tcl +lib/tcl/doctools/changelog.tcl +lib/tcl/doctools/checker.tcl +lib/tcl/doctools/checker_idx.tcl +lib/tcl/doctools/checker_toc.tcl +lib/tcl/doctools/cvs.tcl +lib/tcl/doctools/docidx.tcl +lib/tcl/doctools/doctoc.tcl +lib/tcl/doctools/doctools.tcl +lib/tcl/doctools/mpformats/ +lib/tcl/doctools/mpformats/_common.tcl +lib/tcl/doctools/mpformats/_html.tcl +lib/tcl/doctools/mpformats/_idx_common.tcl +lib/tcl/doctools/mpformats/_nroff.tcl +lib/tcl/doctools/mpformats/_text.tcl +lib/tcl/doctools/mpformats/_toc_common.tcl +lib/tcl/doctools/mpformats/_xml.tcl +lib/tcl/doctools/mpformats/c.msg +lib/tcl/doctools/mpformats/de.msg +lib/tcl/doctools/mpformats/en.msg +lib/tcl/doctools/mpformats/fmt.desc +lib/tcl/doctools/mpformats/fmt.html +lib/tcl/doctools/mpformats/fmt.latex +lib/tcl/doctools/mpformats/fmt.list +lib/tcl/doctools/mpformats/fmt.nroff +lib/tcl/doctools/mpformats/fmt.null +lib/tcl/doctools/mpformats/fmt.text +lib/tcl/doctools/mpformats/fmt.tmml +lib/tcl/doctools/mpformats/fmt.wiki +lib/tcl/doctools/mpformats/fr.msg +lib/tcl/doctools/mpformats/idx.html +lib/tcl/doctools/mpformats/idx.nroff +lib/tcl/doctools/mpformats/idx.null +lib/tcl/doctools/mpformats/idx.text +lib/tcl/doctools/mpformats/idx.wiki +lib/tcl/doctools/mpformats/man.macros +lib/tcl/doctools/mpformats/toc.html +lib/tcl/doctools/mpformats/toc.nroff +lib/tcl/doctools/mpformats/toc.null +lib/tcl/doctools/mpformats/toc.text +lib/tcl/doctools/mpformats/toc.tmml +lib/tcl/doctools/mpformats/toc.wiki +lib/tcl/doctools/pkgIndex.tcl +lib/tcl/doctools2base/ +lib/tcl/doctools2base/config.tcl +lib/tcl/doctools2base/html.tcl +lib/tcl/doctools2base/html_cssdefaults.tcl +lib/tcl/doctools2base/msgcat.tcl +lib/tcl/doctools2base/nroff_manmacros.tcl +lib/tcl/doctools2base/paths.tcl +lib/tcl/doctools2base/pkgIndex.tcl +lib/tcl/doctools2base/tcl_parse.tcl +lib/tcl/doctools2base/text.tcl +lib/tcl/doctools2idx/ +lib/tcl/doctools2idx/container.tcl +lib/tcl/doctools2idx/export.tcl +lib/tcl/doctools2idx/export_docidx.tcl +lib/tcl/doctools2idx/export_html.tcl +lib/tcl/doctools2idx/export_json.tcl +lib/tcl/doctools2idx/export_nroff.tcl +lib/tcl/doctools2idx/export_text.tcl +lib/tcl/doctools2idx/export_wiki.tcl +lib/tcl/doctools2idx/import.tcl +lib/tcl/doctools2idx/import_docidx.tcl +lib/tcl/doctools2idx/import_json.tcl +lib/tcl/doctools2idx/msgcat_c.tcl +lib/tcl/doctools2idx/msgcat_de.tcl +lib/tcl/doctools2idx/msgcat_en.tcl +lib/tcl/doctools2idx/msgcat_fr.tcl +lib/tcl/doctools2idx/parse.tcl +lib/tcl/doctools2idx/pkgIndex.tcl +lib/tcl/doctools2idx/structure.tcl +lib/tcl/doctools2toc/ +lib/tcl/doctools2toc/container.tcl +lib/tcl/doctools2toc/export.tcl +lib/tcl/doctools2toc/export_doctoc.tcl +lib/tcl/doctools2toc/export_html.tcl +lib/tcl/doctools2toc/export_json.tcl +lib/tcl/doctools2toc/export_nroff.tcl +lib/tcl/doctools2toc/export_text.tcl +lib/tcl/doctools2toc/export_wiki.tcl +lib/tcl/doctools2toc/import.tcl +lib/tcl/doctools2toc/import_doctoc.tcl +lib/tcl/doctools2toc/import_json.tcl +lib/tcl/doctools2toc/msgcat_c.tcl +lib/tcl/doctools2toc/msgcat_de.tcl +lib/tcl/doctools2toc/msgcat_en.tcl +lib/tcl/doctools2toc/msgcat_fr.tcl +lib/tcl/doctools2toc/parse.tcl +lib/tcl/doctools2toc/pkgIndex.tcl +lib/tcl/doctools2toc/structure.tcl +lib/tcl/fileutil/ +lib/tcl/fileutil/fileutil.tcl +lib/tcl/fileutil/multi.tcl +lib/tcl/fileutil/multiop.tcl +lib/tcl/fileutil/pkgIndex.tcl +lib/tcl/fileutil/traverse.tcl +lib/tcl/ftp/ +lib/tcl/ftp/ftp.tcl +lib/tcl/ftp/ftp_geturl.tcl +lib/tcl/ftp/pkgIndex.tcl +lib/tcl/ftpd/ +lib/tcl/ftpd/ftpd.tcl +lib/tcl/ftpd/pkgIndex.tcl +lib/tcl/fumagic/ +lib/tcl/fumagic/cfront.tcl +lib/tcl/fumagic/cgen.tcl +lib/tcl/fumagic/filetypes.tcl +lib/tcl/fumagic/mimetypes.tcl +lib/tcl/fumagic/pkgIndex.tcl +lib/tcl/fumagic/rtcore.tcl +lib/tcl/grammar_fa/ +lib/tcl/grammar_fa/dacceptor.tcl +lib/tcl/grammar_fa/dexec.tcl +lib/tcl/grammar_fa/fa.tcl +lib/tcl/grammar_fa/faop.tcl +lib/tcl/grammar_fa/pkgIndex.tcl +lib/tcl/grammar_me/ +lib/tcl/grammar_me/gasm.tcl +lib/tcl/grammar_me/me_cpu.tcl +lib/tcl/grammar_me/me_cpucore.tcl +lib/tcl/grammar_me/me_tcl.tcl +lib/tcl/grammar_me/me_util.tcl +lib/tcl/grammar_me/pkgIndex.tcl +lib/tcl/grammar_peg/ +lib/tcl/grammar_peg/peg.tcl +lib/tcl/grammar_peg/peg_interp.tcl +lib/tcl/grammar_peg/pkgIndex.tcl +lib/tcl/html/ +lib/tcl/html/html.tcl +lib/tcl/html/pkgIndex.tcl +lib/tcl/htmlparse/ +lib/tcl/htmlparse/htmlparse.tcl +lib/tcl/htmlparse/pkgIndex.tcl +lib/tcl/http/ +lib/tcl/http/autoproxy.tcl +lib/tcl/http/pkgIndex.tcl +lib/tcl/ident/ +lib/tcl/ident/ident.tcl +lib/tcl/ident/pkgIndex.tcl +lib/tcl/inifile/ +lib/tcl/inifile/ini.tcl +lib/tcl/inifile/pkgIndex.tcl +lib/tcl/interp/ +lib/tcl/interp/deleg_method.tcl +lib/tcl/interp/deleg_proc.tcl +lib/tcl/interp/interp.tcl +lib/tcl/interp/pkgIndex.tcl +lib/tcl/irc/ +lib/tcl/irc/irc.tcl +lib/tcl/irc/picoirc.tcl +lib/tcl/irc/pkgIndex.tcl +lib/tcl/javascript/ +lib/tcl/javascript/javascript.tcl +lib/tcl/javascript/pkgIndex.tcl +lib/tcl/jpeg/ +lib/tcl/jpeg/jpeg.tcl +lib/tcl/jpeg/pkgIndex.tcl +lib/tcl/json/ +lib/tcl/json/json.tcl +lib/tcl/json/json_write.tcl +lib/tcl/json/pkgIndex.tcl +lib/tcl/ldap/ +lib/tcl/ldap/ldap.tcl +lib/tcl/ldap/ldapx.tcl +lib/tcl/ldap/pkgIndex.tcl +lib/tcl/log/ +lib/tcl/log/log.tcl +lib/tcl/log/logger.tcl +lib/tcl/log/loggerAppender.tcl +lib/tcl/log/loggerUtils.tcl +lib/tcl/log/msgs/ +lib/tcl/log/msgs/en.msg +lib/tcl/log/pkgIndex.tcl +lib/tcl/map/ +lib/tcl/map/map_slippy.tcl +lib/tcl/map/map_slippy_cache.tcl +lib/tcl/map/map_slippy_fetcher.tcl +lib/tcl/map/pkgIndex.tcl +lib/tcl/mapproj/ +lib/tcl/mapproj/mapproj.tcl +lib/tcl/mapproj/pkgIndex.tcl +lib/tcl/math/ +lib/tcl/math/bessel.tcl +lib/tcl/math/bigfloat.tcl +lib/tcl/math/bigfloat2.tcl +lib/tcl/math/bignum.tcl +lib/tcl/math/calculus.tcl +lib/tcl/math/classic_polyns.tcl +lib/tcl/math/combinatorics.tcl +lib/tcl/math/constants.tcl +lib/tcl/math/elliptic.tcl +lib/tcl/math/exponential.tcl +lib/tcl/math/fourier.tcl +lib/tcl/math/fuzzy.tcl +lib/tcl/math/geometry.tcl +lib/tcl/math/interpolate.tcl +lib/tcl/math/linalg.tcl +lib/tcl/math/liststat.tcl +lib/tcl/math/machineparameters.tcl +lib/tcl/math/math.tcl +lib/tcl/math/misc.tcl +lib/tcl/math/mvlinreg.tcl +lib/tcl/math/optimize.tcl +lib/tcl/math/pdf_stat.tcl +lib/tcl/math/pkgIndex.tcl +lib/tcl/math/plotstat.tcl +lib/tcl/math/polynomials.tcl +lib/tcl/math/qcomplex.tcl +lib/tcl/math/rational_funcs.tcl +lib/tcl/math/romannumerals.tcl +lib/tcl/math/special.tcl +lib/tcl/math/statistics.tcl +lib/tcl/math/tclIndex +lib/tcl/md4/ +lib/tcl/md4/md4.tcl +lib/tcl/md4/md4c.tcl +lib/tcl/md4/pkgIndex.tcl +lib/tcl/md5/ +lib/tcl/md5/md5.tcl +lib/tcl/md5/md5c.tcl +lib/tcl/md5/md5x.tcl +lib/tcl/md5/pkgIndex.tcl +lib/tcl/md5crypt/ +lib/tcl/md5crypt/md5crypt.tcl +lib/tcl/md5crypt/md5cryptc.tcl +lib/tcl/md5crypt/pkgIndex.tcl +lib/tcl/mime/ +lib/tcl/mime/mime.tcl +lib/tcl/mime/pkgIndex.tcl +lib/tcl/mime/smtp.tcl +lib/tcl/multiplexer/ +lib/tcl/multiplexer/multiplexer.tcl +lib/tcl/multiplexer/pkgIndex.tcl +lib/tcl/ncgi/ +lib/tcl/ncgi/ncgi.tcl +lib/tcl/ncgi/pkgIndex.tcl +lib/tcl/nmea/ +lib/tcl/nmea/nmea.tcl +lib/tcl/nmea/pkgIndex.tcl +lib/tcl/nns/ +lib/tcl/nns/common.tcl +lib/tcl/nns/nns.tcl +lib/tcl/nns/nns_auto.tcl +lib/tcl/nns/pkgIndex.tcl +lib/tcl/nns/server.tcl +lib/tcl/nntp/ +lib/tcl/nntp/nntp.tcl +lib/tcl/nntp/pkgIndex.tcl +lib/tcl/ntp/ +lib/tcl/ntp/pkgIndex.tcl +lib/tcl/ntp/time.tcl +lib/tcl/otp/ +lib/tcl/otp/otp.tcl +lib/tcl/otp/pkgIndex.tcl +lib/tcl/page/ +lib/tcl/page/analysis_peg_emodes.tcl +lib/tcl/page/analysis_peg_minimize.tcl +lib/tcl/page/analysis_peg_reachable.tcl +lib/tcl/page/analysis_peg_realizable.tcl +lib/tcl/page/compiler_peg_mecpu.tcl +lib/tcl/page/gen_peg_canon.tcl +lib/tcl/page/gen_peg_cpkg.tcl +lib/tcl/page/gen_peg_hb.tcl +lib/tcl/page/gen_peg_me.tcl +lib/tcl/page/gen_peg_mecpu.tcl +lib/tcl/page/gen_peg_ser.tcl +lib/tcl/page/gen_tree_text.tcl +lib/tcl/page/parse_lemon.tcl +lib/tcl/page/parse_peg.tcl +lib/tcl/page/parse_peghb.tcl +lib/tcl/page/parse_pegser.tcl +lib/tcl/page/peg_grammar.tcl +lib/tcl/page/pkgIndex.tcl +lib/tcl/page/pluginmgr.tcl +lib/tcl/page/plugins/ +lib/tcl/page/plugins/config_peg.tcl +lib/tcl/page/plugins/pkgIndex.tcl +lib/tcl/page/plugins/reader_hb.tcl +lib/tcl/page/plugins/reader_lemon.tcl +lib/tcl/page/plugins/reader_peg.tcl +lib/tcl/page/plugins/reader_ser.tcl +lib/tcl/page/plugins/reader_treeser.tcl +lib/tcl/page/plugins/transform_mecpu.tcl +lib/tcl/page/plugins/transform_reachable.tcl +lib/tcl/page/plugins/transform_realizable.tcl +lib/tcl/page/plugins/writer_hb.tcl +lib/tcl/page/plugins/writer_identity.tcl +lib/tcl/page/plugins/writer_me.tcl +lib/tcl/page/plugins/writer_mecpu.tcl +lib/tcl/page/plugins/writer_null.tcl +lib/tcl/page/plugins/writer_peg.tcl +lib/tcl/page/plugins/writer_ser.tcl +lib/tcl/page/plugins/writer_tpc.tcl +lib/tcl/page/plugins/writer_tree.tcl +lib/tcl/page/util_flow.tcl +lib/tcl/page/util_norm_lemon.tcl +lib/tcl/page/util_norm_peg.tcl +lib/tcl/page/util_peg.tcl +lib/tcl/page/util_quote.tcl +lib/tcl/pluginmgr/ +lib/tcl/pluginmgr/pkgIndex.tcl +lib/tcl/pluginmgr/pluginmgr.tcl +lib/tcl/png/ +lib/tcl/png/pkgIndex.tcl +lib/tcl/png/png.tcl +lib/tcl/pop3/ +lib/tcl/pop3/pkgIndex.tcl +lib/tcl/pop3/pop3.tcl +lib/tcl/pop3d/ +lib/tcl/pop3d/pkgIndex.tcl +lib/tcl/pop3d/pop3d.tcl +lib/tcl/pop3d/pop3d_dbox.tcl +lib/tcl/pop3d/pop3d_udb.tcl +lib/tcl/profiler/ +lib/tcl/profiler/pkgIndex.tcl +lib/tcl/profiler/profiler.tcl +lib/tcl/rc4/ +lib/tcl/rc4/pkgIndex.tcl +lib/tcl/rc4/rc4.tcl +lib/tcl/rc4/rc4c.tcl +lib/tcl/rcs/ +lib/tcl/rcs/pkgIndex.tcl +lib/tcl/rcs/rcs.tcl +lib/tcl/report/ +lib/tcl/report/pkgIndex.tcl +lib/tcl/report/report.tcl +lib/tcl/rest/ +lib/tcl/rest/pkgIndex.tcl +lib/tcl/rest/rest.tcl +lib/tcl/ripemd/ +lib/tcl/ripemd/pkgIndex.tcl +lib/tcl/ripemd/ripemd128.tcl +lib/tcl/ripemd/ripemd160.tcl +lib/tcl/sasl/ +lib/tcl/sasl/gtoken.tcl +lib/tcl/sasl/ntlm.tcl +lib/tcl/sasl/pkgIndex.tcl +lib/tcl/sasl/sasl.tcl +lib/tcl/sha1/ +lib/tcl/sha1/pkgIndex.tcl +lib/tcl/sha1/sha1.tcl +lib/tcl/sha1/sha1c.tcl +lib/tcl/sha1/sha1v1.tcl +lib/tcl/sha1/sha256.tcl +lib/tcl/sha1/sha256c.tcl +lib/tcl/simulation/ +lib/tcl/simulation/annealing.tcl +lib/tcl/simulation/montecarlo.tcl +lib/tcl/simulation/pkgIndex.tcl +lib/tcl/simulation/random.tcl +lib/tcl/smtpd/ +lib/tcl/smtpd/pkgIndex.tcl +lib/tcl/smtpd/smtpd.tcl +lib/tcl/snit/ +lib/tcl/snit/main1.tcl +lib/tcl/snit/main1_83.tcl +lib/tcl/snit/main2.tcl +lib/tcl/snit/pkgIndex.tcl +lib/tcl/snit/snit.tcl +lib/tcl/snit/snit2.tcl +lib/tcl/snit/snit_tcl83_utils.tcl +lib/tcl/snit/validate.tcl +lib/tcl/soundex/ +lib/tcl/soundex/pkgIndex.tcl +lib/tcl/soundex/soundex.tcl +lib/tcl/stooop/ +lib/tcl/stooop/mkpkgidx.tcl +lib/tcl/stooop/pkgIndex.tcl +lib/tcl/stooop/stooop.tcl +lib/tcl/stooop/switched.tcl +lib/tcl/stooop/xifo.tcl +lib/tcl/stringprep/ +lib/tcl/stringprep/pkgIndex.tcl +lib/tcl/stringprep/stringprep.tcl +lib/tcl/stringprep/stringprep_data.tcl +lib/tcl/stringprep/unicode.tcl +lib/tcl/stringprep/unicode_data.tcl +lib/tcl/struct/ +lib/tcl/struct/disjointset.tcl +lib/tcl/struct/graph.tcl +lib/tcl/struct/graph1.tcl +lib/tcl/struct/graph_c.tcl +lib/tcl/struct/graph_tcl.tcl +lib/tcl/struct/graphops.tcl +lib/tcl/struct/list.tcl +lib/tcl/struct/matrix.tcl +lib/tcl/struct/matrix1.tcl +lib/tcl/struct/pkgIndex.tcl +lib/tcl/struct/pool.tcl +lib/tcl/struct/prioqueue.tcl +lib/tcl/struct/queue.tcl +lib/tcl/struct/queue_c.tcl +lib/tcl/struct/queue_tcl.tcl +lib/tcl/struct/record.tcl +lib/tcl/struct/sets.tcl +lib/tcl/struct/sets_c.tcl +lib/tcl/struct/sets_tcl.tcl +lib/tcl/struct/skiplist.tcl +lib/tcl/struct/stack.tcl +lib/tcl/struct/stack_c.tcl +lib/tcl/struct/stack_tcl.tcl +lib/tcl/struct/struct.tcl +lib/tcl/struct/struct1.tcl +lib/tcl/struct/tree.tcl +lib/tcl/struct/tree1.tcl +lib/tcl/struct/tree_c.tcl +lib/tcl/struct/tree_tcl.tcl +lib/tcl/tar/ +lib/tcl/tar/pkgIndex.tcl +lib/tcl/tar/tar.tcl +lib/tcl/term/ +lib/tcl/term/ansi/ +lib/tcl/term/ansi/code/ +lib/tcl/term/ansi/code.tcl +lib/tcl/term/ansi/code/attr.tcl +lib/tcl/term/ansi/code/ctrl.tcl +lib/tcl/term/ansi/code/macros.tcl +lib/tcl/term/ansi/ctrlunix.tcl +lib/tcl/term/ansi/send.tcl +lib/tcl/term/bind.tcl +lib/tcl/term/imenu.tcl +lib/tcl/term/ipager.tcl +lib/tcl/term/pkgIndex.tcl +lib/tcl/term/receive.tcl +lib/tcl/term/send.tcl +lib/tcl/term/term.tcl +lib/tcl/textutil/ +lib/tcl/textutil/adjust.tcl +lib/tcl/textutil/dehypht.tex +lib/tcl/textutil/eshyph_vo.tex +lib/tcl/textutil/expander.tcl +lib/tcl/textutil/ithyph.tex +lib/tcl/textutil/pkgIndex.tcl +lib/tcl/textutil/repeat.tcl +lib/tcl/textutil/split.tcl +lib/tcl/textutil/string.tcl +lib/tcl/textutil/tabify.tcl +lib/tcl/textutil/textutil.tcl +lib/tcl/textutil/trim.tcl +lib/tcl/tie/ +lib/tcl/tie/pkgIndex.tcl +lib/tcl/tie/tie.tcl +lib/tcl/tie/tie_array.tcl +lib/tcl/tie/tie_dsource.tcl +lib/tcl/tie/tie_file.tcl +lib/tcl/tie/tie_growfile.tcl +lib/tcl/tie/tie_log.tcl +lib/tcl/tie/tie_rarray.tcl +lib/tcl/tiff/ +lib/tcl/tiff/pkgIndex.tcl +lib/tcl/tiff/tiff.tcl +lib/tcl/transfer/ +lib/tcl/transfer/connect.tcl +lib/tcl/transfer/copyops.tcl +lib/tcl/transfer/ddest.tcl +lib/tcl/transfer/dsource.tcl +lib/tcl/transfer/pkgIndex.tcl +lib/tcl/transfer/receiver.tcl +lib/tcl/transfer/tqueue.tcl +lib/tcl/transfer/transmitter.tcl +lib/tcl/treeql/ +lib/tcl/treeql/pkgIndex.tcl +lib/tcl/treeql/treeql.tcl +lib/tcl/treeql/treeql84.tcl +lib/tcl/treeql/treeql85.tcl +lib/tcl/uev/ +lib/tcl/uev/pkgIndex.tcl +lib/tcl/uev/uevent.tcl +lib/tcl/uev/uevent_onidle.tcl +lib/tcl/units/ +lib/tcl/units/pkgIndex.tcl +lib/tcl/units/units.tcl +lib/tcl/uri/ +lib/tcl/uri/pkgIndex.tcl +lib/tcl/uri/uri.tcl +lib/tcl/uri/urn-scheme.tcl +lib/tcl/uuid/ +lib/tcl/uuid/pkgIndex.tcl +lib/tcl/uuid/uuid.tcl +lib/tcl/virtchannel_base/ +lib/tcl/virtchannel_base/fifo.tcl +lib/tcl/virtchannel_base/fifo2.tcl +lib/tcl/virtchannel_base/halfpipe.tcl +lib/tcl/virtchannel_base/memchan.tcl +lib/tcl/virtchannel_base/null.tcl +lib/tcl/virtchannel_base/nullzero.tcl +lib/tcl/virtchannel_base/pkgIndex.tcl +lib/tcl/virtchannel_base/random.tcl +lib/tcl/virtchannel_base/randseed.tcl +lib/tcl/virtchannel_base/string.tcl +lib/tcl/virtchannel_base/textwindow.tcl +lib/tcl/virtchannel_base/variable.tcl +lib/tcl/virtchannel_base/zero.tcl +lib/tcl/virtchannel_core/ +lib/tcl/virtchannel_core/core.tcl +lib/tcl/virtchannel_core/events.tcl +lib/tcl/virtchannel_core/pkgIndex.tcl +lib/tcl/virtchannel_core/transformcore.tcl +lib/tcl/virtchannel_transform/ +lib/tcl/virtchannel_transform/adler32.tcl +lib/tcl/virtchannel_transform/base64.tcl +lib/tcl/virtchannel_transform/counter.tcl +lib/tcl/virtchannel_transform/crc32.tcl +lib/tcl/virtchannel_transform/hex.tcl +lib/tcl/virtchannel_transform/identity.tcl +lib/tcl/virtchannel_transform/limitsize.tcl +lib/tcl/virtchannel_transform/observe.tcl +lib/tcl/virtchannel_transform/otp.tcl +lib/tcl/virtchannel_transform/pkgIndex.tcl +lib/tcl/virtchannel_transform/rot.tcl +lib/tcl/virtchannel_transform/spacer.tcl +lib/tcl/virtchannel_transform/zlib.tcl +lib/tcl/wip/ +lib/tcl/wip/pkgIndex.tcl +lib/tcl/wip/wip.tcl +lib/tcl/wip/wip2.tcl +lib/tcl/yaml/ +lib/tcl/yaml/huddle.tcl +lib/tcl/yaml/pkgIndex.tcl +lib/tcl/yaml/yaml.tcl @man man/mann/S3.n @man man/mann/adjust.n @man man/mann/aes.n @@ -568,6 +653,7 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/comm_wire.n @man man/mann/connect.n @man man/mann/constants.n +@man man/mann/container.n @man man/mann/control.n @man man/mann/copyops.n @man man/mann/counter.n @@ -607,8 +693,15 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/doctools_plugin_apiref.n @man man/mann/dsource.n @man man/mann/dtplite.n -@man man/mann/exif.n @man man/mann/expander.n +@man man/mann/export.n +@man man/mann/export_docidx.n +@man man/mann/export_doctoc.n +@man man/mann/export_html.n +@man man/mann/export_json.n +@man man/mann/export_nroff.n +@man man/mann/export_text.n +@man man/mann/export_wiki.n @man man/mann/fa.n @man man/mann/faop.n @man man/mann/filetypes.n @@ -624,17 +717,24 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/graph1.n @man man/mann/graphops.n @man man/mann/html.n +@man man/mann/html_cssdefaults.n @man man/mann/htmlparse.n @man man/mann/huddle.n @man man/mann/ident.n @man man/mann/imenu.n +@man man/mann/import.n +@man man/mann/import_docidx.n +@man man/mann/import_doctoc.n +@man man/mann/import_json.n @man man/mann/ini.n @man man/mann/interpolate.n +@man man/mann/introduction.n @man man/mann/ipager.n @man man/mann/irc.n @man man/mann/javascript.n @man man/mann/jpeg.n @man man/mann/json.n +@man man/mann/json_write.n @man man/mann/ldap.n @man man/mann/ldapx.n @man man/mann/linalg.n @@ -642,6 +742,7 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/logger.n @man man/mann/loggerAppender.n @man man/mann/loggerUtils.n +@man man/mann/machineparameters.n @man man/mann/map_slippy.n @man man/mann/map_slippy_cache.n @man man/mann/map_slippy_fetcher.n @@ -663,6 +764,11 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/mimetypes.n @man man/mann/montecarlo.n @man man/mann/mpexpand.n +@man man/mann/msgcat.n +@man man/mann/msgcat_c.n +@man man/mann/msgcat_de.n +@man man/mann/msgcat_en.n +@man man/mann/msgcat_fr.n @man man/mann/multi.n @man man/mann/multiop.n @man man/mann/multiplexer.n @@ -675,6 +781,7 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/nns_protocol.n @man man/mann/nns_server.n @man man/mann/nntp.n +@man man/mann/nroff_manmacros.n @man man/mann/ntp_time.n @man man/mann/optimize.n @man man/mann/otp.n @@ -686,6 +793,7 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/page_util_norm_peg.n @man man/mann/page_util_peg.n @man man/mann/page_util_quote.n +@man man/mann/parse.n @man man/mann/peg.n @man man/mann/peg_interp.n @man man/mann/picoirc.n @@ -701,7 +809,6 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/profiler.n @man man/mann/qcomplex.n @man man/mann/queue.n -@man man/mann/random.n @man man/mann/rational_funcs.n @man man/mann/rc4.n @man man/mann/rcs.n @@ -710,6 +817,7 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/record.n @man man/mann/repeat.n @man man/mann/report.n +@man man/mann/rest.n @man man/mann/ripemd128.n @man man/mann/ripemd160.n @man man/mann/roman.n @@ -718,6 +826,7 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/sasl.n @man man/mann/sha1.n @man man/mann/sha256.n +@man man/mann/simulation_random.n @man man/mann/skiplist.n @man man/mann/smtp.n @man man/mann/smtpd.n @@ -734,9 +843,11 @@ lib/tcllib/yaml/yaml.tcl @man man/mann/struct_set.n @man man/mann/struct_tree.n @man man/mann/struct_tree1.n +@man man/mann/structure.n @man man/mann/sum.n @man man/mann/tabify.n @man man/mann/tar.n +@man man/mann/tcl_parse.n @man man/mann/tcldocstrip.n @man man/mann/tcllib.n @man man/mann/tcllib_dns.n