1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Update to released version of tclX 7.5

This commit is contained in:
Paul Traina 1996-04-28 04:59:20 +00:00
parent 6cc416dad8
commit ebf57a6230
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3042
9 changed files with 840 additions and 45 deletions

View File

@ -1,21 +1,21 @@
# New ports collection makefile for: tclX
# Version required: 7.5-b3
# Version required: 7.5
# Date created: 6 February 1996
# Whom: jkh
#
# $Id: Makefile,v 1.1.1.1 1996/03/16 05:01:43 pst Exp $
# $Id: Makefile,v 1.2 1996/03/18 02:04:26 asami Exp $
#
DISTNAME= tclX7.5.0-b3
PKGNAME= tclX-7.5b3
DISTNAME= tclX7.5.0
PKGNAME= tclX-7.5
CATEGORIES+= lang
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/distrib/
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/
TCL_DIR= ${PORTSDIR}/lang/tcl75
TCL_SRC= ${TCL_DIR}/work/tcl7.5b3
TCL_SRC= ${TCL_DIR}/work/tcl7.5
TK_DIR= ${PORTSDIR}/x11/tk41
TK_SRC= ${TK_DIR}/work/tk4.1b3
TK_SRC= ${TK_DIR}/work/tk4.1
DEPENDS= ${TCL_DIR} ${TK_DIR}
LIB_DEPENDS= tcl7\\.5\\.1:${TCL_DIR} \

View File

@ -1 +1 @@
MD5 (tclX7.5.0-b3.tar.gz) = d2efdb591015620fa40596661d3a2d77
MD5 (tclX7.5.0.tar.gz) = 91bd5f5b10769c77271d8c48b06c87de

View File

