diff options
author | pav <pav@FreeBSD.org> | 2007-03-29 21:09:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-29 21:09:38 +0800 |
commit | b5eee7af8bfe6bb1576228e1d0a91dcff8312774 (patch) | |
tree | e06934a12be7e01effe22c5d0358716eb0efe242 /lang | |
parent | c736e2fa86e590e547b86a839d600090ee0499e0 (diff) | |
download | freebsd-ports-gnome-b5eee7af8bfe6bb1576228e1d0a91dcff8312774.tar.gz freebsd-ports-gnome-b5eee7af8bfe6bb1576228e1d0a91dcff8312774.tar.zst freebsd-ports-gnome-b5eee7af8bfe6bb1576228e1d0a91dcff8312774.zip |
- Remove tcl81-thread, very old, and unused in the tree, tcl version
Approved by: Martin Matuska <martin@matuska.org> (maintainer)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl81-thread/Makefile | 78 | ||||
-rw-r--r-- | lang/tcl81-thread/distinfo | 3 | ||||
-rw-r--r-- | lang/tcl81-thread/files/patch-aa | 186 | ||||
-rw-r--r-- | lang/tcl81-thread/files/patch-ab | 42 | ||||
-rw-r--r-- | lang/tcl81-thread/files/patch-ac | 11 | ||||
-rw-r--r-- | lang/tcl81-thread/pkg-descr | 8 | ||||
-rw-r--r-- | lang/tcl81-thread/pkg-plist | 113 |
8 files changed, 0 insertions, 442 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5bbf93a0b574..5a781eaacc58 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -309,7 +309,6 @@ SUBDIR += tcl-tk-wrapper SUBDIR += tcl-wrapper SUBDIR += tcl80 - SUBDIR += tcl81-thread SUBDIR += tcl82 SUBDIR += tcl83 SUBDIR += tcl84 diff --git a/lang/tcl81-thread/Makefile b/lang/tcl81-thread/Makefile deleted file mode 100644 index 21c39a4526ad..000000000000 --- a/lang/tcl81-thread/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: tcl8.1 -# Date created: 19 August 1997 -# Whom: jkh -# -# $FreeBSD$ -# - -PORTNAME= tcl -PORTVERSION= 8.1.b1 -PORTREVISION= 2 -CATEGORIES= lang tcl81 -MASTER_SITES= ${MASTER_SITE_TCLTK} -MASTER_SITE_SUBDIR= tcl8_1 -PKGNAMESUFFIX= -threads -DISTNAME= tcl8.1b1 - -MAINTAINER= martin@matuska.org -COMMENT= Tcl81 with threads support - -FILE_DEPENDS= ${PORTSDIR}/lang/tcl80 - -NO_LATEST_LINK= yes -USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/unix -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-shared --enable-threads -CONFIGURE_ENV= PORTSDIR=${PORTSDIR} - -OPTIONS= TCL81_MAN "Install tcl 8.1 manpages" off - -.include <bsd.port.pre.mk> - -.if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TCL81_MAN) -MAN1= tclsh.1 - -MAN3= AddErrInfo.3 Alloc.3 AllowExc.3 AppInit.3 AssocData.3 Async.3 \ - BackgdErr.3 Backslash.3 BoolObj.3 ByteArrObj.3 CallDel.3 CmdCmplt.3 \ - Concat.3 CrtChannel.3 CrtChnlHdlr.3 CrtCloseHdlr.3 CrtCommand.3 \ - CrtFileHdlr.3 CrtInterp.3 CrtMathFnc.3 CrtObjCmd.3 CrtSlave.3 \ - CrtTimerHdlr.3 CrtTrace.3 DString.3 DetachPids.3 DoOneEvent.3 \ - DoWhenIdle.3 DoubleObj.3 Encoding.3 Eval.3 Exit.3 ExprLong.3 \ - ExprLongObj.3 FindExec.3 GetIndex.3 GetInt.3 GetOpnFl.3 GetStdChan.3 \ - Hash.3 IntObj.3 Interp.3 LinkVar.3 ListObj.3 Notifier.3 Object.3 \ - ObjectType.3 OpenFileChnl.3 OpenTcp.3 ParseCmd.3 PkgRequire.3 \ - Preserve.3 PrintDbl.3 RecEvalObj.3 RecordEval.3 RegExp.3 SaveResult.3 \ - SetErrno.3 SetRecLmt.3 SetResult.3 SetVar.3 Sleep.3 SplitList.3 \ - SplitPath.3 StaticPkg.3 StrMatch.3 StringObj.3 Tcl_Main.3 Thread.3 \ - ToUpper.3 TraceVar.3 Translate.3 UpVar.3 Utf.3 WrongNumArgs.3 - -MANN= Tcl.n after.n append.n array.n bgerror.n binary.n break.n case.n \ - catch.n cd.n clock.n close.n concat.n continue.n encoding.n eof.n \ - error.n eval.n exec.n exit.n expr.n fblocked.n fconfigure.n fcopy.n \ - file.n fileevent.n filename.n flush.n for.n foreach.n format.n gets.n \ - glob.n global.n history.n http.n if.n incr.n info.n interp.n join.n \ - lappend.n library.n lindex.n linsert.n list.n llength.n load.n \ - lrange.n lreplace.n lsearch.n lsort.n msgcat.n namespace.n open.n \ - package.n pid.n pkgMkIndex.n proc.n puts.n pwd.n read.n regexp.n \ - registry.n regsub.n rename.n resource.n return.n safe.n scan.n seek.n \ - set.n socket.n source.n split.n string.n subst.n switch.n tclvars.n \ - tell.n time.n trace.n unknown.n unset.n update.n uplevel.n upvar.n \ - variable.n vwait.n while.n - -MANCOMPRESSED= yes -.endif - -.if ${ARCH} == "sparc64" -BROKEN= does not compile on sparc64 -.endif - -post-install: -.if !defined(NO_INSTALL_MANPAGES) && defined(WITH_TCL81_MAN) - @cd ${WRKSRC} && ${MAKE} -f Makefile install-man -.endif - -test: - cd ${WRKSRC} && ${MAKE} test - -.include <bsd.port.post.mk> diff --git a/lang/tcl81-thread/distinfo b/lang/tcl81-thread/distinfo deleted file mode 100644 index 112def51181f..000000000000 --- a/lang/tcl81-thread/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (tcl8.1b1.tar.gz) = 608c36993dfa52f06499f5c2004c7633 -SHA256 (tcl8.1b1.tar.gz) = 3af84a1ac25b869b2d007003179591cb1109bde6dc1e9c52aaaccaf22f5211a8 -SIZE (tcl8.1b1.tar.gz) = 2112258 diff --git a/lang/tcl81-thread/files/patch-aa b/lang/tcl81-thread/files/patch-aa deleted file mode 100644 index 79394452bc3d..000000000000 --- a/lang/tcl81-thread/files/patch-aa +++ /dev/null @@ -1,186 +0,0 @@ ---- Makefile.in.orig Sat Dec 12 00:36:13 1998 -+++ Makefile.in Mon Mar 12 16:48:00 2007 -@@ -55,7 +55,9 @@ - BIN_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/bin - - # Directory in which to install the include file tcl.h: --INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include -+INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tcl$(VERSION) -+GENERIC_INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tcl$(VERSION)/generic -+UNIX_INCLUDE_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/include/tcl$(VERSION)/unix - - # Top-level directory in which to install manual entries: - MAN_INSTALL_DIR = $(INSTALL_ROOT)$(prefix)/man -@@ -86,7 +88,7 @@ - #CFLAGS = $(CFLAGS_DEBUG) - #CFLAGS = $(CFLAGS_OPTIMIZE) - #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE) --CFLAGS = @CFLAGS@ -+CFLAGS? = @CFLAGS@ - - - # To disable ANSI-C procedure prototypes reverse the comment characters -@@ -152,7 +154,7 @@ - # "install" around; better to use the install-sh script that comes - # with the distribution, which is slower but guaranteed to work. - --INSTALL = @srcdir@/install-sh -c -+INSTALL = install -c - INSTALL_PROGRAM = ${INSTALL} - INSTALL_DATA = ${INSTALL} -m 644 - -@@ -226,7 +228,7 @@ - ${COMPILE_DEBUG_FLAGS} ${NO_DEPRECATED_FLAGS} ${ENV_FLAGS} \ - -DTCL_SHLIB_EXT=\"${SHLIB_SUFFIX}\" - --LIBS = @DL_LIBS@ @LIBS@ $(MATH_LIBS) -lc -+LIBS = @DL_LIBS@ @LIBS@ $(MATH_LIBS) - - DEPEND_SWITCHES = ${CFLAGS} -I${GENERIC_DIR} -I${SRC_DIR} \ - ${AC_FLAGS} ${MATH_FLAGS} \ -@@ -357,15 +359,21 @@ - - SRCS = $(GENERIC_SRCS) $(UNIX_SRCS) - --all: ${TCL_LIB_FILE} tclsh -+all: ${TCL_LIB_FILE} libtcl81.a tclsh - - # The following target is configured by autoconf to generate either - # a shared library or non-shared library for Tcl. - ${TCL_LIB_FILE}: ${OBJS} - rm -f ${TCL_LIB_FILE} - @MAKE_LIB@ -+ ln -sf ${TCL_LIB_FILE} libtcl81.so - $(RANLIB) ${TCL_LIB_FILE} - -+libtcl81.a: ${OBJS} -+ rm -f libtcl81.a -+ ar cr libtcl81.a ${OBJS} -+ $(RANLIB) libtcl81.a -+ - # Make target which outputs the list of the .o contained in the Tcl lib - # usefull to build a single big shared library containing Tcl and other - # extensions. used for the Tcl Plugin. -- dl -@@ -379,7 +387,7 @@ - - - tclsh: ${TCLSH_OBJS} ${TCL_LIB_FILE} -- ${CC} @LD_FLAGS@ ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \ -+ ${CC} -pthread @LD_FLAGS@ ${TCLSH_OBJS} @TCL_BUILD_LIB_SPEC@ ${LIBS} \ - @TCL_LD_SEARCH_FLAGS@ -o tclsh - - tcltest: ${TCLTEST_OBJS} ${TCL_LIB_FILE} ${BUILD_DLTEST} -@@ -453,13 +461,13 @@ - cd dltest; if test -f configure; then ./configure; else \ - $(DLTEST_DIR)/configure; fi - --install: install-binaries install-libraries install-man -+install: install-binaries install-libraries - - # Note: before running ranlib below, must cd to target directory because - # some ranlibs write to current directory, and this might not always be - # possible (e.g. if installing as root). - --install-binaries: $(TCL_LIB_FILE) tclsh -+install-binaries: $(TCL_LIB_FILE) libtcl81.a tclsh - @for i in $(LIB_INSTALL_DIR) $(BIN_INSTALL_DIR) ; \ - do \ - if [ ! -d $$i ] ; then \ -@@ -469,18 +477,24 @@ - else true; \ - fi; \ - done; -- @echo "Installing $(TCL_LIB_FILE)" -- @$(INSTALL_DATA) $(TCL_LIB_FILE) $(LIB_INSTALL_DIR)/$(TCL_LIB_FILE) -- @(cd $(LIB_INSTALL_DIR); $(RANLIB) $(TCL_LIB_FILE)) -- @chmod 555 $(LIB_INSTALL_DIR)/$(TCL_LIB_FILE) -+ @echo "Installing libtcl81_r.so.1" -+ @$(INSTALL_DATA) $(TCL_LIB_FILE) $(LIB_INSTALL_DIR)/libtcl81_r.so.1 -+ @ln -sf libtcl81_r.so.1 $(LIB_INSTALL_DIR)/libtcl81_r.so -+ @(cd $(LIB_INSTALL_DIR); $(RANLIB) libtcl81_r.so.1) -+ @chmod 555 $(LIB_INSTALL_DIR)/libtcl81_r.so.1 -+ @echo "Installing libtcl81.a" -+ @$(INSTALL_DATA) libtcl81.a $(LIB_INSTALL_DIR)/libtcl81_r.a -+ @(cd $(LIB_INSTALL_DIR); $(RANLIB) libtcl81_r.a) -+ @chmod 555 $(LIB_INSTALL_DIR)/libtcl81_r.a - @echo "Installing tclsh" -- @$(INSTALL_PROGRAM) tclsh $(BIN_INSTALL_DIR)/tclsh$(VERSION) -+ @$(INSTALL_PROGRAM) tclsh $(BIN_INSTALL_DIR)/tclsh$(VERSION)_r - @echo "Installing tclConfig.sh" -- @$(INSTALL_DATA) tclConfig.sh $(LIB_INSTALL_DIR)/tclConfig.sh -+ @mkdir -p $(SCRIPT_INSTALL_DIR) -+ @$(INSTALL_DATA) tclConfig.sh $(SCRIPT_INSTALL_DIR)/tclConfig.sh - - install-libraries: -- @for i in $(INSTALL_ROOT)$(prefix)/lib $(INCLUDE_INSTALL_DIR) \ -- $(SCRIPT_INSTALL_DIR); \ -+ @for i in $(INSTALL_ROOT)$(prefix)/lib $(GENERIC_INCLUDE_INSTALL_DIR) \ -+ $(UNIX_INCLUDE_INSTALL_DIR) $(SCRIPT_INSTALL_DIR); \ - do \ - if [ ! -d $$i ] ; then \ - echo "Making directory $$i"; \ -@@ -498,8 +512,15 @@ - else true; \ - fi; \ - done; -- @echo "Installing tcl.h" -- @$(INSTALL_DATA) $(GENERIC_DIR)/tcl.h $(INCLUDE_INSTALL_DIR)/tcl.h -+ @echo "Installing libraries, tcl.h and other headers" -+ @for i in $(GENERIC_DIR)/*.h ; \ -+ do \ -+ echo "Installing $$i"; \ -+ $(INSTALL_DATA) $$i $(GENERIC_INCLUDE_INSTALL_DIR); \ -+ done; -+ @ln -sf $(GENERIC_INCLUDE_INSTALL_DIR)/tcl.h $(INCLUDE_INSTALL_DIR)/tcl.h -+ @echo "Installing $(TOP_DIR)unix/tclUnixPort.h" -+ @$(INSTALL_DATA) $(TOP_DIR)/unix/tclUnixPort.h $(UNIX_INCLUDE_INSTALL_DIR) - @for i in $(TOP_DIR)/library/*.tcl $(TOP_DIR)/library/tclIndex $(UNIX_DIR)/tclAppInit.c $(UNIX_DIR)/ldAix; \ - do \ - echo "Installing $$i"; \ -@@ -531,30 +552,37 @@ - @cd $(TOP_DIR)/doc; for i in *.1; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MAN1_INSTALL_DIR)/$$i; \ -+ rm -f $(MAN1_INSTALL_DIR)/$$i $(MAN1_INSTALL_DIR)/$$i.gz ; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN1_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN1_INSTALL_DIR)/$$i; \ -+ $$i | gzip -c > $(MAN1_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN1_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN1_INSTALL_DIR) - @cd $(TOP_DIR)/doc; for i in *.3; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MAN3_INSTALL_DIR)/$$i; \ -+ rm -f $(MAN3_INSTALL_DIR)/$$i $(MAN3_INSTALL_DIR)/$$i.gz ; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MAN3_INSTALL_DIR)/$$i; \ -- chmod 444 $(MAN3_INSTALL_DIR)/$$i; \ -+ $$i | gzip -c > $(MAN3_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MAN3_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MAN3_INSTALL_DIR) - @cd $(TOP_DIR)/doc; for i in *.n; \ - do \ - echo "Installing doc/$$i"; \ -- rm -f $(MANN_INSTALL_DIR)/$$i; \ -+ rm -f $(MANN_INSTALL_DIR)/$$i $(MANN_INSTALL_DIR)/$$i.gz; \ - sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \ -- $$i > $(MANN_INSTALL_DIR)/$$i; \ -- chmod 444 $(MANN_INSTALL_DIR)/$$i; \ -+ $$i | gzip -c > $(MANN_INSTALL_DIR)/$$i.gz; \ -+ chmod 444 $(MANN_INSTALL_DIR)/$$i.gz; \ - done; - $(UNIX_DIR)/mkLinks $(MANN_INSTALL_DIR) -+ @echo "**********" -+ @echo "IMPORTANT:" -+ @echo "**********" -+ @echo "tclConfig.sh in $(SCRIPT_INSTALL_DIR)/tclConfig.sh" -+ @echo "tcl.h in $(INCLUDE_INSTALL_DIR)/tcl.h" -+ @echo "There are NOT default place, but good place to avoid" -+ @echo "conflicting with another version of Tcl/Tks." - - Makefile: $(UNIX_DIR)/Makefile.in - $(SHELL) config.status diff --git a/lang/tcl81-thread/files/patch-ab b/lang/tcl81-thread/files/patch-ab deleted file mode 100644 index cfb20e671ed8..000000000000 --- a/lang/tcl81-thread/files/patch-ab +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.orig Fri Dec 11 18:36:14 1998 -+++ configure Tue Jan 5 14:03:32 1999 -@@ -756,7 +756,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lpthread $LIBS" -+LDFLAGS="-pthread $LDFLAGS" - cat > conftest.$ac_ext <<EOF - #line 762 "configure" - #include "confdefs.h" -@@ -784,12 +784,11 @@ - tcl_ok=yes - else - echo "$ac_t""no" 1>&6 --tcl_ok=no -+tcl_ok=yes - fi - - if test "$tcl_ok" = "yes"; then - # The space is needed -- THREADS_LIBS=" -lpthread" - else - echo "configure: warning: "Don t know how to find pthread lib on your system - you must disable thread support or edit the LIBS in the Makefile..."" 1>&2 - fi -@@ -4330,14 +4329,14 @@ - echo "$ac_t""yes" 1>&6 - - SHLIB_CFLAGS="-fpic" -- SHLIB_LD="ld -Bshareable -x" - SHLIB_LD_LIBS="" - SHLIB_SUFFIX=".so" - DL_OBJS="tclLoadDl.o" - DL_LIBS="" - LD_FLAGS="" - LD_SEARCH_FLAGS="" -- TCL_SHARED_LIB_SUFFIX='${TCL_TRIM_DOTS}\$\{DBGX\}.so.1.0' -+ TCL_SHARED_LIB_SUFFIX='`echo ${VERSION} | tr -d .`.so.1' -+ SHLIB_LD="ld -shared -x -soname \$@" - - else - echo "$ac_t""no" 1>&6 diff --git a/lang/tcl81-thread/files/patch-ac b/lang/tcl81-thread/files/patch-ac deleted file mode 100644 index 69a62daa8049..000000000000 --- a/lang/tcl81-thread/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- tclUnixThrd.c.orig Tue Jan 5 14:17:19 1999 -+++ tclUnixThrd.c Tue Jan 5 14:19:05 1999 -@@ -109,7 +109,7 @@ - pthread_attr_t attr; - - pthread_attr_init(&attr); -- pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); -+ /* pthread_attr_setscope(&attr, PTHREAD_SCOPE_SYSTEM); */ - if (pthread_create((pthread_t *)idPtr, &attr, (void * (*)())proc, (void *)clientData) < 0) { - return TCL_ERROR; - } else { diff --git a/lang/tcl81-thread/pkg-descr b/lang/tcl81-thread/pkg-descr deleted file mode 100644 index ebe8b4b5214b..000000000000 --- a/lang/tcl81-thread/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This is Tcl8.1, an embeddable tool command language. - -The best way to get started with Tcl is to read ``Tcl and the Tk -Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X. - -A full set of manual pages is also provided with this package. - -WWW: http://www.tcl.tk/ diff --git a/lang/tcl81-thread/pkg-plist b/lang/tcl81-thread/pkg-plist deleted file mode 100644 index 940e9828d729..000000000000 --- a/lang/tcl81-thread/pkg-plist +++ /dev/null @@ -1,113 +0,0 @@ -bin/tclsh8.1_r -include/tcl8.1/tcl.h -include/tcl8.1/generic/regcustom.h -include/tcl8.1/generic/regerrs.h -include/tcl8.1/generic/regex.h -include/tcl8.1/generic/regguts.h -include/tcl8.1/generic/tcl.h -include/tcl8.1/generic/tclCompile.h -include/tcl8.1/generic/tclInitScript.h -include/tcl8.1/generic/tclInt.h -include/tcl8.1/generic/tclMath.h -include/tcl8.1/generic/tclPort.h -include/tcl8.1/generic/tclRegexp.h -include/tcl8.1/unix/tclUnixPort.h -lib/libtcl81_r.a -lib/libtcl81_r.so -lib/libtcl81_r.so.1 -lib/tcl8.1/auto.tcl -lib/tcl8.1/encoding/ascii.enc -lib/tcl8.1/encoding/big5.enc -lib/tcl8.1/encoding/cp1250.enc -lib/tcl8.1/encoding/cp1251.enc -lib/tcl8.1/encoding/cp1252.enc -lib/tcl8.1/encoding/cp1253.enc -lib/tcl8.1/encoding/cp1254.enc -lib/tcl8.1/encoding/cp1255.enc -lib/tcl8.1/encoding/cp1256.enc -lib/tcl8.1/encoding/cp1257.enc -lib/tcl8.1/encoding/cp1258.enc -lib/tcl8.1/encoding/cp437.enc -lib/tcl8.1/encoding/cp737.enc -lib/tcl8.1/encoding/cp775.enc -lib/tcl8.1/encoding/cp850.enc -lib/tcl8.1/encoding/cp852.enc -lib/tcl8.1/encoding/cp855.enc -lib/tcl8.1/encoding/cp857.enc -lib/tcl8.1/encoding/cp860.enc -lib/tcl8.1/encoding/cp861.enc -lib/tcl8.1/encoding/cp862.enc -lib/tcl8.1/encoding/cp863.enc -lib/tcl8.1/encoding/cp864.enc -lib/tcl8.1/encoding/cp865.enc -lib/tcl8.1/encoding/cp866.enc -lib/tcl8.1/encoding/cp869.enc -lib/tcl8.1/encoding/cp874.enc -lib/tcl8.1/encoding/cp932.enc -lib/tcl8.1/encoding/cp936.enc -lib/tcl8.1/encoding/cp949.enc -lib/tcl8.1/encoding/cp950.enc -lib/tcl8.1/encoding/dingbats.enc -lib/tcl8.1/encoding/euc-jp.enc -lib/tcl8.1/encoding/euc-kr.enc -lib/tcl8.1/encoding/gb12345.enc -lib/tcl8.1/encoding/gb1988.enc -lib/tcl8.1/encoding/gb2312.enc -lib/tcl8.1/encoding/iso2022-jp.enc -lib/tcl8.1/encoding/iso2022-kr.enc -lib/tcl8.1/encoding/iso2022.enc -lib/tcl8.1/encoding/iso8859-1.enc -lib/tcl8.1/encoding/iso8859-2.enc -lib/tcl8.1/encoding/iso8859-3.enc -lib/tcl8.1/encoding/iso8859-4.enc -lib/tcl8.1/encoding/iso8859-5.enc -lib/tcl8.1/encoding/iso8859-6.enc -lib/tcl8.1/encoding/iso8859-7.enc -lib/tcl8.1/encoding/iso8859-8.enc -lib/tcl8.1/encoding/iso8859-9.enc -lib/tcl8.1/encoding/jis0201.enc -lib/tcl8.1/encoding/jis0208.enc -lib/tcl8.1/encoding/jis0212.enc -lib/tcl8.1/encoding/ksc5601.enc -lib/tcl8.1/encoding/macCentEuro.enc -lib/tcl8.1/encoding/macCroatian.enc -lib/tcl8.1/encoding/macCyrillic.enc -lib/tcl8.1/encoding/macDingbats.enc -lib/tcl8.1/encoding/macGreek.enc -lib/tcl8.1/encoding/macIceland.enc -lib/tcl8.1/encoding/macJapan.enc -lib/tcl8.1/encoding/macRoman.enc -lib/tcl8.1/encoding/macRomania.enc -lib/tcl8.1/encoding/macThai.enc -lib/tcl8.1/encoding/macTurkish.enc -lib/tcl8.1/encoding/macUkraine.enc -lib/tcl8.1/encoding/shiftjis.enc -lib/tcl8.1/encoding/symbol.enc -lib/tcl8.1/history.tcl -lib/tcl8.1/http1.0/http.tcl -lib/tcl8.1/http1.0/pkgIndex.tcl -lib/tcl8.1/http2.0/http.tcl -lib/tcl8.1/http2.0/pkgIndex.tcl -lib/tcl8.1/init.tcl -lib/tcl8.1/ldAix -lib/tcl8.1/ldAout.tcl -lib/tcl8.1/msgcat1.0/msgcat.tcl -lib/tcl8.1/msgcat1.0/pkgIndex.tcl -lib/tcl8.1/opt0.4/optparse.tcl -lib/tcl8.1/opt0.4/pkgIndex.tcl -lib/tcl8.1/package.tcl -lib/tcl8.1/parray.tcl -lib/tcl8.1/safe.tcl -lib/tcl8.1/tclAppInit.c -lib/tcl8.1/tclConfig.sh -lib/tcl8.1/tclIndex -lib/tcl8.1/word.tcl -@dirrm lib/tcl8.1/opt0.4 -@dirrm lib/tcl8.1/msgcat1.0 -@dirrm lib/tcl8.1/http2.0 -@dirrm lib/tcl8.1/http1.0 -@dirrm lib/tcl8.1/encoding -@dirrm lib/tcl8.1 -@dirrm include/tcl8.1/unix -@dirrm include/tcl8.1/generic -@dirrm include/tcl8.1 |