Eskil

Check-in [4011ab630b]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Added Starpack documentation
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 4011ab630b3c078ed7a85879c1da6929cb17230f
User & Date: peter 2012-07-11 19:30:11.364
Context
2012-07-11
20:04
Include DiffUtil debug info in About window. check-in: 5451fe2844 user: peter tags: trunk
19:30
Added Starpack documentation check-in: 4011ab630b user: peter tags: trunk
19:02
Detect and display error if commit fails. check-in: 17d7e0417e user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to htdocs/download.html.
21
22
23
24
25
26
27
28



29
30

31
32
33
34
35
36
37
<a href='../../../reportlist'>Tickets</a>
<a href='../../../wiki'>Wiki</a>
<a href='../../../login'>Login</a>
</div>

<div class="content">
<p>
Downloads are available both as a <a href="http://wiki.tcl.tk/starkit">Starkit</a> and as <a href="http://wiki.tcl.tk/starpack">Starpacks</a> for some platforms.



<br>
Eskil's application source is licensed under GPL, but the bundled packages included in the starkit are under the same license as Tcl.


<h2>Version 2.6.2</h2><ul>
<li><a href="../../../../eskil262.kit">eskil262.kit</a>
&nbsp;&nbsp;&nbsp;<small>(1062519 bytes)</small> (<a href="http://wiki.tcl.tk/starkit">Starkit</a>)
<li><a href="../../../../eskil262.linux.gz">eskil262.linux.gz</a>
&nbsp;&nbsp;&nbsp;<small>(2582280 bytes)</small> (<a href="http://wiki.tcl.tk/starpack">Starpack</a> for Linux)
<li><a href="../../../../eskil262.solaris.gz">eskil262.solaris.gz</a>







|
>
>
>
|
|
>







21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<a href='../../../reportlist'>Tickets</a>
<a href='../../../wiki'>Wiki</a>
<a href='../../../login'>Login</a>
</div>

<div class="content">
<p>
Downloads are available both as a <a href="http://wiki.tcl.tk/starkit">Starkit</a>
and as <a href="http://wiki.tcl.tk/starpack">Starpacks</a> for some platforms.
If you need a Starpack for some other platform, you can
<a href="starpack.wiki">generate it yourself</a>.
<p>
Eskil's application source is licensed under GPL, but the bundled packages
included in the starkit are under the same license as Tcl.

<h2>Version 2.6.2</h2><ul>
<li><a href="../../../../eskil262.kit">eskil262.kit</a>
&nbsp;&nbsp;&nbsp;<small>(1062519 bytes)</small> (<a href="http://wiki.tcl.tk/starkit">Starkit</a>)
<li><a href="../../../../eskil262.linux.gz">eskil262.linux.gz</a>
&nbsp;&nbsp;&nbsp;<small>(2582280 bytes)</small> (<a href="http://wiki.tcl.tk/starpack">Starpack</a> for Linux)
<li><a href="../../../../eskil262.solaris.gz">eskil262.solaris.gz</a>
Changes to htdocs/index.html.
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<a name="EskilFeatures"></a><h3>Features</h3>

<ul>
<li>Highlights changes within a line.</li>
<li>Matches similar lines within a changed block to better show changed
lines that are adjacent to added/removed lines.</li>
<li>Recursive directory diff.</li>
<li><a href='fossil.wiki'">Fossil</a>/CVS/RCS/ClearCase/GIT/SVN/BZR/HG/Perforce diff.</li>
<li>Conflict merge and three-way merge.</li>
<li>Commit changes directly from Eskil.</li>
<li>View patch, from file or clipboard.</li>
<li>Print to PDF.</li>
<li>"Clip diff"</li>
<li>Plugins for preprocessing files.</li> 
<li>Alignment and block diff functions for tricky diffs.</li>







|







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<a name="EskilFeatures"></a><h3>Features</h3>

<ul>
<li>Highlights changes within a line.</li>
<li>Matches similar lines within a changed block to better show changed
lines that are adjacent to added/removed lines.</li>
<li>Recursive directory diff.</li>
<li><a href="fossil.wiki">Fossil</a>/CVS/RCS/ClearCase/GIT/SVN/BZR/HG/Perforce diff.</li>
<li>Conflict merge and three-way merge.</li>
<li>Commit changes directly from Eskil.</li>
<li>View patch, from file or clipboard.</li>
<li>Print to PDF.</li>
<li>"Clip diff"</li>
<li>Plugins for preprocessing files.</li> 
<li>Alignment and block diff functions for tricky diffs.</li>
Added htdocs/starpack.wiki.








































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<title>Starpack generation</title>
<h1 align="center">Starpack generation</h1>

Eskil is normally distributed as a [http://wiki.tcl.tk/starkit | Starkit] which
needs a [http://wiki.tcl.tk/tclkit | Tclkit] to run. If you have ActiveTcl
installed, tclsh can also run a Starkit.

To generate a stand-alone executable,
a [http://wiki.tcl.tk/starpack | Starpack], of Eskil you need the following:
  *  A [http://wiki.tcl.tk/tclkit | Tclkit] for your platform. (tclkit)
  *  The [http://wiki.tcl.tk/sdx | Sdx] utility. (sdx)
  *  Eskil's Starkit. (eskil.kit)

<verbatim>
./tclkit sdx unwrap eskil.kit
cp tclkit tclkit2
./tclkit sdx wrap eskil -runtime tclkit2
</verbatim>

Note that this could be generated on any platform, not just the target. Then tclkit should be for the current platform and tclkit2 should be for the target platform.