@ -1,11 +1,276 @@
@cwd /usr/local
tclX/7.4a-p1
tkX/4.0a-p1
include/tclExtend.h
include/tcl++.h
bin/tcl
bin/tclhelp
bin/wishx
bin/tclhelp
include/tclExtend.h
tclX/7.5.0/pkgIndex.proto
tclX/7.5.0/tclx.tcl
tclX/7.5.0/tcl.tlib
tclX/7.5.0/tcl.tndx
tclX/7.5.0/buildidx.tcl
tclX/7.5.0/loadouster.tcl
tclX/7.5.0/tclXAppInit.c
tclX/7.5.0/help/Tcl.brf
tclX/7.5.0/help/TclX.brf
tclX/7.5.0/help/tcl/control/break
tclX/7.5.0/help/tcl/control/case
tclX/7.5.0/help/tcl/control/catch
tclX/7.5.0/help/tcl/control/commandloop
tclX/7.5.0/help/tcl/control/continue
tclX/7.5.0/help/tcl/control/error
tclX/7.5.0/help/tcl/control/eval
tclX/7.5.0/help/tcl/control/exit
tclX/7.5.0/help/tcl/control/for
tclX/7.5.0/help/tcl/control/foreach
tclX/7.5.0/help/tcl/control/if
tclX/7.5.0/help/tcl/control/interp
tclX/7.5.0/help/tcl/control/loop
tclX/7.5.0/help/tcl/control/proc
tclX/7.5.0/help/tcl/control/rename
tclX/7.5.0/help/tcl/control/return
tclX/7.5.0/help/tcl/control/source
tclX/7.5.0/help/tcl/control/switch
tclX/7.5.0/help/tcl/control/tclx_errorHandler
tclX/7.5.0/help/tcl/control/uplevel
tclX/7.5.0/help/tcl/control/while
tclX/7.5.0/help/tcl/debug
tclX/7.5.0/help/tcl/debug/cmdtrace
tclX/7.5.0/help/tcl/debug/edprocs
tclX/7.5.0/help/tcl/debug/profile
tclX/7.5.0/help/tcl/debug/profrep
tclX/7.5.0/help/tcl/debug/saveprocs
tclX/7.5.0/help/tcl/events
tclX/7.5.0/help/tcl/events/after
tclX/7.5.0/help/tcl/events/background-error
tclX/7.5.0/help/tcl/events/fileevent
tclX/7.5.0/help/tcl/events/mainloop
tclX/7.5.0/help/tcl/events/update
tclX/7.5.0/help/tcl/events/vwait
tclX/7.5.0/help/tcl/files
tclX/7.5.0/help/tcl/files/bsearch
tclX/7.5.0/help/tcl/files/chgrp
tclX/7.5.0/help/tcl/files/chmod
tclX/7.5.0/help/tcl/files/chown
tclX/7.5.0/help/tcl/files/chroot
tclX/7.5.0/help/tcl/files/close
tclX/7.5.0/help/tcl/files/copyfile
tclX/7.5.0/help/tcl/files/dup
tclX/7.5.0/help/tcl/files/echo
tclX/7.5.0/help/tcl/files/eof
tclX/7.5.0/help/tcl/files/fblocked
tclX/7.5.0/help/tcl/files/fcntl
tclX/7.5.0/help/tcl/files/fconfigure
tclX/7.5.0/help/tcl/files/file
tclX/7.5.0/help/tcl/files/filename
tclX/7.5.0/help/tcl/files/flock
tclX/7.5.0/help/tcl/files/flush
tclX/7.5.0/help/tcl/files/for_file
tclX/7.5.0/help/tcl/files/for_recursive_glob
tclX/7.5.0/help/tcl/files/frename
tclX/7.5.0/help/tcl/files/fstat
tclX/7.5.0/help/tcl/files/ftruncate
tclX/7.5.0/help/tcl/files/funlock
tclX/7.5.0/help/tcl/files/gets
tclX/7.5.0/help/tcl/files/glob
tclX/7.5.0/help/tcl/files/lgets
tclX/7.5.0/help/tcl/files/link
tclX/7.5.0/help/tcl/files/mkdir
tclX/7.5.0/help/tcl/files/open
tclX/7.5.0/help/tcl/files/pipe
tclX/7.5.0/help/tcl/files/puts
tclX/7.5.0/help/tcl/files/read
tclX/7.5.0/help/tcl/files/read_file
tclX/7.5.0/help/tcl/files/readdir
tclX/7.5.0/help/tcl/files/recursive_glob
tclX/7.5.0/help/tcl/files/rmdir
tclX/7.5.0/help/tcl/files/seek
tclX/7.5.0/help/tcl/files/select
tclX/7.5.0/help/tcl/files/sync
tclX/7.5.0/help/tcl/files/tell
tclX/7.5.0/help/tcl/files/unlink
tclX/7.5.0/help/tcl/files/write_file
tclX/7.5.0/help/tcl/filescan
tclX/7.5.0/help/tcl/filescan/scancontext
tclX/7.5.0/help/tcl/filescan/scanfile
tclX/7.5.0/help/tcl/filescan/scanmatch
tclX/7.5.0/help/tcl/internation
tclX/7.5.0/help/tcl/internation/catclose
tclX/7.5.0/help/tcl/internation/catgets
tclX/7.5.0/help/tcl/internation/catopen
tclX/7.5.0/help/tcl/intro
tclX/7.5.0/help/tcl/intro/keyedlists
tclX/7.5.0/help/tcl/intro/syntax
tclX/7.5.0/help/tcl/keyedlists
tclX/7.5.0/help/tcl/keyedlists/keyldel
tclX/7.5.0/help/tcl/keyedlists/keylget
tclX/7.5.0/help/tcl/keyedlists/keylkeys
tclX/7.5.0/help/tcl/keyedlists/keylset
tclX/7.5.0/help/tcl/libraries
tclX/7.5.0/help/tcl/libraries/auto_commands
tclX/7.5.0/help/tcl/libraries/auto_load
tclX/7.5.0/help/tcl/libraries/auto_load_file
tclX/7.5.0/help/tcl/libraries/auto_packages
tclX/7.5.0/help/tcl/libraries/buildpackageindex
tclX/7.5.0/help/tcl/libraries/convert_lib
tclX/7.5.0/help/tcl/libraries/library
tclX/7.5.0/help/tcl/libraries/load
tclX/7.5.0/help/tcl/libraries/loadlibindex
tclX/7.5.0/help/tcl/libraries/package
tclX/7.5.0/help/tcl/libraries/packagelib
tclX/7.5.0/help/tcl/libraries/pkgMkIndex
tclX/7.5.0/help/tcl/libraries/searchpath
tclX/7.5.0/help/tcl/libraries/unknown
tclX/7.5.0/help/tcl/lists
tclX/7.5.0/help/tcl/lists/concat
tclX/7.5.0/help/tcl/lists/intersect
tclX/7.5.0/help/tcl/lists/intersect3
tclX/7.5.0/help/tcl/lists/join
tclX/7.5.0/help/tcl/lists/lappend
tclX/7.5.0/help/tcl/lists/lassign
tclX/7.5.0/help/tcl/lists/lempty
tclX/7.5.0/help/tcl/lists/lindex
tclX/7.5.0/help/tcl/lists/linsert
tclX/7.5.0/help/tcl/lists/list
tclX/7.5.0/help/tcl/lists/llength
tclX/7.5.0/help/tcl/lists/lmatch
tclX/7.5.0/help/tcl/lists/lrange
tclX/7.5.0/help/tcl/lists/lreplace
tclX/7.5.0/help/tcl/lists/lrmdups
tclX/7.5.0/help/tcl/lists/lsearch
tclX/7.5.0/help/tcl/lists/lsort
tclX/7.5.0/help/tcl/lists/lvarcat
tclX/7.5.0/help/tcl/lists/lvarpop
tclX/7.5.0/help/tcl/lists/lvarpush
tclX/7.5.0/help/tcl/lists/split
tclX/7.5.0/help/tcl/lists/union
tclX/7.5.0/help/tcl/math
tclX/7.5.0/help/tcl/math/expr
tclX/7.5.0/help/tcl/math/fmathcmds
tclX/7.5.0/help/tcl/math/incr
tclX/7.5.0/help/tcl/math/max
tclX/7.5.0/help/tcl/math/min
tclX/7.5.0/help/tcl/math/random
tclX/7.5.0/help/tcl/processes
tclX/7.5.0/help/tcl/processes/exec
tclX/7.5.0/help/tcl/processes/execl
tclX/7.5.0/help/tcl/processes/fork
tclX/7.5.0/help/tcl/processes/kill
tclX/7.5.0/help/tcl/processes/nice
tclX/7.5.0/help/tcl/processes/pid
tclX/7.5.0/help/tcl/processes/system
tclX/7.5.0/help/tcl/processes/wait
tclX/7.5.0/help/tcl/signals
tclX/7.5.0/help/tcl/signals/signal
tclX/7.5.0/help/tcl/sockets
tclX/7.5.0/help/tcl/sockets/host_info
tclX/7.5.0/help/tcl/sockets/socket
tclX/7.5.0/help/tcl/status
tclX/7.5.0/help/tcl/status/cd
tclX/7.5.0/help/tcl/status/dirs
tclX/7.5.0/help/tcl/status/history
tclX/7.5.0/help/tcl/status/id
tclX/7.5.0/help/tcl/status/info
tclX/7.5.0/help/tcl/status/infox
tclX/7.5.0/help/tcl/status/popd
tclX/7.5.0/help/tcl/status/pushd
tclX/7.5.0/help/tcl/status/pwd
tclX/7.5.0/help/tcl/status/showproc
tclX/7.5.0/help/tcl/status/umask
tclX/7.5.0/help/tcl/strings
tclX/7.5.0/help/tcl/strings/append
tclX/7.5.0/help/tcl/strings/ccollate
tclX/7.5.0/help/tcl/strings/cequal
tclX/7.5.0/help/tcl/strings/cindex
tclX/7.5.0/help/tcl/strings/clength
tclX/7.5.0/help/tcl/strings/crange
tclX/7.5.0/help/tcl/strings/csubstr
tclX/7.5.0/help/tcl/strings/ctoken
tclX/7.5.0/help/tcl/strings/ctype
tclX/7.5.0/help/tcl/strings/format
tclX/7.5.0/help/tcl/strings/regexp
tclX/7.5.0/help/tcl/strings/regsub
tclX/7.5.0/help/tcl/strings/replicate
tclX/7.5.0/help/tcl/strings/scan
tclX/7.5.0/help/tcl/strings/string
tclX/7.5.0/help/tcl/strings/subst
tclX/7.5.0/help/tcl/strings/translit
tclX/7.5.0/help/tcl/tclshell
tclX/7.5.0/help/tcl/tclshell/intro
tclX/7.5.0/help/tcl/tclshell/variables
tclX/7.5.0/help/tcl/time
tclX/7.5.0/help/tcl/time/alarm
tclX/7.5.0/help/tcl/time/clock
tclX/7.5.0/help/tcl/time/sleep
tclX/7.5.0/help/tcl/time/time
tclX/7.5.0/help/tcl/time/times
tclX/7.5.0/help/tcl/variables
tclX/7.5.0/help/tcl/variables/array
tclX/7.5.0/help/tcl/variables/for_array_keys
tclX/7.5.0/help/tcl/variables/global
tclX/7.5.0/help/tcl/variables/set
tclX/7.5.0/help/tcl/variables/stdvars
tclX/7.5.0/help/tcl/variables/trace
tclX/7.5.0/help/tcl/variables/unset
tclX/7.5.0/help/tcl/variables/upvar
tkX/4.1.0/tkx.tcl
tkX/4.1.0/tkXAppInit.c
tkX/4.1.0/help/Tk.brf
tkX/4.1.0/help/tk/control
tkX/4.1.0/help/tk/control/bell
tkX/4.1.0/help/tk/control/bind
tkX/4.1.0/help/tk/control/bindtags
tkX/4.1.0/help/tk/control/clipboard
tkX/4.1.0/help/tk/control/destroy
tkX/4.1.0/help/tk/control/focus
tkX/4.1.0/help/tk/control/grab
tkX/4.1.0/help/tk/control/grid
tkX/4.1.0/help/tk/control/lower
tkX/4.1.0/help/tk/control/option
tkX/4.1.0/help/tk/control/pack
tkX/4.1.0/help/tk/control/pack-old
tkX/4.1.0/help/tk/control/place
tkX/4.1.0/help/tk/control/raise
tkX/4.1.0/help/tk/control/selection
tkX/4.1.0/help/tk/control/send
tkX/4.1.0/help/tk/control/tk
tkX/4.1.0/help/tk/control/tk_bisque
tkX/4.1.0/help/tk/control/tk_focusNext
tkX/4.1.0/help/tk/control/tk_setPalette
tkX/4.1.0/help/tk/control/tkerror
tkX/4.1.0/help/tk/control/tkvars
tkX/4.1.0/help/tk/control/tkwait
tkX/4.1.0/help/tk/control/winfo
tkX/4.1.0/help/tk/control/wm
tkX/4.1.0/help/tk/images
tkX/4.1.0/help/tk/images/bitmap
tkX/4.1.0/help/tk/images/image
tkX/4.1.0/help/tk/images/photo
tkX/4.1.0/help/tk/widgets
tkX/4.1.0/help/tk/widgets/button
tkX/4.1.0/help/tk/widgets/canvas
tkX/4.1.0/help/tk/widgets/checkbutton
tkX/4.1.0/help/tk/widgets/entry
tkX/4.1.0/help/tk/widgets/frame
tkX/4.1.0/help/tk/widgets/label
tkX/4.1.0/help/tk/widgets/listbox
tkX/4.1.0/help/tk/widgets/menu
tkX/4.1.0/help/tk/widgets/menubutton
tkX/4.1.0/help/tk/widgets/message
tkX/4.1.0/help/tk/widgets/options
tkX/4.1.0/help/tk/widgets/radiobutton
tkX/4.1.0/help/tk/widgets/scale
tkX/4.1.0/help/tk/widgets/scrollbar
tkX/4.1.0/help/tk/widgets/text
tkX/4.1.0/help/tk/widgets/tk_dialog
tkX/4.1.0/help/tk/widgets/tk_menuBar
tkX/4.1.0/help/tk/widgets/tk_optionMenu
tkX/4.1.0/help/tk/widgets/tk_popup
tkX/4.1.0/help/tk/widgets/toplevel
lib/libtkx.so
lib/tkxConfig.sh
lib/libtclx.a
lib/tkxlibs.mk
lib/libtclx.so.75.0
lib/libtclx.so
lib/tclxConfig.sh
lib/libtkx.a
lib/libtkx.so.41.0
@exec /sbin/ldconfig -m %D/lib

