mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Upgrade to version 8.1.4 (tk84).
Submitted by: joerg
This commit is contained in:
parent
86589ecd1c
commit
7b8faf92fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95819
@ -6,41 +6,49 @@
|
||||
#
|
||||
|
||||
PORTNAME= tix
|
||||
PORTVERSION= 4.1.0.007
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 8.1.4
|
||||
CATEGORIES= x11-toolkits tk84
|
||||
MASTER_SITES= http://www.neosoft.com/tcl/ftparchive/%SUBDIR%/ \
|
||||
ftp://ftp.riken.go.jp/pub/lang/tcl/netsoft/%SUBDIR%/
|
||||
MASTER_SITE_SUBDIR= sorted/packages-8.0/x11/Tix/4.1.0.007
|
||||
DISTNAME= Tix${PORTVERSION}
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= tix
|
||||
|
||||
MAINTAINER= jmz@FreeBSD.org
|
||||
COMMENT= An extension to the Tk toolkit
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/${TCL84_PORT}:build \
|
||||
${NONEXISTENT}:${PORTSDIR}/${TK84_PORT}:build
|
||||
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
||||
|
||||
WRKSRC= ${WRKDIR}/Tix4.1.0.007/unix/tk8.0
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/unix/tk8.4
|
||||
INSTALLS_SHLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-shared --enable-sam \
|
||||
--with-tcl="${PREFIX}/include/tcl8.4" \
|
||||
--with-tk="${PREFIX}/include/tk8.4"
|
||||
--with-tclconfig="${PREFIX}/lib/tcl8.4" \
|
||||
--with-tkconfig="${PREFIX}/lib/tk8.4" \
|
||||
--with-tclinclude="${PREFIX}/include/tcl8.4" \
|
||||
--with-tkinclude="${PREFIX}/include/tk8.4"
|
||||
# this should probably be added to bsd.port.mk
|
||||
CONFIGURE_ENV= PREFIX=${PREFIX}
|
||||
MAN1= tixwish.1
|
||||
MANN= BtnBox.n Balloon.n ChkList.n Destroy.n ComboBox.n Control.n \
|
||||
DItem.n DirDlg.n DirList.n DirTree.n FileBox.n EFileBox.n \
|
||||
EFileDlg.n FileDlg.n FileEnt.n Form.n GetBool.n GetInt.n \
|
||||
Grid.n HList.n InpOnly.n LabEntry.n Meter.n LabFrame.n \
|
||||
ListNBK.n Mwm.n NBFrame.n NoteBook.n SHList.n PopMenu.n \
|
||||
OptMenu.n PanedWin.n SListBox.n SText.n SWindow.n TList.n \
|
||||
Select.n StdBBox.n TixIntro.n Tree.n Utils.n Wm.n compound.n \
|
||||
pixmap.n tix.n
|
||||
MANN= TixIntro.n compound.n pixmap.n tix.n tixBalloon.n \
|
||||
tixButtonBox.n tixCheckList.n tixComboBox.n tixControl.n \
|
||||
tixDestroy.n tixDirList.n tixDirSelectDialog.n tixDirTree.n \
|
||||
tixDisplayStyle.n tixExFileSelectBox.n tixExFileSelectDialog.n \
|
||||
tixFileEntry.n tixFileSelectBox.n tixFileSelectDialog.n \
|
||||
tixForm.n tixGetBoolean.n tixGetInt.n tixGrid.n tixHList.n \
|
||||
tixInputOnly.n tixLabelEntry.n tixLabelFrame.n \
|
||||
tixListNoteBook.n tixMeter.n tixMwm.n tixNBFrame.n \
|
||||
tixNoteBook.n tixOptionMenu.n tixPanedWindow.n tixPopupMenu.n \
|
||||
tixScrolledHList.n tixScrolledListBox.n tixScrolledText.n \
|
||||
tixScrolledWindow.n tixSelect.n tixStdButtonBox.n tixTList.n \
|
||||
tixTree.n tixUtils.n
|
||||
|
||||
TIX_LIB= libtix4184.so
|
||||
TIXSAM_LIB= libtixsam4184.so
|
||||
TIX_LIB= libtix8184.so
|
||||
TIXSAM_LIB= libtixsam8184.so
|
||||
TIX_LIB_FILE= ${TIX_LIB}.1
|
||||
TIXSAM_LIB_FILE=${TIXSAM_LIB}.1
|
||||
TIXWISH= tixwish8.1.8.4
|
||||
TCL84_PORT?= lang/tcl84
|
||||
TK84_PORT?= x11-toolkits/tk84
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
@ -49,12 +57,13 @@ pre-configure:
|
||||
CC="${CC}" ac_cv_path_CC="${CC}" CFLAGS="${CFLAGS}" \
|
||||
INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
|
||||
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
||||
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
|
||||
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
|
||||
|
||||
post-install:
|
||||
@(cd ${WRKSRC}/.. && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
|
||||
${LN} -fs ${PREFIX}/bin/tixwish4.1.8.4 ${PREFIX}/bin/tixwish
|
||||
${LN} -fs ${PREFIX}/bin/${TIXWISH} ${PREFIX}/bin/tixwish
|
||||
${LN} -fs ${TIX_LIB_FILE} ${PREFIX}/lib/${TIX_LIB}
|
||||
${LN} -fs ${TIXSAM_LIB_FILE} ${PREFIX}/lib/${TIXSAM_LIB}
|
||||
.for dir in generic unix
|
||||
|
@ -1 +1 @@
|
||||
MD5 (Tix4.1.0.007.tar.gz) = 3330c20d294cc3a6d20f08d1a4e7fdeb
|
||||
MD5 (tix-8.1.4.tar.gz) = 128a74718d6d9e10fac40cdf11c661a3
|
||||
|
@ -1,93 +1,6 @@
|
||||
--- configure.orig Mon Feb 15 04:20:06 1999
|
||||
+++ configure Fri Nov 28 11:11:28 2003
|
||||
@@ -14,9 +14,9 @@
|
||||
ac_help="$ac_help
|
||||
--enable-gcc allow use of gcc if available"
|
||||
ac_help="$ac_help
|
||||
- --with-tcl=DIR use Tcl 8.0 source from DIR"
|
||||
+ --with-tcl=DIR use Tcl 8.4 source from DIR"
|
||||
ac_help="$ac_help
|
||||
- --with-tk=DIR use Tk 8.0 source from DIR"
|
||||
+ --with-tk=DIR use Tk 8.4 source from DIR"
|
||||
ac_help="$ac_help
|
||||
--enable-sam build stand-alone modules"
|
||||
ac_help="$ac_help
|
||||
@@ -512,7 +512,7 @@
|
||||
TIX_MAJOR_VERSION=4
|
||||
TIX_MINOR_VERSION=1
|
||||
|
||||
-BIN_VERSION=${TIX_VERSION}.8.0
|
||||
+BIN_VERSION=${TIX_VERSION}.8.4
|
||||
|
||||
|
||||
VERSION=${BIN_VERSION}
|
||||
@@ -1006,13 +1006,14 @@
|
||||
|
||||
if test "$val" != ""; then
|
||||
TCL_SRC_DIR=$val
|
||||
+ tclsrcdir=$val
|
||||
if test ! -d $TCL_SRC_DIR; then
|
||||
{ echo "configure: error: Directory $TCL_SRC_DIR doesn't exist" 1>&2; exit 1; }
|
||||
- { echo "configure: error: Please install the source code of Tcl 8.0" 1>&2; exit 1; }
|
||||
+ { echo "configure: error: Please install the source code of Tcl 8.4" 1>&2; exit 1; }
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
- dirs="../../../tcl8.0"
|
||||
+ dirs="../../../tcl8.4"
|
||||
TCL_SRC_DIR="no-no"
|
||||
for i in $dirs; do
|
||||
if test -d $i; then
|
||||
@@ -1022,13 +1023,13 @@
|
||||
|
||||
if test ! -d $TCL_SRC_DIR; then
|
||||
{ echo "configure: error: Cannot locate Tcl source directory in $dirs" 1>&2; exit 1; }
|
||||
- { echo "configure: error: Please install the source code of Tcl 8.0" 1>&2; exit 1; }
|
||||
+ { echo "configure: error: Please install the source code of Tcl 8.4" 1>&2; exit 1; }
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
echo "$ac_t""$TCL_SRC_DIR" 1>&6
|
||||
|
||||
-TCL_BIN_DIR=$TCL_SRC_DIR/unix
|
||||
+TCL_BIN_DIR=$TCL_SRC_DIR/../../lib/tcl8.4
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# See if there was a command-line option for where Tk is; if
|
||||
@@ -1048,13 +1049,14 @@
|
||||
|
||||
if test "$val" != ""; then
|
||||
TK_SRC_DIR=$val
|
||||
+ tksrcdir=$val
|
||||
if test ! -d $TK_SRC_DIR; then
|
||||
{ echo "configure: error: Directory $TK_SRC_DIR doesn't exist" 1>&2; exit 1; }
|
||||
- { echo "configure: error: Please install the source code of Tk 8.0" 1>&2; exit 1; }
|
||||
+ { echo "configure: error: Please install the source code of Tk 8.4" 1>&2; exit 1; }
|
||||
exit 1
|
||||
fi
|
||||
else
|
||||
- dirs="../../../tk8.0"
|
||||
+ dirs="../../../tk8.4"
|
||||
TK_SRC_DIR="no-no"
|
||||
for i in $dirs; do
|
||||
if test -d $i; then
|
||||
@@ -1064,13 +1066,13 @@
|
||||
|
||||
if test ! -d $TK_SRC_DIR; then
|
||||
{ echo "configure: error: Cannot locate Tk source directory in $dirs" 1>&2; exit 1; }
|
||||
- { echo "configure: error: Please install the source code of Tk 8.0" 1>&2; exit 1; }
|
||||
+ { echo "configure: error: Please install the source code of Tk 8.4" 1>&2; exit 1; }
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
echo "$ac_t""$TK_SRC_DIR" 1>&6
|
||||
|
||||
-TK_BIN_DIR=$TK_SRC_DIR/unix
|
||||
+TK_BIN_DIR=$TK_SRC_DIR/../../lib/tk8.4
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
# Find out the top level source directory of the Tix package.
|
||||
@@ -1146,12 +1148,14 @@
|
||||
--- configure.orig Sun Dec 15 05:20:37 2002
|
||||
+++ configure Tue Dec 2 21:05:55 2003
|
||||
@@ -1730,12 +1730,14 @@
|
||||
TCL_BUILD_SAM_SPEC="-L`pwd` -ltclsam${TCL_VERSION}"
|
||||
TK_BUILD_SAM_SPEC="-L`pwd` -ltksam${TK_VERSION}"
|
||||
TIX_LIB_SPEC="-L${exec_prefix}/lib -ltix${VERSION}"
|
||||
@ -102,7 +15,7 @@
|
||||
fi
|
||||
|
||||
#--------------------------------------------------------------------
|
||||
@@ -1173,25 +1177,25 @@
|
||||
@@ -1757,8 +1759,8 @@
|
||||
|
||||
# The main Tix library
|
||||
#
|
||||
@ -113,70 +26,3 @@
|
||||
|
||||
# The Tcl SAM library
|
||||
#
|
||||
- VERSION=8.0
|
||||
+ VERSION=8.4
|
||||
eval "TCL_SAM_FILE=libtclsam${TCL_SHARED_LIB_SUFFIX}"
|
||||
TCL_MAKE_SAM="\${SHLIB_LD} -o ${TCL_SAM_FILE} \${TCL_SAM_OBJS} ${SHLIB_LD_LIBS}"
|
||||
|
||||
# The Tk SAM library
|
||||
#
|
||||
- VERSION=8.0
|
||||
+ VERSION=8.4
|
||||
eval "TK_SAM_FILE=libtksam${TCL_SHARED_LIB_SUFFIX}"
|
||||
TK_MAKE_SAM="\${SHLIB_LD} -o ${TK_SAM_FILE} \${TK_SAM_OBJS} ${SHLIB_LD_LIBS}"
|
||||
|
||||
# The Tix SAM library
|
||||
#
|
||||
VERSION=${BIN_VERSION}
|
||||
- eval "TIX_SAM_FILE=libtixsam${TCL_SHARED_LIB_SUFFIX}"
|
||||
+ eval "TIX_SAM_FILE=libtixsam${LIB_VERSION}.so.1"
|
||||
TIX_MAKE_SAM="\${SHLIB_LD} -o ${TIX_SAM_FILE} \${TIX_SAM_OBJS} ${SHLIB_LD_LIBS}"
|
||||
|
||||
else
|
||||
@@ -1204,13 +1208,13 @@
|
||||
|
||||
# The Tcl SAM library
|
||||
|
||||
- VERSION=8.0
|
||||
+ VERSION=8.4
|
||||
eval "TCL_SAM_FILE=libtclsam${TCL_UNSHARED_LIB_SUFFIX}"
|
||||
TCL_MAKE_SAM="ar cr ${TCL_SAM_FILE} \${TCL_SAM_OBJS}"
|
||||
|
||||
# The Tk SAM library
|
||||
#
|
||||
- VERSION=8.0
|
||||
+ VERSION=8.4
|
||||
eval "TK_SAM_FILE=libtksam${TCL_UNSHARED_LIB_SUFFIX}"
|
||||
TK_MAKE_SAM="ar cr ${TK_SAM_FILE} \${TK_SAM_OBJS}"
|
||||
|
||||
@@ -1653,15 +1657,15 @@
|
||||
s%@SHLIB_VERSION@%$SHLIB_VERSION%g
|
||||
s%@DL_LIBS@%$DL_LIBS%g
|
||||
s%@LD_FLAGS@%$LD_FLAGS%g
|
||||
-s%@TCL_BUILD_LIB_SPEC@%$TCL_BUILD_LIB_SPEC%g
|
||||
+s%@TCL_LIB_SPEC@%$TCL_LIB_SPEC%g
|
||||
s%@TCL_LIBS@%$TCL_LIBS%g
|
||||
s%@TCL_VERSION@%$TCL_VERSION%g
|
||||
-s%@TCL_SRC_DIR@%$TCL_SRC_DIR%g
|
||||
+s%@TCL_SRC_DIR@%$tclsrcdir%g
|
||||
s%@TCL_BIN_DIR@%$TCL_BIN_DIR%g
|
||||
-s%@TK_BUILD_LIB_SPEC@%$TK_BUILD_LIB_SPEC%g
|
||||
+s%@TK_LIB_SPEC@%$TK_LIB_SPEC%g
|
||||
s%@TK_LIBS@%$TK_LIBS%g
|
||||
s%@TK_VERSION@%$TK_VERSION%g
|
||||
-s%@TK_SRC_DIR@%$TK_SRC_DIR%g
|
||||
+s%@TK_SRC_DIR@%$tksrcdir%g
|
||||
s%@TK_BIN_DIR@%$TK_BIN_DIR%g
|
||||
s%@TK_XINCLUDES@%$TK_XINCLUDES%g
|
||||
s%@TIX_LD_SEARCH_FLAGS@%$TIX_LD_SEARCH_FLAGS%g
|
||||
@@ -1684,8 +1688,8 @@
|
||||
s%@TIX_SAM_FILE@%$TIX_SAM_FILE%g
|
||||
s%@TIX_MAKE_SAM@%$TIX_MAKE_SAM%g
|
||||
s%@TIX_DEFS@%$TIX_DEFS%g
|
||||
-s%@ITCL_BUILD_LIB_SPEC@%$ITCL_BUILD_LIB_SPEC%g
|
||||
-s%@ITK_BUILD_LIB_SPEC@%$ITK_BUILD_LIB_SPEC%g
|
||||
+s%@ITCL_LIB_SPEC@%$ITCL_LIB_SPEC%g
|
||||
+s%@ITK_LIB_SPEC@%$ITK_LIB_SPEC%g
|
||||
s%@TCL_SAMEXE_FILE@%$TCL_SAMEXE_FILE%g
|
||||
s%@TK_SAMEXE_FILE@%$TK_SAMEXE_FILE%g
|
||||
s%@TIX_SAMEXE_FILE@%$TIX_SAMEXE_FILE%g
|
||||
|
@ -1,11 +1,28 @@
|
||||
--- ../Makefile.in.orig Wed Jul 9 22:33:48 1997
|
||||
+++ ../Makefile.in Wed Oct 1 12:03:37 1997
|
||||
@@ -115,7 +115,7 @@
|
||||
--- ../Makefile.in.orig Mon Dec 2 05:02:52 2002
|
||||
+++ ../Makefile.in Tue Dec 2 22:08:12 2003
|
||||
@@ -70,6 +70,7 @@
|
||||
INSTALL = @SRC_DIR@/install.sh -c
|
||||
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
||||
INSTALL_DATA = @INSTALL_DATA@
|
||||
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
||||
SRC_DIR = @SRC_DIR@
|
||||
INC_DIR = @SRC_DIR@/generic
|
||||
UNIX_DIR = @SRC_DIR@/unix
|
||||
@@ -137,7 +138,7 @@
|
||||
fi; \
|
||||
done;
|
||||
@echo "installing the tixindex program for builing tclIndex for Tix scripts"
|
||||
@echo "installing the tixindex program for building tclIndex for Tix scripts"
|
||||
- @cd $(TOOLS_DIR); $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
|
||||
+ -@cd $(TOOLS_DIR); $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
|
||||
+ @cd $(TOOLS_DIR); $(INSTALL_SCRIPT) tixindex $(BIN_DIR)/tixindex
|
||||
|
||||
install-headers:
|
||||
@for i in $(INCLUDE_DIR); \
|
||||
@@ -156,7 +157,7 @@
|
||||
done;
|
||||
|
||||
install-libraries:
|
||||
- -chmod 755 $(INSTALL_PROGRAM)
|
||||
+ ##-chmod 755 $(INSTALL_PROGRAM)
|
||||
@for i in $(TIX_LIBRARY) $(TIX_LIBRARY)/bitmaps $(TIX_LIBRARY)/pref; \
|
||||
do \
|
||||
if [ ! -d $$i ] ; then \
|
||||
|
@ -1,127 +1,14 @@
|
||||
--- Makefile.in.orig Thu Feb 11 18:11:46 1999
|
||||
+++ Makefile.in Fri Nov 28 11:12:45 2003
|
||||
@@ -1,7 +1,7 @@
|
||||
# Makefile --
|
||||
#
|
||||
# This file is a Makefile to compile Tix with Tk version
|
||||
-# 8.0. If it has the name "Makefile.in" then it is a
|
||||
+# 8.4. If it has the name "Makefile.in" then it is a
|
||||
# template for a Makefile; to generate the actual Makefile, run
|
||||
# "./configure", which is a configuration script generated by the
|
||||
# "autoconf" program (constructs like "@foo@" will get replaced in the
|
||||
@@ -59,27 +59,27 @@
|
||||
# determine which shell to use for executing commands:
|
||||
SHELL = /bin/sh
|
||||
|
||||
-# Location of the Tcl 8.0 source directory.
|
||||
+# Location of the Tcl 8.4 source directory.
|
||||
#
|
||||
TCL_SRC_DIR = @TCL_SRC_DIR@
|
||||
TCL_GENERIC_DIR = $(TCL_SRC_DIR)/generic
|
||||
|
||||
-# Location of the Tk 8.0 source directory.
|
||||
+# Location of the Tk 8.4 source directory.
|
||||
#
|
||||
TK_SRC_DIR = @TK_SRC_DIR@
|
||||
TK_GENERIC_DIR = $(TK_SRC_DIR)/generic
|
||||
|
||||
# Libraries to use when linking:
|
||||
-LIBS = @ITK_BUILD_LIB_SPEC@ @ITCL_BUILD_LIB_SPEC@ \
|
||||
- @TK_BUILD_LIB_SPEC@ @TCL_BUILD_LIB_SPEC@ @TK_LIBS@
|
||||
+LIBS = @ITK_LIB_SPEC@ @ITCL_LIB_SPEC@ \
|
||||
+ @TK_LIB_SPEC@ @TCL_LIB_SPEC@ @TK_LIBS@
|
||||
|
||||
# Libraries for building a stand-alone Tclsh.
|
||||
#
|
||||
-LIBS_TCLONLY = @TCL_BUILD_LIB_SPEC@ @TCL_LIBS@
|
||||
+LIBS_TCLONLY = @TCL_LIB_SPEC@ @TCL_LIBS@
|
||||
|
||||
-RUN_TCLSH = TCL_LIBRARY=$(TCL_SRC_DIR)/library \
|
||||
- TK_LIBRARY=$(TK_SRC_DIR)/library \
|
||||
- $(TCL_SRC_DIR)/unix/tclsh
|
||||
+RUN_TCLSH = TCL_LIBRARY=$(TCL_SRC_DIR)/../../lib/tcl8.4 \
|
||||
+ TK_LIBRARY=$(TK_SRC_DIR)/../../lib/tk8.4 \
|
||||
+ $(TCL_SRC_DIR)/../../bin/tclsh8.4
|
||||
|
||||
|
||||
#----------------------------------------------------------------
|
||||
@@ -117,10 +117,10 @@
|
||||
TK_SAMEXE_FILE = @TK_SAMEXE_FILE@
|
||||
TIX_SAMEXE_FILE = @TIX_SAMEXE_FILE@
|
||||
|
||||
-INST_EXE = $(TIX_EXE_FILE)$(TIX_VERSION).8.0$(ITCL_EXT)
|
||||
-INST_TIX_SAMEXE = $(TIX_SAMEXE_FILE)$(TIX_VERSION).8.0$(ITCL_EXT)
|
||||
-INST_TK_SAMEXE = $(TK_SAMEXE_FILE)8.0
|
||||
-INST_TCL_SAMEXE = $(TCL_SAMEXE_FILE)8.0
|
||||
+INST_EXE = $(TIX_EXE_FILE)$(TIX_VERSION).8.4$(ITCL_EXT)
|
||||
+INST_TIX_SAMEXE = $(TIX_SAMEXE_FILE)$(TIX_VERSION).8.4$(ITCL_EXT)
|
||||
+INST_TK_SAMEXE = $(TK_SAMEXE_FILE)8.4
|
||||
+INST_TCL_SAMEXE = $(TCL_SAMEXE_FILE)8.4
|
||||
|
||||
SAM_TARGETS = $(TIX_SAM_FILE)
|
||||
|
||||
@@ -210,30 +210,30 @@
|
||||
# scripts of TK must be included in the fixed order.
|
||||
#----------------------------------------------------------------------
|
||||
|
||||
-TCL_SCRIPTS = $(TCL_SRC_DIR)/library/*.tcl
|
||||
+TCL_SCRIPTS = $(TCL_SRC_DIR)/../../lib/tcl8.4/*.tcl
|
||||
|
||||
TK_SCRIPTS = \
|
||||
- $(TK_SRC_DIR)/library/bgerror.tcl \
|
||||
- $(TK_SRC_DIR)/library/dialog.tcl \
|
||||
- $(TK_SRC_DIR)/library/focus.tcl \
|
||||
- $(TK_SRC_DIR)/library/obsolete.tcl \
|
||||
- $(TK_SRC_DIR)/library/optMenu.tcl \
|
||||
- $(TK_SRC_DIR)/library/palette.tcl \
|
||||
- $(TK_SRC_DIR)/library/tearoff.tcl \
|
||||
- $(TK_SRC_DIR)/library/clrpick.tcl \
|
||||
- $(TK_SRC_DIR)/library/comdlg.tcl \
|
||||
- $(TK_SRC_DIR)/library/msgbox.tcl \
|
||||
- $(TK_SRC_DIR)/library/tkfbox.tcl \
|
||||
- $(TK_SRC_DIR)/library/xmfbox.tcl \
|
||||
- $(SRC_DIR)/generic/tk4.2/tk.tcl \
|
||||
- $(TK_SRC_DIR)/library/button.tcl \
|
||||
- $(TK_SRC_DIR)/library/entry.tcl \
|
||||
- $(TK_SRC_DIR)/library/listbox.tcl \
|
||||
- $(TK_SRC_DIR)/library/menu.tcl \
|
||||
- $(TK_SRC_DIR)/library/scale.tcl \
|
||||
- $(TK_SRC_DIR)/library/scrlbar.tcl \
|
||||
- $(TK_SRC_DIR)/library/text.tcl \
|
||||
- $(SRC_DIR)/generic/tk8.0/console.tcl
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/bgerror.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/dialog.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/focus.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/obsolete.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/optMenu.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/palette.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/tearoff.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/clrpick.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/comdlg.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/msgbox.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/tkfbox.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/xmfbox.tcl \
|
||||
+ $(SRC_DIR)/generic/tk8.4/tk.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/button.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/entry.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/listbox.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/menu.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/scale.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/scrlbar.tcl \
|
||||
+ $(TK_SRC_DIR)/../../lib/tk8.4/text.tcl \
|
||||
+ $(SRC_DIR)/generic/tk8.4/console.tcl
|
||||
|
||||
TIX_SCRIPTS = \
|
||||
$(SRC_DIR)/library/pref/*.fsc \
|
||||
@@ -246,6 +246,7 @@
|
||||
--- Makefile.in.orig Wed Dec 11 08:18:41 2002
|
||||
+++ Makefile.in Tue Dec 2 21:13:48 2003
|
||||
@@ -261,6 +261,7 @@
|
||||
rm -f $(TIX_LIB_FILE)
|
||||
@TIX_MAKE_LIB@
|
||||
$(RANLIB) $(TIX_LIB_FILE)
|
||||
$(TIX_RANLIB) $(TIX_LIB_FILE)
|
||||
+ ln -s $(TIX_LIB_FILE) ${TIX_LIB_FILE:C/\.[0-9]+$//}
|
||||
|
||||
$(TCL_SAM_FILE): $(TCL_SAM_OBJS)
|
||||
rm -f $(TCL_SAM_FILE)
|
||||
@@ -372,7 +373,7 @@
|
||||
@@ -387,7 +388,7 @@
|
||||
$(CC) -c $(CC_SWITCHES) $(GENERIC_DIR)/tixImgXpm.c
|
||||
|
||||
tixInit.o: $(GENERIC_DIR)/tixInit.c
|
||||
|
@ -1,19 +0,0 @@
|
||||
--- ../../generic/tixInit.c.orig Thu Feb 11 18:11:44 1999
|
||||
+++ ../../generic/tixInit.c Thu Feb 17 19:46:36 2000
|
||||
@@ -499,7 +499,7 @@
|
||||
*----------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
-static char *initScript =
|
||||
+static char initScript[] =
|
||||
"if [catch {file join a a}] {\n\
|
||||
proc tixFileJoin {args} {\n\
|
||||
set p [join $args /]\n\
|
||||
@@ -537,6 +537,7 @@
|
||||
}\n\
|
||||
set instDir [file dirname [info library]]\n\
|
||||
lappend dirs [tixFileJoin $instDir $lib]\n\
|
||||
+ lappend dirs " TIX_LIBRARY "\n\
|
||||
lappend dirs [tixFileJoin [tixFileJoin $instDir lib] $lib]\n\
|
||||
catch {\n\
|
||||
lappend dirs [tixFileJoin [tixFileJoin [file dirname [file dirname [info nameofexecutable]]] lib] $lib]\n\
|
@ -1,6 +1,6 @@
|
||||
--- ../../generic/tixGrid.c.orig Thu Feb 11 18:11:44 1999
|
||||
+++ ../../generic/tixGrid.c Wed Aug 9 19:15:03 2000
|
||||
@@ -798,7 +798,7 @@
|
||||
--- ../../generic/tixGrid.c.orig Wed May 17 13:08:42 2000
|
||||
+++ ../../generic/tixGrid.c Tue Dec 2 21:16:48 2003
|
||||
@@ -801,7 +801,7 @@
|
||||
cellDone = TixGrDataNextCell(&cellSearch)) {
|
||||
|
||||
TixGridDataDeleteSearchedEntry(&cellSearch);
|
||||
@ -9,7 +9,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1757,6 +1757,10 @@
|
||||
@@ -1760,6 +1760,10 @@
|
||||
iPtr->base.clientData = (ClientData)wPtr; /* %%%% */
|
||||
|
||||
if (chPtr->iPtr) {
|
||||
@ -20,7 +20,7 @@
|
||||
Tix_DItemFree(chPtr->iPtr);
|
||||
}
|
||||
chPtr->iPtr = iPtr;
|
||||
@@ -1800,7 +1804,7 @@
|
||||
@@ -1803,7 +1807,7 @@
|
||||
chPtr = Tix_GrFindElem(interp, wPtr, x, y);
|
||||
if (chPtr != NULL) {
|
||||
TixGridDataDeleteEntry(wPtr->dataSet, x, y);
|
||||
@ -29,7 +29,7 @@
|
||||
Tix_GrDoWhenIdle(wPtr, TIX_GR_RESIZE);
|
||||
}
|
||||
return TCL_OK;
|
||||
@@ -3008,10 +3012,15 @@
|
||||
@@ -3011,10 +3015,15 @@
|
||||
*/
|
||||
|
||||
void
|
||||
@ -46,9 +46,9 @@
|
||||
Tix_DItemFree(chPtr->iPtr);
|
||||
}
|
||||
ckfree((char*)chPtr);
|
||||
--- ../../generic/tixGrid.h.orig Thu Feb 11 18:11:44 1999
|
||||
+++ ../../generic/tixGrid.h Tue Aug 8 13:23:17 2000
|
||||
@@ -391,7 +391,8 @@
|
||||
--- ../../generic/tixGrid.h.orig Wed May 17 13:08:42 2000
|
||||
+++ ../../generic/tixGrid.h Tue Dec 2 21:16:48 2003
|
||||
@@ -394,7 +394,8 @@
|
||||
EXTERN void Tix_GrDoWhenIdle _ANSI_ARGS_((WidgetPtr wPtr,
|
||||
int type));
|
||||
EXTERN void Tix_GrCancelDoWhenIdle _ANSI_ARGS_((WidgetPtr wPtr));
|
||||
@ -58,9 +58,9 @@
|
||||
EXTERN void Tix_GrFreeUnusedColors _ANSI_ARGS_((WidgetPtr wPtr,
|
||||
int freeAll));
|
||||
EXTERN void Tix_GrScrollPage _ANSI_ARGS_((WidgetPtr wPtr,
|
||||
--- ../../generic/tixGrData.c.orig Wed Apr 7 01:40:13 1999
|
||||
+++ ../../generic/tixGrData.c Wed Aug 9 16:57:40 2000
|
||||
@@ -777,7 +777,7 @@
|
||||
--- ../../generic/tixGrData.c.orig Wed May 17 13:08:42 2000
|
||||
+++ ../../generic/tixGrData.c Tue Dec 2 21:16:48 2003
|
||||
@@ -780,7 +780,7 @@
|
||||
chPtr = (TixGrEntry *)Tcl_GetHashValue(toDel);
|
||||
if (chPtr) {
|
||||
deleted = 1;
|
||||
|
@ -11,4 +11,4 @@
|
||||
Form geometry manager
|
||||
Mwm window manager support
|
||||
|
||||
WWW: http://www.xpi.com/tix/
|
||||
WWW: http://tix.sourceforge.net/
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/tixwish4.1.8.4
|
||||
bin/tixindex
|
||||
bin/tixwish8.1.8.4
|
||||
@exec ln -s %D/%F %B/tixwish
|
||||
@unexec rm %B/tixwish
|
||||
include/tix.h
|
||||
@ -16,250 +17,267 @@ include/tix/generic/tixPort.h
|
||||
include/tix/generic/tixTList.h
|
||||
include/tix/unix/tixUnixInt.h
|
||||
include/tix/unix/tixUnixPort.h
|
||||
lib/libtix4184.so.1.2
|
||||
lib/libtix4184.so
|
||||
lib/libtixsam4184.so.1.2
|
||||
lib/libtixsam4184.so
|
||||
lib/tix4.1/bitmaps/act_fold.gif
|
||||
lib/tix4.1/bitmaps/act_fold.xbm
|
||||
lib/tix4.1/bitmaps/act_fold.xpm
|
||||
lib/tix4.1/bitmaps/balarrow.xbm
|
||||
lib/tix4.1/bitmaps/cbxarrow.xbm
|
||||
lib/tix4.1/bitmaps/ck_def.xbm
|
||||
lib/tix4.1/bitmaps/ck_off.xbm
|
||||
lib/tix4.1/bitmaps/ck_on.xbm
|
||||
lib/tix4.1/bitmaps/cross.xbm
|
||||
lib/tix4.1/bitmaps/decr.xbm
|
||||
lib/tix4.1/bitmaps/drop.xbm
|
||||
lib/tix4.1/bitmaps/file.gif
|
||||
lib/tix4.1/bitmaps/file.xbm
|
||||
lib/tix4.1/bitmaps/file.xpm
|
||||
lib/tix4.1/bitmaps/folder.gif
|
||||
lib/tix4.1/bitmaps/folder.xbm
|
||||
lib/tix4.1/bitmaps/folder.xpm
|
||||
lib/tix4.1/bitmaps/harddisk.xbm
|
||||
lib/tix4.1/bitmaps/hourglas.mask
|
||||
lib/tix4.1/bitmaps/hourglas.xbm
|
||||
lib/tix4.1/bitmaps/incr.xbm
|
||||
lib/tix4.1/bitmaps/info.gif
|
||||
lib/tix4.1/bitmaps/info.xpm
|
||||
lib/tix4.1/bitmaps/maximize.xbm
|
||||
lib/tix4.1/bitmaps/minimize.xbm
|
||||
lib/tix4.1/bitmaps/minus.gif
|
||||
lib/tix4.1/bitmaps/minus.xbm
|
||||
lib/tix4.1/bitmaps/minus.xpm
|
||||
lib/tix4.1/bitmaps/minusarm.gif
|
||||
lib/tix4.1/bitmaps/minusarm.xbm
|
||||
lib/tix4.1/bitmaps/minusarm.xpm
|
||||
lib/tix4.1/bitmaps/mktransgif.tcl
|
||||
lib/tix4.1/bitmaps/network.xbm
|
||||
lib/tix4.1/bitmaps/no_entry.gif
|
||||
lib/tix4.1/bitmaps/no_entry.xpm
|
||||
lib/tix4.1/bitmaps/openfile.xbm
|
||||
lib/tix4.1/bitmaps/openfold.gif
|
||||
lib/tix4.1/bitmaps/openfold.xbm
|
||||
lib/tix4.1/bitmaps/openfold.xpm
|
||||
lib/tix4.1/bitmaps/plus.gif
|
||||
lib/tix4.1/bitmaps/plus.xbm
|
||||
lib/tix4.1/bitmaps/plus.xpm
|
||||
lib/tix4.1/bitmaps/plusarm.gif
|
||||
lib/tix4.1/bitmaps/plusarm.xbm
|
||||
lib/tix4.1/bitmaps/plusarm.xpm
|
||||
lib/tix4.1/bitmaps/resize1.xbm
|
||||
lib/tix4.1/bitmaps/resize2.xbm
|
||||
lib/tix4.1/bitmaps/restore.xbm
|
||||
lib/tix4.1/bitmaps/srcfile.gif
|
||||
lib/tix4.1/bitmaps/srcfile.xbm
|
||||
lib/tix4.1/bitmaps/srcfile.xpm
|
||||
lib/tix4.1/bitmaps/system.xbm
|
||||
lib/tix4.1/bitmaps/textfile.gif
|
||||
lib/tix4.1/bitmaps/textfile.xbm
|
||||
lib/tix4.1/bitmaps/textfile.xpm
|
||||
lib/tix4.1/bitmaps/tick.xbm
|
||||
lib/tix4.1/bitmaps/warning.gif
|
||||
lib/tix4.1/bitmaps/warning.xpm
|
||||
lib/tix4.1/pref/12Point.fs
|
||||
lib/tix4.1/pref/12Point.fsc
|
||||
lib/tix4.1/pref/14Point.fs
|
||||
lib/tix4.1/pref/14Point.fsc
|
||||
lib/tix4.1/pref/Bisque.cs
|
||||
lib/tix4.1/pref/Bisque.csc
|
||||
lib/tix4.1/pref/Blue.cs
|
||||
lib/tix4.1/pref/Blue.csc
|
||||
lib/tix4.1/pref/Gray.cs
|
||||
lib/tix4.1/pref/Gray.csc
|
||||
lib/tix4.1/pref/Makefile
|
||||
lib/tix4.1/pref/Old12Pt.fs
|
||||
lib/tix4.1/pref/Old14Pt.fs
|
||||
lib/tix4.1/pref/SGIGray.cs
|
||||
lib/tix4.1/pref/SGIGray.csc
|
||||
lib/tix4.1/pref/TK.cs
|
||||
lib/tix4.1/pref/TK.csc
|
||||
lib/tix4.1/pref/TK.fs
|
||||
lib/tix4.1/pref/TK.fsc
|
||||
lib/tix4.1/pref/TixGray.cs
|
||||
lib/tix4.1/pref/TixGray.csc
|
||||
lib/tix4.1/pref/tixmkpref
|
||||
lib/tix4.1/demos/bitmaps/about.xpm
|
||||
lib/tix4.1/demos/bitmaps/bold.xbm
|
||||
lib/tix4.1/demos/bitmaps/capital.xbm
|
||||
lib/tix4.1/demos/bitmaps/centerj.xbm
|
||||
lib/tix4.1/demos/bitmaps/combobox.xbm
|
||||
lib/tix4.1/demos/bitmaps/combobox.xpm
|
||||
lib/tix4.1/demos/bitmaps/drivea.xbm
|
||||
lib/tix4.1/demos/bitmaps/drivea.xpm
|
||||
lib/tix4.1/demos/bitmaps/exit.xpm
|
||||
lib/tix4.1/demos/bitmaps/filebox.xbm
|
||||
lib/tix4.1/demos/bitmaps/filebox.xpm
|
||||
lib/tix4.1/demos/bitmaps/harddisk.xbm
|
||||
lib/tix4.1/demos/bitmaps/harddisk.xpm
|
||||
lib/tix4.1/demos/bitmaps/italic.xbm
|
||||
lib/tix4.1/demos/bitmaps/justify.xbm
|
||||
lib/tix4.1/demos/bitmaps/leftj.xbm
|
||||
lib/tix4.1/demos/bitmaps/netw.xbm
|
||||
lib/tix4.1/demos/bitmaps/netw.xpm
|
||||
lib/tix4.1/demos/bitmaps/network.xbm
|
||||
lib/tix4.1/demos/bitmaps/network.xpm
|
||||
lib/tix4.1/demos/bitmaps/optmenu.xpm
|
||||
lib/tix4.1/demos/bitmaps/rightj.xbm
|
||||
lib/tix4.1/demos/bitmaps/select.xpm
|
||||
lib/tix4.1/demos/bitmaps/tix.gif
|
||||
lib/tix4.1/demos/bitmaps/underlin.xbm
|
||||
lib/tix4.1/demos/samples/AllSampl.tcl
|
||||
lib/tix4.1/demos/samples/ArrowBtn.tcl
|
||||
lib/tix4.1/demos/samples/Balloon.tcl
|
||||
lib/tix4.1/demos/samples/BtnBox.tcl
|
||||
lib/tix4.1/demos/samples/CObjView.tcl
|
||||
lib/tix4.1/demos/samples/ChkList.tcl
|
||||
lib/tix4.1/demos/samples/CmpImg.tcl
|
||||
lib/tix4.1/demos/samples/CmpImg1.tcl
|
||||
lib/tix4.1/demos/samples/CmpImg2.tcl
|
||||
lib/tix4.1/demos/samples/CmpImg3.tcl
|
||||
lib/tix4.1/demos/samples/CmpImg4.tcl
|
||||
lib/tix4.1/demos/samples/ComboBox.tcl
|
||||
lib/tix4.1/demos/samples/Control.tcl
|
||||
lib/tix4.1/demos/samples/DirDlg.tcl
|
||||
lib/tix4.1/demos/samples/DirList.tcl
|
||||
lib/tix4.1/demos/samples/DirTree.tcl
|
||||
lib/tix4.1/demos/samples/DragDrop.tcl
|
||||
lib/tix4.1/demos/samples/DynTree.tcl
|
||||
lib/tix4.1/demos/samples/EFileDlg.tcl
|
||||
lib/tix4.1/demos/samples/EditGrid.tcl
|
||||
lib/tix4.1/demos/samples/FileDlg.tcl
|
||||
lib/tix4.1/demos/samples/FileEnt.tcl
|
||||
lib/tix4.1/demos/samples/HList1.tcl
|
||||
lib/tix4.1/demos/samples/LabEntry.tcl
|
||||
lib/tix4.1/demos/samples/LabFrame.tcl
|
||||
lib/tix4.1/demos/samples/ListNBK.tcl
|
||||
lib/tix4.1/demos/samples/Meter.tcl
|
||||
lib/tix4.1/demos/samples/NoteBook.tcl
|
||||
lib/tix4.1/demos/samples/OptMenu.tcl
|
||||
lib/tix4.1/demos/samples/PanedWin.tcl
|
||||
lib/tix4.1/demos/samples/PopMenu.tcl
|
||||
lib/tix4.1/demos/samples/SGrid0.tcl
|
||||
lib/tix4.1/demos/samples/SGrid1.tcl
|
||||
lib/tix4.1/demos/samples/SHList.tcl
|
||||
lib/tix4.1/demos/samples/SHList2.tcl
|
||||
lib/tix4.1/demos/samples/SListBox.tcl
|
||||
lib/tix4.1/demos/samples/STList1.tcl
|
||||
lib/tix4.1/demos/samples/STList2.tcl
|
||||
lib/tix4.1/demos/samples/STList3.tcl
|
||||
lib/tix4.1/demos/samples/SText.tcl
|
||||
lib/tix4.1/demos/samples/SWindow.tcl
|
||||
lib/tix4.1/demos/samples/Sample.tcl
|
||||
lib/tix4.1/demos/samples/Select.tcl
|
||||
lib/tix4.1/demos/samples/StdBBox.tcl
|
||||
lib/tix4.1/demos/samples/Tree.tcl
|
||||
lib/tix4.1/demos/samples/Xpm.tcl
|
||||
lib/tix4.1/demos/samples/Xpm1.tcl
|
||||
lib/tix4.1/demos/MkChoose.tcl
|
||||
lib/tix4.1/demos/MkDirLis.tcl
|
||||
lib/tix4.1/demos/MkManag.tcl
|
||||
lib/tix4.1/demos/MkSample.tcl
|
||||
lib/tix4.1/demos/MkScroll.tcl
|
||||
lib/tix4.1/demos/README
|
||||
lib/tix4.1/demos/tclIndex
|
||||
lib/tix4.1/demos/widget
|
||||
lib/tix4.1/Balloon.tcl
|
||||
lib/tix4.1/BtnBox.tcl
|
||||
lib/tix4.1/CObjView.tcl
|
||||
lib/tix4.1/ChkList.tcl
|
||||
lib/tix4.1/ComboBox.tcl
|
||||
lib/tix4.1/Compat.tcl
|
||||
lib/tix4.1/Console.tcl
|
||||
lib/tix4.1/Control.tcl
|
||||
lib/tix4.1/DefSchm.tcl
|
||||
lib/tix4.1/DialogS.tcl
|
||||
lib/tix4.1/DirBox.tcl
|
||||
lib/tix4.1/DirDlg.tcl
|
||||
lib/tix4.1/DirList.tcl
|
||||
lib/tix4.1/DirTree.tcl
|
||||
lib/tix4.1/DragDrop.tcl
|
||||
lib/tix4.1/DtlList.tcl
|
||||
lib/tix4.1/EFileBox.tcl
|
||||
lib/tix4.1/EFileDlg.tcl
|
||||
lib/tix4.1/Event.tcl
|
||||
lib/tix4.1/FileBox.tcl
|
||||
lib/tix4.1/Tix.tcl
|
||||
lib/tix4.1/FileCbx.tcl
|
||||
lib/tix4.1/FileCmpt.tcl
|
||||
lib/tix4.1/FileDlg.tcl
|
||||
lib/tix4.1/FileEnt.tcl
|
||||
lib/tix4.1/FileUtil.tcl
|
||||
lib/tix4.1/FloatEnt.tcl
|
||||
lib/tix4.1/Grid.tcl
|
||||
lib/tix4.1/HList.tcl
|
||||
lib/tix4.1/HListDD.tcl
|
||||
lib/tix4.1/IconView.tcl
|
||||
lib/tix4.1/Init.tcl
|
||||
lib/tix4.1/LabEntry.tcl
|
||||
lib/tix4.1/LabFrame.tcl
|
||||
lib/tix4.1/LabWidg.tcl
|
||||
lib/tix4.1/ListNBk.tcl
|
||||
lib/tix4.1/Meter.tcl
|
||||
lib/tix4.1/MultView.tcl
|
||||
lib/tix4.1/NoteBook.tcl
|
||||
lib/tix4.1/OldUtil.tcl
|
||||
lib/tix4.1/OptMenu.tcl
|
||||
lib/tix4.1/PanedWin.tcl
|
||||
lib/tix4.1/PopMenu.tcl
|
||||
lib/tix4.1/Primitiv.tcl
|
||||
lib/tix4.1/ResizeH.tcl
|
||||
lib/tix4.1/fs.tcl
|
||||
lib/tix4.1/SGrid.tcl
|
||||
lib/tix4.1/SHList.tcl
|
||||
lib/tix4.1/SListBox.tcl
|
||||
lib/tix4.1/STList.tcl
|
||||
lib/tix4.1/SText.tcl
|
||||
lib/tix4.1/SWidget.tcl
|
||||
lib/tix4.1/SWindow.tcl
|
||||
lib/tix4.1/Select.tcl
|
||||
lib/tix4.1/Shell.tcl
|
||||
lib/tix4.1/SimpDlg.tcl
|
||||
lib/tix4.1/StackWin.tcl
|
||||
lib/tix4.1/StatBar.tcl
|
||||
lib/tix4.1/StdBBox.tcl
|
||||
lib/tix4.1/StdShell.tcl
|
||||
lib/tix4.1/TList.tcl
|
||||
lib/tix4.1/Tree.tcl
|
||||
lib/tix4.1/UnixFile.tcl
|
||||
lib/tix4.1/Utils.tcl
|
||||
lib/tix4.1/VResize.tcl
|
||||
lib/tix4.1/VStack.tcl
|
||||
lib/tix4.1/VTree.tcl
|
||||
lib/tix4.1/Variable.tcl
|
||||
lib/tix4.1/Verify.tcl
|
||||
lib/tix4.1/Version.tcl
|
||||
lib/tix4.1/WInfo.tcl
|
||||
lib/tix4.1/WinFile.tcl
|
||||
lib/tix4.1/pkgIndex.tcl
|
||||
lib/tix4.1/tclIndex
|
||||
lib/libtix8184.so.1
|
||||
lib/libtix8184.so
|
||||
lib/libtixsam84.so.1
|
||||
lib/libtixsam8184.so
|
||||
lib/tix8.1/bitmaps/act_fold.gif
|
||||
lib/tix8.1/bitmaps/act_fold.xbm
|
||||
lib/tix8.1/bitmaps/act_fold.xpm
|
||||
lib/tix8.1/bitmaps/balarrow.xbm
|
||||
lib/tix8.1/bitmaps/cbxarrow.xbm
|
||||
lib/tix8.1/bitmaps/ck_def.xbm
|
||||
lib/tix8.1/bitmaps/ck_off.xbm
|
||||
lib/tix8.1/bitmaps/ck_on.xbm
|
||||
lib/tix8.1/bitmaps/cross.xbm
|
||||
lib/tix8.1/bitmaps/decr.xbm
|
||||
lib/tix8.1/bitmaps/drop.xbm
|
||||
lib/tix8.1/bitmaps/file.gif
|
||||
lib/tix8.1/bitmaps/file.xbm
|
||||
lib/tix8.1/bitmaps/file.xpm
|
||||
lib/tix8.1/bitmaps/folder.gif
|
||||
lib/tix8.1/bitmaps/folder.xbm
|
||||
lib/tix8.1/bitmaps/folder.xpm
|
||||
lib/tix8.1/bitmaps/harddisk.xbm
|
||||
lib/tix8.1/bitmaps/hourglas.mask
|
||||
lib/tix8.1/bitmaps/hourglas.xbm
|
||||
lib/tix8.1/bitmaps/incr.xbm
|
||||
lib/tix8.1/bitmaps/info.gif
|
||||
lib/tix8.1/bitmaps/info.xpm
|
||||
lib/tix8.1/bitmaps/maximize.xbm
|
||||
lib/tix8.1/bitmaps/minimize.xbm
|
||||
lib/tix8.1/bitmaps/minus.gif
|
||||
lib/tix8.1/bitmaps/minus.xbm
|
||||
lib/tix8.1/bitmaps/minus.xpm
|
||||
lib/tix8.1/bitmaps/minusarm.gif
|
||||
lib/tix8.1/bitmaps/minusarm.xbm
|
||||
lib/tix8.1/bitmaps/minusarm.xpm
|
||||
lib/tix8.1/bitmaps/mktransgif.tcl
|
||||
lib/tix8.1/bitmaps/network.xbm
|
||||
lib/tix8.1/bitmaps/no_entry.gif
|
||||
lib/tix8.1/bitmaps/no_entry.xpm
|
||||
lib/tix8.1/bitmaps/openfile.xbm
|
||||
lib/tix8.1/bitmaps/openfold.gif
|
||||
lib/tix8.1/bitmaps/openfold.xbm
|
||||
lib/tix8.1/bitmaps/openfold.xpm
|
||||
lib/tix8.1/bitmaps/plus.gif
|
||||
lib/tix8.1/bitmaps/plus.xbm
|
||||
lib/tix8.1/bitmaps/plus.xpm
|
||||
lib/tix8.1/bitmaps/plusarm.gif
|
||||
lib/tix8.1/bitmaps/plusarm.xbm
|
||||
lib/tix8.1/bitmaps/plusarm.xpm
|
||||
lib/tix8.1/bitmaps/resize1.xbm
|
||||
lib/tix8.1/bitmaps/resize2.xbm
|
||||
lib/tix8.1/bitmaps/restore.xbm
|
||||
lib/tix8.1/bitmaps/srcfile.gif
|
||||
lib/tix8.1/bitmaps/srcfile.xbm
|
||||
lib/tix8.1/bitmaps/srcfile.xpm
|
||||
lib/tix8.1/bitmaps/system.xbm
|
||||
lib/tix8.1/bitmaps/textfile.gif
|
||||
lib/tix8.1/bitmaps/textfile.xbm
|
||||
lib/tix8.1/bitmaps/textfile.xpm
|
||||
lib/tix8.1/bitmaps/tick.xbm
|
||||
lib/tix8.1/bitmaps/warning.gif
|
||||
lib/tix8.1/bitmaps/warning.xpm
|
||||
lib/tix8.1/pref/10Point.fs
|
||||
lib/tix8.1/pref/10Point.fsc
|
||||
lib/tix8.1/pref/12Point.fs
|
||||
lib/tix8.1/pref/12Point.fsc
|
||||
lib/tix8.1/pref/14Point.fs
|
||||
lib/tix8.1/pref/14Point.fsc
|
||||
lib/tix8.1/pref/Bisque.cs
|
||||
lib/tix8.1/pref/Bisque.csc
|
||||
lib/tix8.1/pref/Blue.cs
|
||||
lib/tix8.1/pref/Blue.csc
|
||||
lib/tix8.1/pref/Gray.cs
|
||||
lib/tix8.1/pref/Gray.csc
|
||||
lib/tix8.1/pref/Old12Pt.fs
|
||||
lib/tix8.1/pref/Old14Pt.fs
|
||||
lib/tix8.1/pref/SGIGray.cs
|
||||
lib/tix8.1/pref/SGIGray.csc
|
||||
lib/tix8.1/pref/TK.cs
|
||||
lib/tix8.1/pref/TK.csc
|
||||
lib/tix8.1/pref/TK.fs
|
||||
lib/tix8.1/pref/TK.fsc
|
||||
lib/tix8.1/pref/TixGray.cs
|
||||
lib/tix8.1/pref/TixGray.csc
|
||||
lib/tix8.1/pref/TkWin.cs
|
||||
lib/tix8.1/pref/TkWin.csc
|
||||
lib/tix8.1/pref/TkWin.fs
|
||||
lib/tix8.1/pref/TkWin.fsc
|
||||
lib/tix8.1/pref/WmDefault.cs
|
||||
lib/tix8.1/pref/WmDefault.csc
|
||||
lib/tix8.1/pref/WmDefault.fs
|
||||
lib/tix8.1/pref/WmDefault.fsc
|
||||
lib/tix8.1/pref/WmDefault.py
|
||||
lib/tix8.1/pref/WmDefault.tcl
|
||||
lib/tix8.1/pref/WmDefault.txt
|
||||
lib/tix8.1/pref/pkgIndex.tcl
|
||||
lib/tix8.1/pref/tixmkpref
|
||||
lib/tix8.1/demos/bitmaps/about.xpm
|
||||
lib/tix8.1/demos/bitmaps/bold.xbm
|
||||
lib/tix8.1/demos/bitmaps/capital.xbm
|
||||
lib/tix8.1/demos/bitmaps/centerj.xbm
|
||||
lib/tix8.1/demos/bitmaps/code.xpm
|
||||
lib/tix8.1/demos/bitmaps/combobox.xbm
|
||||
lib/tix8.1/demos/bitmaps/combobox.xpm
|
||||
lib/tix8.1/demos/bitmaps/drivea.xbm
|
||||
lib/tix8.1/demos/bitmaps/drivea.xpm
|
||||
lib/tix8.1/demos/bitmaps/exit.xpm
|
||||
lib/tix8.1/demos/bitmaps/filebox.xbm
|
||||
lib/tix8.1/demos/bitmaps/filebox.xpm
|
||||
lib/tix8.1/demos/bitmaps/harddisk.xbm
|
||||
lib/tix8.1/demos/bitmaps/harddisk.xpm
|
||||
lib/tix8.1/demos/bitmaps/italic.xbm
|
||||
lib/tix8.1/demos/bitmaps/justify.xbm
|
||||
lib/tix8.1/demos/bitmaps/leftj.xbm
|
||||
lib/tix8.1/demos/bitmaps/netw.xbm
|
||||
lib/tix8.1/demos/bitmaps/netw.xpm
|
||||
lib/tix8.1/demos/bitmaps/network.xbm
|
||||
lib/tix8.1/demos/bitmaps/network.xpm
|
||||
lib/tix8.1/demos/bitmaps/optmenu.xpm
|
||||
lib/tix8.1/demos/bitmaps/rightj.xbm
|
||||
lib/tix8.1/demos/bitmaps/select.xpm
|
||||
lib/tix8.1/demos/bitmaps/tix.gif
|
||||
lib/tix8.1/demos/bitmaps/underlin.xbm
|
||||
lib/tix8.1/demos/samples/AllSampl.tcl
|
||||
lib/tix8.1/demos/samples/ArrowBtn.tcl
|
||||
lib/tix8.1/demos/samples/Balloon.tcl
|
||||
lib/tix8.1/demos/samples/BtnBox.tcl
|
||||
lib/tix8.1/demos/samples/CObjView.tcl
|
||||
lib/tix8.1/demos/samples/ChkList.tcl
|
||||
lib/tix8.1/demos/samples/CmpImg.tcl
|
||||
lib/tix8.1/demos/samples/CmpImg1.tcl
|
||||
lib/tix8.1/demos/samples/CmpImg2.tcl
|
||||
lib/tix8.1/demos/samples/CmpImg3.tcl
|
||||
lib/tix8.1/demos/samples/CmpImg4.tcl
|
||||
lib/tix8.1/demos/samples/ComboBox.tcl
|
||||
lib/tix8.1/demos/samples/Control.tcl
|
||||
lib/tix8.1/demos/samples/DirDlg.tcl
|
||||
lib/tix8.1/demos/samples/DirList.tcl
|
||||
lib/tix8.1/demos/samples/DirTree.tcl
|
||||
lib/tix8.1/demos/samples/DragDrop.tcl
|
||||
lib/tix8.1/demos/samples/DynTree.tcl
|
||||
lib/tix8.1/demos/samples/EFileDlg.tcl
|
||||
lib/tix8.1/demos/samples/EditGrid.tcl
|
||||
lib/tix8.1/demos/samples/FileDlg.tcl
|
||||
lib/tix8.1/demos/samples/FileEnt.tcl
|
||||
lib/tix8.1/demos/samples/HList1.tcl
|
||||
lib/tix8.1/demos/samples/LabEntry.tcl
|
||||
lib/tix8.1/demos/samples/LabFrame.tcl
|
||||
lib/tix8.1/demos/samples/ListNBK.tcl
|
||||
lib/tix8.1/demos/samples/Meter.tcl
|
||||
lib/tix8.1/demos/samples/NoteBook.tcl
|
||||
lib/tix8.1/demos/samples/OptMenu.tcl
|
||||
lib/tix8.1/demos/samples/PanedWin.tcl
|
||||
lib/tix8.1/demos/samples/PopMenu.tcl
|
||||
lib/tix8.1/demos/samples/SGrid0.tcl
|
||||
lib/tix8.1/demos/samples/SGrid1.tcl
|
||||
lib/tix8.1/demos/samples/SHList.tcl
|
||||
lib/tix8.1/demos/samples/SHList2.tcl
|
||||
lib/tix8.1/demos/samples/SListBox.tcl
|
||||
lib/tix8.1/demos/samples/STList1.tcl
|
||||
lib/tix8.1/demos/samples/STList2.tcl
|
||||
lib/tix8.1/demos/samples/STList3.tcl
|
||||
lib/tix8.1/demos/samples/SText.tcl
|
||||
lib/tix8.1/demos/samples/SWindow.tcl
|
||||
lib/tix8.1/demos/samples/Sample.tcl
|
||||
lib/tix8.1/demos/samples/Select.tcl
|
||||
lib/tix8.1/demos/samples/StdBBox.tcl
|
||||
lib/tix8.1/demos/samples/Tree.tcl
|
||||
lib/tix8.1/demos/samples/Xpm.tcl
|
||||
lib/tix8.1/demos/samples/Xpm1.tcl
|
||||
lib/tix8.1/demos/MkChoose.tcl
|
||||
lib/tix8.1/demos/MkDirLis.tcl
|
||||
lib/tix8.1/demos/MkManag.tcl
|
||||
lib/tix8.1/demos/MkSample.tcl
|
||||
lib/tix8.1/demos/MkScroll.tcl
|
||||
lib/tix8.1/demos/README
|
||||
lib/tix8.1/demos/tclIndex
|
||||
lib/tix8.1/demos/tixwidgets.tcl
|
||||
lib/tix8.1/Balloon.tcl
|
||||
lib/tix8.1/BtnBox.tcl
|
||||
lib/tix8.1/CObjView.tcl
|
||||
lib/tix8.1/ChkList.tcl
|
||||
lib/tix8.1/ComboBox.tcl
|
||||
lib/tix8.1/Compat.tcl
|
||||
lib/tix8.1/Console.tcl
|
||||
lib/tix8.1/Control.tcl
|
||||
lib/tix8.1/DefSchm.tcl
|
||||
lib/tix8.1/DialogS.tcl
|
||||
lib/tix8.1/DirBox.tcl
|
||||
lib/tix8.1/DirDlg.tcl
|
||||
lib/tix8.1/DirList.tcl
|
||||
lib/tix8.1/DirTree.tcl
|
||||
lib/tix8.1/DragDrop.tcl
|
||||
lib/tix8.1/DtlList.tcl
|
||||
lib/tix8.1/EFileBox.tcl
|
||||
lib/tix8.1/EFileDlg.tcl
|
||||
lib/tix8.1/Event.tcl
|
||||
lib/tix8.1/FileBox.tcl
|
||||
lib/tix8.1/Tix.tcl
|
||||
lib/tix8.1/FileCbx.tcl
|
||||
lib/tix8.1/FileCmpt.tcl
|
||||
lib/tix8.1/FileDlg.tcl
|
||||
lib/tix8.1/FileEnt.tcl
|
||||
lib/tix8.1/FileUtil.tcl
|
||||
lib/tix8.1/FloatEnt.tcl
|
||||
lib/tix8.1/Grid.tcl
|
||||
lib/tix8.1/HList.tcl
|
||||
lib/tix8.1/HListDD.tcl
|
||||
lib/tix8.1/IconView.tcl
|
||||
lib/tix8.1/Init.tcl
|
||||
lib/tix8.1/LabEntry.tcl
|
||||
lib/tix8.1/LabFrame.tcl
|
||||
lib/tix8.1/LabWidg.tcl
|
||||
lib/tix8.1/ListNBk.tcl
|
||||
lib/tix8.1/Meter.tcl
|
||||
lib/tix8.1/MultView.tcl
|
||||
lib/tix8.1/NoteBook.tcl
|
||||
lib/tix8.1/OldUtil.tcl
|
||||
lib/tix8.1/OptMenu.tcl
|
||||
lib/tix8.1/PanedWin.tcl
|
||||
lib/tix8.1/PopMenu.tcl
|
||||
lib/tix8.1/Primitiv.tcl
|
||||
lib/tix8.1/ResizeH.tcl
|
||||
lib/tix8.1/fs.tcl
|
||||
lib/tix8.1/SGrid.tcl
|
||||
lib/tix8.1/SHList.tcl
|
||||
lib/tix8.1/SListBox.tcl
|
||||
lib/tix8.1/STList.tcl
|
||||
lib/tix8.1/SText.tcl
|
||||
lib/tix8.1/SWidget.tcl
|
||||
lib/tix8.1/SWindow.tcl
|
||||
lib/tix8.1/Select.tcl
|
||||
lib/tix8.1/Shell.tcl
|
||||
lib/tix8.1/SimpDlg.tcl
|
||||
lib/tix8.1/StackWin.tcl
|
||||
lib/tix8.1/StatBar.tcl
|
||||
lib/tix8.1/StdBBox.tcl
|
||||
lib/tix8.1/StdShell.tcl
|
||||
lib/tix8.1/TList.tcl
|
||||
lib/tix8.1/Tree.tcl
|
||||
lib/tix8.1/UnixFile.tcl
|
||||
lib/tix8.1/Utils.tcl
|
||||
lib/tix8.1/VResize.tcl
|
||||
lib/tix8.1/VStack.tcl
|
||||
lib/tix8.1/VTree.tcl
|
||||
lib/tix8.1/Variable.tcl
|
||||
lib/tix8.1/Verify.tcl
|
||||
lib/tix8.1/Version.tcl
|
||||
lib/tix8.1/WInfo.tcl
|
||||
lib/tix8.1/WinFile.tcl
|
||||
lib/tix8.1/pkgIndex.tcl
|
||||
lib/tix8.1/tclIndex
|
||||
lib/tixConfig.sh
|
||||
share/nls/POSIX
|
||||
share/nls/en_US.US-ASCII
|
||||
@dirrm include/tix/generic
|
||||
@dirrm include/tix/unix
|
||||
@dirrm include/tix
|
||||
@dirrm lib/tix4.1/pref
|
||||
@dirrm lib/tix4.1/demos/samples
|
||||
@dirrm lib/tix4.1/demos/bitmaps
|
||||
@dirrm lib/tix4.1/demos
|
||||
@dirrm lib/tix4.1/bitmaps
|
||||
@dirrm lib/tix4.1
|
||||
@dirrm lib/tix8.1/pref
|
||||
@dirrm lib/tix8.1/demos/samples
|
||||
@dirrm lib/tix8.1/demos/bitmaps
|
||||
@dirrm lib/tix8.1/demos
|
||||
@dirrm lib/tix8.1/bitmaps
|
||||
@dirrm lib/tix8.1
|
||||
|
Loading…
Reference in New Issue
Block a user