<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.lang.tcl.starkit">
    <title>gmane.comp.lang.tcl.starkit</title>
    <link>http://blog.gmane.org/gmane.comp.lang.tcl.starkit</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3034"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3032"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3030"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3029"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3028"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3025"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3022"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3021"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3020"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3015"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3011"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3010"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3008"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3002"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3000"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2998"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2995"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2992"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2990"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2989"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3034">
    <title>ANN: kbs 0.2.4</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3034</link>
    <description>
 kbs -- kitgen build system (version 0.2.4 for tcl/tk 8.5.4 and 8.6a2)
 ==========================

 The system can generate [Tclkit Lite] executables, Tcl packages,
 starkits and starpacks for different operating systems.
 Additional documentation can be found under &lt;http://wiki.tcl.tk/18146&gt;

 Sources are available from &lt;http://sourceforge.net/projects/kbskit&gt;
 -------
 * kbs.tcl - single source file, all you need
 * *.tgz - prebuilt binaries containing kit-executables and *.kit files:
   kbskit*cli* - shell application
   kbskit*dyn* - tk dynamic loadable
   kbskit*gui* - tk static inserted
   kbspkg85.kit with:
     bwidget-1.8.0 gridplus-2.3 icons-1.2 Img1.3 itcl3.4 itk3.4
     iwidgets4.0.2 Memchan2.2.1 mentry-3.1 ral0.8.7 sqlite3.5.9
     tablelist-4.9 tcllib1.10 tclx8.4 tdom0.8.2 thread2.6.5
     tkcon tklib0.4 Tktable2.9 treectrl2.2.3 trofs0.4.4
     udp1.0.8 wcb-3.1 xotcl1.6.1
   tksqlite - starpack of sqlite table editor (version 0.5.6)

 Quick start
 -----------
 * Build executables (do not mix </description>
    <dc:creator>Rene Zaumseil</dc:creator>
    <dc:date>2008-08-28T18:39:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3032">
    <title>Loading shared libraries that are not TCL packages</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3032</link>
    <description>
I've created a Starpack that loads the mysqltcl package. This works
fine on one system that has libmysqlclient.so.15 (part of mysql
client), but the systems I want deploy to use libmysqlclient.so.14 and
my Starpack fails to run.

I doubt that my organization will update mysql accross all the systems
just to run my app. I know I can load shared libraries that are TCL
packages with a starpack. Is it possible to include libmysqlclient.so.
15 (not a TCL package), with my Starpack? If so, how do I do it?

</description>
    <dc:creator>watkipet</dc:creator>
    <dc:date>2008-08-27T16:02:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3030">
    <title>Any progress about writable starkits with kbskit?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3030</link>
    <description>
Hello,
I'd like to know, if "kbskit" might be able to replace "tclkit" for
the purpose of writable starkits in the near future.

Shin
</description>
    <dc:creator>Shin</dc:creator>
    <dc:date>2008-08-15T16:46:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3029">
    <title>EARN MONEY $2500-10000 PER WEEK</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3029</link>
    <description>
EARN MONEY $2500-10000 PER WEEK
SIMPLE ONLINE SURVEY
OTHER DETAILS LOGONTO
****************************************************************************
http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

http://www.AWSurveys.com/HomeMain.cfm?RefID=sivaicici

*************************************************************************

</description>
    <dc:creator>vanja</dc:creator>
    <dc:date>2008-07-24T08:39:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3028">
    <title>Ann: kbs 0.2.3</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3028</link>
    <description>
 kbs -- kitgen build system (version 0.2.3 for tcl/tk 8.5.3 and 8.6a1)
 ==========================

 The system can generate [Tclkit Lite] executables, Tcl packages,
 starkits and starpacks for different operating systems.
 Additional documentation can be found under &lt;http://wiki.tcl.tk/18146&gt;

 Sources are available from &lt;http://sourceforge.net/projects/kbskit&gt;
 -------
 * kbs.tcl - single source file, all you need
 * *.tgz - prebuilt binaries containing kit-executables and *.kit files:
   kbskit*cli* - shell application
   kbskit*dyn* - tk dynamic loadable
   kbskit*gui* - tk static inserted
   kbspkg85.kit with:
     bwidget-1.8.0 gridplus-2.3 icons-1.2 Img1.3 itcl3.4 itk3.4
     iwidgets4.0.2 Memchan2.2.1 mentry-3.1 ral0.8.7 sqlite3.5.9
     tablelist-4.9 tcllib1.10 tclx8.4 tdom0.8.2 thread2.6.5
     tkcon tklib0.4 Tktable2.9 treectrl2.2.3 trofs0.4.4
     udp1.0.8 wcb-3.1 xotcl1.6.0
   tksqlite - starpack of sqlite table editor (version 0.5.6)

 Quick start
 -----------
 * Build executables (do not mix </description>
    <dc:creator>Rene Zaumseil</dc:creator>
    <dc:date>2008-07-04T08:23:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3025">
    <title>Popups in tclkit's initScript</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3025</link>
    <description>
Hi,

I've recently built tclkit based on the svn tclkit module.

There is some coded added into kitInit.c's initScript string:

    "tk_messageBox -message \"main found here: [file join [info
nameofexe] main.tcl]\"\n"
    "tk_messageBox -message \"file isfile: [file isfile [file join