View File

@ -1,21 +1,21 @@
# New ports collection makefile for: tclX
# Version required: 7.5-b3
# Version required: 7.5
# Date created: 6 February 1996
# Whom: jkh
#
# $Id: Makefile,v 1.1.1.1 1996/03/16 05:01:43 pst Exp $
# $Id: Makefile,v 1.2 1996/03/18 02:04:26 asami Exp $
#
DISTNAME= tclX7.5.0-b3
PKGNAME= tclX-7.5b3
DISTNAME= tclX7.5.0
PKGNAME= tclX-7.5
CATEGORIES+= lang
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/distrib/
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/
TCL_DIR= ${PORTSDIR}/lang/tcl75
TCL_SRC= ${TCL_DIR}/work/tcl7.5b3
TCL_SRC= ${TCL_DIR}/work/tcl7.5
TK_DIR= ${PORTSDIR}/x11/tk41
TK_SRC= ${TK_DIR}/work/tk4.1b3
TK_SRC= ${TK_DIR}/work/tk4.1
DEPENDS= ${TCL_DIR} ${TK_DIR}
LIB_DEPENDS= tcl7\\.5\\.1:${TCL_DIR} \

View File

@ -1 +1 @@
MD5 (tclX7.5.0-b3.tar.gz) = d2efdb591015620fa40596661d3a2d77
MD5 (tclX7.5.0.tar.gz) = 91bd5f5b10769c77271d8c48b06c87de

View File

