[Debian-astro-commits] [saods9] branch experimental updated (7da174f -> f03c038)

Ole Streicher olebole at moszumanska.debian.org
Tue Jul 21 12:49:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

olebole pushed a change to branch experimental
in repository saods9.

      from  7da174f   Merge branch 'debian' into experimental
       new  9a984cc   Update Files-Excluded for 7.4b5
      adds  3000dde   New upstream beta version 7.4~b5+repack
       new  ad3303e   Merge branch 'upstream' into experimental
       new  405dd17   Adjust for new version
       new  cceed97   Use tkhtml as package instead of linking it
       new  81a8b9c   Replace compiled ds9 executable by simple wish script.
       new  4f44679   Finalize version
       new  f03c038   Rename sao-tk --> saotk and saods9-tcl-packages --> saods9-tclpackages

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile                                           |   97 +-
 Makefile.macosx                                    |   25 +-
 Makefile.unix                                      |   29 +-
 Makefile.windows                                   |   18 +-
 debian/changelog                                   |    6 +-
 debian/control                                     |   19 +-
 debian/copyright                                   |   18 +-
 debian/patches/ds9_make_linux.patch                |   67 -
 debian/patches/ds9_use_filesystem.patch            |   92 -
 debian/patches/ds9_use_shared_libs.patch           |  376 ---
 debian/patches/ds9_use_system_libs.patch           |  108 +
 debian/patches/ds9_use_tcltk_packages.patch        |  193 +-
 debian/patches/htmlwidget.patch                    |   42 -
 debian/patches/saotk_add_ksearch.patch             |    4 +-
 debian/patches/saotk_add_psscale.patch             |    8 +-
 debian/patches/saotk_avoid_compile_warnings.patch  |   20 +-
 debian/patches/saotk_fix_blt_crash.patch           |    8 +-
 debian/patches/saotk_spellfix.patch                |    4 +-
 debian/patches/saotk_use_system_libs.patch         |   63 +-
 debian/patches/series                              |    5 +-
 debian/patches/{iis.patch => tcliis.patch}         |    2 +-
 debian/rules                                       |    9 +-
 debian/saods9-tclpackages.install                  |    4 +
 debian/saods9.install                              |    5 +-
 debian/tk-saotk.install                            |    1 -
 debian/tksao.install                               |    1 +
 doc/release/r7.0.html                              |    7 +-
 ds9/Makefile.macosx                                |   58 +-
 ds9/Makefile.unix                                  |   19 +-
 ds9/Makefile.windows                               |   19 +-
 ds9/ds9.macosx                                     |   20 +-
 ds9/ds9.unix                                       |   14 +-
 ds9/ds9.windows                                    |   30 +-
 .../Resources/Info.plist                           |    6 +-
 ds9/macosx/SAOImage DS9.app/Contents/Info.plist    |    6 +-
 htmlwidget/COMPILE.txt                             |   73 -
 htmlwidget/configure                               | 3099 -------------------
 htmlwidget/configure.in                            |  737 -----
 htmlwidget/hv/hv.tcl                               |  351 ---
 htmlwidget/hv/hvinit.c                             |    7 -
 htmlwidget/hv/nogif.fig                            |   21 -
 htmlwidget/hv/nogif.gif                            |  Bin 191 -> 0 bytes
 htmlwidget/hv/nogifsm.gif                          |  Bin 91 -> 0 bytes
 htmlwidget/hv/ss.tcl                               |  423 ---
 htmlwidget/hv/ssinit.c                             |    7 -
 htmlwidget/listvers.sh                             |    9 -
 htmlwidget/makemake.tcl.in                         |  540 ----
 htmlwidget/mkdll.sh                                |   45 -
 htmlwidget/mkso.sh                                 |   28 -
 htmlwidget/src/htmlwish.c                          |   12 -
 htmlwidget/tools/mktclapp.c                        | 3206 --------------------
 make.pkgs                                          |   13 +-
 notes.txt                                          |   93 +-
 saotk/Makefile.org                                 |  100 -
 saotk/fitsy++/gzip.C                               |  195 --
 src/ds9.tcl                                        |    7 +-
 src/util.tcl                                       |    2 +-
 src/vo.tcl                                         |   31 +-
 tclcheckdns1.1/checkdns.C                          |  243 +-
 tcliis1.0/configure                                |    3 +-
 tcliis1.0/iistcl.C                                 |    9 +-
 tcliis1.0/xim.C                                    |    4 +
 {saotk => tkhtml1.0}/Makefile.in                   |   15 +-
 {saotk => tkhtml1.0}/aclocal.m4                    |    0
 {saotk => tkhtml1.0}/configure                     |  350 +--
 {tkmpeg1.0 => tkhtml1.0}/configure.in              |   29 +-
 {htmlwidget => tkhtml1.0/doc}/COPYING              |    0
 {htmlwidget => tkhtml1.0/doc}/COPYRIGHT            |    5 +
 {htmlwidget => tkhtml1.0/doc}/README               |    0
 {htmlwidget => tkhtml1.0}/doc/notes1.txt           |    0
 {htmlwidget => tkhtml1.0}/doc/simple.make          |    0
 {htmlwidget => tkhtml1.0}/doc/spec.html            |    0
 .../doc}/webpage/mkwebpage.tcl                     |    0
 {saotk => tkhtml1.0}/pkgIndex.tcl.in               |    0
 {htmlwidget => tkhtml1.0}/src/html.h               |    8 +-
 {htmlwidget => tkhtml1.0}/src/htmlcmd.c            |   50 +-
 tkhtml1.0/src/htmlcmd.h                            |  497 +++
 {htmlwidget => tkhtml1.0}/src/htmldraw.c           |    5 +-
 tkhtml1.0/src/htmldraw.h                           |  482 +++
 {htmlwidget => tkhtml1.0}/src/htmlexts.c           |    9 +-
 tkhtml1.0/src/htmlexts.h                           |  438 +++
 {htmlwidget => tkhtml1.0}/src/htmlform.c           |    1 -
 tkhtml1.0/src/htmlform.h                           |  483 +++
 {htmlwidget => tkhtml1.0}/src/htmlimage.c          |    3 +-
 tkhtml1.0/src/htmlimage.h                          |  466 +++
 {htmlwidget => tkhtml1.0}/src/htmlindex.c          |    4 +-
 tkhtml1.0/src/htmlindex.h                          |  450 +++
 {htmlwidget => tkhtml1.0}/src/htmllayout.c         |    1 -
 tkhtml1.0/src/htmllayout.h                         |  564 ++++
 {htmlwidget => tkhtml1.0}/src/htmlparse.c          |    7 +-
 tkhtml1.0/src/htmlparse.h                          |  487 +++
 {htmlwidget => tkhtml1.0}/src/htmlsizer.c          |    3 +-
 htmlwidget/src/html.h => tkhtml1.0/src/htmlsizer.h |  935 ++----
 {htmlwidget => tkhtml1.0}/src/htmltable.c          |    1 -
 tkhtml1.0/src/htmltable.h                          |  542 ++++
 {htmlwidget => tkhtml1.0}/src/htmltest.c           |    3 +-
 tkhtml1.0/src/htmltest.h                           |   44 +
 tkhtml1.0/src/htmltokens.c                         |  318 ++
 tkhtml1.0/src/htmltokens.h                         |  590 ++++
 {htmlwidget => tkhtml1.0}/src/htmlurl.c            |    8 +-
 tkhtml1.0/src/htmlurl.h                            |  456 +++
 {htmlwidget => tkhtml1.0}/src/htmlwidget.c         |   40 +-
 .../src/html.h => tkhtml1.0/src/htmlwidget.h       |  885 ++----
 {htmlwidget => tkhtml1.0}/src/tokenlist.txt        |    0
 {saotk => tkhtml1.0}/tclconfig/ChangeLog           |    0
 {saotk => tkhtml1.0}/tclconfig/README.txt          |    0
 {saotk => tkhtml1.0}/tclconfig/install-sh          |    0
 {saotk => tkhtml1.0}/tclconfig/tcl.m4              |    0
 {htmlwidget => tkhtml1.0}/tests/all.test           |    0
 {htmlwidget => tkhtml1.0}/tests/engine.tcl         |    0
 {htmlwidget => tkhtml1.0}/tests/html1.test         |    0
 {htmlwidget => tkhtml1.0}/tests/html2.test         |    0
 {htmlwidget => tkhtml1.0}/tests/html3.test         |    0
 {htmlwidget => tkhtml1.0}/tests/page1/image1       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image10      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image11      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image12      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image13      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image14      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image2       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image3       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image4       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image5       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image6       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image7       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image8       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/image9       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page1/index.html   |    0
 {htmlwidget => tkhtml1.0}/tests/page2/image1       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image10      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image11      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image12      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image13      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image14      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image15      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image16      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image17      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image18      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image19      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image2       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image20      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image21      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image22      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image23      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image24      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image25      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image26      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image27      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image28      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image29      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image3       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image30      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image31      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image32      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image33      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image34      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image35      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image36      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image37      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image38      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image39      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image4       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image5       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image6       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image7       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image8       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/image9       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page2/index.html   |    0
 {htmlwidget => tkhtml1.0}/tests/page3/image1       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image10      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image11      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image12      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image13      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image14      |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image2       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image3       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image4       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image5       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image6       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image7       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image8       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/image9       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page3/index.html   |    0
 {htmlwidget => tkhtml1.0}/tests/page4/image1       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page4/image2       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page4/image3       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page4/image4       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page4/image5       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page4/image6       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page4/image7       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page4/image8       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page4/image9       |  Bin
 {htmlwidget => tkhtml1.0}/tests/page4/index.html   |    0
 {htmlwidget => tkhtml1.0}/tools/getpage.c          |    0
 {htmlwidget => tkhtml1.0}/tools/httpget.c          |    0
 {htmlwidget => tkhtml1.0}/tools/makeheaders.c      |   15 +-
 {htmlwidget => tkhtml1.0}/tools/maketokens.tcl     |    0
 {htmlwidget => tkhtml1.0}/tools/sgmlparse.c        |    0
 {htmlwidget => tkhtml1.0}/tools/url.c              |    0
 tkmpeg1.0/{ => doc}/license-GER.txt                |    0
 tkmpeg1.0/{ => doc}/license.txt                    |    0
 tkmpeg1.0/{ => doc}/readme.txt                     |    0
 tkmpeg1.0/tkmpeg.C                                 |   10 +-
 {saotk => tksao1.0}/Makefile.in                    |    0
 {saotk => tksao1.0}/aclocal.m4                     |    0
 {saotk => tksao1.0}/colorbar/Makefile              |    0
 {saotk => tksao1.0}/colorbar/cbgrid.C              |    0
 {saotk => tksao1.0}/colorbar/cbgrid.h              |    0
 {saotk => tksao1.0}/colorbar/colorbar.C            |    0
 {saotk => tksao1.0}/colorbar/colorbar.h            |    0
 {saotk => tksao1.0}/colorbar/colorbarbase.C        |    0
 {saotk => tksao1.0}/colorbar/colorbarbase.h        |    0
 {saotk => tksao1.0}/colorbar/colorbarrgb.C         |    0
 {saotk => tksao1.0}/colorbar/colorbarrgb.h         |    0
 .../colorbar/colorbarrgbtruecolor.C                |    0
 .../colorbar/colorbarrgbtruecolor.h                |    0
 .../colorbar/colorbarrgbtruecolor16.C              |    0
 .../colorbar/colorbarrgbtruecolor16.h              |    0
 .../colorbar/colorbarrgbtruecolor24.C              |    0
 .../colorbar/colorbarrgbtruecolor24.h              |    0
 .../colorbar/colorbarrgbtruecolor8.C               |    0
 .../colorbar/colorbarrgbtruecolor8.h               |    0
 {saotk => tksao1.0}/colorbar/colorbartrue.C        |    0
 {saotk => tksao1.0}/colorbar/colorbartrue.h        |    0
 {saotk => tksao1.0}/colorbar/colorbartruecolor.C   |    0
 {saotk => tksao1.0}/colorbar/colorbartruecolor.h   |    0
 {saotk => tksao1.0}/colorbar/colorbartruecolor16.C |    0
 {saotk => tksao1.0}/colorbar/colorbartruecolor16.h |    0
 {saotk => tksao1.0}/colorbar/colorbartruecolor24.C |    0
 {saotk => tksao1.0}/colorbar/colorbartruecolor24.h |    0
 {saotk => tksao1.0}/colorbar/colorbartruecolor8.C  |    0
 {saotk => tksao1.0}/colorbar/colorbartruecolor8.h  |    0
 {saotk => tksao1.0}/colorbar/colormap.C            |    0
 {saotk => tksao1.0}/colorbar/colormap.h            |    0
 {saotk => tksao1.0}/colorbar/colortag.C            |    0
 {saotk => tksao1.0}/colorbar/colortag.h            |    0
 {saotk => tksao1.0}/colorbar/default.C             |    0
 {saotk => tksao1.0}/colorbar/default.h             |    0
 {saotk => tksao1.0}/colorbar/lex.C                 |    0
 {saotk => tksao1.0}/colorbar/lex.L                 |    0
 {saotk => tksao1.0}/colorbar/lut.C                 |    0
 {saotk => tksao1.0}/colorbar/lut.h                 |    0
 {saotk => tksao1.0}/colorbar/lutlex.C              |    0
 {saotk => tksao1.0}/colorbar/lutlex.L              |    0
 {saotk => tksao1.0}/colorbar/lutparser.C           |    0
 {saotk => tksao1.0}/colorbar/lutparser.H           |    0
 {saotk => tksao1.0}/colorbar/lutparser.Y           |    0
 {saotk => tksao1.0}/colorbar/parser.C              |    0
 {saotk => tksao1.0}/colorbar/parser.H              |    0
 {saotk => tksao1.0}/colorbar/parser.Y              |    0
 {saotk => tksao1.0}/colorbar/sao.C                 |    0
 {saotk => tksao1.0}/colorbar/sao.h                 |    0
 {saotk => tksao1.0}/colorbar/saolex.C              |    0
 {saotk => tksao1.0}/colorbar/saolex.L              |    0
 {saotk => tksao1.0}/colorbar/saoparser.C           |    0
 {saotk => tksao1.0}/colorbar/saoparser.H           |    0
 {saotk => tksao1.0}/colorbar/saoparser.Y           |    0
 {saotk => tksao1.0}/configure                      |   26 +-
 {saotk => tksao1.0}/configure.in                   |    6 +-
 {saotk => tksao1.0}/fitsy++/Makefile               |    0
 {saotk => tksao1.0}/fitsy++/alloc.C                |    0
 {saotk => tksao1.0}/fitsy++/alloc.h                |    0
 {saotk => tksao1.0}/fitsy++/allocgz.C              |    0
 {saotk => tksao1.0}/fitsy++/allocgz.h              |    0
 {saotk => tksao1.0}/fitsy++/analysis.C             |    0
 {saotk => tksao1.0}/fitsy++/analysis.h             |    0
 {saotk => tksao1.0}/fitsy++/block.C                |    0
 {saotk => tksao1.0}/fitsy++/block.h                |    0
 {saotk => tksao1.0}/fitsy++/card.C                 |    0
 {saotk => tksao1.0}/fitsy++/card.h                 |    0
 {saotk => tksao1.0}/fitsy++/channel.C              |    0
 {saotk => tksao1.0}/fitsy++/channel.h              |    0
 {saotk => tksao1.0}/fitsy++/column.C               |    0
 {saotk => tksao1.0}/fitsy++/column.h               |    0
 {saotk => tksao1.0}/fitsy++/compress.C             |  162 +-
 {saotk => tksao1.0}/fitsy++/compress.h             |    5 +-
 {saotk => tksao1.0}/fitsy++/envi.C                 |    0
 {saotk => tksao1.0}/fitsy++/envi.h                 |    0
 {saotk => tksao1.0}/fitsy++/envilex.C              |    0
 {saotk => tksao1.0}/fitsy++/envilex.L              |    0
 {saotk => tksao1.0}/fitsy++/enviparser.C           |    0
 {saotk => tksao1.0}/fitsy++/enviparser.H           |    0
 {saotk => tksao1.0}/fitsy++/enviparser.Y           |    0
 {saotk => tksao1.0}/fitsy++/file.C                 |    0
 {saotk => tksao1.0}/fitsy++/file.h                 |    0
 tksao1.0/fitsy++/gzip.C                            |  339 +++
 {saotk => tksao1.0}/fitsy++/gzip.h                 |    0
 {saotk => tksao1.0}/fitsy++/hcompress.C            |    2 +-
 {saotk => tksao1.0}/fitsy++/hcompress.h            |    0
 {saotk => tksao1.0}/fitsy++/hdecompress.c          |    0
 {saotk => tksao1.0}/fitsy++/hdu.C                  |    0
 {saotk => tksao1.0}/fitsy++/hdu.h                  |    0
 {saotk => tksao1.0}/fitsy++/head.C                 |    0
 {saotk => tksao1.0}/fitsy++/head.h                 |    0
 {saotk => tksao1.0}/fitsy++/hist.C                 |    0
 {saotk => tksao1.0}/fitsy++/hist.h                 |    0
 {saotk => tksao1.0}/fitsy++/hpx.C                  |    0
 {saotk => tksao1.0}/fitsy++/hpx.h                  |    0
 {saotk => tksao1.0}/fitsy++/iis.C                  |    0
 {saotk => tksao1.0}/fitsy++/iis.h                  |    0
 {saotk => tksao1.0}/fitsy++/lex.C                  |    0
 {saotk => tksao1.0}/fitsy++/lex.L                  |    0
 {saotk => tksao1.0}/fitsy++/map.C                  |    0
 {saotk => tksao1.0}/fitsy++/map.h                  |    0
 {saotk => tksao1.0}/fitsy++/mapincr.C              |    0
 {saotk => tksao1.0}/fitsy++/mapincr.h              |    0
 {saotk => tksao1.0}/fitsy++/mmap.C                 |    0
 {saotk => tksao1.0}/fitsy++/mmap.h                 |    0
 {saotk => tksao1.0}/fitsy++/mmapincr.C             |    0
 {saotk => tksao1.0}/fitsy++/mmapincr.h             |    0
 {saotk => tksao1.0}/fitsy++/nrrd.C                 |    0
 {saotk => tksao1.0}/fitsy++/nrrd.h                 |    0
 {saotk => tksao1.0}/fitsy++/nrrdgzip.C             |    0
 {saotk => tksao1.0}/fitsy++/nrrdgzip.h             |    0
 {saotk => tksao1.0}/fitsy++/nrrdlex.C              |    0
 {saotk => tksao1.0}/fitsy++/nrrdlex.L              |    0
 {saotk => tksao1.0}/fitsy++/nrrdparser.C           |    0
 {saotk => tksao1.0}/fitsy++/nrrdparser.H           |    0
 {saotk => tksao1.0}/fitsy++/nrrdparser.Y           |    0
 {saotk => tksao1.0}/fitsy++/order.C                |    0
 {saotk => tksao1.0}/fitsy++/order.h                |    0
 {saotk => tksao1.0}/fitsy++/outchannel.C           |    0
 {saotk => tksao1.0}/fitsy++/outchannel.h           |    0
 {saotk => tksao1.0}/fitsy++/outfile.C              |    0
 {saotk => tksao1.0}/fitsy++/outfile.h              |    0
 {saotk => tksao1.0}/fitsy++/outfits.C              |    0
 {saotk => tksao1.0}/fitsy++/outfits.h              |    0
 {saotk => tksao1.0}/fitsy++/outsocket.C            |    0
 {saotk => tksao1.0}/fitsy++/outsocket.h            |    0
 {saotk => tksao1.0}/fitsy++/parser.C               |    0
 {saotk => tksao1.0}/fitsy++/parser.H               |    0
 {saotk => tksao1.0}/fitsy++/parser.Y               |    0
 {saotk => tksao1.0}/fitsy++/photo.C                |    0
 {saotk => tksao1.0}/fitsy++/photo.h                |    0
 {saotk => tksao1.0}/fitsy++/plio.C                 |    2 +-
 {saotk => tksao1.0}/fitsy++/plio.h                 |    0
 {saotk => tksao1.0}/fitsy++/pliocomp.c             |    0
 {saotk => tksao1.0}/fitsy++/rice.C                 |   26 +-
 {saotk => tksao1.0}/fitsy++/rice.h                 |    0
 {saotk => tksao1.0}/fitsy++/ricecomp.c             |    0
 {saotk => tksao1.0}/fitsy++/savefits.C             |    0
 {saotk => tksao1.0}/fitsy++/share.C                |    0
 {saotk => tksao1.0}/fitsy++/share.h                |    0
 {saotk => tksao1.0}/fitsy++/shmload.C              |    0
 {saotk => tksao1.0}/fitsy++/smap.C                 |    0
 {saotk => tksao1.0}/fitsy++/smap.h                 |    0
 {saotk => tksao1.0}/fitsy++/smmap.C                |    0
 {saotk => tksao1.0}/fitsy++/smmap.h                |    0
 {saotk => tksao1.0}/fitsy++/socket.C               |    0
 {saotk => tksao1.0}/fitsy++/socket.h               |    0
 {saotk => tksao1.0}/fitsy++/socketgz.C             |    0
 {saotk => tksao1.0}/fitsy++/socketgz.h             |    0
 {saotk => tksao1.0}/fitsy++/sshare.C               |    0
 {saotk => tksao1.0}/fitsy++/sshare.h               |    0
 {saotk => tksao1.0}/fitsy++/strm.C                 |    0
 {saotk => tksao1.0}/fitsy++/strm.h                 |    0
 {saotk => tksao1.0}/fitsy++/var.C                  |    0
 {saotk => tksao1.0}/fitsy++/var.h                  |    0
 {saotk => tksao1.0}/frame/Makefile                 |    0
 {saotk => tksao1.0}/frame/annulus.C                |    0
 {saotk => tksao1.0}/frame/annulus.h                |    0
 {saotk => tksao1.0}/frame/base.C                   |    0
 {saotk => tksao1.0}/frame/base.h                   |    0
 {saotk => tksao1.0}/frame/basebox.C                |    0
 {saotk => tksao1.0}/frame/basebox.h                |    0
 {saotk => tksao1.0}/frame/basecommand.C            |    0
 {saotk => tksao1.0}/frame/baseellipse.C            |    0
 {saotk => tksao1.0}/frame/baseellipse.h            |    0
 {saotk => tksao1.0}/frame/baseline.C               |    0
 {saotk => tksao1.0}/frame/baseline.h               |    0
 {saotk => tksao1.0}/frame/basemarker.C             |    0
 {saotk => tksao1.0}/frame/basemarker.h             |    0
 {saotk => tksao1.0}/frame/basepanda.C              |    0
 {saotk => tksao1.0}/frame/basepanda.h              |    0
 {saotk => tksao1.0}/frame/box.C                    |    0
 {saotk => tksao1.0}/frame/box.h                    |    0
 {saotk => tksao1.0}/frame/boxannulus.C             |    0
 {saotk => tksao1.0}/frame/boxannulus.h             |    0
 {saotk => tksao1.0}/frame/bpanda.C                 |    0
 {saotk => tksao1.0}/frame/bpanda.h                 |    0
 {saotk => tksao1.0}/frame/callback.C               |    0
 {saotk => tksao1.0}/frame/callback.h               |    0
 {saotk => tksao1.0}/frame/ciaolex.C                |    0
 {saotk => tksao1.0}/frame/ciaolex.L                |    0
 {saotk => tksao1.0}/frame/ciaoparser.C             |    0
 {saotk => tksao1.0}/frame/ciaoparser.H             |    0
 {saotk => tksao1.0}/frame/ciaoparser.Y             |    0
 {saotk => tksao1.0}/frame/circle.C                 |    0
 {saotk => tksao1.0}/frame/circle.h                 |    0
 {saotk => tksao1.0}/frame/colorscale.C             |    0
 {saotk => tksao1.0}/frame/colorscale.h             |    0
 {saotk => tksao1.0}/frame/colorscalergb.C          |    0
 {saotk => tksao1.0}/frame/colorscalergb.h          |    0
 {saotk => tksao1.0}/frame/colorscaletrue16.C       |    0
 {saotk => tksao1.0}/frame/colorscaletrue16.h       |    0
 {saotk => tksao1.0}/frame/colorscaletrue24.C       |    0
 {saotk => tksao1.0}/frame/colorscaletrue24.h       |    0
 {saotk => tksao1.0}/frame/colorscaletrue32.C       |    0
 {saotk => tksao1.0}/frame/colorscaletrue32.h       |    0
 {saotk => tksao1.0}/frame/colorscaletrue8.C        |    0
 {saotk => tksao1.0}/frame/colorscaletrue8.h        |    0
 {saotk => tksao1.0}/frame/compass.C                |    0
 {saotk => tksao1.0}/frame/compass.h                |    0
 {saotk => tksao1.0}/frame/composite.C              |    0
 {saotk => tksao1.0}/frame/composite.h              |    0
 {saotk => tksao1.0}/frame/context.C                |    0
 {saotk => tksao1.0}/frame/context.h                |    0
 {saotk => tksao1.0}/frame/contour.C                |    0
 {saotk => tksao1.0}/frame/contour.h                |    0
 {saotk => tksao1.0}/frame/coord.C                  |    0
 {saotk => tksao1.0}/frame/coord.h                  |    0
 {saotk => tksao1.0}/frame/cpanda.C                 |    0
 {saotk => tksao1.0}/frame/cpanda.h                 |    0
 {saotk => tksao1.0}/frame/ds9lex.C                 |    0
 {saotk => tksao1.0}/frame/ds9lex.L                 |    0
 {saotk => tksao1.0}/frame/ds9parser.C              |    0
 {saotk => tksao1.0}/frame/ds9parser.H              |    0
 {saotk => tksao1.0}/frame/ds9parser.Y              |    0
 {saotk => tksao1.0}/frame/ellipse.C                |    0
 {saotk => tksao1.0}/frame/ellipse.h                |    0
 {saotk => tksao1.0}/frame/ellipseannulus.C         |    0
 {saotk => tksao1.0}/frame/ellipseannulus.h         |    0
 {saotk => tksao1.0}/frame/epanda.C                 |    0
 {saotk => tksao1.0}/frame/epanda.h                 |    0
 {saotk => tksao1.0}/frame/fitsanalysis.C           |    0
 {saotk => tksao1.0}/frame/fitsbin.C                |    0
 {saotk => tksao1.0}/frame/fitsblock.C              |    0
 {saotk => tksao1.0}/frame/fitscompress.C           |   11 +-
 {saotk => tksao1.0}/frame/fitsdata.C               |    0
 {saotk => tksao1.0}/frame/fitsdata.h               |    0
 {saotk => tksao1.0}/frame/fitsenvi.C               |    0
 {saotk => tksao1.0}/frame/fitshealpix.C            |    0
 {saotk => tksao1.0}/frame/fitsimage.C              |    0
 {saotk => tksao1.0}/frame/fitsimage.h              |    3 -
 {saotk => tksao1.0}/frame/fitsmap.C                |    0
 {saotk => tksao1.0}/frame/fitsmask.C               |    0
 {saotk => tksao1.0}/frame/fitsmask.h               |    0
 {saotk => tksao1.0}/frame/fitsnrrd.C               |    0
 {saotk => tksao1.0}/frame/fr3dcommand.C            |    0
 {saotk => tksao1.0}/frame/fr3dmap.C                |    0
 {saotk => tksao1.0}/frame/frame.C                  |    0
 {saotk => tksao1.0}/frame/frame.h                  |    0
 {saotk => tksao1.0}/frame/frame3d.C                |    0
 {saotk => tksao1.0}/frame/frame3d.h                |    0
 {saotk => tksao1.0}/frame/frame3dbase.C            |    0
 {saotk => tksao1.0}/frame/frame3dbase.h            |    0
 {saotk => tksao1.0}/frame/frame3dtrue.C            |    0
 {saotk => tksao1.0}/frame/frame3dtrue.h            |    0
 {saotk => tksao1.0}/frame/frame3dtruecolor.C       |    0
 {saotk => tksao1.0}/frame/frame3dtruecolor.h       |    0
 {saotk => tksao1.0}/frame/frame3dtruecolor16.C     |    0
 {saotk => tksao1.0}/frame/frame3dtruecolor16.h     |    0
 {saotk => tksao1.0}/frame/frame3dtruecolor24.C     |    0
 {saotk => tksao1.0}/frame/frame3dtruecolor24.h     |    0
 {saotk => tksao1.0}/frame/frame3dtruecolor8.C      |    0
 {saotk => tksao1.0}/frame/frame3dtruecolor8.h      |    0
 {saotk => tksao1.0}/frame/framebase.C              |    0
 {saotk => tksao1.0}/frame/framebase.h              |    0
 {saotk => tksao1.0}/frame/framergb.C               |    0
 {saotk => tksao1.0}/frame/framergb.h               |    0
 {saotk => tksao1.0}/frame/framergbtruecolor.C      |    0
 {saotk => tksao1.0}/frame/framergbtruecolor.h      |    0
 {saotk => tksao1.0}/frame/framergbtruecolor16.C    |    0
 {saotk => tksao1.0}/frame/framergbtruecolor16.h    |    0
 {saotk => tksao1.0}/frame/framergbtruecolor24.C    |    0
 {saotk => tksao1.0}/frame/framergbtruecolor24.h    |    0
 {saotk => tksao1.0}/frame/framergbtruecolor8.C     |    0
 {saotk => tksao1.0}/frame/framergbtruecolor8.h     |    0
 {saotk => tksao1.0}/frame/frametrue.C              |    0
 {saotk => tksao1.0}/frame/frametrue.h              |    0
 {saotk => tksao1.0}/frame/frametruecolor.C         |    0
 {saotk => tksao1.0}/frame/frametruecolor.h         |    0
 {saotk => tksao1.0}/frame/frametruecolor16.C       |    0
 {saotk => tksao1.0}/frame/frametruecolor16.h       |    0
 {saotk => tksao1.0}/frame/frametruecolor24.C       |    0
 {saotk => tksao1.0}/frame/frametruecolor24.h       |    0
 {saotk => tksao1.0}/frame/frametruecolor8.C        |    0
 {saotk => tksao1.0}/frame/frametruecolor8.h        |    0
 {saotk => tksao1.0}/frame/frblt.C                  |    0
 {saotk => tksao1.0}/frame/frcommand.C              |    0
 {saotk => tksao1.0}/frame/frload.C                 |    0
 {saotk => tksao1.0}/frame/frmap.C                  |    0
 {saotk => tksao1.0}/frame/frmarker.C               |    0
 {saotk => tksao1.0}/frame/frmarkerxml.C            |    0
 {saotk => tksao1.0}/frame/frsave.C                 |    0
 {saotk => tksao1.0}/frame/frscale.C                |    0
 {saotk => tksao1.0}/frame/frscale.h                |    0
 {saotk => tksao1.0}/frame/fvcontour.C              |    0
 {saotk => tksao1.0}/frame/fvcontour.h              |    0
 {saotk => tksao1.0}/frame/grid.C                   |    0
 {saotk => tksao1.0}/frame/grid.h                   |    0
 {saotk => tksao1.0}/frame/grid25d.C                |    0
 {saotk => tksao1.0}/frame/grid25d.h                |    0
 {saotk => tksao1.0}/frame/grid2d.C                 |    0
 {saotk => tksao1.0}/frame/grid2d.h                 |    0
 {saotk => tksao1.0}/frame/grid3d.C                 |    0
 {saotk => tksao1.0}/frame/grid3d.h                 |    0
 {saotk => tksao1.0}/frame/inversescale.C           |    0
 {saotk => tksao1.0}/frame/inversescale.h           |    0
 {saotk => tksao1.0}/frame/lex.C                    |    0
 {saotk => tksao1.0}/frame/lex.L                    |    0
 {saotk => tksao1.0}/frame/line.C                   |    0
 {saotk => tksao1.0}/frame/line.h                   |    0
 {saotk => tksao1.0}/frame/marker.C                 |    0
 {saotk => tksao1.0}/frame/marker.h                 |    0
 {saotk => tksao1.0}/frame/parser.C                 |    0
 {saotk => tksao1.0}/frame/parser.H                 |    0
 {saotk => tksao1.0}/frame/parser.Y                 |    0
 {saotk => tksao1.0}/frame/point.C                  |    0
 {saotk => tksao1.0}/frame/point.h                  |    0
 {saotk => tksao1.0}/frame/polygon.C                |    0
 {saotk => tksao1.0}/frame/polygon.h                |    0
 {saotk => tksao1.0}/frame/projection.C             |    0
 {saotk => tksao1.0}/frame/projection.h             |    0
 {saotk => tksao1.0}/frame/proslex.C                |    0
 {saotk => tksao1.0}/frame/proslex.L                |    0
 {saotk => tksao1.0}/frame/prosparser.C             |    0
 {saotk => tksao1.0}/frame/prosparser.H             |    0
 {saotk => tksao1.0}/frame/prosparser.Y             |    0
 {saotk => tksao1.0}/frame/raytrace.C               |    0
 {saotk => tksao1.0}/frame/raytrace.h               |    0
 {saotk => tksao1.0}/frame/ruler.C                  |    0
 {saotk => tksao1.0}/frame/ruler.h                  |    0
 {saotk => tksao1.0}/frame/saolex.C                 |    0
 {saotk => tksao1.0}/frame/saolex.L                 |    0
 {saotk => tksao1.0}/frame/saoparser.C              |    0
 {saotk => tksao1.0}/frame/saoparser.H              |    0
 {saotk => tksao1.0}/frame/saoparser.Y              |    0
 {saotk => tksao1.0}/frame/segment.C                |    0
 {saotk => tksao1.0}/frame/segment.h                |    0
 {saotk => tksao1.0}/frame/sigbus.h                 |    0
 {saotk => tksao1.0}/frame/tag.C                    |    0
 {saotk => tksao1.0}/frame/tag.h                    |    0
 {saotk => tksao1.0}/frame/text.C                   |    0
 {saotk => tksao1.0}/frame/text.h                   |    0
 {saotk => tksao1.0}/frame/tnglex.C                 |    0
 {saotk => tksao1.0}/frame/tnglex.L                 |    0
 {saotk => tksao1.0}/frame/tngparser.C              |    0
 {saotk => tksao1.0}/frame/tngparser.H              |    0
 {saotk => tksao1.0}/frame/tngparser.Y              |    0
 {saotk => tksao1.0}/frame/vect.C                   |    0
 {saotk => tksao1.0}/frame/vect.h                   |    0
 {saotk => tksao1.0}/frame/xml.h                    |    0
 {saotk => tksao1.0}/frame/xylex.C                  |    0
 {saotk => tksao1.0}/frame/xylex.L                  |    0
 {saotk => tksao1.0}/frame/xyparser.C               |    0
 {saotk => tksao1.0}/frame/xyparser.H               |    0
 {saotk => tksao1.0}/frame/xyparser.Y               |    0
 {saotk => tksao1.0}/list/Makefile                  |    0
 {saotk => tksao1.0}/list/list.C                    |    0
 {saotk => tksao1.0}/list/list.h                    |    0
 {saotk => tksao1.0}/magnifier/Makefile             |    0
 {saotk => tksao1.0}/magnifier/lex.C                |    0
 {saotk => tksao1.0}/magnifier/lex.L                |    0
 {saotk => tksao1.0}/magnifier/magnifier.C          |    0
 {saotk => tksao1.0}/magnifier/magnifier.h          |    0
 {saotk => tksao1.0}/magnifier/magnifiertrue.C      |    0
 {saotk => tksao1.0}/magnifier/magnifiertrue.h      |    0
 {saotk => tksao1.0}/magnifier/parser.C             |    0
 {saotk => tksao1.0}/magnifier/parser.H             |    0
 {saotk => tksao1.0}/magnifier/parser.Y             |    0
 {saotk => tksao1.0}/panner/Makefile                |    0
 {saotk => tksao1.0}/panner/lex.C                   |    0
 {saotk => tksao1.0}/panner/lex.L                   |    0
 {saotk => tksao1.0}/panner/panner.C                |    0
 {saotk => tksao1.0}/panner/panner.h                |    0
 {saotk => tksao1.0}/panner/pannertrue.C            |    0
 {saotk => tksao1.0}/panner/pannertrue.h            |    0
 {saotk => tksao1.0}/panner/parser.C                |    0
 {saotk => tksao1.0}/panner/parser.H                |    0
 {saotk => tksao1.0}/panner/parser.Y                |    0
 {saotk => tksao1.0}/pkgIndex.tcl.in                |    0
 {saotk/util => tksao1.0}/saotk.C                   |   17 +-
 {saotk => tksao1.0}/tclconfig/ChangeLog            |    0
 {saotk => tksao1.0}/tclconfig/README.txt           |    0
 {saotk => tksao1.0}/tclconfig/install-sh           |    0
 {saotk => tksao1.0}/tclconfig/tcl.m4               |    0
 {saotk => tksao1.0}/util/FlexLexer.h               |    0
 {saotk => tksao1.0}/util/Makefile                  |    0
 {saotk => tksao1.0}/util/attribute.C               |    0
 {saotk => tksao1.0}/util/attribute.h               |    0
 {saotk => tksao1.0}/util/fdstream.hpp              |    0
 {saotk => tksao1.0}/util/fuzzy.h                   |    0
 {saotk => tksao1.0}/util/grf.C                     |    1 +
 {saotk => tksao1.0}/util/grf3d.C                   |    0
 {saotk => tksao1.0}/util/grid25dbase.C             |    0
 {saotk => tksao1.0}/util/grid25dbase.h             |    0
 {saotk => tksao1.0}/util/grid2dbase.C              |    0
 {saotk => tksao1.0}/util/grid2dbase.h              |    0
 {saotk => tksao1.0}/util/grid3dbase.C              |    0
 {saotk => tksao1.0}/util/grid3dbase.h              |    0
 {saotk => tksao1.0}/util/gridbase.C                |    0
 {saotk => tksao1.0}/util/gridbase.h                |    0
 {saotk => tksao1.0}/util/ps.C                      |    0
 {saotk => tksao1.0}/util/ps.h                      |    0
 {saotk => tksao1.0}/util/smooth.C                  |    0
 {saotk => tksao1.0}/util/smooth.h                  |    0
 {saotk => tksao1.0}/util/tkpostscript.h            |    0
 {saotk => tksao1.0}/util/util.C                    |    0
 {saotk => tksao1.0}/util/util.h                    |    4 +-
 {saotk => tksao1.0}/vector/Makefile                |    0
 {saotk => tksao1.0}/vector/vector.C                |    0
 {saotk => tksao1.0}/vector/vector.h                |    0
 {saotk => tksao1.0}/vector/vector3d.C              |    0
 {saotk => tksao1.0}/vector/vector3d.h              |    0
 {saotk => tksao1.0}/vector/vectorold.C             |    0
 {saotk => tksao1.0}/vector/vectorold.h             |    0
 {saotk => tksao1.0}/widget/Makefile                |    0
 {saotk => tksao1.0}/widget/truecolor16.C           |    0
 {saotk => tksao1.0}/widget/truecolor16.h           |    0
 {saotk => tksao1.0}/widget/truecolor24.C           |    0
 {saotk => tksao1.0}/widget/truecolor24.h           |    0
 {saotk => tksao1.0}/widget/truecolor8.C            |    0
 {saotk => tksao1.0}/widget/truecolor8.h            |    0
 {saotk => tksao1.0}/widget/widget.C                |    0
 {saotk => tksao1.0}/widget/widget.h                |    0
 616 files changed, 7554 insertions(+), 11915 deletions(-)
 delete mode 100644 debian/patches/ds9_use_shared_libs.patch
 create mode 100644 debian/patches/ds9_use_system_libs.patch
 delete mode 100644 debian/patches/htmlwidget.patch
 rename debian/patches/{iis.patch => tcliis.patch} (97%)
 create mode 100644 debian/saods9-tclpackages.install
 delete mode 100644 debian/tk-saotk.install
 create mode 100644 debian/tksao.install
 rename ds9/macosx/SAOImage DS9.app/Contents/Frameworks/{Saotk.framework => Tksao.framework}/Resources/Info.plist (95%)
 delete mode 100644 htmlwidget/COMPILE.txt
 delete mode 100755 htmlwidget/configure
 delete mode 100644 htmlwidget/configure.in
 delete mode 100644 htmlwidget/hv/hv.tcl
 delete mode 100644 htmlwidget/hv/hvinit.c
 delete mode 100644 htmlwidget/hv/nogif.fig
 delete mode 100644 htmlwidget/hv/nogif.gif
 delete mode 100644 htmlwidget/hv/nogifsm.gif
 delete mode 100644 htmlwidget/hv/ss.tcl
 delete mode 100644 htmlwidget/hv/ssinit.c
 delete mode 100755 htmlwidget/listvers.sh
 delete mode 100644 htmlwidget/makemake.tcl.in
 delete mode 100755 htmlwidget/mkdll.sh
 delete mode 100755 htmlwidget/mkso.sh
 delete mode 100644 htmlwidget/src/htmlwish.c
 delete mode 100644 htmlwidget/tools/mktclapp.c
 delete mode 100644 saotk/Makefile.org
 delete mode 100644 saotk/fitsy++/gzip.C
 copy {saotk => tkhtml1.0}/Makefile.in (96%)
 copy {saotk => tkhtml1.0}/aclocal.m4 (100%)
 copy {saotk => tkhtml1.0}/configure (97%)
 copy {tkmpeg1.0 => tkhtml1.0}/configure.in (95%)
 rename {htmlwidget => tkhtml1.0/doc}/COPYING (100%)
 rename {htmlwidget => tkhtml1.0/doc}/COPYRIGHT (83%)
 rename {htmlwidget => tkhtml1.0/doc}/README (100%)
 rename {htmlwidget => tkhtml1.0}/doc/notes1.txt (100%)
 rename {htmlwidget => tkhtml1.0}/doc/simple.make (100%)
 rename {htmlwidget => tkhtml1.0}/doc/spec.html (100%)
 rename {htmlwidget => tkhtml1.0/doc}/webpage/mkwebpage.tcl (100%)
 copy {saotk => tkhtml1.0}/pkgIndex.tcl.in (100%)
 copy {htmlwidget => tkhtml1.0}/src/html.h (99%)
 rename {htmlwidget => tkhtml1.0}/src/htmlcmd.c (92%)
 create mode 100644 tkhtml1.0/src/htmlcmd.h
 rename {htmlwidget => tkhtml1.0}/src/htmldraw.c (99%)
 create mode 100644 tkhtml1.0/src/htmldraw.h
 rename {htmlwidget => tkhtml1.0}/src/htmlexts.c (94%)
 create mode 100644 tkhtml1.0/src/htmlexts.h
 rename {htmlwidget => tkhtml1.0}/src/htmlform.c (99%)
 create mode 100644 tkhtml1.0/src/htmlform.h
 rename {htmlwidget => tkhtml1.0}/src/htmlimage.c (98%)
 create mode 100644 tkhtml1.0/src/htmlimage.h
 rename {htmlwidget => tkhtml1.0}/src/htmlindex.c (98%)
 create mode 100644 tkhtml1.0/src/htmlindex.h
 rename {htmlwidget => tkhtml1.0}/src/htmllayout.c (99%)
 create mode 100644 tkhtml1.0/src/htmllayout.h
 rename {htmlwidget => tkhtml1.0}/src/htmlparse.c (99%)
 create mode 100644 tkhtml1.0/src/htmlparse.h
 rename {htmlwidget => tkhtml1.0}/src/htmlsizer.c (99%)
 copy htmlwidget/src/html.h => tkhtml1.0/src/htmlsizer.h (51%)
 rename {htmlwidget => tkhtml1.0}/src/htmltable.c (99%)
 create mode 100644 tkhtml1.0/src/htmltable.h
 rename {htmlwidget => tkhtml1.0}/src/htmltest.c (96%)
 create mode 100644 tkhtml1.0/src/htmltest.h
 create mode 100644 tkhtml1.0/src/htmltokens.c
 create mode 100644 tkhtml1.0/src/htmltokens.h
 rename {htmlwidget => tkhtml1.0}/src/htmlurl.c (98%)
 create mode 100644 tkhtml1.0/src/htmlurl.h
 rename {htmlwidget => tkhtml1.0}/src/htmlwidget.c (98%)
 rename htmlwidget/src/html.h => tkhtml1.0/src/htmlwidget.h (52%)
 rename {htmlwidget => tkhtml1.0}/src/tokenlist.txt (100%)
 copy {saotk => tkhtml1.0}/tclconfig/ChangeLog (100%)
 copy {saotk => tkhtml1.0}/tclconfig/README.txt (100%)
 copy {saotk => tkhtml1.0}/tclconfig/install-sh (100%)
 copy {saotk => tkhtml1.0}/tclconfig/tcl.m4 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/all.test (100%)
 rename {htmlwidget => tkhtml1.0}/tests/engine.tcl (100%)
 rename {htmlwidget => tkhtml1.0}/tests/html1.test (100%)
 rename {htmlwidget => tkhtml1.0}/tests/html2.test (100%)
 rename {htmlwidget => tkhtml1.0}/tests/html3.test (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image1 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image10 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image11 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image12 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image13 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image14 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image2 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image3 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image4 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image5 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image6 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image7 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image8 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/image9 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page1/index.html (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image1 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image10 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image11 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image12 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image13 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image14 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image15 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image16 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image17 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image18 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image19 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image2 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image20 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image21 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image22 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image23 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image24 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image25 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image26 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image27 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image28 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image29 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image3 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image30 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image31 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image32 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image33 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image34 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image35 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image36 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image37 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image38 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image39 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image4 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image5 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image6 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image7 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image8 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/image9 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page2/index.html (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image1 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image10 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image11 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image12 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image13 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image14 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image2 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image3 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image4 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image5 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image6 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image7 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image8 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/image9 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page3/index.html (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/image1 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/image2 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/image3 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/image4 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/image5 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/image6 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/image7 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/image8 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/image9 (100%)
 rename {htmlwidget => tkhtml1.0}/tests/page4/index.html (100%)
 rename {htmlwidget => tkhtml1.0}/tools/getpage.c (100%)
 rename {htmlwidget => tkhtml1.0}/tools/httpget.c (100%)
 rename {htmlwidget => tkhtml1.0}/tools/makeheaders.c (99%)
 rename {htmlwidget => tkhtml1.0}/tools/maketokens.tcl (100%)
 rename {htmlwidget => tkhtml1.0}/tools/sgmlparse.c (100%)
 rename {htmlwidget => tkhtml1.0}/tools/url.c (100%)
 rename tkmpeg1.0/{ => doc}/license-GER.txt (100%)
 rename tkmpeg1.0/{ => doc}/license.txt (100%)
 rename tkmpeg1.0/{ => doc}/readme.txt (100%)
 rename {saotk => tksao1.0}/Makefile.in (100%)
 rename {saotk => tksao1.0}/aclocal.m4 (100%)
 rename {saotk => tksao1.0}/colorbar/Makefile (100%)
 rename {saotk => tksao1.0}/colorbar/cbgrid.C (100%)
 rename {saotk => tksao1.0}/colorbar/cbgrid.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbar.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbar.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarbase.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarbase.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgb.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgb.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgbtruecolor.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgbtruecolor.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgbtruecolor16.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgbtruecolor16.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgbtruecolor24.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgbtruecolor24.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgbtruecolor8.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbarrgbtruecolor8.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartrue.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartrue.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartruecolor.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartruecolor.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartruecolor16.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartruecolor16.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartruecolor24.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartruecolor24.h (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartruecolor8.C (100%)
 rename {saotk => tksao1.0}/colorbar/colorbartruecolor8.h (100%)
 rename {saotk => tksao1.0}/colorbar/colormap.C (100%)
 rename {saotk => tksao1.0}/colorbar/colormap.h (100%)
 rename {saotk => tksao1.0}/colorbar/colortag.C (100%)
 rename {saotk => tksao1.0}/colorbar/colortag.h (100%)
 rename {saotk => tksao1.0}/colorbar/default.C (100%)
 rename {saotk => tksao1.0}/colorbar/default.h (100%)
 rename {saotk => tksao1.0}/colorbar/lex.C (100%)
 rename {saotk => tksao1.0}/colorbar/lex.L (100%)
 rename {saotk => tksao1.0}/colorbar/lut.C (100%)
 rename {saotk => tksao1.0}/colorbar/lut.h (100%)
 rename {saotk => tksao1.0}/colorbar/lutlex.C (100%)
 rename {saotk => tksao1.0}/colorbar/lutlex.L (100%)
 rename {saotk => tksao1.0}/colorbar/lutparser.C (100%)
 rename {saotk => tksao1.0}/colorbar/lutparser.H (100%)
 rename {saotk => tksao1.0}/colorbar/lutparser.Y (100%)
 rename {saotk => tksao1.0}/colorbar/parser.C (100%)
 rename {saotk => tksao1.0}/colorbar/parser.H (100%)
 rename {saotk => tksao1.0}/colorbar/parser.Y (100%)
 rename {saotk => tksao1.0}/colorbar/sao.C (100%)
 rename {saotk => tksao1.0}/colorbar/sao.h (100%)
 rename {saotk => tksao1.0}/colorbar/saolex.C (100%)
 rename {saotk => tksao1.0}/colorbar/saolex.L (100%)
 rename {saotk => tksao1.0}/colorbar/saoparser.C (100%)
 rename {saotk => tksao1.0}/colorbar/saoparser.H (100%)
 rename {saotk => tksao1.0}/colorbar/saoparser.Y (100%)
 rename {saotk => tksao1.0}/configure (99%)
 rename {saotk => tksao1.0}/configure.in (97%)
 rename {saotk => tksao1.0}/fitsy++/Makefile (100%)
 rename {saotk => tksao1.0}/fitsy++/alloc.C (100%)
 rename {saotk => tksao1.0}/fitsy++/alloc.h (100%)
 rename {saotk => tksao1.0}/fitsy++/allocgz.C (100%)
 rename {saotk => tksao1.0}/fitsy++/allocgz.h (100%)
 rename {saotk => tksao1.0}/fitsy++/analysis.C (100%)
 rename {saotk => tksao1.0}/fitsy++/analysis.h (100%)
 rename {saotk => tksao1.0}/fitsy++/block.C (100%)
 rename {saotk => tksao1.0}/fitsy++/block.h (100%)
 rename {saotk => tksao1.0}/fitsy++/card.C (100%)
 rename {saotk => tksao1.0}/fitsy++/card.h (100%)
 rename {saotk => tksao1.0}/fitsy++/channel.C (100%)
 rename {saotk => tksao1.0}/fitsy++/channel.h (100%)
 rename {saotk => tksao1.0}/fitsy++/column.C (100%)
 rename {saotk => tksao1.0}/fitsy++/column.h (100%)
 rename {saotk => tksao1.0}/fitsy++/compress.C (86%)
 rename {saotk => tksao1.0}/fitsy++/compress.h (91%)
 rename {saotk => tksao1.0}/fitsy++/envi.C (100%)
 rename {saotk => tksao1.0}/fitsy++/envi.h (100%)
 rename {saotk => tksao1.0}/fitsy++/envilex.C (100%)
 rename {saotk => tksao1.0}/fitsy++/envilex.L (100%)
 rename {saotk => tksao1.0}/fitsy++/enviparser.C (100%)
 rename {saotk => tksao1.0}/fitsy++/enviparser.H (100%)
 rename {saotk => tksao1.0}/fitsy++/enviparser.Y (100%)
 rename {saotk => tksao1.0}/fitsy++/file.C (100%)
 rename {saotk => tksao1.0}/fitsy++/file.h (100%)
 create mode 100644 tksao1.0/fitsy++/gzip.C
 rename {saotk => tksao1.0}/fitsy++/gzip.h (100%)
 rename {saotk => tksao1.0}/fitsy++/hcompress.C (97%)
 rename {saotk => tksao1.0}/fitsy++/hcompress.h (100%)
 rename {saotk => tksao1.0}/fitsy++/hdecompress.c (100%)
 rename {saotk => tksao1.0}/fitsy++/hdu.C (100%)
 rename {saotk => tksao1.0}/fitsy++/hdu.h (100%)
 rename {saotk => tksao1.0}/fitsy++/head.C (100%)
 rename {saotk => tksao1.0}/fitsy++/head.h (100%)
 rename {saotk => tksao1.0}/fitsy++/hist.C (100%)
 rename {saotk => tksao1.0}/fitsy++/hist.h (100%)
 rename {saotk => tksao1.0}/fitsy++/hpx.C (100%)
 rename {saotk => tksao1.0}/fitsy++/hpx.h (100%)
 rename {saotk => tksao1.0}/fitsy++/iis.C (100%)
 rename {saotk => tksao1.0}/fitsy++/iis.h (100%)
 rename {saotk => tksao1.0}/fitsy++/lex.C (100%)
 rename {saotk => tksao1.0}/fitsy++/lex.L (100%)
 rename {saotk => tksao1.0}/fitsy++/map.C (100%)
 rename {saotk => tksao1.0}/fitsy++/map.h (100%)
 rename {saotk => tksao1.0}/fitsy++/mapincr.C (100%)
 rename {saotk => tksao1.0}/fitsy++/mapincr.h (100%)
 rename {saotk => tksao1.0}/fitsy++/mmap.C (100%)
 rename {saotk => tksao1.0}/fitsy++/mmap.h (100%)
 rename {saotk => tksao1.0}/fitsy++/mmapincr.C (100%)
 rename {saotk => tksao1.0}/fitsy++/mmapincr.h (100%)
 rename {saotk => tksao1.0}/fitsy++/nrrd.C (100%)
 rename {saotk => tksao1.0}/fitsy++/nrrd.h (100%)
 rename {saotk => tksao1.0}/fitsy++/nrrdgzip.C (100%)
 rename {saotk => tksao1.0}/fitsy++/nrrdgzip.h (100%)
 rename {saotk => tksao1.0}/fitsy++/nrrdlex.C (100%)
 rename {saotk => tksao1.0}/fitsy++/nrrdlex.L (100%)
 rename {saotk => tksao1.0}/fitsy++/nrrdparser.C (100%)
 rename {saotk => tksao1.0}/fitsy++/nrrdparser.H (100%)
 rename {saotk => tksao1.0}/fitsy++/nrrdparser.Y (100%)
 rename {saotk => tksao1.0}/fitsy++/order.C (100%)
 rename {saotk => tksao1.0}/fitsy++/order.h (100%)
 rename {saotk => tksao1.0}/fitsy++/outchannel.C (100%)
 rename {saotk => tksao1.0}/fitsy++/outchannel.h (100%)
 rename {saotk => tksao1.0}/fitsy++/outfile.C (100%)
 rename {saotk => tksao1.0}/fitsy++/outfile.h (100%)
 rename {saotk => tksao1.0}/fitsy++/outfits.C (100%)
 rename {saotk => tksao1.0}/fitsy++/outfits.h (100%)
 rename {saotk => tksao1.0}/fitsy++/outsocket.C (100%)
 rename {saotk => tksao1.0}/fitsy++/outsocket.h (100%)
 rename {saotk => tksao1.0}/fitsy++/parser.C (100%)
 rename {saotk => tksao1.0}/fitsy++/parser.H (100%)
 rename {saotk => tksao1.0}/fitsy++/parser.Y (100%)
 rename {saotk => tksao1.0}/fitsy++/photo.C (100%)
 rename {saotk => tksao1.0}/fitsy++/photo.h (100%)
 rename {saotk => tksao1.0}/fitsy++/plio.C (96%)
 rename {saotk => tksao1.0}/fitsy++/plio.h (100%)
 rename {saotk => tksao1.0}/fitsy++/pliocomp.c (100%)
 rename {saotk => tksao1.0}/fitsy++/rice.C (78%)
 rename {saotk => tksao1.0}/fitsy++/rice.h (100%)
 rename {saotk => tksao1.0}/fitsy++/ricecomp.c (100%)
 rename {saotk => tksao1.0}/fitsy++/savefits.C (100%)
 rename {saotk => tksao1.0}/fitsy++/share.C (100%)
 rename {saotk => tksao1.0}/fitsy++/share.h (100%)
 rename {saotk => tksao1.0}/fitsy++/shmload.C (100%)
 rename {saotk => tksao1.0}/fitsy++/smap.C (100%)
 rename {saotk => tksao1.0}/fitsy++/smap.h (100%)
 rename {saotk => tksao1.0}/fitsy++/smmap.C (100%)
 rename {saotk => tksao1.0}/fitsy++/smmap.h (100%)
 rename {saotk => tksao1.0}/fitsy++/socket.C (100%)
 rename {saotk => tksao1.0}/fitsy++/socket.h (100%)
 rename {saotk => tksao1.0}/fitsy++/socketgz.C (100%)
 rename {saotk => tksao1.0}/fitsy++/socketgz.h (100%)
 rename {saotk => tksao1.0}/fitsy++/sshare.C (100%)
 rename {saotk => tksao1.0}/fitsy++/sshare.h (100%)
 rename {saotk => tksao1.0}/fitsy++/strm.C (100%)
 rename {saotk => tksao1.0}/fitsy++/strm.h (100%)
 rename {saotk => tksao1.0}/fitsy++/var.C (100%)
 rename {saotk => tksao1.0}/fitsy++/var.h (100%)
 rename {saotk => tksao1.0}/frame/Makefile (100%)
 rename {saotk => tksao1.0}/frame/annulus.C (100%)
 rename {saotk => tksao1.0}/frame/annulus.h (100%)
 rename {saotk => tksao1.0}/frame/base.C (100%)
 rename {saotk => tksao1.0}/frame/base.h (100%)
 rename {saotk => tksao1.0}/frame/basebox.C (100%)
 rename {saotk => tksao1.0}/frame/basebox.h (100%)
 rename {saotk => tksao1.0}/frame/basecommand.C (100%)
 rename {saotk => tksao1.0}/frame/baseellipse.C (100%)
 rename {saotk => tksao1.0}/frame/baseellipse.h (100%)
 rename {saotk => tksao1.0}/frame/baseline.C (100%)
 rename {saotk => tksao1.0}/frame/baseline.h (100%)
 rename {saotk => tksao1.0}/frame/basemarker.C (100%)
 rename {saotk => tksao1.0}/frame/basemarker.h (100%)
 rename {saotk => tksao1.0}/frame/basepanda.C (100%)
 rename {saotk => tksao1.0}/frame/basepanda.h (100%)
 rename {saotk => tksao1.0}/frame/box.C (100%)
 rename {saotk => tksao1.0}/frame/box.h (100%)
 rename {saotk => tksao1.0}/frame/boxannulus.C (100%)
 rename {saotk => tksao1.0}/frame/boxannulus.h (100%)
 rename {saotk => tksao1.0}/frame/bpanda.C (100%)
 rename {saotk => tksao1.0}/frame/bpanda.h (100%)
 rename {saotk => tksao1.0}/frame/callback.C (100%)
 rename {saotk => tksao1.0}/frame/callback.h (100%)
 rename {saotk => tksao1.0}/frame/ciaolex.C (100%)
 rename {saotk => tksao1.0}/frame/ciaolex.L (100%)
 rename {saotk => tksao1.0}/frame/ciaoparser.C (100%)
 rename {saotk => tksao1.0}/frame/ciaoparser.H (100%)
 rename {saotk => tksao1.0}/frame/ciaoparser.Y (100%)
 rename {saotk => tksao1.0}/frame/circle.C (100%)
 rename {saotk => tksao1.0}/frame/circle.h (100%)
 rename {saotk => tksao1.0}/frame/colorscale.C (100%)
 rename {saotk => tksao1.0}/frame/colorscale.h (100%)
 rename {saotk => tksao1.0}/frame/colorscalergb.C (100%)
 rename {saotk => tksao1.0}/frame/colorscalergb.h (100%)
 rename {saotk => tksao1.0}/frame/colorscaletrue16.C (100%)
 rename {saotk => tksao1.0}/frame/colorscaletrue16.h (100%)
 rename {saotk => tksao1.0}/frame/colorscaletrue24.C (100%)
 rename {saotk => tksao1.0}/frame/colorscaletrue24.h (100%)
 rename {saotk => tksao1.0}/frame/colorscaletrue32.C (100%)
 rename {saotk => tksao1.0}/frame/colorscaletrue32.h (100%)
 rename {saotk => tksao1.0}/frame/colorscaletrue8.C (100%)
 rename {saotk => tksao1.0}/frame/colorscaletrue8.h (100%)
 rename {saotk => tksao1.0}/frame/compass.C (100%)
 rename {saotk => tksao1.0}/frame/compass.h (100%)
 rename {saotk => tksao1.0}/frame/composite.C (100%)
 rename {saotk => tksao1.0}/frame/composite.h (100%)
 rename {saotk => tksao1.0}/frame/context.C (100%)
 rename {saotk => tksao1.0}/frame/context.h (100%)
 rename {saotk => tksao1.0}/frame/contour.C (100%)
 rename {saotk => tksao1.0}/frame/contour.h (100%)
 rename {saotk => tksao1.0}/frame/coord.C (100%)
 rename {saotk => tksao1.0}/frame/coord.h (100%)
 rename {saotk => tksao1.0}/frame/cpanda.C (100%)
 rename {saotk => tksao1.0}/frame/cpanda.h (100%)
 rename {saotk => tksao1.0}/frame/ds9lex.C (100%)
 rename {saotk => tksao1.0}/frame/ds9lex.L (100%)
 rename {saotk => tksao1.0}/frame/ds9parser.C (100%)
 rename {saotk => tksao1.0}/frame/ds9parser.H (100%)
 rename {saotk => tksao1.0}/frame/ds9parser.Y (100%)
 rename {saotk => tksao1.0}/frame/ellipse.C (100%)
 rename {saotk => tksao1.0}/frame/ellipse.h (100%)
 rename {saotk => tksao1.0}/frame/ellipseannulus.C (100%)
 rename {saotk => tksao1.0}/frame/ellipseannulus.h (100%)
 rename {saotk => tksao1.0}/frame/epanda.C (100%)
 rename {saotk => tksao1.0}/frame/epanda.h (100%)
 rename {saotk => tksao1.0}/frame/fitsanalysis.C (100%)
 rename {saotk => tksao1.0}/frame/fitsbin.C (100%)
 rename {saotk => tksao1.0}/frame/fitsblock.C (100%)
 rename {saotk => tksao1.0}/frame/fitscompress.C (91%)
 rename {saotk => tksao1.0}/frame/fitsdata.C (100%)
 rename {saotk => tksao1.0}/frame/fitsdata.h (100%)
 rename {saotk => tksao1.0}/frame/fitsenvi.C (100%)
 rename {saotk => tksao1.0}/frame/fitshealpix.C (100%)
 rename {saotk => tksao1.0}/frame/fitsimage.C (100%)
 rename {saotk => tksao1.0}/frame/fitsimage.h (99%)
 rename {saotk => tksao1.0}/frame/fitsmap.C (100%)
 rename {saotk => tksao1.0}/frame/fitsmask.C (100%)
 rename {saotk => tksao1.0}/frame/fitsmask.h (100%)
 rename {saotk => tksao1.0}/frame/fitsnrrd.C (100%)
 rename {saotk => tksao1.0}/frame/fr3dcommand.C (100%)
 rename {saotk => tksao1.0}/frame/fr3dmap.C (100%)
 rename {saotk => tksao1.0}/frame/frame.C (100%)
 rename {saotk => tksao1.0}/frame/frame.h (100%)
 rename {saotk => tksao1.0}/frame/frame3d.C (100%)
 rename {saotk => tksao1.0}/frame/frame3d.h (100%)
 rename {saotk => tksao1.0}/frame/frame3dbase.C (100%)
 rename {saotk => tksao1.0}/frame/frame3dbase.h (100%)
 rename {saotk => tksao1.0}/frame/frame3dtrue.C (100%)
 rename {saotk => tksao1.0}/frame/frame3dtrue.h (100%)
 rename {saotk => tksao1.0}/frame/frame3dtruecolor.C (100%)
 rename {saotk => tksao1.0}/frame/frame3dtruecolor.h (100%)
 rename {saotk => tksao1.0}/frame/frame3dtruecolor16.C (100%)
 rename {saotk => tksao1.0}/frame/frame3dtruecolor16.h (100%)
 rename {saotk => tksao1.0}/frame/frame3dtruecolor24.C (100%)
 rename {saotk => tksao1.0}/frame/frame3dtruecolor24.h (100%)
 rename {saotk => tksao1.0}/frame/frame3dtruecolor8.C (100%)
 rename {saotk => tksao1.0}/frame/frame3dtruecolor8.h (100%)
 rename {saotk => tksao1.0}/frame/framebase.C (100%)
 rename {saotk => tksao1.0}/frame/framebase.h (100%)
 rename {saotk => tksao1.0}/frame/framergb.C (100%)
 rename {saotk => tksao1.0}/frame/framergb.h (100%)
 rename {saotk => tksao1.0}/frame/framergbtruecolor.C (100%)
 rename {saotk => tksao1.0}/frame/framergbtruecolor.h (100%)
 rename {saotk => tksao1.0}/frame/framergbtruecolor16.C (100%)
 rename {saotk => tksao1.0}/frame/framergbtruecolor16.h (100%)
 rename {saotk => tksao1.0}/frame/framergbtruecolor24.C (100%)
 rename {saotk => tksao1.0}/frame/framergbtruecolor24.h (100%)
 rename {saotk => tksao1.0}/frame/framergbtruecolor8.C (100%)
 rename {saotk => tksao1.0}/frame/framergbtruecolor8.h (100%)
 rename {saotk => tksao1.0}/frame/frametrue.C (100%)
 rename {saotk => tksao1.0}/frame/frametrue.h (100%)
 rename {saotk => tksao1.0}/frame/frametruecolor.C (100%)
 rename {saotk => tksao1.0}/frame/frametruecolor.h (100%)
 rename {saotk => tksao1.0}/frame/frametruecolor16.C (100%)
 rename {saotk => tksao1.0}/frame/frametruecolor16.h (100%)
 rename {saotk => tksao1.0}/frame/frametruecolor24.C (100%)
 rename {saotk => tksao1.0}/frame/frametruecolor24.h (100%)
 rename {saotk => tksao1.0}/frame/frametruecolor8.C (100%)
 rename {saotk => tksao1.0}/frame/frametruecolor8.h (100%)
 rename {saotk => tksao1.0}/frame/frblt.C (100%)
 rename {saotk => tksao1.0}/frame/frcommand.C (100%)
 rename {saotk => tksao1.0}/frame/frload.C (100%)
 rename {saotk => tksao1.0}/frame/frmap.C (100%)
 rename {saotk => tksao1.0}/frame/frmarker.C (100%)
 rename {saotk => tksao1.0}/frame/frmarkerxml.C (100%)
 rename {saotk => tksao1.0}/frame/frsave.C (100%)
 rename {saotk => tksao1.0}/frame/frscale.C (100%)
 rename {saotk => tksao1.0}/frame/frscale.h (100%)
 rename {saotk => tksao1.0}/frame/fvcontour.C (100%)
 rename {saotk => tksao1.0}/frame/fvcontour.h (100%)
 rename {saotk => tksao1.0}/frame/grid.C (100%)
 rename {saotk => tksao1.0}/frame/grid.h (100%)
 rename {saotk => tksao1.0}/frame/grid25d.C (100%)
 rename {saotk => tksao1.0}/frame/grid25d.h (100%)
 rename {saotk => tksao1.0}/frame/grid2d.C (100%)
 rename {saotk => tksao1.0}/frame/grid2d.h (100%)
 rename {saotk => tksao1.0}/frame/grid3d.C (100%)
 rename {saotk => tksao1.0}/frame/grid3d.h (100%)
 rename {saotk => tksao1.0}/frame/inversescale.C (100%)
 rename {saotk => tksao1.0}/frame/inversescale.h (100%)
 rename {saotk => tksao1.0}/frame/lex.C (100%)
 rename {saotk => tksao1.0}/frame/lex.L (100%)
 rename {saotk => tksao1.0}/frame/line.C (100%)
 rename {saotk => tksao1.0}/frame/line.h (100%)
 rename {saotk => tksao1.0}/frame/marker.C (100%)
 rename {saotk => tksao1.0}/frame/marker.h (100%)
 rename {saotk => tksao1.0}/frame/parser.C (100%)
 rename {saotk => tksao1.0}/frame/parser.H (100%)
 rename {saotk => tksao1.0}/frame/parser.Y (100%)
 rename {saotk => tksao1.0}/frame/point.C (100%)
 rename {saotk => tksao1.0}/frame/point.h (100%)
 rename {saotk => tksao1.0}/frame/polygon.C (100%)
 rename {saotk => tksao1.0}/frame/polygon.h (100%)
 rename {saotk => tksao1.0}/frame/projection.C (100%)
 rename {saotk => tksao1.0}/frame/projection.h (100%)
 rename {saotk => tksao1.0}/frame/proslex.C (100%)
 rename {saotk => tksao1.0}/frame/proslex.L (100%)
 rename {saotk => tksao1.0}/frame/prosparser.C (100%)
 rename {saotk => tksao1.0}/frame/prosparser.H (100%)
 rename {saotk => tksao1.0}/frame/prosparser.Y (100%)
 rename {saotk => tksao1.0}/frame/raytrace.C (100%)
 rename {saotk => tksao1.0}/frame/raytrace.h (100%)
 rename {saotk => tksao1.0}/frame/ruler.C (100%)
 rename {saotk => tksao1.0}/frame/ruler.h (100%)
 rename {saotk => tksao1.0}/frame/saolex.C (100%)
 rename {saotk => tksao1.0}/frame/saolex.L (100%)
 rename {saotk => tksao1.0}/frame/saoparser.C (100%)
 rename {saotk => tksao1.0}/frame/saoparser.H (100%)
 rename {saotk => tksao1.0}/frame/saoparser.Y (100%)
 rename {saotk => tksao1.0}/frame/segment.C (100%)
 rename {saotk => tksao1.0}/frame/segment.h (100%)
 rename {saotk => tksao1.0}/frame/sigbus.h (100%)
 rename {saotk => tksao1.0}/frame/tag.C (100%)
 rename {saotk => tksao1.0}/frame/tag.h (100%)
 rename {saotk => tksao1.0}/frame/text.C (100%)
 rename {saotk => tksao1.0}/frame/text.h (100%)
 rename {saotk => tksao1.0}/frame/tnglex.C (100%)
 rename {saotk => tksao1.0}/frame/tnglex.L (100%)
 rename {saotk => tksao1.0}/frame/tngparser.C (100%)
 rename {saotk => tksao1.0}/frame/tngparser.H (100%)
 rename {saotk => tksao1.0}/frame/tngparser.Y (100%)
 rename {saotk => tksao1.0}/frame/vect.C (100%)
 rename {saotk => tksao1.0}/frame/vect.h (100%)
 rename {saotk => tksao1.0}/frame/xml.h (100%)
 rename {saotk => tksao1.0}/frame/xylex.C (100%)
 rename {saotk => tksao1.0}/frame/xylex.L (100%)
 rename {saotk => tksao1.0}/frame/xyparser.C (100%)
 rename {saotk => tksao1.0}/frame/xyparser.H (100%)
 rename {saotk => tksao1.0}/frame/xyparser.Y (100%)
 rename {saotk => tksao1.0}/list/Makefile (100%)
 rename {saotk => tksao1.0}/list/list.C (100%)
 rename {saotk => tksao1.0}/list/list.h (100%)
 rename {saotk => tksao1.0}/magnifier/Makefile (100%)
 rename {saotk => tksao1.0}/magnifier/lex.C (100%)
 rename {saotk => tksao1.0}/magnifier/lex.L (100%)
 rename {saotk => tksao1.0}/magnifier/magnifier.C (100%)
 rename {saotk => tksao1.0}/magnifier/magnifier.h (100%)
 rename {saotk => tksao1.0}/magnifier/magnifiertrue.C (100%)
 rename {saotk => tksao1.0}/magnifier/magnifiertrue.h (100%)
 rename {saotk => tksao1.0}/magnifier/parser.C (100%)
 rename {saotk => tksao1.0}/magnifier/parser.H (100%)
 rename {saotk => tksao1.0}/magnifier/parser.Y (100%)
 rename {saotk => tksao1.0}/panner/Makefile (100%)
 rename {saotk => tksao1.0}/panner/lex.C (100%)
 rename {saotk => tksao1.0}/panner/lex.L (100%)
 rename {saotk => tksao1.0}/panner/panner.C (100%)
 rename {saotk => tksao1.0}/panner/panner.h (100%)
 rename {saotk => tksao1.0}/panner/pannertrue.C (100%)
 rename {saotk => tksao1.0}/panner/pannertrue.h (100%)
 rename {saotk => tksao1.0}/panner/parser.C (100%)
 rename {saotk => tksao1.0}/panner/parser.H (100%)
 rename {saotk => tksao1.0}/panner/parser.Y (100%)
 rename {saotk => tksao1.0}/pkgIndex.tcl.in (100%)
 rename {saotk/util => tksao1.0}/saotk.C (89%)
 rename {saotk => tksao1.0}/tclconfig/ChangeLog (100%)
 rename {saotk => tksao1.0}/tclconfig/README.txt (100%)
 rename {saotk => tksao1.0}/tclconfig/install-sh (100%)
 rename {saotk => tksao1.0}/tclconfig/tcl.m4 (100%)
 rename {saotk => tksao1.0}/util/FlexLexer.h (100%)
 rename {saotk => tksao1.0}/util/Makefile (100%)
 rename {saotk => tksao1.0}/util/attribute.C (100%)
 rename {saotk => tksao1.0}/util/attribute.h (100%)
 rename {saotk => tksao1.0}/util/fdstream.hpp (100%)
 rename {saotk => tksao1.0}/util/fuzzy.h (100%)
 rename {saotk => tksao1.0}/util/grf.C (99%)
 rename {saotk => tksao1.0}/util/grf3d.C (100%)
 rename {saotk => tksao1.0}/util/grid25dbase.C (100%)
 rename {saotk => tksao1.0}/util/grid25dbase.h (100%)
 rename {saotk => tksao1.0}/util/grid2dbase.C (100%)
 rename {saotk => tksao1.0}/util/grid2dbase.h (100%)
 rename {saotk => tksao1.0}/util/grid3dbase.C (100%)
 rename {saotk => tksao1.0}/util/grid3dbase.h (100%)
 rename {saotk => tksao1.0}/util/gridbase.C (100%)
 rename {saotk => tksao1.0}/util/gridbase.h (100%)
 rename {saotk => tksao1.0}/util/ps.C (100%)
 rename {saotk => tksao1.0}/util/ps.h (100%)
 rename {saotk => tksao1.0}/util/smooth.C (100%)
 rename {saotk => tksao1.0}/util/smooth.h (100%)
 rename {saotk => tksao1.0}/util/tkpostscript.h (100%)
 rename {saotk => tksao1.0}/util/util.C (100%)
 rename {saotk => tksao1.0}/util/util.h (98%)
 rename {saotk => tksao1.0}/vector/Makefile (100%)
 rename {saotk => tksao1.0}/vector/vector.C (100%)
 rename {saotk => tksao1.0}/vector/vector.h (100%)
 rename {saotk => tksao1.0}/vector/vector3d.C (100%)
 rename {saotk => tksao1.0}/vector/vector3d.h (100%)
 rename {saotk => tksao1.0}/vector/vectorold.C (100%)
 rename {saotk => tksao1.0}/vector/vectorold.h (100%)
 rename {saotk => tksao1.0}/widget/Makefile (100%)
 rename {saotk => tksao1.0}/widget/truecolor16.C (100%)
 rename {saotk => tksao1.0}/widget/truecolor16.h (100%)
 rename {saotk => tksao1.0}/widget/truecolor24.C (100%)
 rename {saotk => tksao1.0}/widget/truecolor24.h (100%)
 rename {saotk => tksao1.0}/widget/truecolor8.C (100%)
 rename {saotk => tksao1.0}/widget/truecolor8.h (100%)
 rename {saotk => tksao1.0}/widget/widget.C (100%)
 rename {saotk => tksao1.0}/widget/widget.h (100%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/saods9.git



More information about the Debian-astro-commits mailing list