[info nameofexe] main.tcl]]\"\n"

When a wrapped app starts up now the user is faced with these popups?
Is this intentional or just some residual debug code?

Thanks,

Goodwin
</description>
    <dc:creator>Goodwin</dc:creator>
    <dc:date>2008-06-03T17:09:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3022">
    <title>ISO: full (original style) tclkit 8.5.x for sparc solaris 2.8?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3022</link>
    <description>
I am wondering whether anyone knows of an original style tclkit 8.5.x
(that is, containing metakit, itcl, etc.) built for SPARC Solaris 8?

The tclkit on equi4 is, I suspect, built against solaris 10, and so
needs libraries I don't have available.

I've not been able to build tclkit for some time, due to a variety of
issues that I've been unsuccessful in resolving. kbskit doesn't work
because it is missing pieces.

I'm just trying to run a variety of starkits.

Who would have thought starkits would be so hard to run?
</description>
    <dc:creator>lvirden</dc:creator>
    <dc:date>2008-05-29T19:30:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3021">
    <title>FYI - Rigs are re-usable Tcl modules</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3021</link>
    <description>
FYI, I've posted a comment about a new way to create and share re- 
usable Tcl code on another mailing list, you can read it here if  
you're interested:

http://groups.google.com/group/mavrig-dev/browse_thread/thread/797b5e7375220974

Didn't want to post it in full here since it's not tclkit/starkit- 
related.

-jcw



</description>
    <dc:creator>Jean-Claude Wippler</dc:creator>
    <dc:date>2008-05-24T22:55:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3020">
    <title>Ann kbs 0.2.2</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3020</link>
    <description>
kbs -- kitgen build system (version 0.2.2 for tcl/tk 8.5.2) 
 ========================== 
 
The system can generate [Tclkit Lite] executables and Tcl packages for 
 different operating systems. Tested are Linux, SunOS, Windows and Irix. 
     [Tclkit Lite]: http://www.equi4.com/tclkit/tclkitlite.html 
 Additional documentation can be found under &lt;http://wiki.tcl.tk/18146&gt; 
 