@ -1,11 +1,276 @@
@cwd /usr/local
tclX/7.4a-p1
tkX/4.0a-p1
include/tclExtend.h
include/tcl++.h
bin/tcl
bin/tclhelp
bin/wishx
bin/tclhelp
include/tclExtend.h
tclX/7.5.0/pkgIndex.proto
tclX/7.5.0/tclx.tcl
tclX/7.5.0/tcl.tlib
tclX/7.5.0/tcl.tndx
tclX/7.5.0/buildidx.tcl
tclX/7.5.0/loadouster.tcl
tclX/7.5.0/tclXAppInit.c
tclX/7.5.0/help/Tcl.brf
tclX/7.5.0/help/TclX.brf
tclX/7.5.0/help/tcl/control/break
tclX/7.5.0/help/tcl/control/case
tclX/7.5.0/help/tcl/control/catch
tclX/7.5.0/help/tcl/control/commandloop
tclX/7.5.0/help/tcl/control/continue
tclX/7.5.0/help/tcl/control/error
tclX/7.5.0/help/tcl/control/eval
tclX/7.5.0/help/tcl/control/exit
tclX/7.5.0/help/tcl/control/for
tclX/7.5.0/help/tcl/control/foreach
tclX/7.5.0/help/tcl/control/if
tclX/7.5.0/help/tcl/control/interp
tclX/7.5.0/help/tcl/control/loop
tclX/7.5.0/help/tcl/control/proc
tclX/7.5.0/help/tcl/control/rename
tclX/7.5.0/help/tcl/control/return
tclX/7.5.0/help/tcl/control/source
tclX/7.5.0/help/tcl/control/switch
tclX/7.5.0/help/tcl/control/tclx_errorHandler
tclX/7.5.0/help/tcl/control/uplevel
tclX/7.5.0/help/tcl/control/while
tclX/7.5.0/help/tcl/debug
tclX/7.5.0/help/tcl/debug/cmdtrace
tclX/7.5.0/help/tcl/debug/edprocs
tclX/7.5.0/help/tcl/debug/profile
tclX/7.5.0/help/tcl/debug/profrep
tclX/7.5.0/help/tcl/debug/saveprocs
tclX/7.5.0/help/tcl/events
tclX/7.5.0/help/tcl/events/after
tclX/7.5.0/help/tcl/events/background-error
tclX/7.5.0/help/tcl/events/fileevent
tclX/7.5.0/help/tcl/events/mainloop
tclX/7.5.0/help/tcl/events/update
tclX/7.5.0/help/tcl/events/vwait
tclX/7.5.0/help/tcl/files
tclX/7.5.0/help/tcl/files/bsearch
tclX/7.5.0/help/tcl/files/chgrp
tclX/7.5.0/help/tcl/files/chmod
tclX/7.5.0/help/tcl/files/chown
tclX/7.5.0/help/tcl/files/chroot
tclX/7.5.0/help/tcl/files/close
tclX/7.5.0/help/tcl/files/copyfile
tclX/7.5.0/help/tcl/files/dup
tclX/7.5.0/help/tcl/files/echo
tclX/7.5.0/help/tcl/files/eof
tclX/7.5.0/help/tcl/files/fblocked
tclX/7.5.0/help/tcl/files/fcntl
tclX/7.5.0/help/tcl/files/fconfigure
tclX/7.5.0/help/tcl/files/file
tclX/7.5.0/help/tcl/files/filename
tclX/7.5.0/help/tcl/files/flock
tclX/7.5.0/help/tcl/files/flush
tclX/7.5.0/help/tcl/files/for_file
tclX/7.5.0/help/tcl/files/for_recursive_glob
tclX/7.5.0/help/tcl/files/frename
tclX/7.5.0/help/tcl/files/fstat
tclX/7.5.0/help/tcl/files/ftruncate
tclX/7.5.0/help/tcl/files/funlock
tclX/7.5.0/help/tcl/files/gets
tclX/7.5.0/help/tcl/files/glob
tclX/7.5.0/help/tcl/files/lgets
tclX/7.5.0/help/tcl/files/link
tclX/7.5.0/help/tcl/files/mkdir
tclX/7.5.0/help/tcl/files/open
tclX/7.5.0/help/tcl/files/pipe
tclX/7.5.0/help/tcl/files/puts
tclX/7.5.0/help/tcl/files/read
tclX/7.5.0/help/tcl/files/read_file
tclX/7.5.0/help/tcl/files/readdir
tclX/7.5.0/help/tcl/files/recursive_glob
tclX/7.5.0/help/tcl/files/rmdir
tclX/7.5.0/help/tcl/files/seek
tclX/7.5.0/help/tcl/files/select
tclX/7.5.0/help/tcl/files/sync
tclX/7.5.0/help/tcl/files/tell
tclX/7.5.0/help/tcl/files/unlink
tclX/7.5.0/help/tcl/files/write_file
tclX/7.5.0/help/tcl/filescan
tclX/7.5.0/help/tcl/filescan/scancontext
tclX/7.5.0/help/tcl/filescan/scanfile
tclX/7.5.0/help/tcl/filescan/scanmatch
tclX/7.5.0/help/tcl/internation
tclX/7.5.0/help/tcl/internation/catclose
tclX/7.5.0/help/tcl/internation/catgets
tclX/7.5.0/help/tcl/internation/catopen
tclX/7.5.0/help/tcl/intro
tclX/7.5.0/help/tcl/intro/keyedlists
tclX/7.5.0/help/tcl/intro/syntax
tclX/7.5.0/help/tcl/keyedlists
tclX/7.5.0/help/tcl/keyedlists/keyldel
tclX/7.5.0/help/tcl/keyedlists/keylget
tclX/7.5.0/help/tcl/keyedlists/keylkeys
tclX/7.5.0/help/tcl/keyedlists/keylset
tclX/7.5.0/help/tcl/libraries
tclX/7.5.0/help/tcl/libraries/auto_commands
tclX/7.5.0/help/tcl/libraries/auto_load
tclX/7.5.0/help/tcl/libraries/auto_load_file
tclX/7.5.0/help/tcl/libraries/auto_packages
tclX/7.5.0/help/tcl/libraries/buildpackageindex
tclX/7.5.0/help/tcl/libraries/convert_lib
tclX/7.5.0/help/tcl/libraries/library
tclX/7.5.0/help/tcl/libraries/load
tclX/7.5.0/help/tcl/libraries/loadlibindex
tclX/7.5.0/help/tcl/libraries/package
tclX/7.5.0/help/tcl/libraries/packagelib
tclX/7.5.0/help/tcl/libraries/pkgMkIndex
tclX/7.5.0/help/tcl/libraries/searchpath
tclX/7.5.0/help/tcl/libraries/unknown
tclX/7.5.0/help/tcl/lists
tclX/7.5.0/help/tcl/lists/concat
tclX/7.5.0/help/tcl/lists/intersect
tclX/7.5.0/help/tcl/lists/intersect3
tclX/7.5.0/help/tcl/lists/join
tclX/7.5.0/help/tcl/lists/lappend
tclX/7.5.0/help/tcl/lists/lassign
tclX/7.5.0/help/tcl/lists/lempty
tclX/7.5.0/help/tcl/lists/lindex
tclX/7.5.0/help/tcl/lists/linsert
tclX/7.5.0/help/tcl/lists/list
tclX/7.5.0/help/tcl/lists/llength
tclX/7.5.0/help/tcl/lists/lmatch
tclX/7.5.0/help/tcl/lists/lrange
tclX/7.5.0/help/tcl/lists/lreplace
tclX/7.5.0/help/tcl/lists/lrmdups
tclX/7.5.0/help/tcl/lists/lsearch
tclX/7.5.0/help/tcl/lists/lsort
tclX/7.5.0/help/tcl/lists/lvarcat
tclX/7.5.0/help/tcl/lists/lvarpop
tclX/7.5.0/help/tcl/lists/lvarpush
tclX/7.5.0/help/tcl/lists/split
tclX/7.5.0/help/tcl/lists/union
tclX/7.5.0/help/tcl/math
tclX/7.5.0/help/tcl/math/expr
tclX/7.5.0/help/tcl/math/fmathcmds
tclX/7.5.0/help/tcl/math/incr
tclX/7.5.0/help/tcl/math/max
tclX/7.5.0/help/tcl/math/min
tclX/7.5.0/help/tcl/math/random
tclX/7.5.0/help/tcl/processes
tclX/7.5.0/help/tcl/processes/exec
tclX/7.5.0/help/tcl/processes/execl
tclX/7.5.0/help/tcl/processes/fork
tclX/7.5.0/help/tcl/processes/kill
tclX/7.5.0/help/tcl/processes/nice
tclX/7.5.0/help/tcl/processes/pid
tclX/7.5.0/help/tcl/processes/system
tclX/7.5.0/help/tcl/processes/wait
tclX/7.5.0/help/tcl/signals
tclX/7.5.0/help/tcl/signals/signal
tclX/7.5.0/help/tcl/sockets
tclX/7.5.0/help/tcl/sockets/host_info
tclX/7.5.0/help/tcl/sockets/socket
tclX/7.5.0/help/tcl/status
tclX/7.5.0/help/tcl/status/cd
tclX/7.5.0/help/tcl/status/dirs
tclX/7.5.0/help/tcl/status/history
tclX/7.5.0/help/tcl/status/id
tclX/7.5.0/help/tcl/status/info
tclX/7.5.0/help/tcl/status/infox
tclX/7.5.0/help/tcl/status/popd
tclX/7.5.0/help/tcl/status/pushd
tclX/7.5.0/help/tcl/status/pwd
tclX/7.5.0/help/tcl/status/showproc
tclX/7.5.0/help/tcl/status/umask
tclX/7.5.0/help/tcl/strings
tclX/7.5.0/help/tcl/strings/append
tclX/7.5.0/help/tcl/strings/ccollate
tclX/7.5.0/help/tcl/strings/cequal
tclX/7.5.0/help/tcl/strings/cindex
tclX/7.5.0/help/tcl/strings/clength
tclX/7.5.0/help/tcl/strings/crange
tclX/7.5.0/help/tcl/strings/csubstr
tclX/7.5.0/help/tcl/strings/ctoken
tclX/7.5.0/help/tcl/strings/ctype
tclX/7.5.0/help/tcl/strings/format
tclX/7.5.0/help/tcl/strings/regexp
tclX/7.5.0/help/tcl/strings/regsub
tclX/7.5.0/help/tcl/strings/replicate
tclX/7.5.0/help/tcl/strings/scan
tclX/7.5.0/help/tcl/strings/string
tclX/7.5.0/help/tcl/strings/subst
tclX/7.5.0/help/tcl/strings/translit
tclX/7.5.0/help/tcl/tclshell
tclX/7.5.0/help/tcl/tclshell/intro
tclX/7.5.0/help/tcl/tclshell/variables
tclX/7.5.0/help/tcl/time
tclX/7.5.0/help/tcl/time/alarm
tclX/7.5.0/help/tcl/time/clock
tclX/7.5.0/help/tcl/time/sleep
tclX/7.5.0/help/tcl/time/time
tclX/7.5.0/help/tcl/time/times
tclX/7.5.0/help/tcl/variables
tclX/7.5.0/help/tcl/variables/array
tclX/7.5.0/help/tcl/variables/for_array_keys
tclX/7.5.0/help/tcl/variables/global
tclX/7.5.0/help/tcl/variables/set
tclX/7.5.0/help/tcl/variables/stdvars
tclX/7.5.0/help/tcl/variables/trace
tclX/7.5.0/help/tcl/variables/unset
tclX/7.5.0/help/tcl/variables/upvar
tkX/4.1.0/tkx.tcl
tkX/4.1.0/tkXAppInit.c
tkX/4.1.0/help/Tk.brf
tkX/4.1.0/help/tk/control
tkX/4.1.0/help/tk/control/bell
tkX/4.1.0/help/tk/control/bind
tkX/4.1.0/help/tk/control/bindtags
tkX/4.1.0/help/tk/control/clipboard
tkX/4.1.0/help/tk/control/destroy
tkX/4.1.0/help/tk/control/focus
tkX/4.1.0/help/tk/control/grab
tkX/4.1.0/help/tk/control/grid
tkX/4.1.0/help/tk/control/lower
tkX/4.1.0/help/tk/control/option
tkX/4.1.0/help/tk/control/pack
tkX/4.1.0/help/tk/control/pack-old
tkX/4.1.0/help/tk/control/place
tkX/4.1.0/help/tk/control/raise
tkX/4.1.0/help/tk/control/selection
tkX/4.1.0/help/tk/control/send
tkX/4.1.0/help/tk/control/tk
tkX/4.1.0/help/tk/control/tk_bisque
tkX/4.1.0/help/tk/control/tk_focusNext
tkX/4.1.0/help/tk/control/tk_setPalette
tkX/4.1.0/help/tk/control/tkerror
tkX/4.1.0/help/tk/control/tkvars
tkX/4.1.0/help/tk/control/tkwait
tkX/4.1.0/help/tk/control/winfo
tkX/4.1.0/help/tk/control/wm
tkX/4.1.0/help/tk/images
tkX/4.1.0/help/tk/images/bitmap
tkX/4.1.0/help/tk/images/image
tkX/4.1.0/help/tk/images/photo
tkX/4.1.0/help/tk/widgets
tkX/4.1.0/help/tk/widgets/button
tkX/4.1.0/help/tk/widgets/canvas
tkX/4.1.0/help/tk/widgets/checkbutton
tkX/4.1.0/help/tk/widgets/entry
tkX/4.1.0/help/tk/widgets/frame
tkX/4.1.0/help/tk/widgets/label
tkX/4.1.0/help/tk/widgets/listbox
tkX/4.1.0/help/tk/widgets/menu
tkX/4.1.0/help/tk/widgets/menubutton
tkX/4.1.0/help/tk/widgets/message
tkX/4.1.0/help/tk/widgets/options
tkX/4.1.0/help/tk/widgets/radiobutton
tkX/4.1.0/help/tk/widgets/scale
tkX/4.1.0/help/tk/widgets/scrollbar
tkX/4.1.0/help/tk/widgets/text
tkX/4.1.0/help/tk/widgets/tk_dialog
tkX/4.1.0/help/tk/widgets/tk_menuBar
tkX/4.1.0/help/tk/widgets/tk_optionMenu
tkX/4.1.0/help/tk/widgets/tk_popup
tkX/4.1.0/help/tk/widgets/toplevel
lib/libtkx.so
lib/tkxConfig.sh
lib/libtclx.a
lib/tkxlibs.mk
lib/libtclx.so.75.0
lib/libtclx.so
lib/tclxConfig.sh
lib/libtkx.a
lib/libtkx.so.41.0
@exec /sbin/ldconfig -m %D/lib

