|
View:
New views
20 Messages
—
Rating Filter:
Alert me
|
| < Prev | 1 - 2 | Next > |
|
|
Ubuntu Janty Mister house installationHello
I have been trying to install Misterhouse on Ubuntu Janty 9.04 AMD64 for Insteon. I'm a OS user not a programmer. I have tried several routes which I will explain in detail of my troubles. 1. I used this instruction - http://misterhouse.sourceforge.net/install.html During the quick install I had this issue: Unix users - Download the the latest tar, or zip file from http://misterhouse.net/download - If using the tar file: cd to where you want it the mh directory created in (e.g. cd /projects/misterhouse) tar -xzvf misterhouse-#.##.tar.gz - If using the zip file: cd to where you want it the mh directory created in (e.g. cd /projects/misterhouse) unzip -aU /downloads/misterhouse_src_###.zip (wherever you downloaded it to) - Run Configure to convert C serial headers to perl headers: - cd mh/bin - chmod +x configure - su (to run configure as root) - ./configure - exit (to switch back from root) - ./mhl (if that doesn't work, try: mh or perl mh) Running the section to convert C headers gave this result: william@C2Q:~$ cd /projects/misterhouse/trunk/bin william@C2Q:/projects/misterhouse/trunk/bin$ chmod +x configure william@C2Q:/projects/misterhouse/trunk/bin$ sudo ./configure [sudo] password for william: Deleting Windows-only files... Chmod scripts to executables... Converting C headers to Perl headers for mh/lib/site/Device/SerialPort.pm termios.h -> termios.ph features.h -> features.ph bits/types.h -> bits/types.ph bits/termios.h -> bits/termios.ph sys/ttydefaults.h -> sys/ttydefaults.ph sys/cdefs.h -> sys/cdefs.ph gnu/stubs.h -> gnu/stubs.ph bits/wordsize.h -> bits/wordsize.ph bits/typesizes.h -> bits/typesizes.ph bits/wordsize.h -> bits/wordsize.ph bits/wordsize.h -> bits/wordsize.ph gnu/stubs-32.h -> gnu/stubs-32.ph Can't open gnu/stubs-32.h: No such file or directory gnu/stubs-64.h -> gnu/stubs-64.ph asm/termios.h -> asm/termios.ph asm/termbits.h -> asm/termbits.ph asm/ioctls.h -> asm/ioctls.ph linux/posix_types.h -> linux/posix_types.ph asm/ioctl.h -> asm/ioctl.ph linux/stddef.h -> linux/stddef.ph asm/posix_types.h -> asm/posix_types.ph asm-generic/ioctl.h -> asm-generic/ioctl.ph asm/posix_types_32.h -> asm/posix_types_32.ph asm/posix_types_64.h -> asm/posix_types_64.ph features.h -> features.ph sys/cdefs.h -> sys/cdefs.ph gnu/stubs.h -> gnu/stubs.ph bits/wordsize.h -> bits/wordsize.ph bits/wordsize.h -> bits/wordsize.ph gnu/stubs-32.h -> gnu/stubs-32.ph Can't open gnu/stubs-32.h: No such file or directory gnu/stubs-64.h -> gnu/stubs-64.ph asm/termbits.h -> asm/termbits.ph linux/posix_types.h -> linux/posix_types.ph linux/stddef.h -> linux/stddef.ph asm/posix_types.h -> asm/posix_types.ph asm/posix_types_32.h -> asm/posix_types_32.ph asm/posix_types_64.h -> asm/posix_types_64.ph asm/posix_types.h -> asm/posix_types.ph asm/posix_types_32.h -> asm/posix_types_32.ph asm/posix_types_64.h -> asm/posix_types_64.ph asm/ioctls.h -> asm/ioctls.ph asm/ioctl.h -> asm/ioctl.ph asm-generic/ioctl.h -> asm-generic/ioctl.ph asm/ioctl.h -> asm/ioctl.ph asm-generic/ioctl.h -> asm-generic/ioctl.ph bits/termios.h -> bits/termios.ph gnu/stubs.h -> gnu/stubs.ph bits/wordsize.h -> bits/wordsize.ph gnu/stubs-32.h -> gnu/stubs-32.ph Can't open gnu/stubs-32.h: No such file or directory gnu/stubs-64.h -> gnu/stubs-64.ph linux/posix_types.h -> linux/posix_types.ph linux/stddef.h -> linux/stddef.ph asm/posix_types.h -> asm/posix_types.ph asm/posix_types_32.h -> asm/posix_types_32.ph asm/posix_types_64.h -> asm/posix_types_64.ph linux/stddefs.h -> linux/stddefs.ph Can't open linux/stddefs.h: No such file or directory linux/stddef.h -> linux/stddef.ph linux/compiler.h -> linux/compiler.ph Can't open linux/compiler.h: No such file or directory All done. This script is meant to work on various OSs and distributions. Errors about missing files are not necessarily a problem. See docs/install.html for more info. Run mh with: ./mh william@C2Q:/projects/misterhouse/trunk/bin$ Is this OK? Can't open linux/compiler.h: No such file or directory I can access mh by opening a browser to http://localhost:8080. Next I followed these instructions: UNIX Step 1, Download and Install Mister House - this seemed straight forward enough. Next I followed these instructions: UNIX Step 2, Download and Compile Perl - this is where I get more issues. I test for Tk installation using perl -e "use Tk" william@C2Q:/projects/misterhouse/trunk/bin$ perl -e "use Tk" Can't locate Tk.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at -e line 1. BEGIN failed--compilation aborted at -e line 1. william@C2Q:/projects/misterhouse/trunk/bin$ I get an error an install perl and Tk william@C2Q:/projects/misterhouse/trunk/bin$ sudo apt-get install perl Tk [sudo] password for william: Reading package lists... Done Building dependency tree Reading state information... Done perl is already the newest version. E: Couldn't find package Tk william@C2Q:/projects/misterhouse/trunk/bin$ sudo apt-get install tk Reading package lists... Done Building dependency tree Reading state information... Done tk is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. william@C2Q:/projects/misterhouse/trunk/bin$ As you can see I've already installed perl but it couldn't find Tk so I tried tk and it is installed as well. The question here is tk = Tk or do I still need Tk? I progress to the cpan install. william@C2Q:~$ su Password: root@C2Q:/home/william# perl -MCPAN -eshell Terminal does not support AddHistory. cpan shell -- CPAN exploration and modules installation (v1.9205) ReadLine support available (maybe install Bundle::CPAN or Bundle::CPANxxl?) cpan[1]> install Tk CPAN: Storable loaded ok (v2.18) Going to read /root/.cpan/Metadata Database was generated on Sat, 30 May 2009 18:26:55 GMT Running install for module 'Tk' CPAN: Data::Dumper loaded ok (v2.121_14) 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/root/.cpan/prefs' Running make for S/SR/SREZIC/Tk-804.028.tar.gz CPAN: Digest::SHA loaded ok (v5.45) CPAN: Compress::Zlib loaded ok (v2.015) Checksum for /root/.cpan/sources/authors/id/S/SR/SREZIC/Tk-804.028.tar.gz ok Scanning cache /root/.cpan/build for sizes ............................................................................DONE Tk-804.028 Tk-804.028/pTk Tk-804.028/pod Tk-804.028/PNG Tk-804.028/JPEG Tk-804.028/mkppm.bat Tk-804.028/demos Tk-804.028/DragDrop Tk-804.028/Tk Tk-804.028/checklen Tk-804.028/Menubutton Tk-804.028/README.IRIX Tk-804.028/Tixish Tk-804.028/Xlib Tk-804.028/VERSIONS Tk-804.028/adj_demo Tk-804.028/Event Tk-804.028/Makefile.PL Tk-804.028/canvas_scroll Tk-804.028/TixGrid Tk-804.028/NBFrame Tk-804.028/after_leak Tk-804.028/grid_adj Tk-804.028/README.ultrix Tk-804.028/inline_bitmap Tk-804.028/lsfonts Tk-804.028/Scrollbar Tk-804.028/build Tk-804.028/ptked Tk-804.028/Contrib Tk-804.028/cleanup Tk-804.028/keyWords Tk-804.028/point_test Tk-804.028/config Tk-804.028/t Tk-804.028/tkGlue.t Tk-804.028/Listbox Tk-804.028/bin Tk-804.028/fix_4_os2.pl Tk-804.028/mkdist Tk-804.028/fonts Tk-804.028/iso8859-1 Tk-804.028/classtree Tk-804.028/dialog_test Tk-804.028/iconwin Tk-804.028/TextList Tk-804.028/fonthook Tk-804.028/spinbox Tk-804.028/ventry_demo Tk-804.028/TixPixmap Tk-804.028/cbtest Tk-804.028/leak_test Tk-804.028/Scale Tk-804.028/Canvas Tk-804.028/README.SVR4 Tk-804.028/tkGlue.c Tk-804.028/sm Tk-804.028/rebuild Tk-804.028/tkpsh Tk-804.028/TList Tk-804.028/image_test Tk-804.028/popup Tk-804.028/font_test Tk-804.028/symbols Tk-804.028/mkExt Tk-804.028/pfm Tk-804.028/mcHL Tk-804.028/InputO Tk-804.028/floppy Tk-804.028/IO Tk-804.028/geo_mgr Tk-804.028/WinPhoto Tk-804.028/pixmap_test Tk-804.028/tlist_demo Tk-804.028/Text Tk-804.028/derived_test Tk-804.028/lentry Tk-804.028/HList Tk-804.028/tainted Tk-804.028/Mwm Tk-804.028/encGlue.c Tk-804.028/tkperldoc Tk-804.028/fedemo Tk-804.028/uninstall Tk-804.028/pixels-points Tk-804.028/style_test Tk-804.028/vtab.def Tk-804.028/two_main Tk-804.028/tiehandle Tk-804.028/bulkedit Tk-804.028/README.AIX Tk-804.028/MANIFEST.SKIP.PL Tk-804.028/exetype Tk-804.028/COPYING Tk-804.028/findbase Tk-804.028/tixwm_demo Tk-804.028/Tk.xs Tk-804.028/Extensions Tk-804.028/ptksh Tk-804.028/dnd_demo Tk-804.028/chfont Tk-804.028/Funcs.doc Tk-804.028/tie_basic Tk-804.028/ewidth_demo Tk-804.028/perlfiles Tk-804.028/hackMM Tk-804.028/after_demo Tk-804.028/db57 Tk-804.028/labelpack Tk-804.028/compile Tk-804.028/forward_test Tk-804.028/check_syms Tk-804.028/lib Tk-804.028/needed Tk-804.028/grid_test Tk-804.028/tkWin32Dll.c Tk-804.028/tmenu Tk-804.028/README.OpenBSD Tk-804.028/README Tk-804.028/iconimg Tk-804.028/vg Tk-804.028/destroy_test Tk-804.028/ptknews Tk-804.028/canvasps Tk-804.028/Entry Tk-804.028/menubug Tk-804.028/unidemo Tk-804.028/cursor_demo Tk-804.028/Change.log Tk-804.028/myConfig Tk-804.028/tixGlue.c Tk-804.028/evtGlue.c Tk-804.028/fixfunc Tk-804.028/MANIFEST.SKIP Tk-804.028/chnGlue.c Tk-804.028/copydate Tk-804.028/vtab.def.PL Tk-804.028/tktail Tk-804.028/xlib_demo Tk-804.028/tkGlue.h Tk-804.028/scale_test Tk-804.028/README-ActiveState.txt Tk-804.028/canvastile Tk-804.028/font_demo Tk-804.028/gdb.plx Tk-804.028/Compound Tk-804.028/debug Tk-804.028/tcl2perl Tk-804.028/autoraise Tk-804.028/mitem_test Tk-804.028/sillymenu Tk-804.028/check_Tk_version Tk-804.028/README.darwin Tk-804.028/al_bug Tk-804.028/debug.bat Tk-804.028/tkGlue.exc Tk-804.028/hlist_demo Tk-804.028/geom Tk-804.028/ToDo Tk-804.028/INSTALL Tk-804.028/Tk.pod Tk-804.028/bindtest Tk-804.028/scrolled_demo Tk-804.028/dump_test Tk-804.028/linux-progbar-toy Tk-804.028/add_version Tk-804.028/TkXSUB.def Tk-804.028/Changes Tk-804.028/olduni Tk-804.028/taint_test Tk-804.028/submethods Tk-804.028/README.linux Tk-804.028/tkGlue.def Tk-804.028/animate Tk-804.028/icon Tk-804.028/generate Tk-804.028/prop_demo Tk-804.028/PPM-HowTo Tk-804.028/tkGlue_f.c Tk-804.028/tiny Tk-804.028/ls_table Tk-804.028/README.HPUX Tk-804.028/README.Solaris Tk-804.028/r Tk-804.028/tietext Tk-804.028/disbutton Tk-804.028/dupsyms Tk-804.028/wal Tk-804.028/basic_demo Tk-804.028/taint_test2 Tk-804.028/popup_menu Tk-804.028/stripblib Tk-804.028/sockets Tk-804.028/README.os2 Tk-804.028/README.SCO Tk-804.028/nested_dialog Tk-804.028/tcolour Tk-804.028/fetail Tk-804.028/gedi Tk-804.028/tkfontsel Tk-804.028/lbformat_demo Tk-804.028/try Tk-804.028/tkGlue_f.h Tk-804.028/dfpy Tk-804.028/menubar Tk-804.028/pipe_test Tk-804.028/motif_hack Tk-804.028/README.OSF Tk-804.028/text_demo Tk-804.028/time Tk-804.028/objGlue.c Tk-804.028/hlist_bg Tk-804.028/local_demo Tk-804.028/tent Tk-804.028/oddmenu_demo Tk-804.028/error_prop Tk-804.028/MANIFEST Tk-804.028/hlfm Tk-804.028/embed Tk-804.028/tkGlue.m Tk-804.028/Tk.pm Tk-804.028/README.cygwin Tk-804.028/check_source Tk-804.028/gridbug Tk-804.028/clip_bug Tk-804.028/unicode Tk-804.028/canvas_ps Tk-804.028/table_demo Tk-804.028/Compound/Compound.xs Tk-804.028/Compound/compound_demo Tk-804.028/Compound/Compound.pm Tk-804.028/Compound/Makefile.PL Tk-804.028/Entry/Entry.xs Tk-804.028/Entry/Entry.pm Tk-804.028/Entry/Makefile.PL Tk-804.028/lib/Tie Tk-804.028/lib/Tie/Watch.pm Tk-804.028/compile/splitfunc Tk-804.028/compile/PreLoad.pm Tk-804.028/compile/findloader Tk-804.028/compile/Compile.pod Tk-804.028/Extensions/ImageBack Tk-804.028/Extensions/ImageBack/MANIFEST.SKIP Tk-804.028/Extensions/ImageBack/background Tk-804.028/Extensions/ImageBack/README Tk-804.028/Extensions/ImageBack/ImageBack.xs Tk-804.028/Extensions/ImageBack/Makefile.PL Tk-804.028/Extensions/ImageBack/ImageBack.pm Tk-804.028/Extensions/ImageBack/MANIFEST Tk-804.028/Mwm/NotWin.exc Tk-804.028/Mwm/Makefile.PL Tk-804.028/Mwm/Mwm.pm Tk-804.028/Mwm/Mwm.xs Tk-804.028/HList/Makefile.PL Tk-804.028/HList/HList.pm Tk-804.028/HList/Tix2perl Tk-804.028/HList/HList.xs Tk-804.028/Text/Text.pm Tk-804.028/Text/Text.xs Tk-804.028/Text/Makefile.PL Tk-804.028/Text/README Tk-804.028/Text/Text Tk-804.028/Text/Text/Tag.pm Tk-804.028/WinPhoto/WinPhoto.xs Tk-804.028/WinPhoto/try Tk-804.028/WinPhoto/Makefile.PL Tk-804.028/WinPhoto/NotWin.exc Tk-804.028/WinPhoto/WinPhoto.pm Tk-804.028/IO/IO.xs Tk-804.028/IO/Makefile.PL Tk-804.028/IO/IO.pm Tk-804.028/InputO/InputO.xs Tk-804.028/InputO/NotWin.exc Tk-804.028/InputO/Makefile.PL Tk-804.028/InputO/InputO.pm Tk-804.028/TList/TList.pm Tk-804.028/TList/Makefile.PL Tk-804.028/TList/TList.xs Tk-804.028/Canvas/Canvas.pm Tk-804.028/Canvas/Makefile.PL Tk-804.028/Canvas/Canvas.xs Tk-804.028/Canvas/canvtxt Tk-804.028/Canvas/demo.txt Tk-804.028/Scale/Makefile.PL Tk-804.028/Scale/Scale.pm Tk-804.028/Scale/Scale.xs Tk-804.028/TixPixmap/Pixmap.pm Tk-804.028/TixPixmap/Makefile.PL Tk-804.028/TixPixmap/Pixmap.xs Tk-804.028/TextList/reindex.pl Tk-804.028/TextList/textlist_demo Tk-804.028/TextList/TextList.pm Tk-804.028/TextList/Makefile.PL Tk-804.028/TextList/README Tk-804.028/TextList/Reindex.pm Tk-804.028/TextList/ReindexedText.pm Tk-804.028/TextList/ReindexedROText.pm Tk-804.028/bin/tkman Tk-804.028/bin/perms Tk-804.028/bin/defs Tk-804.028/bin/uselib Tk-804.028/bin/unres Tk-804.028/bin/defunc Tk-804.028/bin/newstyle Tk-804.028/Listbox/Makefile.PL Tk-804.028/Listbox/Listbox.pm Tk-804.028/Listbox/Listbox.xs Tk-804.028/t/browseentry.t Tk-804.028/t/Trace.t Tk-804.028/t/font.t Tk-804.028/t/wm-time.t Tk-804.028/t/msgbox.t Tk-804.028/t/canvas.t Tk-804.028/t/create.t Tk-804.028/t/button.t Tk-804.028/t/iso8859-1.t Tk-804.028/t/zzText.t Tk-804.028/t/TkTest.pm Tk-804.028/t/X.t Tk-804.028/t/text.t Tk-804.028/t/fileselect.t Tk-804.028/t/browseentry-grabtest.t Tk-804.028/t/listvar.t Tk-804.028/t/optmenu.t Tk-804.028/t/property.t Tk-804.028/t/dirtree.t Tk-804.028/t/balloon.t Tk-804.028/t/magic.t Tk-804.028/t/zzPhoto.t Tk-804.028/t/slaves.t Tk-804.028/t/fbox.t Tk-804.028/t/KR.dat Tk-804.028/t/KR.t Tk-804.028/t/canvas2.t Tk-804.028/t/autoload.t Tk-804.028/t/adjuster.t Tk-804.028/t/trace1.t Tk-804.028/t/fileevent.t Tk-804.028/t/Require.t Tk-804.028/t/mwm.t Tk-804.028/t/table.t Tk-804.028/t/Tkxs.t Tk-804.028/t/browseentry-subclassing.t Tk-804.028/t/button-tcl.t Tk-804.028/t/listbox.t Tk-804.028/t/widget.t Tk-804.028/t/entry.t Tk-804.028/t/zzTixGrid.t Tk-804.028/t/wm.t Tk-804.028/t/browseentry2.t Tk-804.028/t/dialogbox.t Tk-804.028/t/JP.t Tk-804.028/t/coloreditor.t Tk-804.028/t/leak.t Tk-804.028/t/photo.t Tk-804.028/t/after.t Tk-804.028/t/progbar.t Tk-804.028/t/JP.dat Tk-804.028/t/wm-tcl.t Tk-804.028/t/mega.t Tk-804.028/t/zzScrolled.t Tk-804.028/t/regexp.t Tk-804.028/t/cursor.t Tk-804.028/t/unicode.t Tk-804.028/t/list.t Tk-804.028/t/zzHList.t Tk-804.028/t/geomgr.t Tk-804.028/t/00wmcheck.t Tk-804.028/t/fork.t Tk-804.028/t/dash.t Tk-804.028/t/pixmap.t Tk-804.028/t/exefiles.t Tk-804.028/config/signedchar.c Tk-804.028/config/unsigned.c Tk-804.028/config/perlrx.c Tk-804.028/config/pmop.c Tk-804.028/config/xft.c Tk-804.028/config/pregcomp2.c Tk-804.028/config/tod.c Tk-804.028/config/Ksprintf.c Tk-804.028/Contrib/README Tk-804.028/Contrib/book-examples Tk-804.028/Contrib/TickerTape Tk-804.028/Contrib/fd_demo Tk-804.028/Contrib/testlistbox Tk-804.028/Contrib/book-examples/f-16.1.pl Tk-804.028/Contrib/book-examples/f-16.9.pl Tk-804.028/Contrib/book-examples/f-15.5.pl Tk-804.028/Contrib/book-examples/lusol-f16.3 Tk-804.028/Contrib/book-examples/f-16.7.pl Tk-804.028/Contrib/book-examples/f-16.10.pl Tk-804.028/Contrib/book-examples/f-16.2.pl Tk-804.028/Contrib/book-examples/f-16.8.pl Tk-804.028/Contrib/book-examples/f-16.6.pl Tk-804.028/Contrib/book-examples/README Tk-804.028/Contrib/book-examples/f-16.3.pl Tk-804.028/Scrollbar/Makefile.PL Tk-804.028/Scrollbar/Scrollbar.pm Tk-804.028/Scrollbar/Scrollbar.xs Tk-804.028/NBFrame/Makefile.PL Tk-804.028/NBFrame/NBFrame.xs Tk-804.028/NBFrame/NBFrame.pm Tk-804.028/TixGrid/TixGrid.pm Tk-804.028/TixGrid/Makefile.PL Tk-804.028/TixGrid/tgdemo_config Tk-804.028/TixGrid/TixGrid.xs Tk-804.028/TixGrid/fedemo Tk-804.028/TixGrid/tgdemo_edit Tk-804.028/TixGrid/FloatEntry.pm Tk-804.028/TixGrid/tgdemo_simple Tk-804.028/Event/typemap Tk-804.028/Event/findEvent Tk-804.028/Event/eventWin32Dll.c Tk-804.028/Event/tclPlatNotfy.c Tk-804.028/Event/t Tk-804.028/Event/Event Tk-804.028/Event/tclPlatEvent.c Tk-804.028/Event/pTkCallback.c Tk-804.028/Event/Event.xs Tk-804.028/Event/Event.pm Tk-804.028/Event/Makefile.PL Tk-804.028/Event/tclNotify.c Tk-804.028/Event/tclTimer.c Tk-804.028/Event/tclPlatTime.c Tk-804.028/Event/tclAsync.c Tk-804.028/Event/event_demo Tk-804.028/Event/tclEvent.c Tk-804.028/Event/Event/IO.pm Tk-804.028/Event/t/basic.t Tk-804.028/Xlib/GC.def Tk-804.028/Xlib/X Tk-804.028/Xlib/tree_demo Tk-804.028/Xlib/Xlib.xs Tk-804.028/Xlib/drops Tk-804.028/Xlib/Xlib.pm Tk-804.028/Xlib/motif_site Tk-804.028/Xlib/load Tk-804.028/Xlib/Makefile.PL Tk-804.028/Xlib/README Tk-804.028/Xlib/X/Makefile.PL Tk-804.028/Xlib/X/X.pm Tk-804.028/Xlib/X/X.xs Tk-804.028/Tixish/examples Tk-804.028/Tixish/DirTree.pm Tk-804.028/Tixish/lib Tk-804.028/Tixish/NoteBook.pm Tk-804.028/Tixish/README Tk-804.028/Tixish/Tree.pm Tk-804.028/Tixish/Makefile.PL Tk-804.028/Tixish/Balloon.pm Tk-804.028/Tixish/LabFrame.pm Tk-804.028/Tixish/BrowseEntry.pm Tk-804.028/Tixish/Changes Tk-804.028/Tixish/DialogBox.pm Tk-804.028/Tixish/lib/Tk Tk-804.028/Tixish/lib/Tk/balArrow.xbm Tk-804.028/Tixish/lib/Tk/cbxarrow.xbm Tk-804.028/Tixish/lib/Tk/arrowdownwin.xbm Tk-804.028/Tixish/examples/adjuster Tk-804.028/Tixish/examples/perl-tix-tree Tk-804.028/Tixish/examples/perl-tix-dyntree Tk-804.028/Tixish/examples/perl-tix-dirtree Tk-804.028/Menubutton/Makefile.PL Tk-804.028/Menubutton/Menubutton.xs Tk-804.028/Menubutton/Menubutton.pm Tk-804.028/Tk/Tk.xpm Tk-804.028/Tk/MainWindow.pm Tk-804.028/Tk/act_folder.xpm Tk-804.028/Tk/Configure.pm Tk-804.028/Tk/MMutil.pm Tk-804.028/Tk/Bitmap.pm Tk-804.028/Tk/prolog.ps Tk-804.028/Tk/tranicon.gif Tk-804.028/Tk/Spinbox.pm Tk-804.028/Tk/Widget.pm Tk-804.028/Tk/win.xbm Tk-804.028/Tk/act_folder.xbm Tk-804.028/Tk/Label.pm Tk-804.028/Tk/Frame.pm Tk-804.028/Tk/Credits Tk-804.028/Tk/FBox.pm Tk-804.028/Tk/README.Adjust Tk-804.028/Tk/Radiobutton.pm Tk-804.028/Tk/Checkbutton.pm Tk-804.028/Tk/ColorEdit.xpm Tk-804.028/Tk/Panedwindow.pm Tk-804.028/Tk/Adjuster.pm Tk-804.028/Tk/ProgressBar.pm Tk-804.028/Tk/Dirlist.pm Tk-804.028/Tk/Photo.pm Tk-804.028/Tk/Xrm.pm Tk-804.028/Tk/Font.pm Tk-804.028/Tk/Toplevel.pm Tk-804.028/Tk/Menu Tk-804.028/Tk/Image.pm Tk-804.028/Tk/Submethods.pm Tk-804.028/Tk/license.terms Tk-804.028/Tk/Pane.pm Tk-804.028/Tk/MsgBox.pm Tk-804.028/Tk/Xcamel.gif Tk-804.028/Tk/folder.xpm Tk-804.028/Tk/Button.pm Tk-804.028/Tk/ROText.pm Tk-804.028/Tk/srcfile.xpm Tk-804.028/Tk/Wm.pm Tk-804.028/Tk/TextEdit.pm Tk-804.028/Tk/Menubar.pm Tk-804.028/Tk/Clipboard.pm Tk-804.028/Tk/TextUndo.pm Tk-804.028/Tk/wintext.xpm Tk-804.028/Tk/English.pm Tk-804.028/Tk/typemap Tk-804.028/Tk/Optionmenu.pm Tk-804.028/Tk/file.xbm Tk-804.028/Tk/Stats.pm Tk-804.028/Tk/X11Font.pm Tk-804.028/Tk/MakeDepend.pm Tk-804.028/Tk/Trace.pm Tk-804.028/Tk/LabRadio.pm Tk-804.028/Tk/arrowdownwin.xbm Tk-804.028/Tk/widgets.pm Tk-804.028/Tk/Tiler.pm Tk-804.028/Tk/ItemStyle.pm Tk-804.028/Tk/ErrorDialog.pm Tk-804.028/Tk/CmdLine.pm Tk-804.028/Tk/MMtry.pm Tk-804.028/Tk/textfile.xpm Tk-804.028/Tk/LabEntry.pm Tk-804.028/Tk/cbxarrow.xbm Tk-804.028/Tk/Region.pm Tk-804.028/Tk/FileSelect.pm Tk-804.028/Tk/IconList.pm Tk-804.028/Tk/After.pm Tk-804.028/Tk/Labelframe.pm Tk-804.028/Tk/openfile.xbm Tk-804.028/Tk/Table.pm Tk-804.028/Tk/file.xpm Tk-804.028/Tk/ColorEditor.pm Tk-804.028/Tk/Tk.xbm Tk-804.028/Tk/Pretty.pm Tk-804.028/Tk/Derived.pm Tk-804.028/Tk/Dialog.pm Tk-804.028/Tk/openfolder.xbm Tk-804.028/Tk/Menu.pm Tk-804.028/Tk/openfolder.xpm Tk-804.028/Tk/install.pm Tk-804.028/Tk/winfolder.xpm Tk-804.028/Tk/folder.xbm Tk-804.028/Tk/anim.gif Tk-804.028/Tk/icon.gif Tk-804.028/Tk/Message.pm Tk-804.028/Tk/DummyEncode.pm Tk-804.028/Tk/Animation.pm Tk-804.028/Tk/Camel.xpm Tk-804.028/Tk/Menu/Item.pm Tk-804.028/DragDrop/motion_test Tk-804.028/DragDrop/Win32Site Tk-804.028/DragDrop/DragDrop Tk-804.028/DragDrop/drag_test Tk-804.028/DragDrop/selection Tk-804.028/DragDrop/Makefile.PL Tk-804.028/DragDrop/DropSite.pod Tk-804.028/DragDrop/DragDrop.pm Tk-804.028/DragDrop/DropSite.pm Tk-804.028/DragDrop/has_sun Tk-804.028/DragDrop/site_test Tk-804.028/DragDrop/local_test Tk-804.028/DragDrop/DragDrop/Common.pm Tk-804.028/DragDrop/DragDrop/SunConst.pm Tk-804.028/DragDrop/DragDrop/Rect.pm Tk-804.028/DragDrop/DragDrop/XDNDSite.pm Tk-804.028/DragDrop/DragDrop/XDNDDrop.pm Tk-804.028/DragDrop/DragDrop/SunSite.pm Tk-804.028/DragDrop/DragDrop/LocalDrop.pm Tk-804.028/DragDrop/DragDrop/SunDrop.pm Tk-804.028/DragDrop/Win32Site/Win32Site.xs Tk-804.028/DragDrop/Win32Site/NotUnix.exc Tk-804.028/DragDrop/Win32Site/Makefile.PL Tk-804.028/DragDrop/Win32Site/Win32Drop.pm Tk-804.028/DragDrop/Win32Site/Win32Site.pm Tk-804.028/demos/demos Tk-804.028/demos/widget Tk-804.028/demos/composite Tk-804.028/demos/rmt Tk-804.028/demos/widget_old Tk-804.028/demos/README Tk-804.028/demos/color_editor Tk-804.028/demos/rolodex Tk-804.028/demos/browse Tk-804.028/demos/tom Tk-804.028/demos/dialog Tk-804.028/demos/hello Tk-804.028/demos/MANIFEST.SKIP Tk-804.028/demos/timer Tk-804.028/demos/ixset Tk-804.028/demos/Makefile.PL Tk-804.028/demos/MANIFEST Tk-804.028/demos/demos/widget_lib Tk-804.028/demos/demos/widtrib Tk-804.028/demos/demos/images Tk-804.028/demos/demos/LabEnLabRad.pm Tk-804.028/demos/demos/images/cursor.cur Tk-804.028/demos/demos/images/pattern Tk-804.028/demos/demos/images/dir.mask Tk-804.028/demos/demos/images/teapot.ppm Tk-804.028/demos/demos/images/cursor.xbm Tk-804.028/demos/demos/images/face Tk-804.028/demos/demos/images/QuitPBa.xpm Tk-804.028/demos/demos/images/flagup Tk-804.028/demos/demos/images/cursor.mask Tk-804.028/demos/demos/images/c.icon Tk-804.028/demos/demos/images/grey.5 Tk-804.028/demos/demos/images/dir.icon Tk-804.028/demos/demos/images/page.mask Tk-804.028/demos/demos/images/mickey.gif Tk-804.028/demos/demos/images/grey.25 Tk-804.028/demos/demos/images/flagdown Tk-804.028/demos/demos/images/QuitPB.xpm Tk-804.028/demos/demos/images/earth.gif Tk-804.028/demos/demos/images/page.icon Tk-804.028/demos/demos/images/noletters Tk-804.028/demos/demos/images/ned.xpm Tk-804.028/demos/demos/images/earthris.gif Tk-804.028/demos/demos/images/letters Tk-804.028/demos/demos/widtrib/all.pl Tk-804.028/demos/demos/widtrib/Tiler.pl Tk-804.028/demos/demos/widtrib/plop.pl Tk-804.028/demos/demos/widtrib/Gedi.pl Tk-804.028/demos/demos/widtrib/cursor.pl Tk-804.028/demos/demos/widtrib/npuz.pl Tk-804.028/demos/demos/widtrib/TEMPLATE.pl Tk-804.028/demos/demos/widtrib/lib Tk-804.028/demos/demos/widtrib/lib/npuz Tk-804.028/demos/demos/widtrib/lib/npuz/Xcamel.npuz Tk-804.028/demos/demos/widget_lib/cscroll.pl Tk-804.028/demos/demos/widget_lib/image1.pl Tk-804.028/demos/demos/widget_lib/trace1.pl Tk-804.028/demos/demos/widget_lib/browseentry2.pl Tk-804.028/demos/demos/widget_lib/check.pl Tk-804.028/demos/demos/widget_lib/Ball.pm Tk-804.028/demos/demos/widget_lib/vscale.pl Tk-804.028/demos/demos/widget_lib/form_mgr.pl Tk-804.028/demos/demos/widget_lib/paned2.pl Tk-804.028/demos/demos/widget_lib/labframe.pl Tk-804.028/demos/demos/widget_lib/items.pl Tk-804.028/demos/demos/widget_lib/menbut.pl Tk-804.028/demos/demos/widget_lib/browseentry.pl Tk-804.028/demos/demos/widget_lib/spin.pl Tk-804.028/demos/demos/widget_lib/virtevents1.pl Tk-804.028/demos/demos/widget_lib/entry2.pl Tk-804.028/demos/demos/widget_lib/search.pl Tk-804.028/demos/demos/widget_lib/ruler.pl Tk-804.028/demos/demos/widget_lib/slide.pl Tk-804.028/demos/demos/widget_lib/trace2.pl Tk-804.028/demos/demos/widget_lib/bitmaps.pl Tk-804.028/demos/demos/widget_lib/unicodeout.pl Tk-804.028/demos/demos/widget_lib/sayings.pl Tk-804.028/demos/demos/widget_lib/form.pl Tk-804.028/demos/demos/widget_lib/choosedir.pl Tk-804.028/demos/demos/widget_lib/twind.pl Tk-804.028/demos/demos/widget_lib/icon.pl Tk-804.028/demos/demos/widget_lib/paned1.pl Tk-804.028/demos/demos/widget_lib/showVars.pl Tk-804.028/demos/demos/widget_lib/msgBox.pl Tk-804.028/demos/demos/widget_lib/bounce.pl Tk-804.028/demos/demos/widget_lib/states.pl Tk-804.028/demos/demos/widget_lib/hello.pl Tk-804.028/demos/demos/widget_lib/dialog1.pl Tk-804.028/demos/demos/widget_lib/progress.pl Tk-804.028/demos/demos/widget_lib/dirtree.pl Tk-804.028/demos/demos/widget_lib/dialog2.pl Tk-804.028/demos/demos/widget_lib/plot.pl Tk-804.028/demos/demos/widget_lib/WidgetDemo.pm Tk-804.028/demos/demos/widget_lib/image2.pl Tk-804.028/demos/demos/widget_lib/HList.pl Tk-804.028/demos/demos/widget_lib/entry1.pl Tk-804.028/demos/demos/widget_lib/button.pl Tk-804.028/demos/demos/widget_lib/floor.pl Tk-804.028/demos/demos/widget_lib/mega.pl Tk-804.028/demos/demos/widget_lib/texts.pl Tk-804.028/demos/demos/widget_lib/entry3.pl Tk-804.028/demos/demos/widget_lib/HList2.pl Tk-804.028/demos/demos/widget_lib/bind.pl Tk-804.028/demos/demos/widget_lib/Plot.pm Tk-804.028/demos/demos/widget_lib/labelframe.pl Tk-804.028/demos/demos/widget_lib/photo1.pl Tk-804.028/demos/demos/widget_lib/labels.pl Tk-804.028/demos/demos/widget_lib/notebook.pl Tk-804.028/demos/demos/widget_lib/radio.pl Tk-804.028/demos/demos/widget_lib/balloon.pl Tk-804.028/demos/demos/widget_lib/colors.pl Tk-804.028/demos/demos/widget_lib/style.pl Tk-804.028/demos/demos/widget_lib/photo2.pl Tk-804.028/demos/demos/widget_lib/keysyms.pl Tk-804.028/demos/demos/widget_lib/hscale.pl Tk-804.028/demos/demos/widget_lib/menus2.pl Tk-804.028/demos/demos/widget_lib/puzzle.pl Tk-804.028/demos/demos/widget_lib/transtile.pl Tk-804.028/demos/demos/widget_lib/menus.pl Tk-804.028/demos/demos/widget_lib/filebox.pl Tk-804.028/demos/demos/widget_lib/arrows.pl Tk-804.028/demos/demos/widget_lib/clrpick.pl Tk-804.028/demos/demos/widget_lib/ctext.pl Tk-804.028/JPEG/jpeg Tk-804.028/JPEG/Makefile.PL Tk-804.028/JPEG/Makefile.jpeg.maybe Tk-804.028/JPEG/tkjpeg Tk-804.028/JPEG/JPEG.xs Tk-804.028/JPEG/README Tk-804.028/JPEG/imgJPEG.c Tk-804.028/JPEG/t Tk-804.028/JPEG/JPEG.pm Tk-804.028/JPEG/Nick.jpg Tk-804.028/JPEG/t/Read.t Tk-804.028/JPEG/t/more.t Tk-804.028/JPEG/jpeg/jconfig.vms Tk-804.028/JPEG/jpeg/jerror.h Tk-804.028/JPEG/jpeg/config.sub Tk-804.028/JPEG/jpeg/wrgif.c Tk-804.028/JPEG/jpeg/jcomapi.c Tk-804.028/JPEG/jpeg/wrppm.c Tk-804.028/JPEG/jpeg/jconfig.sas Tk-804.028/JPEG/jpeg/makeproj.mac Tk-804.028/JPEG/jpeg/jconfig.b32 Tk-804.028/JPEG/jpeg/transupp.h Tk-804.028/JPEG/jpeg/cdjpeg.c Tk-804.028/JPEG/jpeg/testorig.jpg Tk-804.028/JPEG/jpeg/jfdctflt.c Tk-804.028/JPEG/jpeg/structure.doc Tk-804.028/JPEG/jpeg/jddctmgr.c Tk-804.028/JPEG/jpeg/makefile.cfg Tk-804.028/JPEG/jpeg/makvms.opt Tk-804.028/JPEG/jpeg/wrbmp.c Tk-804.028/JPEG/jpeg/jdmarker.c Tk-804.028/JPEG/jpeg/rdbmp.c Tk-804.028/JPEG/jpeg/jmemdos.c Tk-804.028/JPEG/jpeg/jcparam.c Tk-804.028/JPEG/jpeg/jdmaster.c Tk-804.028/JPEG/jpeg/install-sh Tk-804.028/JPEG/jpeg/makefile.dj Tk-804.028/JPEG/jpeg/filelist.doc Tk-804.028/JPEG/jpeg/rdcolmap.c Tk-804.028/JPEG/jpeg/rdjpgcom.1 Tk-804.028/JPEG/jpeg/jconfig.doc Tk-804.028/JPEG/jpeg/rdppm.c Tk-804.028/JPEG/jpeg/usage.doc Tk-804.028/JPEG/jpeg/jdphuff.c Tk-804.028/JPEG/jpeg/jdcoefct.c Tk-804.028/JPEG/jpeg/jcprepct.c Tk-804.028/JPEG/jpeg/jconfig.manx Tk-804.028/JPEG/jpeg/djpeg.1 Tk-804.028/JPEG/jpeg/jcapistd.c Tk-804.028/JPEG/jpeg/ansi2knr.1 Tk-804.028/JPEG/jpeg/jmemnobs.c Tk-804.028/JPEG/jpeg/libtool Tk-804.028/JPEG/jpeg/jdmainct.c Tk-804.028/JPEG/jpeg/cderror.h Tk-804.028/JPEG/jpeg/jmemmgr.c Tk-804.028/JPEG/jpeg/jmemdosa.asm Tk-804.028/JPEG/jpeg/jinclude.h Tk-804.028/JPEG/jpeg/jidctfst.c Tk-804.028/JPEG/jpeg/rdgif.c Tk-804.028/JPEG/jpeg/jconfig.vc Tk-804.028/JPEG/jpeg/jdct.h Tk-804.028/JPEG/jpeg/cdjpeg.h Tk-804.028/JPEG/jpeg/testprog.jpg Tk-804.028/JPEG/jpeg/jconfig.mac Tk-804.028/JPEG/jpeg/maktjpeg.st Tk-804.028/JPEG/jpeg/jcdctmgr.c Tk-804.028/JPEG/jpeg/jconfig.cfg Tk-804.028/JPEG/jpeg/makefile.unix Tk-804.028/JPEG/jpeg/wrtarga.c Tk-804.028/JPEG/jpeg/jquant2.c Tk-804.028/JPEG/jpeg/jcmaster.c Tk-804.028/JPEG/jpeg/jmemname.c Tk-804.028/JPEG/jpeg/djpeg.c Tk-804.028/JPEG/jpeg/change.log Tk-804.028/JPEG/jpeg/jchuff.h Tk-804.028/JPEG/jpeg/wizard.doc Tk-804.028/JPEG/jpeg/wrrle.c Tk-804.028/JPEG/jpeg/wrjpgcom.1 Tk-804.028/JPEG/jpeg/jcsample.c Tk-804.028/JPEG/jpeg/jmemsys.h Tk-804.028/JPEG/jpeg/jdcolor.c Tk-804.028/JPEG/jpeg/example.c Tk-804.028/JPEG/jpeg/jcmainct.c Tk-804.028/JPEG/jpeg/jcapimin.c Tk-804.028/JPEG/jpeg/README Tk-804.028/JPEG/jpeg/cjpeg.1 Tk-804.028/JPEG/jpeg/jconfig.wat Tk-804.028/JPEG/jpeg/jconfig.bcc Tk-804.028/JPEG/jpeg/makefile.ansi Tk-804.028/JPEG/jpeg/jerror.c Tk-804.028/JPEG/jpeg/testimg.bmp Tk-804.028/JPEG/jpeg/makljpeg.st Tk-804.028/JPEG/jpeg/makefile.bcc Tk-804.028/JPEG/jpeg/jpeglib.h Tk-804.028/JPEG/jpeg/makefile.mc6 Tk-804.028/JPEG/jpeg/jmorecfg.h.diff Tk-804.028/JPEG/jpeg/coderules.doc Tk-804.028/JPEG/jpeg/testimgp.jpg Tk-804.028/JPEG/jpeg/config.guess Tk-804.028/JPEG/jpeg/jcphuff.c Tk-804.028/JPEG/jpeg/jdatasrc.c Tk-804.028/JPEG/jpeg/ltmain.sh Tk-804.028/JPEG/jpeg/jdapimin.c Tk-804.028/JPEG/jpeg/jdinput.c Tk-804.028/JPEG/jpeg/makefile.sas Tk-804.028/JPEG/jpeg/jquant1.c Tk-804.028/JPEG/jpeg/ansi2knr.c Tk-804.028/JPEG/jpeg/rdjpgcom.c Tk-804.028/JPEG/jpeg/has_jpeg.c Tk-804.028/JPEG/jpeg/jconfig.mc6 Tk-804.028/JPEG/jpeg/wrjpgcom.c Tk-804.028/JPEG/jpeg/ckconfig.c Tk-804.028/JPEG/jpeg/makefile.wat Tk-804.028/JPEG/jpeg/jversion.h Tk-804.028/JPEG/jpeg/rdrle.c Tk-804.028/JPEG/jpeg/jcmarker.c Tk-804.028/JPEG/jpeg/makefile.b32 Tk-804.028/JPEG/jpeg/testimg.ppm Tk-804.028/JPEG/jpeg/makcjpeg.st Tk-804.028/JPEG/jpeg/rdtarga.c Tk-804.028/JPEG/jpeg/makefile.v32 Tk-804.028/JPEG/jpeg/jidctred.c Tk-804.028/JPEG/jpeg/jccoefct.c Tk-804.028/JPEG/jpeg/jmorecfg.h Tk-804.028/JPEG/jpeg/libjpeg.doc Tk-804.028/JPEG/jpeg/jfdctfst.c Tk-804.028/JPEG/jpeg/jdtrans.c Tk-804.028/JPEG/jpeg/install.doc Tk-804.028/JPEG/jpeg/transupp.c Tk-804.028/JPEG/jpeg/jcinit.c Tk-804.028/JPEG/jpeg/jmemmac.c Tk-804.028/JPEG/jpeg/rdswitch.c Tk-804.028/JPEG/jpeg/jccolor.c Tk-804.028/JPEG/jpeg/jdatadst.c Tk-804.028/JPEG/jpeg/makelib.ds Tk-804.028/JPEG/jpeg/jdhuff.c Tk-804.028/JPEG/jpeg/makefile.vms Tk-804.028/JPEG/jpeg/jutils.c Tk-804.028/JPEG/jpeg/jchuff.c Tk-804.028/JPEG/jpeg/jctrans.c Tk-804.028/JPEG/jpeg/jidctint.c Tk-804.028/JPEG/jpeg/cjpeg.c Tk-804.028/JPEG/jpeg/configure Tk-804.028/JPEG/jpeg/jdhuff.h Tk-804.028/JPEG/jpeg/jconfig.st Tk-804.028/JPEG/jpeg/jfdctint.c Tk-804.028/JPEG/jpeg/jpegtran.c Tk-804.028/JPEG/jpeg/makefile.vc Tk-804.028/JPEG/jpeg/makefile.mingw32 Tk-804.028/JPEG/jpeg/jconfig.dj Tk-804.028/JPEG/jpeg/makdjpeg.st Tk-804.028/JPEG/jpeg/testimg.jpg Tk-804.028/JPEG/jpeg/ltconfig Tk-804.028/JPEG/jpeg/makefile.manx Tk-804.028/JPEG/jpeg/jdsample.c Tk-804.028/JPEG/jpeg/jpegtran.1 Tk-804.028/JPEG/jpeg/jidctflt.c Tk-804.028/JPEG/jpeg/jdmerge.c Tk-804.028/JPEG/jpeg/jmemansi.c Tk-804.028/JPEG/jpeg/makeapps.ds Tk-804.028/JPEG/jpeg/jdpostct.c Tk-804.028/JPEG/jpeg/jpegint.h Tk-804.028/JPEG/jpeg/jdapistd.c Tk-804.028/JPEG/jpeg/jconfig.v32 Tk-804.028/JPEG/jpeg/makefile.mms Tk-804.028/PNG/zlib Tk-804.028/PNG/libpng Tk-804.028/PNG/config Tk-804.028/PNG/Makefile.zlib.maybe Tk-804.028/PNG/t Tk-804.028/PNG/Makefile.PL Tk-804.028/PNG/imgPNG.c Tk-804.028/PNG/PNG.pm Tk-804.028/PNG/Makefile.libpng.maybe Tk-804.028/PNG/README Tk-804.028/PNG/PNG.xs Tk-804.028/PNG/pngtest.png Tk-804.028/PNG/t/basic.t Tk-804.028/PNG/t/crash.t Tk-804.028/PNG/config/has_png.c Tk-804.028/PNG/libpng/test-pngtest.sh Tk-804.028/PNG/libpng/scripts Tk-804.028/PNG/libpng/pngconf.h Tk-804.028/PNG/libpng/contrib Tk-804.028/PNG/libpng/projects Tk-804.028/PNG/libpng/config.h.in Tk-804.028/PNG/libpng/Makefile.in Tk-804.028/PNG/libpng/ltmain.sh Tk-804.028/PNG/libpng/pngpread.c Tk-804.028/PNG/libpng/pngrtran.c Tk-804.028/PNG/libpng/pngtrans.c Tk-804.028/PNG/libpng/ANNOUNCE Tk-804.028/PNG/libpng/pngtest.c Tk-804.028/PNG/libpng/pngbar.jpg Tk-804.028/PNG/libpng/png.5 Tk-804.028/PNG/libpng/LICENSE Tk-804.028/PNG/libpng/pngread.c Tk-804.028/PNG/libpng/pngwrite.c Tk-804.028/PNG/libpng/pngrio.c Tk-804.028/PNG/libpng/autogen.sh Tk-804.028/PNG/libpng/KNOWNBUG Tk-804.028/PNG/libpng/aclocal.m4 Tk-804.028/PNG/libpng/config.guess Tk-804.028/PNG/libpng/depcomp Tk-804.028/PNG/libpng/libpngpf.3 Tk-804.028/PNG/libpng/pngget.c Tk-804.028/PNG/libpng/missing Tk-804.028/PNG/libpng/png.h Tk-804.028/PNG/libpng/example.c Tk-804.028/PNG/libpng/pngrutil.c Tk-804.028/PNG/libpng/Makefile.am Tk-804.028/PNG/libpng/pngerror.c Tk-804.028/PNG/libpng/CHANGES Tk-804.028/PNG/libpng/pngwio.c Tk-804.028/PNG/libpng/config.sub Tk-804.028/PNG/libpng/pngnow.png Tk-804.028/PNG/libpng/pngmem.c Tk-804.028/PNG/libpng/Y2KINFO Tk-804.028/PNG/libpng/libpng.txt Tk-804.028/PNG/libpng/pnggccrd.c Tk-804.028/PNG/libpng/mkinstalldirs Tk-804.028/PNG/libpng/pngtest.png Tk-804.028/PNG/libpng/install-sh Tk-804.028/PNG/libpng/INSTALL Tk-804.028/PNG/libpng/configure.ac Tk-804.028/PNG/libpng/pngset.c Tk-804.028/PNG/libpng/pngbar.png Tk-804.028/PNG/libpng/libpng.3 Tk-804.028/PNG/libpng/pngwutil.c Tk-804.028/PNG/libpng/README Tk-804.028/PNG/libpng/configure Tk-804.028/PNG/libpng/pngwtran.c Tk-804.028/PNG/libpng/pngvcrd.c Tk-804.028/PNG/libpng/png.c Tk-804.028/PNG/libpng/TODO Tk-804.028/PNG/libpng/projects/beos Tk-804.028/PNG/libpng/projects/wince.txt Tk-804.028/PNG/libpng/projects/visualc71 Tk-804.028/PNG/libpng/projects/cbuilder5 Tk-804.028/PNG/libpng/projects/netware.txt Tk-804.028/PNG/libpng/projects/visualc6 Tk-804.028/PNG/libpng/projects/visualc6/libpng.dsw Tk-804.028/PNG/libpng/projects/visualc6/README.txt Tk-804.028/PNG/libpng/projects/visualc6/pngtest.dsp Tk-804.028/PNG/libpng/projects/visualc6/libpng.dsp Tk-804.028/PNG/libpng/projects/cbuilder5/libpngstat.bpr Tk-804.028/PNG/libpng/projects/cbuilder5/libpng.bpf Tk-804.028/PNG/libpng/projects/cbuilder5/libpngstat.bpf Tk-804.028/PNG/libpng/projects/cbuilder5/libpng.cpp Tk-804.028/PNG/libpng/projects/cbuilder5/libpng.readme.txt Tk-804.028/PNG/libpng/projects/cbuilder5/zlib.readme.txt Tk-804.028/PNG/libpng/projects/cbuilder5/libpng.bpr Tk-804.028/PNG/libpng/projects/cbuilder5/libpng.bpg Tk-804.028/PNG/libpng/projects/visualc71/pngtest.vcproj Tk-804.028/PNG/libpng/projects/visualc71/zlib.vcproj Tk-804.028/PNG/libpng/projects/visualc71/README_zlib.txt Tk-804.028/PNG/libpng/projects/visualc71/README.txt Tk-804.028/PNG/libpng/projects/visualc71/PRJ0041.mak Tk-804.028/PNG/libpng/projects/visualc71/libpng.sln Tk-804.028/PNG/libpng/projects/visualc71/libpng.vcproj Tk-804.028/PNG/libpng/projects/beos/x86-static.proj Tk-804.028/PNG/libpng/projects/beos/x86-shared.txt Tk-804.028/PNG/libpng/projects/beos/x86-static.txt Tk-804.028/PNG/libpng/projects/beos/x86-shared.proj Tk-804.028/PNG/libpng/contrib/gregbook Tk-804.028/PNG/libpng/contrib/visupng Tk-804.028/PNG/libpng/contrib/pngsuite Tk-804.028/PNG/libpng/contrib/pngminus Tk-804.028/PNG/libpng/contrib/pngminus/pngminus.bat Tk-804.028/PNG/libpng/contrib/pngminus/pngminus.sh Tk-804.028/PNG/libpng/contrib/pngminus/png2pnm.sh Tk-804.028/PNG/libpng/contrib/pngminus/pnm2png.sh Tk-804.028/PNG/libpng/contrib/pngminus/png2pnm.bat Tk-804.028/PNG/libpng/contrib/pngminus/makevms.com Tk-804.028/PNG/libpng/contrib/pngminus/makefile.std Tk-804.028/PNG/libpng/contrib/pngminus/png2pnm.c Tk-804.028/PNG/libpng/contrib/pngminus/pnm2png.bat Tk-804.028/PNG/libpng/contrib/pngminus/makefile.tc3 Tk-804.028/PNG/libpng/contrib/pngminus/README Tk-804.028/PNG/libpng/contrib/pngminus/pnm2png.c Tk-804.028/PNG/libpng/contrib/pngsuite/basn3p04.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn0g04.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn6a08.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn3p01.png Tk-804.028/PNG/libpng/contrib/pngsuite/README Tk-804.028/PNG/libpng/contrib/pngsuite/basn0g01.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn0g02.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn6a16.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn4a08.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn3p08.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn2c16.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn3p02.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn0g08.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn4a16.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn2c08.png Tk-804.028/PNG/libpng/contrib/pngsuite/basn0g16.png Tk-804.028/PNG/libpng/contrib/visupng/VisualPng.png Tk-804.028/PNG/libpng/contrib/visupng/VisualPng.dsp Tk-804.028/PNG/libpng/contrib/visupng/VisualPng.rc Tk-804.028/PNG/libpng/contrib/visupng/PngFile.c Tk-804.028/PNG/libpng/contrib/visupng/VisualPng.c Tk-804.028/PNG/libpng/contrib/visupng/resource.h Tk-804.028/PNG/libpng/contrib/visupng/README.txt Tk-804.028/PNG/libpng/contrib/visupng/cexcept.h Tk-804.028/PNG/libpng/contrib/visupng/VisualPng.dsw Tk-804.028/PNG/libpng/contrib/visupng/VisualPng.ico Tk-804.028/PNG/libpng/contrib/visupng/PngFile.h Tk-804.028/PNG/libpng/contrib/gregbook/README Tk-804.028/PNG/libpng/contrib/gregbook/LICENSE Tk-804.028/PNG/libpng/contrib/gregbook/readpng2.c Tk-804.028/PNG/libpng/contrib/gregbook/toucan.png Tk-804.028/PNG/libpng/contrib/gregbook/wpng.c Tk-804.028/PNG/libpng/contrib/gregbook/makevms.com Tk-804.028/PNG/libpng/contrib/gregbook/readpng2.h Tk-804.028/PNG/libpng/contrib/gregbook/rpng2-x.c Tk-804.028/PNG/libpng/contrib/gregbook/writepng.h Tk-804.028/PNG/libpng/contrib/gregbook/rpng-win.c Tk-804.028/PNG/libpng/contrib/gregbook/readpng.c Tk-804.028/PNG/libpng/contrib/gregbook/Makefile.w32 Tk-804.028/PNG/libpng/contrib/gregbook/rpng-x.c Tk-804.028/PNG/libpng/contrib/gregbook/writepng.c Tk-804.028/PNG/libpng/contrib/gregbook/Makefile.unx Tk-804.028/PNG/libpng/contrib/gregbook/readpng.h Tk-804.028/PNG/libpng/contrib/gregbook/rpng2-win.c Tk-804.028/PNG/libpng/contrib/gregbook/Makefile.sgi Tk-804.028/PNG/libpng/scripts/makefile.32sunu Tk-804.028/PNG/libpng/scripts/makefile.freebsd Tk-804.028/PNG/libpng/scripts/makefile.sco Tk-804.028/PNG/libpng/scripts/makefile.mingw Tk-804.028/PNG/libpng/scripts/makefile.64sunu Tk-804.028/PNG/libpng/scripts/makefile.hpux Tk-804.028/PNG/libpng/scripts/makefile.atari Tk-804.028/PNG/libpng/scripts/makefile.darwin Tk-804.028/PNG/libpng/scripts/makefile.bor Tk-804.028/PNG/libpng/scripts/makefile.amiga Tk-804.028/PNG/libpng/scripts/makefile.sggcc Tk-804.028/PNG/libpng/scripts/makefile.hp64 Tk-804.028/PNG/libpng/scripts/libpng-config-body.in Tk-804.028/PNG/libpng/scripts/makevms.com Tk-804.028/PNG/libpng/scripts/makefile.gcc Tk-804.028/PNG/libpng/scripts/pngw32.rc Tk-804.028/PNG/libpng/scripts/makefile.vcwin32 Tk-804.028/PNG/libpng/scripts/makefile.vcawin32 Tk-804.028/PNG/libpng/scripts/makefile.beos Tk-804.028/PNG/libpng/scripts/descrip.mms Tk-804.028/PNG/libpng/scripts/SCOPTIONS.ppc Tk-804.028/PNG/libpng/scripts/makefile.gcmmx Tk-804.028/PNG/libpng/scripts/makefile.watcom Tk-804.028/PNG/libpng/scripts/makefile.bc32 Tk-804.028/PNG/libpng/scripts/makefile.msc Tk-804.028/PNG/libpng/scripts/makefile.intel Tk-804.028/PNG/libpng/scripts/makefile.dec Tk-804.028/PNG/libpng/scripts/makefile.ibmc Tk-804.028/PNG/libpng/scripts/libpng-config.in Tk-804.028/PNG/libpng/scripts/makefile.sgi Tk-804.028/PNG/libpng/scripts/makefile.tc3 Tk-804.028/PNG/libpng/scripts/makefile.knr Tk-804.028/PNG/libpng/scripts/libpng.pc.in Tk-804.028/PNG/libpng/scripts/makefile.openbsd Tk-804.028/PNG/libpng/scripts/makefile.dj2 Tk-804.028/PNG/libpng/scripts/makefile.acorn Tk-804.028/PNG/libpng/scripts/pngw32.def Tk-804.028/PNG/libpng/scripts/libpng.icc Tk-804.028/PNG/libpng/scripts/makefile.so9 Tk-804.028/PNG/libpng/scripts/makefile.os2 Tk-804.028/PNG/libpng/scripts/makefile.elf Tk-804.028/PNG/libpng/scripts/makefile.cygwin Tk-804.028/PNG/libpng/scripts/makefile.solaris Tk-804.028/PNG/libpng/scripts/smakefile.ppc Tk-804.028/PNG/libpng/scripts/makefile.ne12bsd Tk-804.028/PNG/libpng/scripts/pngos2.def Tk-804.028/PNG/libpng/scripts/makefile.sunos Tk-804.028/PNG/libpng/scripts/makefile.linux Tk-804.028/PNG/libpng/scripts/makefile.netbsd Tk-804.028/PNG/libpng/scripts/libpng-config-head.in Tk-804.028/PNG/libpng/scripts/makefile.hpgcc Tk-804.028/PNG/libpng/scripts/makefile.aix Tk-804.028/PNG/libpng/scripts/makefile.mips Tk-804.028/PNG/libpng/scripts/makefile.std Tk-804.028/PNG/zlib/inftrees.h Tk-804.028/PNG/zlib/examples Tk-804.028/PNG/zlib/old Tk-804.028/PNG/zlib/contrib Tk-804.028/PNG/zlib/crc32.h Tk-804.028/PNG/zlib/msdos Tk-804.028/PNG/zlib/deflate.c Tk-804.028/PNG/zlib/infback.c Tk-804.028/PNG/zlib/algorithm.txt Tk-804.028/PNG/zlib/README Tk-804.028/PNG/zlib/example.c Tk-804.028/PNG/zlib/inflate.c Tk-804.028/PNG/zlib/win32 Tk-804.028/PNG/zlib/trees.c Tk-804.028/PNG/zlib/as400 Tk-804.028/PNG/zlib/FAQ Tk-804.028/PNG/zlib/INDEX Tk-804.028/PNG/zlib/projects Tk-804.028/PNG/zlib/zlib.h Tk-804.028/PNG/zlib/Makefile.in Tk-804.028/PNG/zlib/amiga Tk-804.028/PNG/zlib/deflate.h Tk-804.028/PNG/zlib/inftrees.c Tk-804.028/PNG/zlib/gzio.c Tk-804.028/PNG/zlib/uncompr.c Tk-804.028/PNG/zlib/inffast.c Tk-804.028/PNG/zlib/trees.h Tk-804.028/PNG/zlib/make_vms.com Tk-804.028/PNG/zlib/zconf.in.h Tk-804.028/PNG/zlib/zlib.3 Tk-804.028/PNG/zlib/qnx Tk-804.028/PNG/zlib/inffast.h Tk-804.028/PNG/zlib/zutil.c Tk-804.028/PNG/zlib/adler32.c Tk-804.028/PNG/zlib/ChangeLog Tk-804.028/PNG/zlib/crc32.c Tk-804.028/PNG/zlib/inffixed.h Tk-804.028/PNG/zlib/zconf.h Tk-804.028/PNG/zlib/inflate.h Tk-804.028/PNG/zlib/zutil.h Tk-804.028/PNG/zlib/compress.c Tk-804.028/PNG/zlib/configure Tk-804.028/PNG/zlib/minigzip.c Tk-804.028/PNG/zlib/qnx/package.qpg Tk-804.028/PNG/zlib/amiga/Makefile.pup Tk-804.028/PNG/zlib/amiga/Makefile.sas Tk-804.028/PNG/zlib/projects/visualc6 Tk-804.028/PNG/zlib/projects/README.projects Tk-804.028/PNG/zlib/projects/visualc6/example.dsp Tk-804.028/PNG/zlib/projects/visualc6/zlib.dsw Tk-804.028/PNG/zlib/projects/visualc6/minigzip.dsp Tk-804.028/PNG/zlib/projects/visualc6/README.txt Tk-804.028/PNG/zlib/projects/visualc6/zlib.dsp Tk-804.028/PNG/zlib/as400/bndsrc Tk-804.028/PNG/zlib/as400/readme.txt Tk-804.028/PNG/zlib/as400/zlib.inc Tk-804.028/PNG/zlib/as400/compile.clp Tk-804.028/PNG/zlib/win32/DLL_FAQ.txt Tk-804.028/PNG/zlib/win32/Makefile.gcc Tk-804.028/PNG/zlib/win32/zlib1.rc Tk-804.028/PNG/zlib/win32/Makefile.msc Tk-804.028/PNG/zlib/win32/VisualC.txt Tk-804.028/PNG/zlib/win32/Makefile.bor Tk-804.028/PNG/zlib/win32/Makefile.emx Tk-804.028/PNG/zlib/win32/zlib.def Tk-804.028/PNG/zlib/msdos/Makefile.msc Tk-804.028/PNG/zlib/msdos/Makefile.bor Tk-804.028/PNG/zlib/msdos/Makefile.dj2 Tk-804.028/PNG/zlib/msdos/Makefile.emx Tk-804.028/PNG/zlib/msdos/Makefile.tc Tk-804.028/PNG/zlib/contrib/dotzlib Tk-804.028/PNG/zlib/contrib/delphi Tk-804.028/PNG/zlib/contrib/asm686 Tk-804.028/PNG/zlib/contrib/minizip Tk-804.028/PNG/zlib/contrib/ada Tk-804.028/PNG/zlib/contrib/masmx64 Tk-804.028/PNG/zlib/contrib/vstudio Tk-804.028/PNG/zlib/contrib/infback9 Tk-804.028/PNG/zlib/contrib/blast Tk-804.028/PNG/zlib/contrib/puff Tk-804.028/PNG/zlib/contrib/iostream2 Tk-804.028/PNG/zlib/contrib/asm586 Tk-804.028/PNG/zlib/contrib/iostream Tk-804.028/PNG/zlib/contrib/masmx86 Tk-804.028/PNG/zlib/contrib/iostream3 Tk-804.028/PNG/zlib/contrib/README.contrib Tk-804.028/PNG/zlib/contrib/pascal Tk-804.028/PNG/zlib/contrib/inflate86 Tk-804.028/PNG/zlib/contrib/untgz Tk-804.028/PNG/zlib/contrib/testzlib Tk-804.028/PNG/zlib/contrib/masm686 Tk-804.028/PNG/zlib/contrib/masm686/match.asm Tk-804.028/PNG/zlib/contrib/testzlib/testzlib.txt Tk-804.028/PNG/zlib/contrib/testzlib/testzlib.c Tk-804.028/PNG/zlib/contrib/untgz/Makefile Tk-804.028/PNG/zlib/contrib/untgz/untgz.c Tk-804.028/PNG/zlib/contrib/untgz/Makefile.msc Tk-804.028/PNG/zlib/contrib/inflate86/inffas86.c Tk-804.028/PNG/zlib/contrib/inflate86/inffast.S Tk-804.028/PNG/zlib/contrib/pascal/zlibpas.pas Tk-804.028/PNG/zlib/contrib/pascal/example.pas Tk-804.028/PNG/zlib/contrib/pascal/readme.txt Tk-804.028/PNG/zlib/contrib/pascal/zlibd32.mak Tk-804.028/PNG/zlib/contrib/iostream3/zfstream.cc Tk-804.028/PNG/zlib/contrib/iostream3/test.cc Tk-804.028/PNG/zlib/contrib/iostream3/README Tk-804.028/PNG/zlib/contrib/iostream3/zfstream.h Tk-804.028/PNG/zlib/contrib/iostream3/TODO Tk-804.028/PNG/zlib/contrib/masmx86/inffas32.obj Tk-804.028/PNG/zlib/contrib/masmx86/gvmat32c.c Tk-804.028/PNG/zlib/contrib/masmx86/bld_ml32.bat Tk-804.028/PNG/zlib/contrib/masmx86/gvmat32.obj Tk-804.028/PNG/zlib/contrib/masmx86/mkasm.bat Tk-804.028/PNG/zlib/contrib/masmx86/readme.txt Tk-804.028/PNG/zlib/contrib/masmx86/gvmat32.asm Tk-804.028/PNG/zlib/contrib/masmx86/inffas32.asm Tk-804.028/PNG/zlib/contrib/iostream/test.cpp Tk-804.028/PNG/zlib/contrib/iostream/zfstream.cpp Tk-804.028/PNG/zlib/contrib/iostream/zfstream.h Tk-804.028/PNG/zlib/contrib/asm586/match.S Tk-804.028/PNG/zlib/contrib/asm586/README.586 Tk-804.028/PNG/zlib/contrib/iostream2/zstream_test.cpp Tk-804.028/PNG/zlib/contrib/iostream2/zstream.h Tk-804.028/PNG/zlib/contrib/puff/zeros.raw Tk-804.028/PNG/zlib/contrib/puff/puff.c Tk-804.028/PNG/zlib/contrib/puff/puff.h Tk-804.028/PNG/zlib/contrib/puff/README Tk-804.028/PNG/zlib/contrib/puff/Makefile Tk-804.028/PNG/zlib/contrib/blast/Makefile Tk-804.028/PNG/zlib/contrib/blast/blast.c Tk-804.028/PNG/zlib/contrib/blast/test.pk Tk-804.028/PNG/zlib/contrib/blast/README Tk-804.028/PNG/zlib/contrib/blast/test.txt Tk-804.028/PNG/zlib/contrib/blast/blast.h Tk-804.028/PNG/zlib/contrib/infback9/inftree9.h Tk-804.028/PNG/zlib/contrib/infback9/inflate9.h Tk-804.028/PNG/zlib/contrib/infback9/inftree9.c Tk-804.028/PNG/zlib/contrib/infback9/README Tk-804.028/PNG/zlib/contrib/infback9/inffix9.h Tk-804.028/PNG/zlib/contrib/infback9/infback9.c Tk-804.028/PNG/zlib/contrib/infback9/infback9.h Tk-804.028/PNG/zlib/contrib/vstudio/vc8 Tk-804.028/PNG/zlib/contrib/vstudio/readme.txt Tk-804.028/PNG/zlib/contrib/vstudio/vc7 Tk-804.028/PNG/zlib/contrib/vstudio/vc7/zlibvc.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc7/zlib.rc Tk-804.028/PNG/zlib/contrib/vstudio/vc7/zlibstat.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc7/minizip.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc7/zlibvc.sln Tk-804.028/PNG/zlib/contrib/vstudio/vc7/zlibvc.def Tk-804.028/PNG/zlib/contrib/vstudio/vc7/miniunz.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc7/testzlib.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc8/miniunz.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc8/zlibvc.sln Tk-804.028/PNG/zlib/contrib/vstudio/vc8/testzlib.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc8/zlib.rc Tk-804.028/PNG/zlib/contrib/vstudio/vc8/testzlibdll.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc8/zlibvc.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc8/minizip.vcproj Tk-804.028/PNG/zlib/contrib/vstudio/vc8/zlibvc.def Tk-804.028/PNG/zlib/contrib/vstudio/vc8/zlibstat.vcproj Tk-804.028/PNG/zlib/contrib/masmx64/inffas8664.c Tk-804.028/PNG/zlib/contrib/masmx64/bld_ml64.bat Tk-804.028/PNG/zlib/contrib/masmx64/gvmat64.asm Tk-804.028/PNG/zlib/contrib/masmx64/inffasx64.obj Tk-804.028/PNG/zlib/contrib/masmx64/gvmat64.obj Tk-804.028/PNG/zlib/contrib/masmx64/readme.txt Tk-804.028/PNG/zlib/contrib/masmx64/inffasx64.asm Tk-804.028/PNG/zlib/contrib/ada/zlib.ads Tk-804.028/PNG/zlib/contrib/ada/zlib-streams.ads Tk-804.028/PNG/zlib/contrib/ada/zlib.adb Tk-804.028/PNG/zlib/contrib/ada/buffer_demo.adb Tk-804.028/PNG/zlib/contrib/ada/read.adb Tk-804.028/PNG/zlib/contrib/ada/zlib.gpr Tk-804.028/PNG/zlib/contrib/ada/zlib-streams.adb Tk-804.028/PNG/zlib/contrib/ada/zlib-thin.adb Tk-804.028/PNG/zlib/contrib/ada/test.adb Tk-804.028/PNG/zlib/contrib/ada/mtest.adb Tk-804.028/PNG/zlib/contrib/ada/zlib-thin.ads Tk-804.028/PNG/zlib/contrib/ada/readme.txt Tk-804.028/PNG/zlib/contrib/minizip/ioapi.c Tk-804.028/PNG/zlib/contrib/minizip/iowin32.h Tk-804.028/PNG/zlib/contrib/minizip/ChangeLogUnzip Tk-804.028/PNG/zlib/contrib/minizip/crypt.h Tk-804.028/PNG/zlib/contrib/minizip/unzip.c Tk-804.028/PNG/zlib/contrib/minizip/mztools.h Tk-804.028/PNG/zlib/contrib/minizip/iowin32.c Tk-804.028/PNG/zlib/contrib/minizip/zip.c Tk-804.028/PNG/zlib/contrib/minizip/zip.h Tk-804.028/PNG/zlib/contrib/minizip/unzip.h Tk-804.028/PNG/zlib/contrib/minizip/miniunz.c Tk-804.028/PNG/zlib/contrib/minizip/minizip.c Tk-804.028/PNG/zlib/contrib/minizip/Makefile Tk-804.028/PNG/zlib/contrib/minizip/mztools.c Tk-804.028/PNG/zlib/contrib/minizip/ioapi.h Tk-804.028/PNG/zlib/contrib/asm686/README.686 Tk-804.028/PNG/zlib/contrib/asm686/match.S Tk-804.028/PNG/zlib/contrib/delphi/readme.txt Tk-804.028/PNG/zlib/contrib/delphi/ZLib.pas Tk-804.028/PNG/zlib/contrib/delphi/ZLibConst.pas Tk-804.028/PNG/zlib/contrib/delphi/zlibd32.mak Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib.sln Tk-804.028/PNG/zlib/contrib/dotzlib/LICENSE_1_0.txt Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib Tk-804.028/PNG/zlib/contrib/dotzlib/readme.txt Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib.build Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib.chm Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/Deflater.cs Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/AssemblyInfo.cs Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/DotZLib.cs Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/GZipStream.cs Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/DotZLib.csproj Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/Inflater.cs Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/ChecksumImpl.cs Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/CodecBase.cs Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/CircularBuffer.cs Tk-804.028/PNG/zlib/contrib/dotzlib/DotZLib/UnitTests.cs Tk-804.028/PNG/zlib/old/os2 Tk-804.028/PNG/zlib/old/Makefile.riscos Tk-804.028/PNG/zlib/old/README Tk-804.028/PNG/zlib/old/zlib.html Tk-804.028/PNG/zlib/old/descrip.mms Tk-804.028/PNG/zlib/old/visual-basic.txt Tk-804.028/PNG/zlib/old/os2/zlib.def Tk-804.028/PNG/zlib/old/os2/Makefile.os2 Tk-804.028/PNG/zlib/examples/zpipe.c Tk-804.028/PNG/zlib/examples/gun.c Tk-804.028/PNG/zlib/examples/gzappend.c Tk-804.028/PNG/zlib/examples/gzjoin.c Tk-804.028/PNG/zlib/examples/gzlog.h Tk-804.028/PNG/zlib/examples/fitblk.c Tk-804.028/PNG/zlib/examples/gzlog.c Tk-804.028/PNG/zlib/examples/zlib_how.html Tk-804.028/PNG/zlib/examples/README.examples Tk-804.028/PNG/zlib/examples/zran.c Tk-804.028/pod/pTk Tk-804.028/pod/overview.pod Tk-804.028/pod/fileevent.pod Tk-804.028/pod/Labelframe.pod Tk-804.028/pod/MsgBox.pod Tk-804.028/pod/grid.pod Tk-804.028/pod/Scale.pod Tk-804.028/pod/mvfor Tk-804.028/pod/TixGrid.pod Tk-804.028/pod/Adjuster.pod Tk-804.028/pod/Canvas.pod Tk-804.028/pod/tkvars.pod Tk-804.028/pod/Entry.pod Tk-804.028/pod/InputO.pod Tk-804.028/pod/X11Font.pod Tk-804.028/pod/TList.pod Tk-804.028/pod/widgets.pod Tk-804.028/pod/Spinbox.pod Tk-804.028/pod/DItem.pod Tk-804.028/pod/Eventloop.pod Tk-804.028/pod/Image.pod Tk-804.028/pod/pTk.pod Tk-804.028/pod/gencmd Tk-804.028/pod/chooseColor.pod Tk-804.028/pod/Font.pod Tk-804.028/pod/Makefile.PL Tk-804.028/pod/place.pod Tk-804.028/pod/mega.pod Tk-804.028/pod/Toplevel.pod Tk-804.028/pod/messageBox.pod Tk-804.028/pod/tixWm.pod Tk-804.028/pod/Animation.pod Tk-804.028/pod/ConfigSpecs.pod Tk-804.028/pod/palette.pod Tk-804.028/pod/Dialog.pod Tk-804.028/pod/DupName Tk-804.028/pod/after.pod Tk-804.028/pod/README Tk-804.028/pod/Message.pod Tk-804.028/pod/Xrm.pod Tk-804.028/pod/CHANGES Tk-804.028/pod/Photo.pod Tk-804.028/pod/IO.pod Tk-804.028/pod/tidypod Tk-804.028/pod/Common.pod Tk-804.028/pod/getOpenFile.pod Tk-804.028/pod/Checkbutton.pod Tk-804.028/pod/Tcl-perl.pod Tk-804.028/pod/SunConst.pod Tk-804.028/pod/event.pod Tk-804.028/pod/Menubutton.pod Tk-804.028/pod/Frame.pod Tk-804.028/pod/BrowseEntry.pod Tk-804.028/pod/MainWindow.pod Tk-804.028/pod/HList.pod Tk-804.028/pod/Submethods.pod Tk-804.028/pod/exit.pod Tk-804.028/pod/send.pod Tk-804.028/pod/Tk.cmd Tk-804.028/pod/pack.pod Tk-804.028/pod/Listbox.pod Tk-804.028/pod/Clipboard.pod Tk-804.028/pod/Radiobutton.pod Tk-804.028/pod/form.pod Tk-804.028/pod/grab.pod Tk-804.028/pod/tkpod2ipf Tk-804.028/pod/IconList.pod Tk-804.028/pod/CmdLine.pod Tk-804.028/pod/callbacks.pod Tk-804.028/pod/DialogBox.pod Tk-804.028/pod/composite.pod Tk-804.028/pod/TextUndo.pod Tk-804.028/pod/Scrollbar.pod Tk-804.028/pod/bind.pod Tk-804.028/pod/option.pod Tk-804.028/pod/subs Tk-804.028/pod/Balloon.pod Tk-804.028/pod/FBox.pod Tk-804.028/pod/ColorEditor.pod Tk-804.028/pod/extract Tk-804.028/pod/LabFrame.pod Tk-804.028/pod/NoteBook.pod Tk-804.028/pod/focus.pod Tk-804.028/pod/DirTree.pod Tk-804.028/pod/options.pod Tk-804.028/pod/Error.pod Tk-804.028/pod/TODO Tk-804.028/pod/Label.pod Tk-804.028/pod/Menu Tk-804.028/pod/recat Tk-804.028/pod/Button.pod Tk-804.028/pod/Pixmap.pod Tk-804.028/pod/WidgetDemo.pod Tk-804.028/pod/bindtags.pod Tk-804.028/pod/Menu.pod Tk-804.028/pod/Scrolled.pod Tk-804.028/pod/804delta.pod Tk-804.028/pod/UserGuide.pod Tk-804.028/pod/chooseDirectory.pod Tk-804.028/pod/Bitmap.pod Tk-804.028/pod/ROText.pod Tk-804.028/pod/Tiler.pod Tk-804.028/pod/Wm.pod Tk-804.028/pod/Mwm.pod Tk-804.028/pod/FileSelect.pod Tk-804.028/pod/Tree.pod Tk-804.028/pod/Widget.pod Tk-804.028/pod/Compound.pod Tk-804.028/pod/Derived.pod Tk-804.028/pod/Internals.pod Tk-804.028/pod/selection.pod Tk-804.028/pod/Panedwindow.pod Tk-804.028/pod/Table.pod Tk-804.028/pod/Popup.pod Tk-804.028/pod/Text.pod Tk-804.028/pod/Optionmenu.pod Tk-804.028/pod/X.pod Tk-804.028/pod/Menu/Item.pod Tk-804.028/pod/extract/extpod Tk-804.028/pod/DupName/Dialog.pod Tk-804.028/pod/pTk/GetImage.pod Tk-804.028/pod/pTk/ImgChanged.pod Tk-804.028/pod/pTk/InternAtom.pod Tk-804.028/pod/pTk/GetCursor.pod Tk-804.028/pod/pTk/GetJustify.pod Tk-804.028/pod/pTk/WindowId.pod Tk-804.028/pod/pTk/GetPixmap.pod Tk-804.028/pod/pTk/EventInit.pod Tk-804.028/pod/pTk/GetGC.pod Tk-804.028/pod/pTk/CrtWindow.pod Tk-804.028/pod/pTk/CrtItemType.pod Tk-804.028/pod/pTk/RestrictEv.pod Tk-804.028/pod/pTk/Clipboard.pod Tk-804.028/pod/pTk/DeleteImg.pod Tk-804.028/pod/pTk/GetPixels.pod Tk-804.028/pod/pTk/GetRootCrd.pod Tk-804.028/pod/pTk/SetVisual.pod Tk-804.028/pod/pTk/DrawFocHlt.pod Tk-804.028/pod/pTk/GetVisual.pod Tk-804.028/pod/pTk/SetAppName.pod Tk-804.028/pod/pTk/GetCapStyl.pod Tk-804.028/pod/pTk/GetUid.pod Tk-804.028/pod/pTk/CrtMainWin.pod Tk-804.028/pod/pTk/CrtSelHdlr.pod Tk-804.028/pod/pTk/GetSelect.pod Tk-804.028/pod/pTk/ConfigWind.pod Tk-804.028/pod/pTk/Tk_Init.pod Tk-804.028/pod/pTk/StrictMotif.pod Tk-804.028/pod/pTk/CanvTkwin.pod Tk-804.028/pod/pTk/IdToWindow.pod Tk-804.028/pod/pTk/ClrSelect.pod Tk-804.028/pod/pTk/CrtErrHdlr.pod Tk-804.028/pod/pTk/GetBitmap.pod Tk-804.028/pod/pTk/GetFont.pod Tk-804.028/pod/pTk/DoOneEvent.pod Tk-804.028/pod/pTk/3DBorder.pod Tk-804.028/pod/pTk/GetRelief.pod Tk-804.028/pod/pTk/TextLayout.pod Tk-804.028/pod/pTk/MainWin.pod Tk-804.028/pod/pTk/NameOfImg.pod Tk-804.028/pod/pTk/CrtGenHdlr.pod Tk-804.028/pod/pTk/MapWindow.pod Tk-804.028/pod/pTk/FreeXId.pod Tk-804.028/pod/pTk/MoveToplev.pod Tk-804.028/pod/pTk/Restack.pod Tk-804.028/pod/pTk/FindPhoto.pod Tk-804.028/pod/pTk/ConfigWidg.pod Tk-804.028/pod/pTk/DoWhenIdle.pod Tk-804.028/pod/pTk/Preserve.pod Tk-804.028/pod/pTk/MeasureChar.pod Tk-804.028/pod/pTk/GeomReq.pod Tk-804.028/pod/pTk/CrtPhImgFmt.pod Tk-804.028/pod/pTk/SetClass.pod Tk-804.028/pod/pTk/Sleep.pod Tk-804.028/pod/pTk/BindTable.pod Tk-804.028/pod/pTk/GetOption.pod Tk-804.028/pod/pTk/GetScroll.pod Tk-804.028/pod/pTk/CrtImgType.pod Tk-804.028/pod/pTk/MainLoop.pod Tk-804.028/pod/pTk/GetClrmap.pod Tk-804.028/pod/pTk/Name.pod Tk-804.028/pod/pTk/BackgdErr.pod Tk-804.028/pod/pTk/OwnSelect.pod Tk-804.028/pod/pTk/GetAnchor.pod Tk-804.028/pod/pTk/CoordToWin.pod Tk-804.028/pod/pTk/MaintGeom.pod Tk-804.028/pod/pTk/FontId.pod Tk-804.028/pod/pTk/TimerHndlr.pod Tk-804.028/pod/pTk/ParseArgv.pod Tk-804.028/pod/pTk/CanvTxtInfo.pod Tk-804.028/pod/pTk/EventHndlr.pod Tk-804.028/pod/pTk/FileHndlr.pod Tk-804.028/pod/pTk/HandleEvent.pod Tk-804.028/pod/pTk/GetVRoot.pod Tk-804.028/pod/pTk/GetFontStr.pod Tk-804.028/pod/pTk/QWinEvent.pod Tk-804.028/pod/pTk/GetColor.pod Tk-804.028/pod/pTk/ManageGeom.pod Tk-804.028/pod/pTk/GetJoinStl.pod Tk-804.028/pod/pTk/SetGrid.pod Tk-804.028/pod/pTk/CanvPsY.pod Tk-804.028/pTk/mTk Tk-804.028/pTk/strdup.c Tk-804.028/pTk/findX Tk-804.028/pTk/tkOption.h Tk-804.028/pTk/tkIntXlibDecls.exc Tk-804.028/pTk/tkEvent.h Tk-804.028/pTk/tkInt.exc Tk-804.028/pTk/tixInt_f.c Tk-804.028/pTk/vexc Tk-804.028/pTk/counts Tk-804.028/pTk/genexc Tk-804.028/pTk/Tix.license Tk-804.028/pTk/tkProperty.c Tk-804.028/pTk/tkIntXlibDecls.t Tk-804.028/pTk/Xlib_f.h Tk-804.028/pTk/ptkCanvGrid.c Tk-804.028/pTk/bitmaps Tk-804.028/pTk/imgInt_f.h Tk-804.028/pTk/tkIntPlatDecls.t Tk-804.028/pTk/tkInt.m Tk-804.028/pTk/tixVars.c Tk-804.028/pTk/tkIntPlatDecls_f.h Tk-804.028/pTk/prune_vtab Tk-804.028/pTk/tix_f.h Tk-804.028/pTk/license.html_lib Tk-804.028/pTk/Xlib.t Tk-804.028/pTk/tkIntDecls_f.h Tk-804.028/pTk/tkDecls.t Tk-804.028/pTk/tkImgPhoto.h Tk-804.028/pTk/defs Tk-804.028/pTk/tk.exc Tk-804.028/pTk/tkCanvases.h Tk-804.028/pTk/Lang.h Tk-804.028/pTk/tkEvent.t Tk-804.028/pTk/tkWin.qexc Tk-804.028/pTk/tkIntXlibDecls.m Tk-804.028/pTk/imgInt.m Tk-804.028/pTk/tkOption.m Tk-804.028/pTk/process_object Tk-804.028/pTk/imgInt.t Tk-804.028/pTk/refs Tk-804.028/pTk/tkPlatDecls.t Tk-804.028/pTk/makeenglish Tk-804.028/pTk/tix.t Tk-804.028/pTk/tixInt.t Tk-804.028/pTk/tixHList.exc Tk-804.028/pTk/tk.m Tk-804.028/pTk/config Tk-804.028/pTk/tkInt_f.h Tk-804.028/pTk/tkPlatDecls.m Tk-804.028/pTk/tkEvent_f.h Tk-804.028/pTk/tkVMacro.h Tk-804.028/pTk/Makefile.PL Tk-804.028/pTk/tclDecls.m Tk-804.028/pTk/mkXinfo Tk-804.028/pTk/tkDecls_f.c Tk-804.028/pTk/stbDashCustom.c Tk-804.028/pTk/imgInt.exc Tk-804.028/pTk/deArg Tk-804.028/pTk/mkneed Tk-804.028/pTk/strGlue.c Tk-804.028/pTk/tkPlatDecls_f.h Tk-804.028/pTk/license.terms Tk-804.028/pTk/tixImgXpm_f.h Tk-804.028/pTk/compat Tk-804.028/pTk/tkXrm.h Tk-804.028/pTk/tkOption.exc Tk-804.028/pTk/tkImgPhoto_f.h Tk-804.028/pTk/tkInt_f.c Tk-804.028/pTk/why Tk-804.028/pTk/ptkCanvGroup.c Tk-804.028/pTk/tkIntPlatDecls.m Tk-804.028/pTk/Lang_f.h Tk-804.028/pTk/imgInt_f.c Tk-804.028/pTk/tkIntXlibDecls_f.h Tk-804.028/pTk/tkIntDecls.t Tk-804.028/pTk/Xlib.h.solaris Tk-804.028/pTk/tkIntXlibDecls_f.c Tk-804.028/pTk/from Tk-804.028/pTk/tk_f.h Tk-804.028/pTk/tdiff Tk-804.028/pTk/Xlib.m Tk-804.028/pTk/tix_f.c Tk-804.028/pTk/Xlib.excwin Tk-804.028/pTk/tix.exc Tk-804.028/pTk/tkPlatDecls_f.c Tk-804.028/pTk/tkIntDecls.m Tk-804.028/pTk/tixInt.exc Tk-804.028/pTk/tkOption_f.c Tk-804.028/pTk/strtoul.c Tk-804.028/pTk/tixInt_f.h Tk-804.028/pTk/tk_f.c Tk-804.028/pTk/tkWinInt.exc Tk-804.028/pTk/tkImgPhoto_f.c Tk-804.028/pTk/tkIntDecls.exc Tk-804.028/pTk/findstrings Tk-804.028/pTk/Lang_f.c Tk-804.028/pTk/tkImgPhoto.t Tk-804.028/pTk/tkOption.t Tk-804.028/pTk/tkImgPhoto.exc Tk-804.028/pTk/pned Tk-804.028/pTk/tkDecls.m Tk-804.028/pTk/chext Tk-804.028/pTk/mkvtable Tk-804.028/pTk/Xlib_f.c Tk-804.028/pTk/fakeld Tk-804.028/pTk/tkIntPlatDecls.exc Tk-804.028/pTk/Tcl-pTk Tk-804.028/pTk/XrmOption.c Tk-804.028/pTk/p4e Tk-804.028/pTk/tixImgXpm.m Tk-804.028/pTk/tkEvent.m Tk-804.028/pTk/tkDecls.exc Tk-804.028/pTk/tk.t Tk-804.028/pTk/tkImgPhoto.m Tk-804.028/pTk/mkVFunc Tk-804.028/pTk/Xlib.nexc Tk-804.028/pTk/tix.m Tk-804.028/pTk/tkEvent_f.c Tk-804.028/pTk/tixImgXpm_f.c Tk-804.028/pTk/strcasecmp.c Tk-804.028/pTk/Lang.m Tk-804.028/pTk/tkOption_f.h Tk-804.028/pTk/tclDecls.t Tk-804.028/pTk/tkIntDecls_f.c Tk-804.028/pTk/tclDecls_f.h Tk-804.028/pTk/mkmethods Tk-804.028/pTk/Xlib.h Tk-804.028/pTk/tclDecls_f.c Tk-804.028/pTk/tcl.h Tk-804.028/pTk/tkInt.t Tk-804.028/pTk/tkDecls_f.h Tk-804.028/pTk/Lang.t Tk-804.028/pTk/findcore Tk-804.028/pTk/tixInt.m Tk-804.028/pTk/tkIntPlatDecls_f.c Tk-804.028/pTk/tclDecls.exc Tk-804.028/pTk/mkexc Tk-804.028/pTk/tkPlatDecls.exc Tk-804.028/pTk/Lang.exc Tk-804.028/pTk/tixImgXpm.t Tk-804.028/pTk/compat/unistd.h Tk-804.028/pTk/compat/limits.h Tk-804.028/pTk/compat/stdlib.h Tk-804.028/pTk/config/Hstrcasecmp.c Tk-804.028/pTk/config/Xdummy.c Tk-804.028/pTk/config/Hstrdup.c Tk-804.028/pTk/config/Hstrtoul.c Tk-804.028/pTk/bitmaps/warning.bmp Tk-804.028/pTk/bitmaps/gray50.bmp Tk-804.028/pTk/bitmaps/question.bmp Tk-804.028/pTk/bitmaps/gray25.bmp Tk-804.028/pTk/bitmaps/gray12.bmp Tk-804.028/pTk/bitmaps/gray75.bmp Tk-804.028/pTk/bitmaps/hourglass.bmp Tk-804.028/pTk/bitmaps/questhead.bmp Tk-804.028/pTk/bitmaps/info.bmp Tk-804.028/pTk/bitmaps/error.bmp Tk-804.028/pTk/bitmaps/tk.bmp Tk-804.028/pTk/bitmaps/transpnt.bmp Tk-804.028/pTk/mTk/tclGeneric Tk-804.028/pTk/mTk/win Tk-804.028/pTk/mTk/tixUnix Tk-804.028/pTk/mTk/tclmerge Tk-804.028/pTk/mTk/unix Tk-804.028/pTk/mTk/tixGeneric Tk-804.028/pTk/mTk/generic Tk-804.028/pTk/mTk/tclWin Tk-804.028/pTk/mTk/license.terms Tk-804.028/pTk/mTk/tclUnix Tk-804.028/pTk/mTk/tixWin Tk-804.028/pTk/mTk/additions Tk-804.028/pTk/mTk/MANIFEST.SKIP Tk-804.028/pTk/mTk/langmerge Tk-804.028/pTk/mTk/xlib Tk-804.028/pTk/mTk/tixmerge Tk-804.028/pTk/mTk/README Tk-804.028/pTk/mTk/xlib/X11 Tk-804.028/pTk/mTk/xlib/license.terms Tk-804.028/pTk/mTk/xlib/ximage.c Tk-804.028/pTk/mTk/xlib/xbytes.h Tk-804.028/pTk/mTk/xlib/xcolors.c Tk-804.028/pTk/mTk/xlib/xdraw.c Tk-804.028/pTk/mTk/xlib/pTk.exc Tk-804.028/pTk/mTk/xlib/xgc.c Tk-804.028/pTk/mTk/xlib/xutil.c Tk-804.028/pTk/mTk/xlib/X11/license.terms Tk-804.028/pTk/mTk/xlib/X11/keysym.h Tk-804.028/pTk/mTk/xlib/X11/Xatom.h Tk-804.028/pTk/mTk/xlib/X11/Xfuncproto.h Tk-804.028/pTk/mTk/xlib/X11/Xlib.h Tk-804.028/pTk/mTk/xlib/X11/X.h Tk-804.028/pTk/mTk/xlib/X11/keysymdef.h Tk-804.028/pTk/mTk/xlib/X11/cursorfont.h Tk-804.028/pTk/mTk/xlib/X11/Xutil.h Tk-804.028/pTk/mTk/additions/imgWinPmap.c Tk-804.028/pTk/mTk/additions/imgXBM.c Tk-804.028/pTk/mTk/additions/port.h Tk-804.028/pTk/mTk/additions/imgUnixPmap.c Tk-804.028/pTk/mTk/additions/imgPmap.c Tk-804.028/pTk/mTk/additions/imgTIFF.c Tk-804.028/pTk/mTk/additions/ClientWin.c Tk-804.028/pTk/mTk/additions/img.h Tk-804.028/pTk/mTk/additions/imgInit.c Tk-804.028/pTk/mTk/additions/imgPS.c Tk-804.028/pTk/mTk/additions/imgPmap.h Tk-804.028/pTk/mTk/additions/imgPNG.c Tk-804.028/pTk/mTk/additions/imgJPEG.c Tk-804.028/pTk/mTk/additions/imgInt.h Tk-804.028/pTk/mTk/additions/imgUtil.c Tk-804.028/pTk/mTk/additions/imgWindow.c Tk-804.028/pTk/mTk/additions/imgTIFFpixar.c Tk-804.028/pTk/mTk/additions/imgObj.c Tk-804.028/pTk/mTk/additions/imgBMP.c Tk-804.028/pTk/mTk/additions/exWinHandle.c Tk-804.028/pTk/mTk/additions/imgTIFFzip.c Tk-804.028/pTk/mTk/additions/pTk.exc Tk-804.028/pTk/mTk/additions/tkAppInit.c Tk-804.028/pTk/mTk/additions/imgGIF.c Tk-804.028/pTk/mTk/additions/imgXPM.c Tk-804.028/pTk/mTk/additions/imgTIFFjpeg.c Tk-804.028/pTk/mTk/tixWin/tixWinPort.h Tk-804.028/pTk/mTk/tixWin/README.txt Tk-804.028/pTk/mTk/tixWin/tixWinInt.h Tk-804.028/pTk/mTk/tixWin/tixWinMain.c Tk-804.028/pTk/mTk/tixWin/pTk.exc Tk-804.028/pTk/mTk/tixWin/itcl3.2 Tk-804.028/pTk/mTk/tixWin/tixWCmpt.c Tk-804.028/pTk/mTk/tixWin/tkConsole80.c Tk-804.028/pTk/mTk/tixWin/makefile.vc Tk-804.028/pTk/mTk/tixWin/rc Tk-804.028/pTk/mTk/tixWin/tixWinXpm.c Tk-804.028/pTk/mTk/tixWin/tixWinDraw.c Tk-804.028/pTk/mTk/tixWin/common.mak Tk-804.028/pTk/mTk/tixWin/winDumpExts.c Tk-804.028/pTk/mTk/tixWin/makefile.vc4 Tk-804.028/pTk/mTk/tixWin/makefile.bc Tk-804.028/pTk/mTk/tixWin/tixWinWm.c Tk-804.028/pTk/mTk/tixWin/rc/tixwish.ico Tk-804.028/pTk/mTk/tixWin/rc/tixwish.rc Tk-804.028/pTk/mTk/tixWin/itcl3.2/dummy.dir Tk-804.028/pTk/mTk/tclUnix/tclLoadDld.c Tk-804.028/pTk/mTk/tclUnix/tclConfig.sh.in Tk-804.028/pTk/mTk/tclUnix/dltest Tk-804.028/pTk/mTk/tclUnix/tclUnixNotfy.c Tk-804.028/pTk/mTk/tclUnix/tclUnixPipe.c Tk-804.028/pTk/mTk/tclUnix/tcl.m4 Tk-804.028/pTk/mTk/tclUnix/tclAppInit.c Tk-804.028/pTk/mTk/tclUnix/tclUnixPort.h Tk-804.028/pTk/mTk/tclUnix/tclLoadDyld.c Tk-804.028/pTk/mTk/tclUnix/tclLoadDl.c Tk-804.028/pTk/mTk/tclUnix/tclUnixTime.c Tk-804.028/pTk/mTk/tclUnix/tclLoadAout.c Tk-804.028/pTk/mTk/tclUnix/tclUnixEvent.c Tk-804.028/pTk/mTk/tclUnix/mkLinks Tk-804.028/pTk/mTk/tclUnix/tclUnixFile.c Tk-804.028/pTk/mTk/tclUnix/tclXtNotify.c Tk-804.028/pTk/mTk/tclUnix/README Tk-804.028/pTk/mTk/tclUnix/tclUnixThrd.c Tk-804.028/pTk/mTk/tclUnix/tclUnixInit.c Tk-804.028/pTk/mTk/tclUnix/tclLoadShl.c Tk-804.028/pTk/mTk/tclUnix/tclUnixSock.c Tk-804.028/pTk/mTk/tclUnix/configure Tk-804.028/pTk/mTk/tclUnix/aclocal.m4 Tk-804.028/pTk/mTk/tclUnix/tclUnixChan.c Tk-804.028/pTk/mTk/tclUnix/tclLoadAix.c Tk-804.028/pTk/mTk/tclUnix/Makefile.in Tk-804.028/pTk/mTk/tclUnix/tclUnixTest.c Tk-804.028/pTk/mTk/tclUnix/tclUnixThrd.h Tk-804.028/pTk/mTk/tclUnix/tcl.spec Tk-804.028/pTk/mTk/tclUnix/tclUnixFCmd.c Tk-804.028/pTk/mTk/tclUnix/tclLoadOSF.c Tk-804.028/pTk/mTk/tclUnix/tclLoadNext.c Tk-804.028/pTk/mTk/tclUnix/configure.in Tk-804.028/pTk/mTk/tclUnix/pTk.inc Tk-804.028/pTk/mTk/tclUnix/ldAix Tk-804.028/pTk/mTk/tclUnix/install-sh Tk-804.028/pTk/mTk/tclUnix/tclXtTest.c Tk-804.028/pTk/mTk/tclUnix/dltest/pkgf.c Tk-804.028/pTk/mTk/tclUnix/dltest/pkge.c Tk-804.028/pTk/mTk/tclUnix/dltest/pkga.c Tk-804.028/pTk/mTk/tclUnix/dltest/README Tk-804.028/pTk/mTk/tclUnix/dltest/pkgc.c Tk-804.028/pTk/mTk/tclUnix/dltest/pkgd.c Tk-804.028/pTk/mTk/tclUnix/dltest/pkgb.c Tk-804.028/pTk/mTk/tclUnix/dltest/Makefile.in Tk-804.028/pTk/mTk/tclWin/tclWinError.c Tk-804.028/pTk/mTk/tclWin/cat.c Tk-804.028/pTk/mTk/tclWin/makefile.vc Tk-804.028/pTk/mTk/tclWin/tclWinFile.c Tk-804.028/pTk/mTk/tclWin/tclWinLoad.c Tk-804.028/pTk/mTk/tclWin/tclWinPipe.c Tk-804.028/pTk/mTk/tclWin/Makefile.in Tk-804.028/pTk/mTk/tclWin/tclWinSock.c Tk-804.028/pTk/mTk/tclWin/aclocal.m4 Tk-804.028/pTk/mTk/tclWin/tclWinChan.c Tk-804.028/pTk/mTk/tclWin/license.terms Tk-804.028/pTk/mTk/tclWin/tclWin32Dll.c Tk-804.028/pTk/mTk/tclWin/tclWinReg.c Tk-804.028/pTk/mTk/tclWin/tclWinTime.c Tk-804.028/pTk/mTk/tclWin/tclWinInit.c Tk-804.028/pTk/mTk/tclWin/tcl.hpj.in Tk-804.028/pTk/mTk/tclWin/tclWinFCmd.c Tk-804.028/pTk/mTk/tclWin/coffbase.txt Tk-804.028/pTk/mTk/tclWin/tclWinInt.h Tk-804.028/pTk/mTk/tclWin/tclWinConsole.c Tk-804.028/pTk/mTk/tclWin/configure.in Tk-804.028/pTk/mTk/tclWin/tcl.dsp Tk-804.028/pTk/mTk/tclWin/rules.vc Tk-804.028/pTk/mTk/tclWin/nmakehlp.c Tk-804.028/pTk/mTk/tclWin/tcl.rc Tk-804.028/pTk/mTk/tclWin/tclsh.rc Tk-804.028/pTk/mTk/tclWin/tclWinMtherr.c Tk-804.028/pTk/mTk/tclWin/tcl.dsw Tk-804.028/pTk/mTk/tclWin/tclWinThrd.h Tk-804.028/pTk/mTk/tclWin/buildall.vc.bat Tk-804.028/pTk/mTk/tclWin/tclsh.ico Tk-804.028/pTk/mTk/tclWin/tclWinNotify.c Tk-804.028/pTk/mTk/tclWin/README Tk-804.028/pTk/mTk/tclWin/tclAppInit.c Tk-804.028/pTk/mTk/tclWin/makefile.bc Tk-804.028/pTk/mTk/tclWin/tclWinSerial.c Tk-804.028/pTk/mTk/tclWin/tclWinTest.c Tk-804.028/pTk/mTk/tclWin/configure Tk-804.028/pTk/mTk/tclWin/tcl.m4 Tk-804.028/pTk/mTk/tclWin/pTk.inc Tk-804.028/pTk/mTk/tclWin/stub16.c Tk-804.028/pTk/mTk/tclWin/tclWinDde.c Tk-804.028/pTk/mTk/tclWin/tclWinPort.h Tk-804.028/pTk/mTk/tclWin/tclConfig.sh.in Tk-804.028/pTk/mTk/tclWin/tclWinThrd.c Tk-804.028/pTk/mTk/generic/tkIntPlatDecls.h Tk-804.028/pTk/mTk/generic/tkGrid.c Tk-804.028/pTk/mTk/generic/tkImgPhoto.c Tk-804.028/pTk/mTk/generic/tkPack.c Tk-804.028/pTk/mTk/generic/tkTest.c Tk-804.028/pTk/mTk/generic/tkFileFilter.c Tk-804.028/pTk/mTk/generic/tkTextImage.c Tk-804.028/pTk/mTk/generic/tkSelect.c Tk-804.028/pTk/mTk/generic/tkAtom.c Tk-804.028/pTk/mTk/generic/tkCanvPs.c Tk-804.028/pTk/mTk/generic/tkInt.decls Tk-804.028/pTk/mTk/generic/tkGrab.c Tk-804.028/pTk/mTk/generic/tkEntry.c Tk-804.028/pTk/mTk/generic/tkFileFilter.h Tk-804.028/pTk/mTk/generic/tkFocus.c Tk-804.028/pTk/mTk/generic/tkMenu.c Tk-804.028/pTk/mTk/generic/moredefs.h Tk-804.028/pTk/mTk/generic/tkTextDisp.c Tk-804.028/pTk/mTk/generic/tkCanvas.h Tk-804.028/pTk/mTk/generic/default.h Tk-804.028/pTk/mTk/generic/tkSelect.h Tk-804.028/pTk/mTk/generic/tkTextMark.c Tk-804.028/pTk/mTk/generic/README Tk-804.028/pTk/mTk/generic/tkTextIndex.c Tk-804.028/pTk/mTk/generic/tkUndo.h Tk-804.028/pTk/mTk/generic/tkWindow.c Tk-804.028/pTk/mTk/generic/tkCursor.c Tk-804.028/pTk/mTk/generic/tkScrollbar.h Tk-804.028/pTk/mTk/generic/tkError.c Tk-804.028/pTk/mTk/generic/tkUnixMenubu.c Tk-804.028/pTk/mTk/generic/tkCanvLine.c Tk-804.028/pTk/mTk/generic/tkArgv.c Tk-804.028/pTk/mTk/generic/tkCanvas.c Tk-804.028/pTk/mTk/generic/tkBind.c Tk-804.028/pTk/mTk/generic/tkImage.c Tk-804.028/pTk/mTk/generic/tk3d.c Tk-804.028/pTk/mTk/generic/tkScale.h Tk-804.028/pTk/mTk/generic/tkCanvPoly.c Tk-804.028/pTk/mTk/generic/tkCanvWind.c Tk-804.028/pTk/mTk/generic/tkStubImg.c Tk-804.028/pTk/mTk/generic/tkPanedWindow.c Tk-804.028/pTk/mTk/generic/tkMenubutton.h Tk-804.028/pTk/mTk/generic/tkInitScript.h Tk-804.028/pTk/mTk/generic/tkColor.h Tk-804.028/pTk/mTk/generic/tkTextTag.c Tk-804.028/pTk/mTk/generic/tkMenubutton.c Tk-804.028/pTk/mTk/generic/tk3d.h Tk-804.028/pTk/mTk/generic/tkMacWinMenu.c Tk-804.028/pTk/mTk/generic/tkBitmap.c Tk-804.028/pTk/mTk/generic/tkOption.c Tk-804.028/pTk/mTk/generic/tkTextWind.c Tk-804.028/pTk/mTk/generic/tkPointer.c Tk-804.028/pTk/mTk/generic/tkPlatDecls.h Tk-804.028/pTk/mTk/generic/tkGeometry.c Tk-804.028/pTk/mTk/generic/tkIntXlibDecls.h Tk-804.028/pTk/mTk/generic/tkGet.c Tk-804.028/pTk/mTk/generic/tkUnixScale.c Tk-804.028/pTk/mTk/generic/tkColor.c Tk-804.028/pTk/mTk/generic/tkButton.h Tk-804.028/pTk/mTk/generic/tk.decls Tk-804.028/pTk/mTk/generic/tkGC.c Tk-804.028/pTk/mTk/generic/tkCanvArc.c Tk-804.028/pTk/mTk/generic/tkCanvBmap.c Tk-804.028/pTk/mTk/generic/tkStyle.c Tk-804.028/pTk/mTk/generic/tkConfig.c Tk-804.028/pTk/mTk/generic/tkScale.c Tk-804.028/pTk/mTk/generic/tkImgUtil.c Tk-804.028/pTk/mTk/generic/tkStubLib.c Tk-804.028/pTk/mTk/generic/tkCmds.c Tk-804.028/pTk/mTk/generic/tk.h Tk-804.028/pTk/mTk/generic/tkFont.h Tk-804.028/pTk/mTk/generic/tkFont.c Tk-804.028/pTk/mTk/generic/tkMenuDraw.c Tk-804.028/pTk/mTk/generic/tkRectOval.c Tk-804.028/pTk/mTk/generic/prolog.ps Tk-804.028/pTk/mTk/generic/tkUtil.c Tk-804.028/pTk/mTk/generic/tkImgBmap.c Tk-804.028/pTk/mTk/generic/tkScrollbar.c Tk-804.028/pTk/mTk/generic/tkTrig.c Tk-804.028/pTk/mTk/generic/tkUndo.c Tk-804.028/pTk/mTk/generic/tkListbox.c Tk-804.028/pTk/mTk/generic/tkMenu.h Tk-804.028/pTk/mTk/generic/tkSquare.c Tk-804.028/pTk/mTk/generic/tkMessage.c Tk-804.028/pTk/mTk/generic/pTk.exc Tk-804.028/pTk/mTk/generic/tkImgGIF.c Tk-804.028/pTk/mTk/generic/tkClipboard.c Tk-804.028/pTk/mTk/generic/tkImgPPM.c Tk-804.028/pTk/mTk/generic/tkIntDecls.h Tk-804.028/pTk/mTk/generic/tkText.h Tk-804.028/pTk/mTk/generic/tkText.c Tk-804.028/pTk/mTk/generic/tkPlace.c Tk-804.028/pTk/mTk/generic/tkCanvUtil.c Tk-804.028/pTk/mTk/generic/tkDecls.h Tk-804.028/pTk/mTk/generic/ks_names.h Tk-804.028/pTk/mTk/generic/tkOldConfig.c Tk-804.028/pTk/mTk/generic/tkCanvImg.c Tk-804.028/pTk/mTk/generic/tkPort.h Tk-804.028/pTk/mTk/generic/tkConsole.c Tk-804.028/pTk/mTk/generic/tkCanvText.c Tk-804.028/pTk/mTk/generic/tkMain.c Tk-804.028/pTk/mTk/generic/tkObj.c Tk-804.028/pTk/mTk/generic/tkEvent.c Tk-804.028/pTk/mTk/generic/tkFrame.c Tk-804.028/pTk/mTk/generic/tkVisual.c Tk-804.028/pTk/mTk/generic/tkInt.h Tk-804.028/pTk/mTk/generic/tkTextBTree.c Tk-804.028/pTk/mTk/generic/tkButton.c Tk-804.028/pTk/mTk/generic/tkStubInit.c Tk-804.028/pTk/mTk/generic/xbytes.h Tk-804.028/pTk/mTk/tixGeneric/tixBitmaps.h Tk-804.028/pTk/mTk/tixGeneric/tixGrRC.c Tk-804.028/pTk/mTk/tixGeneric/tixPort.h Tk-804.028/pTk/mTk/tixGeneric/tixImgXpm.c Tk-804.028/pTk/mTk/tixGeneric/tixDiImg.c Tk-804.028/pTk/mTk/tixGeneric/stbDItem.c Tk-804.028/pTk/mTk/tixGeneric/tixFormMisc.c Tk-804.028/pTk/mTk/tixGeneric/tixGrSel.c Tk-804.028/pTk/mTk/tixGeneric/tixGrUtl.c Tk-804.028/pTk/mTk/tixGeneric/tixNBFrame.c Tk-804.028/pTk/mTk/tixGeneric/tixHLInd.c Tk-804.028/pTk/mTk/tixGeneric/tixScroll.c Tk-804.028/pTk/mTk/tixGeneric/tixTList.c Tk-804.028/pTk/mTk/tixGeneric/tixGrid.h Tk-804.028/pTk/mTk/tixGeneric/tixImgXpm.h Tk-804.028/pTk/mTk/tixGeneric/tixInputO.c Tk-804.028/pTk/mTk/tixGeneric/tixGrFmt.c Tk-804.028/pTk/mTk/tixGeneric/tixError.c Tk-804.028/pTk/mTk/tixGeneric/pTk.exc Tk-804.028/pTk/mTk/tixGeneric/tixTList.h Tk-804.028/pTk/mTk/tixGeneric/tixOption.c Tk-804.028/pTk/mTk/tixGeneric/tixGeometry.c Tk-804.028/pTk/mTk/tixGeneric/tixForm.h Tk-804.028/pTk/mTk/tixGeneric/tix.h Tk-804.028/pTk/mTk/tixGeneric/tixMwm.c Tk-804.028/pTk/mTk/tixGeneric/tixUtils.c Tk-804.028/pTk/mTk/tixGeneric/tixDiText.c Tk-804.028/pTk/mTk/tixGeneric/tixImgCmp.c Tk-804.028/pTk/mTk/tixGeneric/tixForm.c Tk-804.028/pTk/mTk/tixGeneric/tixWidget.c Tk-804.028/pTk/mTk/tixGeneric/tixHList.c Tk-804.028/pTk/mTk/tixGeneric/tixInt.h Tk-804.028/pTk/mTk/tixGeneric/tixGrData.h Tk-804.028/pTk/mTk/tixGeneric/tixDiWin.c Tk-804.028/pTk/mTk/tixGeneric/tixDef.h Tk-804.028/pTk/mTk/tixGeneric/tixDItem.c Tk-804.028/pTk/mTk/tixGeneric/tixGrSort.c Tk-804.028/pTk/mTk/tixGeneric/tixHLCol.c Tk-804.028/pTk/mTk/tixGeneric/tixInit.c Tk-804.028/pTk/mTk/tixGeneric/tixGrid.c Tk-804.028/pTk/mTk/tixGeneric/tixDiITxt.c Tk-804.028/pTk/mTk/tixGeneric/tixList.c Tk-804.028/pTk/mTk/tixGeneric/tixSmpLs.c Tk-804.028/pTk/mTk/tixGeneric/tixCompat.c Tk-804.028/pTk/mTk/tixGeneric/tixHLHdr.c Tk-804.028/pTk/mTk/tixGeneric/tixItcl.h Tk-804.028/pTk/mTk/tixGeneric/tixMethod.c Tk-804.028/pTk/mTk/tixGeneric/tixClass.c Tk-804.028/pTk/mTk/tixGeneric/tixItcl.c Tk-804.028/pTk/mTk/tixGeneric/tixHList.h Tk-804.028/pTk/mTk/tixGeneric/tixDiStyle.c Tk-804.028/pTk/mTk/tixGeneric/tixGrData.c Tk-804.028/pTk/mTk/tixGeneric/tixCmds.c Tk-804.028/pTk/mTk/tixGeneric/stbDiStyle.c Tk-804.028/pTk/mTk/unix/tkUnixEmbed.c Tk-804.028/pTk/mTk/unix/tkUnixConfig.c Tk-804.028/pTk/mTk/unix/tkUnixInit.c Tk-804.028/pTk/mTk/unix/license.terms Tk-804.028/pTk/mTk/unix/tkUnixDialog.c Tk-804.028/pTk/mTk/unix/tkAppInit.c Tk-804.028/pTk/mTk/unix/tkUnixXId.c Tk-804.028/pTk/mTk/unix/tkUnixFocus.c Tk-804.028/pTk/mTk/unix/tkUnixFont.c Tk-804.028/pTk/mTk/unix/tkUnixColor.c Tk-804.028/pTk/mTk/unix/aclocal.m4 Tk-804.028/pTk/mTk/unix/tkUnixDraw.c Tk-804.028/pTk/mTk/unix/tkUnixScrlbr.c Tk-804.028/pTk/mTk/unix/tkUnixSelect.c Tk-804.028/pTk/mTk/unix/install-sh Tk-804.028/pTk/mTk/unix/tkUnixXft.c Tk-804.028/pTk/mTk/unix/configure.in Tk-804.028/pTk/mTk/unix/pTk.exc Tk-804.028/pTk/mTk/unix/tkUnixMenu.c Tk-804.028/pTk/mTk/unix/tkUnixKey.c Tk-804.028/pTk/mTk/unix/tkUnixSend.c Tk-804.028/pTk/mTk/unix/README Tk-804.028/pTk/mTk/unix/configure Tk-804.028/pTk/mTk/unix/Makefile.in Tk-804.028/pTk/mTk/unix/tkConfig.sh.in Tk-804.028/pTk/mTk/unix/tkUnixInt.h Tk-804.028/pTk/mTk/unix/tkUnixButton.c Tk-804.028/pTk/mTk/unix/tkUnixWm.c Tk-804.028/pTk/mTk/unix/tcl.m4 Tk-804.028/pTk/mTk/unix/tkUnix3d.c Tk-804.028/pTk/mTk/unix/tkUnixEvent.c Tk-804.028/pTk/mTk/unix/tkUnix.c Tk-804.028/pTk/mTk/unix/tkUnixCursor.c Tk-804.028/pTk/mTk/unix/tkUnixPort.h Tk-804.028/pTk/mTk/unix/tkUnixDefault.h Tk-804.028/pTk/mTk/unix/tk.spec Tk-804.028/pTk/mTk/unix/mkLinks Tk-804.028/pTk/mTk/tixUnix/tk8.3 Tk-804.028/pTk/mTk/tixUnix/itcl3.0 Tk-804.028/pTk/mTk/tixUnix/tk8.1 Tk-804.028/pTk/mTk/tixUnix/itcl3.1 Tk-804.028/pTk/mTk/tixUnix/tixUnixXpm.c Tk-804.028/pTk/mTk/tixUnix/tk8.2 Tk-804.028/pTk/mTk/tixUnix/configure Tk-804.028/pTk/mTk/tixUnix/tixUnixInt.h Tk-804.028/pTk/mTk/tixUnix/tixUnixPort.h Tk-804.028/pTk/mTk/tixUnix/itcl3.2 Tk-804.028/pTk/mTk/tixUnix/tixUnixSam.c Tk-804.028/pTk/mTk/tixUnix/aclocal.m4 Tk-804.028/pTk/mTk/tixUnix/tk8.0 Tk-804.028/pTk/mTk/tixUnix/tixUnixWm.c Tk-804.028/pTk/mTk/tixUnix/configure.in Tk-804.028/pTk/mTk/tixUnix/tixUnixDraw.c Tk-804.028/pTk/mTk/tixUnix/Makefile.in Tk-804.028/pTk/mTk/tixUnix/samAppInit.c Tk-804.028/pTk/mTk/tixUnix/pTk.exc Tk-804.028/pTk/mTk/tixUnix/tk8.0/configure Tk-804.028/pTk/mTk/tixUnix/tk8.0/Makefile.in Tk-804.028/pTk/mTk/tixUnix/tk8.0/tixAppInit.c Tk-804.028/pTk/mTk/tixUnix/tk8.0/pkgIndex.tcl.in Tk-804.028/pTk/mTk/tixUnix/tk8.0/configure.in Tk-804.028/pTk/mTk/tixUnix/itcl3.2/pkgIndex.tcl.in Tk-804.028/pTk/mTk/tixUnix/itcl3.2/aclocal.m4 Tk-804.028/pTk/mTk/tixUnix/itcl3.2/tixAppInit.c Tk-804.028/pTk/mTk/tixUnix/itcl3.2/configure Tk-804.028/pTk/mTk/tixUnix/itcl3.2/configure.in Tk-804.028/pTk/mTk/tixUnix/itcl3.2/Makefile.in Tk-804.028/pTk/mTk/tixUnix/tk8.2/tixAppInit.c Tk-804.028/pTk/mTk/tixUnix/tk8.2/pkgIndex.tcl.in Tk-804.028/pTk/mTk/tixUnix/tk8.2/aclocal.m4 Tk-804.028/pTk/mTk/tixUnix/tk8.2/configure Tk-804.028/pTk/mTk/tixUnix/tk8.2/Makefile.in Tk-804.028/pTk/mTk/tixUnix/tk8.2/configure.in Tk-804.028/pTk/mTk/tixUnix/itcl3.1/configure Tk-804.028/pTk/mTk/tixUnix/itcl3.1/aclocal.m4 Tk-804.028/pTk/mTk/tixUnix/itcl3.1/tixAppInit.c Tk-804.028/pTk/mTk/tixUnix/itcl3.1/Makefile.in Tk-804.028/pTk/mTk/tixUnix/itcl3.1/configure.in Tk-804.028/pTk/mTk/tixUnix/itcl3.1/pkgIndex.tcl.in Tk-804.028/pTk/mTk/tixUnix/tk8.1/configure.in Tk-804.028/pTk/mTk/tixUnix/tk8.1/Makefile.in Tk-804.028/pTk/mTk/tixUnix/tk8.1/pkgIndex.tcl.in Tk-804.028/pTk/mTk/tixUnix/tk8.1/configure Tk-804.028/pTk/mTk/tixUnix/tk8.1/aclocal.m4 Tk-804.028/pTk/mTk/tixUnix/tk8.1/tixAppInit.c Tk-804.028/pTk/mTk/tixUnix/itcl3.0/pkgIndex.tcl.in Tk-804.028/pTk/mTk/tixUnix/itcl3.0/configure.in Tk-804.028/pTk/mTk/tixUnix/itcl3.0/Makefile.in Tk-804.028/pTk/mTk/tixUnix/itcl3.0/configure Tk-804.028/pTk/mTk/tixUnix/itcl3.0/aclocal.m4 Tk-804.028/pTk/mTk/tixUnix/itcl3.0/tixAppInit.c Tk-804.028/pTk/mTk/tixUnix/tk8.3/configure.in Tk-804.028/pTk/mTk/tixUnix/tk8.3/tixAppInit.c Tk-804.028/pTk/mTk/tixUnix/tk8.3/pkgIndex.tcl.in Tk-804.028/pTk/mTk/tixUnix/tk8.3/configure Tk-804.028/pTk/mTk/tixUnix/tk8.3/aclocal.m4 Tk-804.028/pTk/mTk/tixUnix/tk8.3/Makefile.in Tk-804.028/pTk/mTk/win/rc Tk-804.028/pTk/mTk/win/tkWinSend.c Tk-804.028/pTk/mTk/win/configure.in Tk-804.028/pTk/mTk/win/stubs.c Tk-804.028/pTk/mTk/win/nmakehlp.c Tk-804.028/pTk/mTk/win/tkWin.h Tk-804.028/pTk/mTk/win/tkWinInit.c Tk-804.028/pTk/mTk/win/mkd.bat Tk-804.028/pTk/mTk/win/tkWinWindow.c Tk-804.028/pTk/mTk/win/tcl.m4 Tk-804.028/pTk/mTk/win/makefile.bc Tk-804.028/pTk/mTk/win/buildall.vc.bat Tk-804.028/pTk/mTk/win/tkWin3d.c Tk-804.028/pTk/mTk/win/aclocal.m4 Tk-804.028/pTk/mTk/win/tkWinPointer.c Tk-804.028/pTk/mTk/win/pTk.exc Tk-804.028/pTk/mTk/win/tkWinFont.c Tk-804.028/pTk/mTk/win/tkWinPixmap.c Tk-804.028/pTk/mTk/win/tkWinColor.c Tk-804.028/pTk/mTk/win/license.terms Tk-804.028/pTk/mTk/win/tkWinConfig.c Tk-804.028/pTk/mTk/win/configure Tk-804.028/pTk/mTk/win/Makefile.in Tk-804.028/pTk/mTk/win/tkWinX.c Tk-804.028/pTk/mTk/win/tkWinTest.c Tk-804.028/pTk/mTk/win/tkWinCursor.c Tk-804.028/pTk/mTk/win/tkWinScrlbr.c Tk-804.028/pTk/mTk/win/tkWinPort.h Tk-804.028/pTk/mTk/win/tkWinDefault.h Tk-804.028/pTk/mTk/win/tkWinInt.h Tk-804.028/pTk/mTk/win/tkWin32Dll.c Tk-804.028/pTk/mTk/win/tkWinDialog.c Tk-804.028/pTk/mTk/win/tkWinWm.c Tk-804.028/pTk/mTk/win/tkWinRegion.c Tk-804.028/pTk/mTk/win/tkWinButton.c Tk-804.028/pTk/mTk/win/rmd.bat Tk-804.028/pTk/mTk/win/tkWinImage.c Tk-804.028/pTk/mTk/win/tkWinDraw.c Tk-804.028/pTk/mTk/win/tkWinMenu.c Tk-804.028/pTk/mTk/win/rules.vc Tk-804.028/pTk/mTk/win/tkWinEmbed.c Tk-804.028/pTk/mTk/win/lamp.bmp Tk-804.028/pTk/mTk/win/tkWinClipboard.c Tk-804.028/pTk/mTk/win/tkWinKey.c Tk-804.028/pTk/mTk/win/makefile.vc Tk-804.028/pTk/mTk/win/tkConfig.sh.in Tk-804.028/pTk/mTk/win/winMain.c Tk-804.028/pTk/mTk/win/README Tk-804.028/pTk/mTk/win/rc/cursor2a.cur Tk-804.028/pTk/mTk/win/rc/cursor34.cur Tk-804.028/pTk/mTk/win/rc/cursor50.cur Tk-804.028/pTk/mTk/win/rc/cursor6c.cur Tk-804.028/pTk/mTk/win/rc/cursor00.cur Tk-804.028/pTk/mTk/win/rc/cursor94.cur Tk-804.028/pTk/mTk/win/rc/cursor3e.cur Tk-804.028/pTk/mTk/win/rc/cursor8e.cur Tk-804.028/pTk/mTk/win/rc/cursor74.cur Tk-804.028/pTk/mTk/win/rc/cursor90.cur Tk-804.028/pTk/mTk/win/rc/cursor92.cur Tk-804.028/pTk/mTk/win/rc/cursor20.cur Tk-804.028/pTk/mTk/win/rc/cursor76.cur Tk-804.028/pTk/mTk/win/rc/cursor98.cur Tk-804.028/pTk/mTk/win/rc/cursor5a.cur Tk-804.028/pTk/mTk/win/rc/cursor64.cur Tk-804.028/pTk/mTk/win/rc/cursor40.cur Tk-804.028/pTk/mTk/win/rc/cursor30.cur Tk-804.028/pTk/mTk/win/rc/cursor7c.cur Tk-804.028/pTk/mTk/win/rc/cursor4c.cur Tk-804.028/pTk/mTk/win/rc/cursor4a.cur Tk-804.028/pTk/mTk/win/rc/cursor3a.cur Tk-804.028/pTk/mTk/win/rc/cursor58.cur Tk-804.028/pTk/mTk/win/rc/buttons.bmp Tk-804.028/pTk/mTk/win/rc/cursor78.cur Tk-804.028/pTk/mTk/win/rc/cursor3c.cur Tk-804.028/pTk/mTk/win/rc/cursor7e.cur Tk-804.028/pTk/mTk/win/rc/cursor46.cur Tk-804.028/pTk/mTk/win/rc/cursor7a.cur Tk-804.028/pTk/mTk/win/rc/cursor6a.cur Tk-804.028/pTk/mTk/win/rc/cursor8a.cur Tk-804.028/pTk/mTk/win/rc/cursor5e.cur Tk-804.028/pTk/mTk/win/rc/cursor08.cur Tk-804.028/pTk/mTk/win/rc/cursor66.cur Tk-804.028/pTk/mTk/win/rc/cursor1c.cur Tk-804.028/pTk/mTk/win/rc/cursor60.cur Tk-804.028/pTk/mTk/win/rc/cursor56.cur Tk-804.028/pTk/mTk/win/rc/cursor88.cur Tk-804.028/pTk/mTk/win/rc/cursor24.cur Tk-804.028/pTk/mTk/win/rc/cursor2c.cur Tk-804.028/pTk/mTk/win/rc/cursor0e.cur Tk-804.028/pTk/mTk/win/rc/cursor10.cur Tk-804.028/pTk/mTk/win/rc/tk.rc Tk-804.028/pTk/mTk/win/rc/cursor8c.cur Tk-804.028/pTk/mTk/win/rc/cursor32.cur Tk-804.028/pTk/mTk/win/rc/cursor4e.cur Tk-804.028/pTk/mTk/win/rc/cursor02.cur Tk-804.028/pTk/mTk/win/rc/cursor16.cur Tk-804.028/pTk/mTk/win/rc/cursor14.cur Tk-804.028/pTk/mTk/win/rc/cursor70.cur Tk-804.028/pTk/mTk/win/rc/wish.exe.manifest Tk-804.028/pTk/mTk/win/rc/cursor18.cur Tk-804.028/pTk/mTk/win/rc/cursor52.cur Tk-804.028/pTk/mTk/win/rc/cursor5c.cur Tk-804.028/pTk/mTk/win/rc/cursor38.cur Tk-804.028/pTk/mTk/win/rc/cursor72.cur Tk-804.028/pTk/mTk/win/rc/cursor68.cur Tk-804.028/pTk/mTk/win/rc/cursor96.cur Tk-804.028/pTk/mTk/win/rc/cursor2e.cur Tk-804.028/pTk/mTk/win/rc/tk_base.rc Tk-804.028/pTk/mTk/win/rc/wish.rc Tk-804.028/pTk/mTk/win/rc/cursor1a.cur Tk-804.028/pTk/mTk/win/rc/cursor0a.cur Tk-804.028/pTk/mTk/win/rc/cursor48.cur Tk-804.028/pTk/mTk/win/rc/cursor42.cur Tk-804.028/pTk/mTk/win/rc/cursor86.cur Tk-804.028/pTk/mTk/win/rc/cursor80.cur Tk-804.028/pTk/mTk/win/rc/cursor36.cur Tk-804.028/pTk/mTk/win/rc/cursor04.cur Tk-804.028/pTk/mTk/win/rc/cursor12.cur Tk-804.028/pTk/mTk/win/rc/cursor22.cur Tk-804.028/pTk/mTk/win/rc/tk.ico Tk-804.028/pTk/mTk/win/rc/cursor62.cur Tk-804.028/pTk/mTk/win/rc/cursor28.cur Tk-804.028/pTk/mTk/win/rc/cursor1e.cur Tk-804.028/pTk/mTk/win/rc/cursor6e.cur Tk-804.028/pTk/mTk/win/rc/cursor44.cur Tk-804.028/pTk/mTk/win/rc/cursor0c.cur Tk-804.028/pTk/mTk/win/rc/cursor54.cur Tk-804.028/pTk/mTk/win/rc/cursor84.cur Tk-804.028/pTk/mTk/win/rc/cursor82.cur Tk-804.028/pTk/mTk/win/rc/wish.ico Tk-804.028/pTk/mTk/win/rc/cursor06.cur Tk-804.028/pTk/mTk/win/rc/cursor26.cur Tk-804.028/pTk/mTk/tclGeneric/tclStubLib.c Tk-804.028/pTk/mTk/tclGeneric/tclIO.h Tk-804.028/pTk/mTk/tclGeneric/tclMath.h Tk-804.028/pTk/mTk/tclGeneric/tclGetDate.y Tk-804.028/pTk/mTk/tclGeneric/pTk.inc Tk-804.028/pTk/mTk/tclGeneric/tclCmdAH.c Tk-804.028/pTk/mTk/tclGeneric/tclTimer.c Tk-804.028/pTk/mTk/tclGeneric/tclPort.h Tk-804.028/pTk/mTk/tclGeneric/README Tk-804.028/pTk/mTk/tclGeneric/tclInt.decls Tk-804.028/pTk/mTk/tclGeneric/tclCmdMZ.c Tk-804.028/pTk/mTk/tclGeneric/tclEnv.c Tk-804.028/pTk/mTk/tclGeneric/tclIOSock.c Tk-804.028/pTk/mTk/tclGeneric/tclInitScript.h Tk-804.028/pTk/mTk/tclGeneric/tclGet.c Tk-804.028/pTk/mTk/tclGeneric/tclTest.c Tk-804.028/pTk/mTk/tclGeneric/regex.h Tk-804.028/pTk/mTk/tclGeneric/tclHistory.c Tk-804.028/pTk/mTk/tclGeneric/tclEncoding.c Tk-804.028/pTk/mTk/tclGeneric/tclObj.c Tk-804.028/pTk/mTk/tclGeneric/tclVar.c Tk-804.028/pTk/mTk/tclGeneric/tclClock.c Tk-804.028/pTk/mTk/tclGeneric/tclBinary.c Tk-804.028/pTk/mTk/tclGeneric/tclEvent.c Tk-804.028/pTk/mTk/tclGeneric/tclRegexp.c Tk-804.028/pTk/mTk/tclGeneric/tclIOCmd.c Tk-804.028/pTk/mTk/tclGeneric/tclParse.c Tk-804.028/pTk/mTk/tclGeneric/tclResolve.c Tk-804.028/pTk/mTk/tclGeneric/tclCompile.h Tk-804.028/pTk/mTk/tclGeneric/tclCompile.c Tk-804.028/pTk/mTk/tclGeneric/tclDecls.h Tk-804.028/pTk/mTk/tclGeneric/regcomp.c Tk-804.028/pTk/mTk/tclGeneric/tclTestObj.c Tk-804.028/pTk/mTk/tclGeneric/regc_nfa.c Tk-804.028/pTk/mTk/tclGeneric/tclThreadTest.c Tk-804.028/pTk/mTk/tclGeneric/regexec.c Tk-804.028/pTk/mTk/tclGeneric/tclFileName.c Tk-804.028/pTk/mTk/tclGeneric/tclScan.c Tk-804.028/pTk/mTk/tclGeneric/tclResult.c Tk-804.028/pTk/mTk/tclGeneric/tclDate.c Tk-804.028/pTk/mTk/tclGeneric/tclLiteral.c Tk-804.028/pTk/mTk/tclGeneric/regerrs.h Tk-804.028/pTk/mTk/tclGeneric/tclInt.h Tk-804.028/pTk/mTk/tclGeneric/tclExecute.c Tk-804.028/pTk/mTk/tclGeneric/tclMain.c Tk-804.028/pTk/mTk/tclGeneric/tclInterp.c Tk-804.028/pTk/mTk/tclGeneric/regfree.c Tk-804.028/pTk/mTk/tclGeneric/tclIOGT.c Tk-804.028/pTk/mTk/tclGeneric/tclCompExpr.c Tk-804.028/pTk/mTk/tclGeneric/tclCkalloc.c Tk-804.028/pTk/mTk/tclGeneric/rege_dfa.c Tk-804.028/pTk/mTk/tclGeneric/tclCmdIL.c Tk-804.028/pTk/mTk/tclGeneric/tclThread.c Tk-804.028/pTk/mTk/tclGeneric/tclThreadJoin.c Tk-804.028/pTk/mTk/tclGeneric/tclPlatDecls.h Tk-804.028/pTk/mTk/tclGeneric/tclPipe.c Tk-804.028/pTk/mTk/tclGeneric/tcl.h Tk-804.028/pTk/mTk/tclGeneric/tclParseExpr.c Tk-804.028/pTk/mTk/tclGeneric/tclUtil.c Tk-804.028/pTk/mTk/tclGeneric/regc_color.c Tk-804.028/pTk/mTk/tclGeneric/tclStringObj.c Tk-804.028/pTk/mTk/tclGeneric/tclIntPlatDecls.h Tk-804.028/pTk/mTk/tclGeneric/tclHash.c Tk-804.028/pTk/mTk/tclGeneric/tclNamesp.c Tk-804.028/pTk/mTk/tclGeneric/regfronts.c Tk-804.028/pTk/mTk/tclGeneric/tclNotify.c Tk-804.028/pTk/mTk/tclGeneric/regguts.h Tk-804.028/pTk/mTk/tclGeneric/tclUtf.c Tk-804.028/pTk/mTk/tclGeneric/tclAsync.c Tk-804.028/pTk/mTk/tclGeneric/tclLoadNone.c Tk-804.028/pTk/mTk/tclGeneric/tclIOUtil.c Tk-804.028/pTk/mTk/tclGeneric/tclIO.c Tk-804.028/pTk/mTk/tclGeneric/tclPkg.c Tk-804.028/pTk/mTk/tclGeneric/regc_cvec.c Tk-804.028/pTk/mTk/tclGeneric/tcl.decls Tk-804.028/pTk/mTk/tclGeneric/tclLink.c Tk-804.028/pTk/mTk/tclGeneric/regc_locale.c Tk-804.028/pTk/mTk/tclGeneric/tclListObj.c Tk-804.028/pTk/mTk/tclGeneric/tclStubInit.c Tk-804.028/pTk/mTk/tclGeneric/tclTestProcBodyObj.c Tk-804.028/pTk/mTk/tclGeneric/tclPreserve.c Tk-804.028/pTk/mTk/tclGeneric/regc_lex.c Tk-804.028/pTk/mTk/tclGeneric/tclRegexp.h Tk-804.028/pTk/mTk/tclGeneric/tclProc.c Tk-804.028/pTk/mTk/tclGeneric/tclUniData.c Tk-804.028/pTk/mTk/tclGeneric/tclLoad.c Tk-804.028/pTk/mTk/tclGeneric/tclBasic.c Tk-804.028/pTk/mTk/tclGeneric/regcustom.h Tk-804.028/pTk/mTk/tclGeneric/tclPosixStr.c Tk-804.028/pTk/mTk/tclGeneric/tclIntDecls.h Tk-804.028/pTk/mTk/tclGeneric/tclPanic.c Tk-804.028/pTk/mTk/tclGeneric/tclIndexObj.c Tk-804.028/pTk/mTk/tclGeneric/regerror.c Tk-804.028/pTk/mTk/tclGeneric/tclFCmd.c Tk-804.028/pTk/mTk/tclGeneric/tclThreadAlloc.c Tk-804.028/pTk/mTk/tclGeneric/tclCompCmds.c Tk-804.028/pTk/mTk/tclGeneric/tclAlloc.c CPAN: File::Temp loaded ok (v0.18) Warning (usually harmless): 'YAML' not installed, will not store persistent state CPAN.pm: Going to build S/SR/SREZIC/Tk-804.028.tar.gz /usr/bin/perl is installed in /usr/lib/perl/5.10 okay PPM for perl5.010000 Test Compiling config/perlrx.c Test Compiling config/pmop.c Test Compiling config/pregcomp2.c Test Compiling config/signedchar.c Test Compiling config/Ksprintf.c Test Compiling config/tod.c Test Compiling -DTIMEOFDAY_TZ config/tod.c TZ gettimeofday() Using -L/usr/lib to find /usr/lib/libX11.so.6.2.0 Cannot find X include files via /usr/include Cannot find X include files anywhere at ./myConfig line 369. Compilation failed in require at Makefile.PL line 37. BEGIN failed--compilation aborted at Makefile.PL line 39. Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site] Warning (usually harmless): 'YAML' not installed, will not store persistent state SREZIC/Tk-804.028.tar.gz /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK Running make test Make had some problems, won't test Running make install Make had some problems, won't install Failed during this command: SREZIC/Tk-804.028.tar.gz : writemakefile NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512 cpan[2]> First is YAML nit installed a issue? Second isthat it can't make and install...is this an issue? I progress to cpan2 cpan[2]> install Tk::JPEG Running install for module 'Tk::JPEG' Running make for S/SR/SREZIC/Tk-804.028.tar.gz Has already been unwrapped into directory /root/.cpan/build/Tk-804.028-Ytgy1L '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install cpan[3]> Again this won't make and install. Next cpan3 cpan[3]> install Tk::CursorControl Running install for module 'Tk::CursorControl' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/root/.cpan/prefs' Running make for D/DU/DUNNIGANJ/Tk-CursorControl-0.4.tar.gz Checksum for /root/.cpan/sources/authors/id/D/DU/DUNNIGANJ/Tk-CursorControl-0.4.tar.gz ok Tk-CursorControl-0.4/ Tk-CursorControl-0.4/Changes Tk-CursorControl-0.4/CursorControl.pm Tk-CursorControl-0.4/demos/ Tk-CursorControl-0.4/demos/cursor.pl Tk-CursorControl-0.4/Makefile.PL Tk-CursorControl-0.4/MANIFEST Tk-CursorControl-0.4/README Tk-CursorControl-0.4/test.pl Tk-CursorControl-0.4/trans_cur.mask Tk-CursorControl-0.4/trans_cur.xbm Warning (usually harmless): 'YAML' not installed, will not store persistent state CPAN.pm: Going to build D/DU/DUNNIGANJ/Tk-CursorControl-0.4.tar.gz Checking if your kit is complete... Looks good Warning: prerequisite Tk 800.015 not found. Writing Makefile for Tk::CursorControl ---- Unsatisfied dependencies detected during ---- ---- DUNNIGANJ/Tk-CursorControl-0.4.tar.gz ---- Tk [requires] Shall I follow them and prepend them to the queue of modules we are processing right now? [yes] Running make test Delayed until after prerequisites Running make install Delayed until after prerequisites Running install for module 'Tk' Running make for S/SR/SREZIC/Tk-804.028.tar.gz Has already been unwrapped into directory /root/.cpan/build/Tk-804.028-Ytgy1L '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512, won't make Running make test Make had some problems, won't test Running make install Make had some problems, won't install Running make for D/DU/DUNNIGANJ/Tk-CursorControl-0.4.tar.gz Has already been unwrapped into directory /root/.cpan/build/Tk-CursorControl-0.4-MIhZBw CPAN.pm: Going to build D/DU/DUNNIGANJ/Tk-CursorControl-0.4.tar.gz Warning: Prerequisite 'Tk => 800.015' for 'D/DU/DUNNIGANJ/Tk-CursorControl-0.4.tar.gz' failed when processing 'S/SR/SREZIC/Tk-804.028.tar.gz' with 'writemakefile => NO '/usr/bin/perl Makefile.PL INSTALLDIRS=site' returned status 512'. Continuing, but chances to succeed are limited. cp trans_cur.mask blib/lib/Tk/trans_cur.mask cp demos/cursor.pl blib/arch/Tk/demos/widtrib/cursor.pl cp CursorControl.pm blib/lib/Tk/CursorControl.pm cp trans_cur.xbm blib/lib/Tk/trans_cur.xbm Manifying blib/man3/Tk::CursorControl.3pm DUNNIGANJ/Tk-CursorControl-0.4.tar.gz /usr/bin/make -- OK Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl 1..3 Can't locate Tk.pm in @INC (@INC contains: blib/lib blib/arch /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at test.pl line 11. BEGIN failed--compilation aborted at test.pl line 11. not ok 1 make: *** [test_dynamic] Error 2 DUNNIGANJ/Tk-CursorControl-0.4.tar.gz /usr/bin/make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports DUNNIGANJ/Tk-CursorControl-0.4.tar.gz Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make install make test had returned bad status, won't install without force Failed during this command: DUNNIGANJ/Tk-CursorControl-0.4.tar.gz : make_test NO cpan[4]> Agian won't make and install. Next cpan4. cpan[4]> install DB_File Running install for module 'DB_File' 'YAML' not installed, falling back to Data::Dumper and Storable to read prefs '/root/.cpan/prefs' Running make for P/PM/PMQS/DB_File-1.820.tar.gz Checksum for /root/.cpan/sources/authors/id/P/PM/PMQS/DB_File-1.820.tar.gz ok DB_File-1.820/ DB_File-1.820/MANIFEST DB_File-1.820/Changes DB_File-1.820/DB_File.pm DB_File-1.820/DB_File_BS DB_File-1.820/config.in DB_File-1.820/ppport.h DB_File-1.820/DB_File.xs DB_File-1.820/t/ DB_File-1.820/t/db-recno.t DB_File-1.820/t/pod.t DB_File-1.820/t/db-hash.t DB_File-1.820/t/db-btree.t DB_File-1.820/version.c DB_File-1.820/fallback.h DB_File-1.820/fallback.xs DB_File-1.820/README DB_File-1.820/dbinfo DB_File-1.820/patches/ DB_File-1.820/patches/5.004 DB_File-1.820/patches/5.005_01 DB_File-1.820/patches/5.6.0 DB_File-1.820/patches/5.005_03 DB_File-1.820/patches/5.004_05 DB_File-1.820/patches/5.004_04 DB_File-1.820/patches/5.004_01 DB_File-1.820/patches/5.004_03 DB_File-1.820/patches/5.005 DB_File-1.820/patches/5.004_02 DB_File-1.820/patches/5.005_02 DB_File-1.820/META.yml DB_File-1.820/typemap DB_File-1.820/hints/ DB_File-1.820/hints/sco.pl DB_File-1.820/hints/dynixptx.pl DB_File-1.820/Makefile.PL Warning (usually harmless): 'YAML' not installed, will not store persistent state CPAN.pm: Going to build P/PM/PMQS/DB_File-1.820.tar.gz Parsing config.in... Looks Good. Checking if your kit is complete... Looks good Note (probably harmless): No library found for -ldb Writing Makefile for DB_File Could not read '/root/.cpan/build/DB_File-1.820-Gx32Js/META.yml'. Falling back to other methods to determine prerequisites cp DB_File.pm blib/lib/DB_File.pm AutoSplitting blib/lib/DB_File.pm (blib/lib/auto/DB_File) cc -c -I/usr/local/BerkeleyDB/include -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g -DVERSION=\"1.820\" -DXS_VERSION=\"1.82\" -fPIC "-I/usr/lib/perl/5.10/CORE" -D_NOT_CORE -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t version.c version.c:30:16: error: db.h: No such file or directory make: *** [version.o] Error 1 PMQS/DB_File-1.820.tar.gz /usr/bin/make -- NOT OK Warning (usually harmless): 'YAML' not installed, will not store persistent state Running make test Can't test without successful make Running make install Make had returned bad status, install seems impossible Failed during this command: PMQS/DB_File-1.820.tar.gz : make NO cpan[5]> Agin won't make and install. I think I have posted enough of cpan issues to hopefully get my point across. On to the next section. UNIX Step 3, Download and Install a Speech Engines I download both festival and flite william@C2Q:~$ sudo apt-get install festival flite [sudo] password for william: Reading package lists... Done Building dependency tree Reading state information... Done festival is already the newest version. flite is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. william@C2Q:~$ As you can see they are installed. When I try to test the text to speech in MH. I selected speech from the main menu. Then speak test and enter "test" and select speak it. I get this error in terminal: Speaking eliza data with voice=male, compression= normal: test Socket_Item client start error: could not start a tcp client socket - host=localhost port=1314: IO::Socket::INET: connect: Connection refused Error, socket port festival has not been set: data=(SayText " test ") Also I tried the example test: william@C2Q:~$ echo 'Hello from Festival' | ./festival --tts bash: ./festival: No such file or directory william@C2Q:~$ How do I get around this issue? At this point I changed to the Insteon instructions: http://misterhouse.wikispaces.com/Insteon I start at the section labeled - Quick mh setup guide for the beginner. I bypass the quick startup info since I have already completed it. I copy the mh.ini to mh.private.ini and make changes such as my city and zip code in the weather section and new directorys for code, data and sound and adjust for the correct time zone - -5 for EST. I then insert the following command into /etc/profile: export mh_parms=/var/local/src/misterhouse/mh.private.ini Now my understanding is that MH will use the private ini file when running. But when I logout and login the weather page shows MN info again. I also I have to add that this is where I followed another installation info: http://misterhouse.wikispaces.com/MisterhouseOnUbuntu?responseToken=06425a2b7306c5604a95a1d70aca63b2d On this site they use a startup script that also takes care of the use of the correct ini file. But the same thing happens again as the MN info is being used. I killed MH and restarted in terminal and the right ini file was in use. So my question here is how do I correct using the mh.private.ini file on startup? Following the last sites instructions, I found that there were several files that were needed during the cpan install. I tried to follow but some of the files were no longer available such as libdb3 & libdb3-dev. So I abanded those instructions. Lastly, I'm wondering if the cpan installation is a problem which is contributing so some of my other problems. I'm attaching my mh.private.ini and a terminal output of MH on startup. Thanks William MH+terminal+output mh.private.ini |
|
|
Re: Ubuntu Janty Mister house installationOk one other problem solved. It seems I have gotten insteon PLM setup for the correct port. See other post.
http://www.nabble.com/Insteon-PLM-via-usb-to-serial-adapter-tt23806871.html Now when I start MH via ./mh it stops. The output is from terminal: william@C2Q:/projects/misterhouse/trunk/bin$ ./mh Command: mh Pgm path : . Pgm version: mh 2.105 Last updated: Mon Mar 9 14:52:14 2009 Perl version: 5.010000 OS version: linux linux Other : user=william pid=13897 box= cpu=- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Read parameter files: ./mh.ini ./mh.private.ini /projects/misterhouse/mh.private.ini Debugging for insteon turned on Code Directories: - /projects/misterhouse/code - ./../code/common Loading Tk modules Version Error, perl Tk module is not installed. Tk windows will be disabled with the -tk 0 option. Error:Can't locate Tk.pm in @INC (@INC contains: /projects/misterhouse/code ./../code/common ./../lib ./../lib/site . /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 394) line 2. BEGIN failed--compilation aborted at (eval 394) line 2. Loading other modules Starting setup - using simple Text distance function - reading previous log files - archiving previous /projects/misterhouse/data/logs/*.log files .... - creating festival TTS socket on localhost:1314 - read 3 trigger entries - creating http on tcp 8080 buffered - creating server mhsend on tcp 8084 buffered - creating server telnet on tcp 1234 raw - creating xap_send on udp 3639 send - creating xap_hub_listen on udp 3639 listen - mh in xAP Hub mode - creating xap_listen_core on udp 49152 listen - creating xap_send_49152 on udp 49152 send - creating xpl_send on udp 3865 send - creating xpl_listen on udp 49153 listen - creating xpl_hub_listen on udp 3865 listen - mh in xPL Hub mode - creating xpl_send_49153 on udp 49153 send 31/05/2009 18:48:42 [Insteon_PLM] serial:/dev/insteon:19200 - creating Insteon PLM port on /dev/insteon - process id 13897 written to /projects/misterhouse/data/mh.pid - external command file (xcmd_file): ./../house_cmd.txt - HTML file : ./../web/ia5/index.shtml Warning: password_file /projects/misterhouse/data/.password not found. Run mh/bin/set_password Done with setup 31/05/2009 18:48:42 Reading /projects/misterhouse/mh.private.ini and mh.ini Voice names: female, male1, male2, male3 Read 4 entries from ./../data/pronouncable_words.list Error, could not find the caller id file /projects/misterhouse/data/phone/phone.caller_id.list: No such file or directory 31/05/2009 18:48:42 Reading 1 .mht table files: test.mht 31/05/2009 18:48:42 Translating test.mht -> /projects/misterhouse/code/test.mhp 31/05/2009 18:48:42 Initialized read_table_A.pl Reading code_dirs: /projects/misterhouse/code ./../code/common 31/05/2009 18:48:42 Reading 20 code files File skipped due to -noload: test_x10.pl 31/05/2009 18:48:42 Evaluating user code Warning: Dummy_Interface #0: Creating dummy interface for id=A1, state= and interface=. Warning: Dummy_Interface #1: Creating dummy interface for id=B1, state= and interface=. Warning: Dummy_Interface #2: Creating dummy interface for id=B2, state= and interface=. Warning: Dummy_Interface #3: Creating dummy interface for id=C1, state= and interface=. Warning: Dummy_Interface #4: Creating dummy interface for id=C1, state= and interface=. Warning: Dummy_Interface #5: Creating dummy interface for id=D1, state= and interface=. Warning: Dummy_Interface #6: Creating dummy interface for id=D2, state= and interface=. Good code saved running: aplay ./../sounds/sound_click1.wav Restoring object states Playing WAVE './../sounds/sound_click1.wav' : Unsigned 8 bit, Rate 22050 Hz, Mono Object states restored Activating voice commands Starting monitor commands loop Latitude: 35.31958873076469, Longitude: -85.11417388916016, Time Zone: -5 sunrise=6:27 sunset=20:49 sunrise twilight=5:58 sunset twilight=21:19 The moon is Half Waxing, 57% bright, and 8 days old The next full moon is on Tuesday, July 7th Can't call method "_parse_data" on an undefined value at ../lib/Insteon_PLM.pm line 267. william@C2Q:/projects/misterhouse/trunk/bin$ I'm wondering if this again stems back to the Tk problem. Hopefully when I get through this setup correctly I can write a wiki for Ubuntu setup. Thanks William |
|
|
Re: Ubuntu Janty Mister house installationI think there is a wiki for MH Ubuntu setup. ...although prior to Jaunty.
I don't think Insteon_PLM.pm relies on TK for anything. Disable TK in the mh.private.ini. The error pertains to $data, which appears to be undefined. Have you enabled maximum Insteon debug logging? > > Latitude: 35.31958873076469, Longitude: -85.11417388916016, Time Zone: -5 > sunrise=6:27 sunset=20:49 > sunrise twilight=5:58 sunset twilight=21:19 > The moon is Half Waxing, 57% bright, and 8 days old > The next full moon is on Tuesday, July 7th > Can't call method "_parse_data" on an undefined value at > ../lib/Insteon_PLM.pm line 267. > william@C2Q:/projects/misterhouse/trunk/bin$ > > I'm wondering if this again stems back to the Tk problem. Hopefully when I > get through this setup correctly I can write a wiki for Ubuntu setup. > Thanks > William ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
|
|
Re: Ubuntu Janty Mister house installationI think there is a wiki for MH Ubuntu setup. ...although prior to Jaunty.
I don't think Insteon_PLM.pm relies on TK for anything. Disable TK in the mh.private.ini. The error pertains to $data, which appears to be undefined. Have you enabled maximum Insteon debug logging? > > Latitude: 35.31958873076469, Longitude: -85.11417388916016, Time Zone: -5 > sunrise=6:27 sunset=20:49 > sunrise twilight=5:58 sunset twilight=21:19 > The moon is Half Waxing, 57% bright, and 8 days old > The next full moon is on Tuesday, July 7th > Can't call method "_parse_data" on an undefined value at > ../lib/Insteon_PLM.pm line 267. > william@C2Q:/projects/misterhouse/trunk/bin$ > > I'm wondering if this again stems back to the Tk problem. Hopefully when I > get through this setup correctly I can write a wiki for Ubuntu setup. > Thanks > William ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
|
|
Re: Ubuntu Janty Mister house installationRick Bolen (GM) wrote:
> I think there is a wiki for MH Ubuntu setup. ...although prior to Jaunty. > > I don't think Insteon_PLM.pm relies on TK for anything. Disable TK in the > mh.private.ini. > > The error pertains to $data, which appears to be undefined. > > Have you enabled maximum Insteon debug logging? > >> Latitude: 35.31958873076469, Longitude: -85.11417388916016, Time > Zone: -5 >> sunrise=6:27 sunset=20:49 >> sunrise twilight=5:58 sunset twilight=21:19 >> The moon is Half Waxing, 57% bright, and 8 days old >> The next full moon is on Tuesday, July 7th >> Can't call method "_parse_data" on an undefined value at >> ../lib/Insteon_PLM.pm line 267. >> william@C2Q:/projects/misterhouse/trunk/bin$ >> >> I'm wondering if this again stems back to the Tk problem. Hopefully when I >> get through this setup correctly I can write a wiki for Ubuntu setup. >> Thanks >> William The problem is that a plm instance has not been defined. Possibly, there is a bad plm declaration. Please provide copies of both applicable *.mht and *.mhp. Gregg ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
|
|
Re: Ubuntu Janty Mister house installationHere is my Insteon from mh.private.ini, I think Insteon debugging is enabled:
# ****************************************************************************** # Category = Insteon @ These are the states displayed on the tk and web menus @ French: insteon_menu_states=on,off,normal,eco,plus,moins,plus2,moins2,plus3,moins3,+40,-40,5%,30%,60%,100% insteon_menu_states=on,off,+40,-40,5%,30%,60%,100% # If you have Insteon, it's likely better to enable the X10 support # built in the Insteon PLM via the web interface # Otherwise, if you have a cm11a or firecracker, enable these: #cm11_port = /dev/x10 #cm17_port = /dev/firecracker # If you're going to use insteon, you're going to need to enable this # module via the web interface after logging in as an admin # MrHouse Home -> Setup MrHouse -> Common Code Activation -> Insteon -> insteon_item_commands.pl # Insteon Power Line Modem (not the USB or Serial PLC) Insteon_PLM_serial_port = /dev/insteon @ The PLM module is designed to interrogate every device at startup @ (not reload) so that the real device state is known and used to @ initialize the state value for each defined Insteon_Device. This causes @ a considerable amount of insteon traffic during startup. If you would @ prefer that your devices be uninitialized (or just be set with the @ values prior to restart), then you can disable the startup scan via the @ ini parm: @ Note that having this on is a good way to check if you have signal @ propagation issues, check for "hops left" smaller than 2. Ideally you @ should have all of them be 2. The more 1s and 0s you get, the more @ signal loss/noise you have. Insteon_PLM_scan_at_startup=1 @ You can adjust the duration before mh will requeue a transmitted @ message when it has not recevied an ack. The default is 15 seconds and @ is likely sufficient for most cases (5 means quicker retries and less @ delay for the next commands). @ mh will retry the command twice and then give up and move on. @ This means, mh will wait up to Insteon_PLM_max_queue_time x2 + 1sec @ before giving up and sending the next command in the queue (all commands @ wait in line before the current one has been acked). Insteon_PLM_max_queue_time=5 @ Do not restrict to 3 messages by 1.5 seconds Insteon_PLM_disable_throttling=1 @ How long between 2 transmits 0.25 default @ a more aggressive setting makes your scenes more responsive Insteon_PLM_xmit_delay=0.15 time_format=24 # I really really want yyyymmdd, but mh does not support that date_format=ddmmyyyy debug=insteon I don't understand this statement: The error pertains to $data, which appears to be undefined. Please be more specific. Thanks
|
|
|
Re: Ubuntu Janty Mister house installation
|
|
|
Re: Ubuntu Janty Mister house installationwilliammanda wrote:
>> What files are these...*.mht and *.mhp...and where do I find them? In my setup, they are in my local user code dir and are called items.mht and items.mhp. If you don't have a local user code dir, then that's a problem. If you don't have items.mht and the auto-generated items.mhp in the user code directory, then that's also a problem. >> Also do >> you know how to disable Tk? >> Here is a copy of my mh.private.ini put the following line at the top of it: tk=0 ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
|
|
Re: Ubuntu Janty Mister house installationGregg
I have a code dir.../projects/misterhouse/code. it has the two test.mht / .mhp files but that is it. I have attached the two files and also the output from terminal. test.mhp test.mht MH+terminal+output
|
|
|
Re: Ubuntu Janty Mister house installationwilliammanda wrote:
> Gregg > I have a code dir.../projects/misterhouse/code. it has the two test.mht / > .mhp files but that is it. I have attached the two files and also the output > from terminal. > http://www.nabble.com/file/p23857091/test.mhp test.mhp > http://www.nabble.com/file/p23857091/test.mht test.mht Those are just junk. You have to create your own. I'm sure that's covered somewhere in the docs/wiki. Gregg ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
|
|
Re: Ubuntu Janty Mister house installationRick
There is a "How To for Ubuntu" but it doesn't work. I tried it and some of the files don't exist any more. Thanks
|
|
|
Re: Ubuntu Janty Mister house installationI use Debian, so there I'm not certain of the specifics for Ubuntu, but
they're very similar. I've successfully used the Ubuntu tutorial to install on Debian before. Basically, MH is starting and happy until your error which has to do with properly defining the PLM in an MHT file and then specifying the PLM port in mh.private.ini. This is documented here: http://misterhouse.wikispaces.com/Insteon scroll down to the "Insteon Setup in MH" section (about half way down). Above that section header is a description of the mh.private.ini stuff, and below the section header describes the .mht file entries. Initially you probably only need the following in the .mht: INSTEON_PLM, PLM, and the following entries in mh.private.ini: Insteon_PLM_serial_port = /dev/<whatever-device-port-you-use-for-plm> debug=insteon Rick ----- Original Message ----- From: "williammanda" <williamotten@...> > Rick > There is a "How To for Ubuntu" but it doesn't work. I tried it and some of > the files don't exist any more. > Thanks > ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
|
|
Re: Ubuntu Janty Mister house installationRick Bolen (GM) wrote:
> I use Debian, so there I'm not certain of the specifics for Ubuntu, but > they're very similar. I've successfully used the Ubuntu tutorial to install > on Debian before. FWIW: I've also used the mh ubuntu tutorial to install the 8.x server series. I've since upgraded to 9.x server (jaunty). I don't recall what areas I ignored and jumped onto my own preferred path (wrt to the wiki-suggested path); but, they were a few. Google and reasonable *nix experience should solve all problems. I have a personal tendency to install via CPAN vice packages. Of course, the mh ubuntu wiki only addresses the very basic aspects of getting mh installed that are ubuntu-centric and very little about any configuration--which is generic and covered elsewhere. Gregg ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
|
|
Re: Ubuntu Janty Mister house installationRick
I created the insteon.mht file and double checked the Insteon_PLM_serial_port = /dev/insteon. Also mh stops shortly after it starts. I'm attaching the terminal output and my mh.private.ini files. Thanks mh.private.ini MH+terminal+output
|
|
|
Re: Ubuntu Janty Mister house installationGregg
My problem is that I'm only experienced enough to get Ubuntu installed and create a few nfs links, outside of that I'm just a OS user. I appreciate what you have posted but I'm not at the level you specified. That is reason I'm having the difficulty so far. I have tried to reseach Misterhouse, spent a week just reading alot of different articles but it is tough task for a novice like me to totally take in everything at this point. This is why I took the route of trying to follow the "Ubuntu how to". My thought was to get a basic install and start learning in one area and moving on to the next. Hopefully, I can get through this and contribute by writing a "how to". Thanks
|
|
|
Re: Ubuntu Janty Mister house installationat the command line, type ./mh -tk=0
This will disable the TK interface, which the output tells you is not installed. williammanda wrote: > Rick > I created the insteon.mht file and double checked the > Insteon_PLM_serial_port = /dev/insteon. Also mh stops shortly after it > starts. I'm attaching the terminal output and my mh.private.ini files. > Thanks > > http://www.nabble.com/file/p23859219/mh.private.ini mh.private.ini > http://www.nabble.com/file/p23859219/MH%2Bterminal%2Boutput > MH+terminal+output > > > > Rick Bolen (GM) wrote: > >> I use Debian, so there I'm not certain of the specifics for Ubuntu, but >> they're very similar. I've successfully used the Ubuntu tutorial to >> install >> on Debian before. >> >> Basically, MH is starting and happy until your error which has to do with >> properly defining the PLM in an MHT file and then specifying the PLM port >> in >> mh.private.ini. >> >> This is documented here: >> >> http://misterhouse.wikispaces.com/Insteon >> >> scroll down to the "Insteon Setup in MH" section (about half way down). >> Above that section header is a description of the mh.private.ini stuff, >> and >> below the section header describes the .mht file entries. Initially you >> probably only need the following in the .mht: >> >> INSTEON_PLM, PLM, >> >> and the following entries in mh.private.ini: >> >> Insteon_PLM_serial_port = /dev/<whatever-device-port-you-use-for-plm> >> debug=insteon >> >> Rick >> >> >> >> >> >> ----- Original Message ----- >> From: "williammanda" <williamotten@...> >> >> >>> Rick >>> There is a "How To for Ubuntu" but it doesn't work. I tried it and some >>> of >>> the files don't exist any more. >>> Thanks >>> >>> >> ------------------------------------------------------------------------------ >> OpenSolaris 2009.06 is a cutting edge operating system for enterprises >> looking to deploy the next generation of Solaris that includes the latest >> innovations from Sun and the OpenSource community. Download a copy and >> enjoy capabilities such as Networking, Storage and Virtualization. >> Go to: http://p.sf.net/sfu/opensolaris-get >> ________________________________________________________ >> To unsubscribe from this list, go to: >> http://sourceforge.net/mail/?group_id=1365 >> >> >> >> > > ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
|
|
Re: Ubuntu Janty Mister house installationI also attached the print log file.
print+log+file
|
|
|
Re: Ubuntu Janty Mister house installationwilliammanda wrote:
> I created the insteon.mht file and double checked the > Insteon_PLM_serial_port = /dev/insteon. Need to see what insteon.mht and insteon.mhp looks like. Also, confirm that /dev/insteon points to a valid serial port and is accessible by the user that is invoking mh. Gregg ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
|
|
Re: Ubuntu Janty Mister house installationGregg
I have attached the files. Thanks insteon.mhpinsteon.mht
|
|
|
Re: Ubuntu Janty Mister house installationwilliammanda wrote:
> I have attached the files. > http://www.nabble.com/file/p23859972/insteon.mhp insteon.mhp > http://www.nabble.com/file/p23859972/insteon.mht insteon.mht ... well, that's clearly the problem. Just specifying a plm w/ no devices doesn't make sense. Gregg ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get ________________________________________________________ To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 |
| < Prev | 1 - 2 | Next > |
| Free embeddable forum powered by Nabble | Forum Help |