Sources are available from &lt;http://sourceforge.net/projects/kbskit&gt; 
 ------- 
    * kbs.tcl - single source file, all you need 
 
   * *.tgz - prebuilt binaries containing kit-executables and *.kit files: 
     kbskit*cli* - shell applicationi 
     kbskit*dyn* - tk dynamic loadable 
     kbskit*gui* - tk static inserted 
     kbspkg85.kit with: 
      bwidget-1.8.0 gridplus-2.2 icons-1.2 Img1.3 itcl3.4 itk3.4 iwidgets4.0.2
      Memchan2.2.1 mentry-3.1 ral0.8.7 sqlite3.5.7 tablelist-4.8 tcllib1.10
      tclx8.4 tdom0.8.2 thread2.6.5 tkcon tklib0.4 Tktable2.9 treectrl2.2.3
      trofs0.4.4 udp1.0.8 wcb-3.1 xotcl1.5.6
     tksqlite.kit </description>
    <dc:creator>Rene Zaumseil</dc:creator>
    <dc:date>2008-04-02T12:36:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3015">
    <title>Starpacker</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3015</link>
    <description>
I made a little utility based on SDX for making Starpacks. I wrote it
mostly for practice and for my own convenience, but perhaps it will be
useful for others.

http://anoved.net/2008/03/starpacker.html

I think it has some VFS version problems with Windows Tclkits, but I
haven't had an opportunity to work them out. (Any advice or
information on that would be useful.) I use it on Mac OS X.

Be well,
Jim
</description>
    <dc:creator>anoved</dc:creator>
    <dc:date>2008-03-27T03:37:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3011">
    <title>loading oratcl from starkit</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3011</link>
    <description>

hi everybody: 

I'm having some problems loading oratcl from a starkit. I found a post from
G. Lester adviced to use the following script in the package index: 