View File

@ -1,21 +1,21 @@
# New ports collection makefile for: tclX
# Version required: 7.5-b3
# Version required: 7.5
# Date created: 6 February 1996
# Whom: jkh
#
# $Id: Makefile,v 1.1.1.1 1996/03/16 05:01:43 pst Exp $
# $Id: Makefile,v 1.2 1996/03/18 02:04:26 asami Exp $
#
DISTNAME= tclX7.5.0-b3
PKGNAME= tclX-7.5b3
DISTNAME= tclX7.5.0
PKGNAME= tclX-7.5
CATEGORIES+= lang
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/distrib/
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/tclx-distrib/
TCL_DIR= ${PORTSDIR}/lang/tcl75
TCL_SRC= ${TCL_DIR}/work/tcl7.5b3
TCL_SRC= ${TCL_DIR}/work/tcl7.5
TK_DIR= ${PORTSDIR}/x11/tk41
TK_SRC= ${TK_DIR}/work/tk4.1b3
TK_SRC= ${TK_DIR}/work/tk4.1
DEPENDS= ${TCL_DIR} ${TK_DIR}
LIB_DEPENDS= tcl7\\.5\\.1:${TCL_DIR} \

View File

@ -1 +1 @@
MD5 (tclX7.5.0-b3.tar.gz) = d2efdb591015620fa40596661d3a2d77
MD5 (tclX7.5.0.tar.gz) = 91bd5f5b10769c77271d8c48b06c87de

