~ubuntu-branches/ubuntu/quantal/ruby1.9.1/quantal

« back to all changes in this revision

Viewing changes to ext/tk/lib/tkextlib/SUPPORT_STATUS

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-09-24 19:16:17 UTC
  • mfrom: (1.1.8 upstream) (13.1.7 experimental)
  • Revision ID: james.westby@ubuntu.com-20110924191617-o1qz4rcmqjot8zuy
Tags: 1.9.3~rc1-1
* New upstream release: 1.9.3 RC1.
  + Includes load.c fixes. Closes: #639959.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
The following list shows *CURRENT* status when this file was modifyed
7
7
at last. If you want to add other Tcl/Tk extensions to the planed list
8
8
(or change its status position), please request them at the ruby-talk,
9
 
ruby-list, or ruby-dev ML. Although we cannot promise to support your 
10
 
requests, we'll try to do. 
 
9
ruby-list, or ruby-dev ML. Although we cannot promise to support your
 
10
requests, we'll try to do.
11
11
 
12
 
If you want to check that wrapper libraries are ready to use on your 
13
 
environment, please execute 'pkg_checker.rb' with no arguments. The 
 
12
If you want to check that wrapper libraries are ready to use on your
 
13
environment, please execute 'pkg_checker.rb' with no arguments. The
14
14
script may give you some hints about that.
15
15
 
16
16
 
17
17
  ***** IMPORTANT NOTE **********************************************
18
18
 
19
 
    'support' means that Ruby/Tk's wrapper libraries are released. 
 
19
    'support' means that Ruby/Tk's wrapper libraries are released.
20
20
    'not support' does *NOT* mean that the extension doesn't work
21
 
    on Ruby/Tk. 
 
21
    on Ruby/Tk.
22
22
 
23
23
    The version number of each extension means the latest version
24
 
    which is checked its feature. That is, it does NOT means only 
25
 
    version of working. Library files maybe include some features 
26
 
    which is included in the former version but removed from the 
27
 
    latest, and maybe able to support the later version then the 
 
24
    which is checked its feature. That is, it does NOT means only
 
25
    version of working. Library files maybe include some features
 
26
    which is included in the former version but removed from the
 
27
    latest, and maybe able to support the later version then the
28
28
    shown version.
29
29
 
30
 
    Even if the status of the extension is 'not support', you can 
31
 
    control the functions/widgets of the extension without wrapper 
32
 
    libraries by Tk.tk_call(), Tk.ip_eval(), and so on. 
 
30
    Even if the status of the extension is 'not support', you can
 
31
    control the functions/widgets of the extension without wrapper
 
32
    libraries by Tk.tk_call(), Tk.ip_eval(), and so on.
33
33
 
34
 
    If you cannot use installed Tcl/Tk extension, please check the 
35
 
    followings. 
 
34
    If you cannot use installed Tcl/Tk extension, please check the
 
35
    followings.
36
36
 
37
37
     (1) On your Tcl/Tk, does the extention work?
38
38
 
39
39
     (2) Do DLL libraries of the extension exist on DLL load-path?
40
40
         (See also "<ruby archive>/ext/tcltklib/README.ActiveTcl")
41
41
 
42
 
     (3) Is the Tcl library directory of the extension included in 
 
42
     (3) Is the Tcl library directory of the extension included in
43
43
         library search-path of the Tcl interpreter linked Ruby/Tk?
44
44
 
45
 
    The check results may request you to do some setup operations 
46
 
    before using the extension. If so, then please write the step 
47
 
    of setup oprations into the "setup.rb" file in the directory 
 
45
    The check results may request you to do some setup operations
 
46
    before using the extension. If so, then please write the step
 
47
    of setup oprations into the "setup.rb" file in the directory
48
48
    of the wrapper libraries for the extention (It is the wrapper
49
 
    libraries have the standard structure of the libraries in this 
50
 
    directory). The "setup" file is required before requiring the 
51
 
    Tcl library package (TkPackage.require(<libname>)). 
 
49
    libraries have the standard structure of the libraries in this
 
50
    directory). The "setup" file is required before requiring the
 
51
    Tcl library package (TkPackage.require(<libname>)).
52
52
 
53
53
  *******************************************************************
54
54
 
55
55
 
56
56
===< support with some examples (may be beta quality) >=======================
57
57
 
58
 
Tcllib       1.11.1  
 
58
Tcllib       1.11.1
59
59
Tklib        0.5     http://sourceforge.net/projects/tcllib      ==> tcllib
60
60
                       ( partial support; primary support target is Tklib)
61
61
 
78
78
 
79
79
 
80
80
BLT          2.4z    http://sourceforge.net/projects/blt
81
 
                        * see also tcltk-ext library on RAA 
 
81
                        * see also tcltk-ext library on RAA
82
82
                                (http://raa.ruby-lang.org/)
83
83
                      ==> blt
84
84
 
97
97
 
98
98
TclX         CVS/Hd(2008-12-15)
99
99
                     http://sourceforge.net/projects/tclx
100
 
                       ==> tclx (partial support; infox command and 
 
100
                       ==> tclx (partial support; infox command and
101
101
                                                   XPG/3 message catalogs only)
102
102
 
103
103
Trofs        0.4.4   http://math.nist.gov/~DPorter/tcltk/trofs/
129
129
===< not determined to supprt or not >========================================
130
130
 
131
131
Tix          ***     http://tixlibrary.sourceforge.net/
132
 
                        * see also tcltk-ext library on RAA 
 
132
                        * see also tcltk-ext library on RAA
133
133
                                (http://raa.ruby-lang.org/)
134
134
 
135
135
TkZinc       ***     http://www.tkzinc.org/
175
175
TclSOAP      ***     http://sourceforge.net/projects/tclsoap
176
176
 
177
177
Snack        ***     http://www.speech.kth.se/~kare/snack2.2.tar.gz
178
 
                        * use Snack for Ruby 
 
178
                        * use Snack for Ruby
179
179
                              (see http://rbsnack.sourceforge.net/)
180
180
 
181
181
Tcom         ***     http://www.vex.net/~cthuang/tcom/
191
191
 
192
192
===< tool (may not supprt) >==================================================
193
193
 
194
 
tbcload/tclcompiler 
 
194
tbcload/tclcompiler
195
195
             ***     http://www.tcl.tk/software/tclpro/
196
196
 
197
197