package ifneeded Oratcl 4.4  [ list OraLoad $dir ] 
proc OraLoad { dir } { 
global env 
foreach file [ glob $dir/*.dll ] { 
catch {  file copy  -force $file [ file join $env(TEMP) [ file tail $file ]
]  } 
} 
catch { file copy  -force $dir/msvcr70.dll [ file join [ file dirname [ info
nameofexecutable ]] msvcr70.dll ] } 
load $env(TEMP)/oratcl44.dll 
} 


This works fine in some computers (running windows 2000), but fail in
anothers (windows 2000 and xp). The script fail when it try to load the
oratcl44.dll, the error message doesn't say why.  I tried adding the
$env(TEMP)to the $env(PATH) without success.

I'd appreciate any suggestions you may have. 

Thanks, 
Sergio 



</description>
    <dc:creator>sergioanis</dc:creator>
    <dc:date>2008-03-17T17:15:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3010">
    <title>Windows ICONS 48x48</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3010</link>
    <description>
Hello Group,
since years I use the starkit windows icon replacement with sdx.

I noticed that the starpacks from Pat Thoyts did not replace the 48x48 
icons:
customizing tclkit.ico in executable
   icon 32x32/16: replaced
   icon 16x16/16: replaced
   icon 32x32/256: replaced
   icon 48x48/256: NOT FOUND
   icon 48x48/16: NOT FOUND
   icon 16x16/256: replaced

while the starkits on Jean-Claudes page still worked.
Now, Jean-Claude has updated the starkits on
http://www.equi4.com/tclkit/download.html
and they show the same phenomenon as Pat Thoyts builds.

Has anybody the same phenomenon ?
I have read, that the icons should be in a special order.
I have extracted the icon from the starkit (so its own icons which 
should be correct) and I get the same error on 48x48 icons.

I would not mind to get any ideas befor doing the hard way and 
manipulate the starkit directly with other tools.

Thank you in advance,
Harald

</description>
    <dc:creator>Harald Oehlmann</dc:creator>
    <dc:date>2008-03-17T09:36:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3008">
    <title>tclkit updates</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3008</link>
    <description>
FYI, I've added some new tclkit builds for 8.4.18 and 8.5.1 to www.equi4.com

The tclkit download matrix has been updated:
http://www.equi4.com/pub/tk/downloads.html

A much simpler overview of the latest builds for the main platforms is  
at:
http://www.equi4.com/tclkit/download.html
This updated page is part of the new Tcl-driven website design.

Two changes w.r.t. the Mac OS X builds:
  - the latest x86 (and universal) builds should now work on 10.4 again
  - I've signed the binaries to get past the Leopard firewall issue, as
    mentioned by Steve L &amp; Mark R recently
(if you have the setup to test this, could you post your findings here?)

All builds are based on the /pub/tk/tars/ area, which has not changed.

Enjoy,
-jcw


</description>
    <dc:creator>Jean-Claude Wippler</dc:creator>
    <dc:date>2008-03-11T15:06:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3002">
    <title>Setting up to build tclkits using kitgen.</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3002</link>
    <description>
Given a couple of recent posts I thought I should describe how I have
setup my build tree to build tclkits for windows and solaris 10 using
kitgen. At the present time it requires a little manual setup as the
automatic stuff is out-of-date but it is possible to create a tree
containing CVS or SVN checkouts of the various necessary projects and
then to build either tclkit-lite's or 'heavy' (mk4tcl+incr-tcl)
tclkits. I build on windows using both msvc6 and msvc8 ( the latter
for building for 64bit windows).

So get kitgen:
  svn checkout svn://svn.equi4.com/kitgen/trunk kitgen

Make some subdirs for the tcl versions you want to build for and to
contain the tcl-version independent packages
  mkdir 8.4 8.5 8.x

Note that you dont _have_ to call it 8.5. For instance I'm working
with a patched tree from Miguel and its in a subdirectory called NRE
which helps to isolate it from the normal Tcl builds.

In each version folder you want to checkout tcl and tk.
 cd 8.4
 cvs -d:pserver:anonymous&lt; at &gt;tcl.cvs.sourceforge.net:</description>
    <dc:creator>pat.thoyts&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2008-03-04T02:17:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3000">
    <title>Are the sources for building the original tclkit interpreter still  available online?</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/3000</link>
    <description>
I am looking at the wubwiki starkit. It requires Tcl 8.5 and Itcl.
This means that kbs and tclkit-lite are not going to be able to be
used with it. So I have to try, once again, to see if I can convince
tclkit to build on sparc solaris.

Where can I find the source for building the original style tclkit?

I looked at the equi4.com web page for tclkit, but I don't see a
pointer to the sources any longer.
</description>
    <dc:creator>lvirden</dc:creator>
    <dc:date>2008-03-03T15:15:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2998">
    <title>Building tclkit 8.5.1 on Windows</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2998</link>
    <description>
How to build tclkit on Windows XP using Tcl/Tk 8.5.1
----------------------------------------------------

Or how a failed to do that...

1. Used genkit to get all sources (on mac). Replaced tcl85 and tk85
with
   released 8.5.1 sources.

2. Got http://www.equi4.com/pub/tk/tars/msvc6-85.tar.gz and imported
it
   into VC++7.

3. Changed path to src/tcl/win/tclAppInit.c to src/tcl85/win/
tclAppInit.c

4. Changed path to src/tk/win/winMain.c to src/tk85/win/winMain.c

5. Removed src/tcl85/compat/strtoll.c and strtoull.c from project.

6. Added inline=__inline to the defines, both Debug &amp; Release

7. Added ws2_32.lib to Additional Dependencies, both Debug &amp; Release

8. Built Release target, moved to unix (mac),
   cat kit.exe runtime85.kit &gt; tclkit.exe

But something goes really wrong with the initializations. When I
double
click tclkit.exe it can't find init.tcl. It says: "Can't find
init.tcl
when searching in:
.../My Documents/C/tclkits85/lib/tcl8.5/
when it should be something like:
.../My Documents/C/tclkit</description>
    <dc:creator>Mats</dc:creator>
    <dc:date>2008-03-02T14:28:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2995">
    <title>missing sources at equi4.com</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2995</link>
    <description>
Hi,

I use in my kbskit project at sourceforge.net/projects/kbskit the following 
files from www.equi4.com:
  www.equi4.com/pub/sk/sdx.kit
  www.equi4.com/pub/tk/tars/vfs.tar.gz
  www.equi4.com/pub/tk/tars/vqtcl.tgz
  www.equi4.com/pub/tk/tars/zlib.tar.gz
Now the vqtcl.tgz file is missing.
Is there a chance to get it back on the above position.
Should a save a copy under sourceforge?

Also what about the future direction of the development on the vlerq side.
I really like to have only simple C and not C++ dependencies.

Thanks for your attention.

rene

</description>
    <dc:creator>Rene Zaumseil</dc:creator>
    <dc:date>2008-02-28T19:54:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2992">
    <title>Bug in current runtime.kit</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2992</link>
    <description>
Hello,

The runtime kits for 8.4.18 and 8.5.1 (as found on 
http://www.equi4.com/pub/tk/tars/) have an error in Tk's pkgIndex.tcl file.
The package tries to load a "dylib" i.e. a Mac dynamic library.

The following fixes the problem:

Unwrap runtime.kit (analogous for runtime85.kit):
tclkit sdx.kit unwrap runtime.kit

Edit runtime.vfs/lib/tk8.4/pkgIndex.tcl:

Change second line:
package ifneeded Tk 8.4 [list load [file join $dir .. libtk8.4.dylib] Tk]

To:
package ifneeded Tk 8.4 [list load [file join $dir libtk8.4[info 
sharedlibextension]] Tk]

Wrap the Kit again:
tclkit sdx.kit wrap runtime.kit

Now the generated TclKit is able to correctly "package require Tk" on 
non-Mac platforms.

Greetings,

Paul

</description>
    <dc:creator>Obermeier&lt; at &gt;Tcl3D</dc:creator>
    <dc:date>2008-02-28T21:22:38</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2990">
    <title>Ann kbs 0.2.1</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2990</link>
    <description>
kbs -- kitgen build system (version 0.2.1 for tcl/tk 8.5.0) 
 ========================== 
 
The system can generate [Tclkit Lite] executables and Tcl packages for 
 different operating systems. Tested are Linux, SunOS, Windows and Irix. 
     [Tclkit Lite]: http://www.equi4.com/tclkit/tclkitlite.html 
 Additional documentation can be found under &lt;http://wiki.tcl.tk/18146&gt; 
 
Sources are available from &lt;http://sourceforge.net/projects/kbskit&gt; 
 ------- 
    * kbs.tcl - single source file, all you need 
 
   * *.tgz - prebuilt binaries containing kit-executables and *.kit files: 
     kbskit*cli* - shell applicationi 
     kbskit*dyn* - tk dynamic loadable 
     kbskit*gui* - tk static inserted 
     kbspkg85.kit with: 
       bwidget-1.8.0 gridplus-2.2 icons-1.2 Img1.3 Memchan2.2.1 mentry-3.1 
ral0.8.7
       sqlite3.5.4 tablelist-4.8 tcllib1.10 tclx8.4 tdom0.8.2 thread2.6.5 
tkcon tklib0.4
       Tktable2.9 treectrl2.2.3 trofs0.4.4 udp1.0.8 wcb-3.1 xotcl1.5.6
     tksqlite.kit - ready to run sqlite table ed</description>
    <dc:creator>Rene Zaumseil</dc:creator>
    <dc:date>2008-02-28T10:02:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2989">
    <title>Wikit: how to increase fontsize</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2989</link>
    <description>
button text is too small
</description>
    <dc:creator>ibn</dc:creator>
    <dc:date>2008-02-27T16:42:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2988">
    <title>Starsync server on Windows Tomcat server</title>
    <link>http://comments.gmane.org/gmane.comp.lang.tcl.starkit/2988</link>
    <description>
Does anyone have a recipe to setup a starsync server on a windows
machine?  I have a Appache Tomcat CGI server running that I want to
setup to work as a starsync server.  However, all the instructions on
the equi4 web site refer to Linux setups. http://www.equi4.com/wikis/equi4/264

I would appreciate it if someone could help.
</description>
    <dc:creator>starkitNewbie</dc:creator>
    <dc:date>2008-02-12T12:07:58</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.lang.tcl.starkit">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lang.tcl.starkit</link>
  </textinput>
</rdf:RDF>