View File

@ -1,11 +1,276 @@
@cwd /usr/local
tclX/7.4a-p1
tkX/4.0a-p1
include/tclExtend.h
include/tcl++.h
bin/tcl
bin/tclhelp
bin/wishx
bin/tclhelp
include/tclExtend.h
tclX/7.5.0/pkgIndex.proto
tclX/7.5.0/tclx.tcl
tclX/7.5.0/tcl.tlib
tclX/7.5.0/tcl.tndx
tclX/7.5.0/buildidx.tcl
tclX/7.5.0/loadouster.tcl
tclX/7.5.0/tclXAppInit.c
tclX/7.5.0/help/Tcl.brf
tclX/7.5.0/help/TclX.brf
tclX/7.5.0/help/tcl/control/break
tclX/7.5.0/help/tcl/control/case
tclX/7.5.0/help/tcl/control/catch
tclX/7.5.0/help/tcl/control/commandloop
tclX/7.5.0/help/tcl/control/continue
tclX/7.5.0/help/tcl/control/error
tclX/7.5.0/help/tcl/control/eval
tclX/7.5.0/help/tcl/control/exit
tclX/7.5.0/help/tcl/control/for
tclX/7.5.0/help/tcl/control/foreach
tclX/7.5.0/help/tcl/control/if
tclX/7.5.0/help/tcl/control/interp
tclX/7.5.0/help/tcl/control/loop
tclX/7.5.0/help/tcl/control/proc
tclX/7.5.0/help/tcl/control/rename
tclX/7.5.0/help/tcl/control/return
tclX/7.5.0/help/tcl/control/source
tclX/7.5.0/help/tcl/control/switch
tclX/7.5.0/help/tcl/control/tclx_errorHandler
tclX/7.5.0/help/tcl/control/uplevel
tclX/7.5.0/help/tcl/control/while
tclX/7.5.0/help/tcl/debug
tclX/7.5.0/help/tcl/debug/cmdtrace
tclX/7.5.0/help/tcl/debug/edprocs
tclX/7.5.0/help/tcl/debug/profile
tclX/7.5.0/help/tcl/debug/profrep
tclX/7.5.0/help/tcl/debug/saveprocs
tclX/7.5.0/help/tcl/events
tclX/7.5.0/help/tcl/events/after
tclX/7.5.0/help/tcl/events/background-error
tclX/7.5.0/help/tcl/events/fileevent
tclX/7.5.0/help/tcl/events/mainloop
tclX/7.5.0/help/tcl/events/update
tclX/7.5.0/help/tcl/events/vwait
tclX/7.5.0/help/tcl/files
tclX/7.5.0/help/tcl/files/bsearch
tclX/7.5.0/help/tcl/files/chgrp
tclX/7.5.0/help/tcl/files/chmod
tclX/7.5.0/help/tcl/files/chown
tclX/7.5.0/help/tcl/files/chroot
tclX/7.5.0/help/tcl/files/close
tclX/7.5.0/help/tcl/files/copyfile
tclX/7.5.0/help/tcl/files/dup
tclX/7.5.0/help/tcl/files/echo
tclX/7.5.0/help/tcl/files/eof
tclX/7.5.0/help/tcl/files/fblocked
tclX/7.5.0/help/tcl/files/fcntl
tclX/7.5.0/help/tcl/files/fconfigure
tclX/7.5.0/help/tcl/files/file
tclX/7.5.0/help/tcl/files/filename
tclX/7.5.0/help/tcl/files/flock
tclX/7.5.0/help/tcl/files/flush
tclX/7.5.0/help/tcl/files/for_file
tclX/7.5.0/help/tcl/files/for_recursive_glob
tclX/7.5.0/help/tcl/files/frename
tclX/7.5.0/help/tcl/files/fstat
tclX/7.5.0/help/tcl/files/ftruncate
tclX/7.5.0/help/tcl/files/funlock
tclX/7.5.0/help/tcl/files/gets
tclX/7.5.0/help/tcl/files/glob
tclX/7.5.0/help/tcl/files/lgets
tclX/7.5.0/help/tcl/files/link
tclX/7.5.0/help/tcl/files/mkdir
tclX/7.5.0/help/tcl/files/open
tclX/7.5.0/help/tcl/files/pipe
tclX/7.5.0/help/tcl/files/puts
tclX/7.5.0/help/tcl/files/read
tclX/7.5.0/help/tcl/files/read_file
tclX/7.5.0/help/tcl/files/readdir
tclX/7.5.0/help/tcl/files/recursive_glob
tclX/7.5.0/help/tcl/files/rmdir
tclX/7.5.0/help/tcl/files/seek
tclX/7.5.0/help/tcl/files/select
tclX/7.5.0/help/tcl/files/sync
tclX/7.5.0/help/tcl/files/tell
tclX/7.5.0/help/tcl/files/unlink
tclX/7.5.0/help/tcl/files/write_file
tclX/7.5.0/help/tcl/filescan
tclX/7.5.0/help/tcl/filescan/scancontext
tclX/7.5.0/help/tcl/filescan/scanfile
tclX/7.5.0/help/tcl/filescan/scanmatch
tclX/7.5.0/help/tcl/internation
tclX/7.5.0/help/tcl/internation/catclose
tclX/7.5.0/help/tcl/internation/catgets
tclX/7.5.0/help/tcl/internation/catopen
tclX/7.5.0/help/tcl/intro
tclX/7.5.0/help/tcl/intro/keyedlists
tclX/7.5.0/help/tcl/intro/syntax
tclX/7.5.0/help/tcl/keyedlists
tclX/7.5.0/help/tcl/keyedlists/keyldel
tclX/7.5.0/help/tcl/keyedlists/keylget
tclX/7.5.0/help/tcl/keyedlists/keylkeys
tclX/7.5.0/help/tcl/keyedlists/keylset
tclX/7.5.0/help/tcl/libraries
tclX/7.5.0/help/tcl/libraries/auto_commands
tclX/7.5.0/help/tcl/libraries/auto_load
tclX/7.5.0/help/tcl/libraries/auto_load_file
tclX/7.5.0/help/tcl/libraries/auto_packages
tclX/7.5.0/help/tcl/libraries/buildpackageindex
tclX/7.5.0/help/tcl/libraries/convert_lib
tclX/7.5.0/help/tcl/libraries/library
tclX/7.5.0/help/tcl/libraries/load
tclX/7.5.0/help/tcl/libraries/loadlibindex
tclX/7.5.0/help/tcl/libraries/package
tclX/7.5.0/help/tcl/libraries/packagelib
tclX/7.5.0/help/tcl/libraries/pkgMkIndex
tclX/7.5.0/help/tcl/libraries/searchpath
tclX/7.5.0/help/tcl/libraries/unknown
tclX/7.5.0/help/tcl/lists
tclX/7.5.0/help/tcl/lists/concat
tclX/7.5.0/help/tcl/lists/intersect
tclX/7.5.0/help/tcl/lists/intersect3
tclX/7.5.0/help/tcl/lists/join
tclX/7.5.0/help/tcl/lists/lappend
tclX/7.5.0/help/tcl/lists/lassign
tclX/7.5.0/help/tcl/lists/lempty
tclX/7.5.0/help/tcl/lists/lindex
tclX/7.5.0/help/tcl/lists/linsert
tclX/7.5.0/help/tcl/lists/list
tclX/7.5.0/help/tcl/lists/llength
tclX/7.5.0/help/tcl/lists/lmatch
tclX/7.5.0/help/tcl/lists/lrange
tclX/7.5.0/help/tcl/lists/lreplace
tclX/7.5.0/help/tcl/lists/lrmdups
tclX/7.5.0/help/tcl/lists/lsearch
tclX/7.5.0/help/tcl/lists/lsort
tclX/7.5.0/help/tcl/lists/lvarcat
tclX/7.5.0/help/tcl/lists/lvarpop
tclX/7.5.0/help/tcl/lists/lvarpush
tclX/7.5.0/help/tcl/lists/split
tclX/7.5.0/help/tcl/lists/union
tclX/7.5.0/help/tcl/math
tclX/7.5.0/help/tcl/math/expr
tclX/7.5.0/help/tcl/math/fmathcmds
tclX/7.5.0/help/tcl/math/incr
tclX/7.5.0/help/tcl/math/max
tclX/7.5.0/help/tcl/math/min
tclX/7.5.0/help/tcl/math/random
tclX/7.5.0/help/tcl/processes
tclX/7.5.0/help/tcl/processes/exec
tclX/7.5.0/help/tcl/processes/execl
tclX/7.5.0/help/tcl/processes/fork
tclX/7.5.0/help/tcl/processes/kill
tclX/7.5.0/help/tcl/processes/nice
tclX/7.5.0/help/tcl/processes/pid
tclX/7.5.0/help/tcl/processes/system
tclX/7.5.0/help/tcl/processes/wait
tclX/7.5.0/help/tcl/signals
tclX/7.5.0/help/tcl/signals/signal
tclX/7.5.0/help/tcl/sockets
tclX/7.5.0/help/tcl/sockets/host_info
tclX/7.5.0/help/tcl/sockets/socket
tclX/7.5.0/help/tcl/status
tclX/7.5.0/help/tcl/status/cd
tclX/7.5.0/help/tcl/status/dirs
tclX/7.5.0/help/tcl/status/history
tclX/7.5.0/help/tcl/status/id
tclX/7.5.0/help/tcl/status/info
tclX/7.5.0/help/tcl/status/infox
tclX/7.5.0/help/tcl/status/popd
tclX/7.5.0/help/tcl/status/pushd
tclX/7.5.0/help/tcl/status/pwd
tclX/7.5.0/help/tcl/status/showproc
tclX/7.5.0/help/tcl/status/umask
tclX/7.5.0/help/tcl/strings
tclX/7.5.0/help/tcl/strings/append
tclX/7.5.0/help/tcl/strings/ccollate
tclX/7.5.0/help/tcl/strings/cequal
tclX/7.5.0/help/tcl/strings/cindex
tclX/7.5.0/help/tcl/strings/clength
tclX/7.5.0/help/tcl/strings/crange
tclX/7.5.0/help/tcl/strings/csubstr
tclX/7.5.0/help/tcl/strings/ctoken
tclX/7.5.0/help/tcl/strings/ctype
tclX/7.5.0/help/tcl/strings/format
tclX/7.5.0/help/tcl/strings/regexp
tclX/7.5.0/help/tcl/strings/regsub
tclX/7.5.0/help/tcl/strings/replicate
tclX/7.5.0/help/tcl/strings/scan
tclX/7.5.0/help/tcl/strings/string
tclX/7.5.0/help/tcl/strings/subst
tclX/7.5.0/help/tcl/strings/translit
tclX/7.5.0/help/tcl/tclshell
tclX/7.5.0/help/tcl/tclshell/intro
tclX/7.5.0/help/tcl/tclshell/variables
tclX/7.5.0/help/tcl/time
tclX/7.5.0/help/tcl/time/alarm
tclX/7.5.0/help/tcl/time/clock
tclX/7.5.0/help/tcl/time/sleep
tclX/7.5.0/help/tcl/time/time
tclX/7.5.0/help/tcl/time/times
tclX/7.5.0/help/tcl/variables
tclX/7.5.0/help/tcl/variables/array
tclX/7.5.0/help/tcl/variables/for_array_keys
tclX/7.5.0/help/tcl/variables/global
tclX/7.5.0/help/tcl/variables/set
tclX/7.5.0/help/tcl/variables/stdvars
tclX/7.5.0/help/tcl/variables/trace
tclX/7.5.0/help/tcl/variables/unset
tclX/7.5.0/help/tcl/variables/upvar
tkX/4.1.0/tkx.tcl
tkX/4.1.0/tkXAppInit.c
tkX/4.1.0/help/Tk.brf
tkX/4.1.0/help/tk/control
tkX/4.1.0/help/tk/control/bell
tkX/4.1.0/help/tk/control/bind
tkX/4.1.0/help/tk/control/bindtags
tkX/4.1.0/help/tk/control/clipboard
tkX/4.1.0/help/tk/control/destroy
tkX/4.1.0/help/tk/control/focus
tkX/4.1.0/help/tk/control/grab
tkX/4.1.0/help/tk/control/grid
tkX/4.1.0/help/tk/control/lower
tkX/4.1.0/help/tk/control/option
tkX/4.1.0/help/tk/control/pack
tkX/4.1.0/help/tk/control/pack-old
tkX/4.1.0/help/tk/control/place
tkX/4.1.0/help/tk/control/raise
tkX/4.1.0/help/tk/control/selection
tkX/4.1.0/help/tk/control/send
tkX/4.1.0/help/tk/control/tk
tkX/4.1.0/help/tk/control/tk_bisque
tkX/4.1.0/help/tk/control/tk_focusNext
tkX/4.1.0/help/tk/control/tk_setPalette
tkX/4.1.0/help/tk/control/tkerror
tkX/4.1.0/help/tk/control/tkvars
tkX/4.1.0/help/tk/control/tkwait
tkX/4.1.0/help/tk/control/winfo
tkX/4.1.0/help/tk/control/wm
tkX/4.1.0/help/tk/images
tkX/4.1.0/help/tk/images/bitmap
tkX/4.1.0/help/tk/images/image
tkX/4.1.0/help/tk/images/photo
tkX/4.1.0/help/tk/widgets
tkX/4.1.0/help/tk/widgets/button
tkX/4.1.0/help/tk/widgets/canvas
tkX/4.1.0/help/tk/widgets/checkbutton
tkX/4.1.0/help/tk/widgets/entry
tkX/4.1.0/help/tk/widgets/frame
tkX/4.1.0/help/tk/widgets/label
tkX/4.1.0/help/tk/widgets/listbox
tkX/4.1.0/help/tk/widgets/menu
tkX/4.1.0/help/tk/widgets/menubutton
tkX/4.1.0/help/tk/widgets/message
tkX/4.1.0/help/tk/widgets/options
tkX/4.1.0/help/tk/widgets/radiobutton
tkX/4.1.0/help/tk/widgets/scale
tkX/4.1.0/help/tk/widgets/scrollbar
tkX/4.1.0/help/tk/widgets/text
tkX/4.1.0/help/tk/widgets/tk_dialog
tkX/4.1.0/help/tk/widgets/tk_menuBar
tkX/4.1.0/help/tk/widgets/tk_optionMenu
tkX/4.1.0/help/tk/widgets/tk_popup
tkX/4.1.0/help/tk/widgets/toplevel
lib/libtkx.so
lib/tkxConfig.sh
lib/libtclx.a
lib/tkxlibs.mk
lib/libtclx.so.75.0
lib/libtclx.so
lib/tclxConfig.sh
lib/libtkx.a
lib/libtkx.so.41.0
@exec /sbin/ldconfig -m %D/lib