summaryrefslogtreecommitdiff
path: root/ext/tk/lib/tkextlib/SUPPORT_STATUS
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-01 09:38:53 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-07-01 09:38:53 +0000
commit18aad3084f09fdc7a9dff0d48fddea16fcf969ea (patch)
treeb8fcdf67f2058b43c0a7cf704bcd7e0a782eff7c /ext/tk/lib/tkextlib/SUPPORT_STATUS
parentb7a7c70c32ff503d9401b4d47263c5d5fa4e45d8 (diff)
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/tk/lib/tkextlib/SUPPORT_STATUS')
-rw-r--r--ext/tk/lib/tkextlib/SUPPORT_STATUS161
1 files changed, 161 insertions, 0 deletions
diff --git a/ext/tk/lib/tkextlib/SUPPORT_STATUS b/ext/tk/lib/tkextlib/SUPPORT_STATUS
new file mode 100644
index 0000000000..6cc5e15617
--- /dev/null
+++ b/ext/tk/lib/tkextlib/SUPPORT_STATUS
@@ -0,0 +1,161 @@
+
+ [ current support status of Tcl/Tk extensions ]
+
+The following list shows *CURRENT* status when this file was modifyed
+at last. If you want to add other Tcl/Tk extensions to the planed list
+(or change its status position), please request them at the ruby-talk,
+ruby-list, or ruby-dev ML. Although we cannot promise to support your
+requests, we'll try to do.
+
+If you want to check that wrapper libraries are ready to use on your
+environment, please execute 'pkg_checker.rb' with no arguments. The
+script may give you some hints about that.
+
+
+ ***** IMPORTANT NOTE **********************************************
+
+ 'support' means that Ruby/Tk's wrapper libraries are released.
+ 'not support' does *NOT* mean that the extension doesn't work
+ on Ruby/Tk.
+
+ Even if the status of the extension is 'not support', you can
+ control the functions/widgets of the extension without wrapper
+ libraries by Tk.tk_call(), Tk.ip_eval(), and so on.
+
+ If you cannot use installed Tcl/Tk extension, please check the
+ followings.
+
+ (1) On your Tcl/Tk, does the extention work?
+
+ (2) Do DLL libraries of the extension exist on DLL load-path?
+ (See also "<ruby archive>/ext/tcltklib/README.ActiveTcl")
+
+ (3) Is the Tcl library directory of the extension included in
+ library search-path of the Tcl interpreter linked Ruby/Tk?
+
+ The check results may request you to do some setup operations
+ before using the extension. If so, then please write the step
+ of setup oprations into the "setup.rb" file in the directory
+ of the wrapper libraries for the extention (It is the wrapper
+ libraries have the standard structure of the libraries in this
+ directory). The "setup" file is required before requiring the
+ Tcl library package (TkPackage.require(<libname>)).
+
+ *******************************************************************
+
+
+===< support with some examples (may be beta quality) >=======================
+
+Tcllib http://sf.net/projects/tcllib
+ ==> tcllib (partial support; Tklib part only)
+
+vu http://tktable.sourceforge.net ==> vu
+
+TkHTML http://www.hwaci.com/sw/tkhtml/index.html ==> tkHTML
+
+
+
+===< support (may be alpha or beta quality) >=================================
+
+TkImg http://sf.net/projects/tkimg ==> tkimg
+
+TkTreeCtrl http://tktreectrl.sourceforge.net/ ==> treectrl
+
+Tile http://tktable.sourceforge.net/tile/ ==> tile
+
+
+
+===< possibly support (not tested; alpha quality) >===========================
+
+TkTrans http://www2.cmp.uea.ac.uk/~fuzz/tktrans/default.html
+ ==> tktrans (win32 only)
+
+TkDND http://sourceforge.net/projects/tkdnd ==> tkDND
+
+ICONS http://www.satisoft.com/tcltk/icons/ ==> ICONS
+
+
+
+===< plan to support (alpha quality libraries may be included) >==============
+
+TclX http://sf.net/projects/tclx * may support Tk part only
+
+IncrTcl http://sf.net/projects/incrTcl * may support Tk part only
+
+IWidgets http://sf.net/projects/incrTcl
+
+TkTable http://sf.net/projects/tktable
+ * see http://www.korus.hu/~fery/ruby/tktable.rb
+
+BWidgets http://sf.net/projects/tcllib
+
+winico http://tktable.sourceforge.net
+
+
+
+===< not determined to supprt or not >========================================
+
+GraphViz http://www.graphviz.org/
+
+BLT http://sourceforge.net/projects/blt
+
+Tix http://tixlibrary.sourceforge.net/
+
+Tkgeomap http://tkgeomap.sourceforge.net/index.html
+
+XBit http://www.geocities.com/~chengye/
+
+TkZinc http://www.tkzinc.org/
+
+Wbc http://home.t-online.de/home/csaba.nemethi/
+
+Mentry http://home.t-online.de/home/csaba.nemethi/
+
+Tablelist http://home.t-online.de/home/csaba.nemethi/
+
+vfwtcl http://sourceforge.net/projects/avicaptcl
+
+QuickTimeTcl http://hem.fyristorg.com/matben/qt/
+
+ANIGIF http://cardtable.sourceforge.net/tcltk/
+
+IMG_ROTATE http://cardtable.sourceforge.net/tcltk/
+
+TclVfs http://sourceforge.net/projects/tclvfs/
+
+
+
+===< may not support (already exist, out of Ruby/Tk scope, and so on) >=======
+
+TkCon http://sf.net/projects/tkcon
+
+Expect http://sf.net/projects/expect
+
+TclXML http://sf.net/projects/tclxml
+
+TclXSLT http://sf.net/projects/tclxml
+
+TclDOM http://sf.net/projects/tclxml
+
+TclSOAP http://sf.net/projects/tclsoap
+
+Snack http://www.speech.kth.se/~kare/snack2.2.tar.gz
+ * use Snack for Ruby (see http://rbsnack.sourceforge.net/)
+
+Tcom http://www.vex.net/~cthuang/tcom/
+
+tDOM http://www.tdom.org
+
+Mk4tcl http://www.equi4.com/metakit/tcl.html
+
+Memchan http://memchan.sourceforge.net/
+
+
+
+===< tool (may not supprt) >==================================================
+
+tbcload/tclcompiler http://www.tcl.tk/software/tclpro/
+
+
+
+(End of List) \ No newline at end of file