Update Tk (Tcl Toolkit) from 8.5.8 to 8.5.9. See announcement here:
http://groups.google.com/group/comp.lang.tcl/browse_thread/thread/a1c210fac876b137
This commit is contained in:
parent
6cbf220892
commit
1f7b5e583e
2 changed files with 28 additions and 25 deletions
45
tk85/PLIST
45
tk85/PLIST
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2009/11/17 23:40:44 bharder Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2010/09/11 04:47:04 bharder Exp $
|
||||
bin/wish
|
||||
bin/wish8.5
|
||||
include/tk.h
|
||||
|
@ -98,6 +98,7 @@ lib/tk8.5/demos/ttkmenu.tcl
|
|||
lib/tk8.5/demos/ttknote.tcl
|
||||
lib/tk8.5/demos/ttkpane.tcl
|
||||
lib/tk8.5/demos/ttkprogress.tcl
|
||||
lib/tk8.5/demos/ttkscale.tcl
|
||||
lib/tk8.5/demos/twind.tcl
|
||||
lib/tk8.5/demos/unicodeout.tcl
|
||||
lib/tk8.5/demos/vscale.tcl
|
||||
|
@ -171,6 +172,7 @@ lib/tk8.5/ttk/progress.tcl
|
|||
lib/tk8.5/ttk/scale.tcl
|
||||
lib/tk8.5/ttk/scrollbar.tcl
|
||||
lib/tk8.5/ttk/sizegrip.tcl
|
||||
lib/tk8.5/ttk/spinbox.tcl
|
||||
lib/tk8.5/ttk/treeview.tcl
|
||||
lib/tk8.5/ttk/ttk.tcl
|
||||
lib/tk8.5/ttk/utils.tcl
|
||||
|
@ -526,27 +528,28 @@ man/mann/tkerror.n
|
|||
man/mann/tkvars.n
|
||||
man/mann/tkwait.n
|
||||
man/mann/toplevel.n
|
||||
man/mann/ttk_button.n
|
||||
man/mann/ttk_checkbutton.n
|
||||
man/mann/ttk_combobox.n
|
||||
man/mann/ttk_entry.n
|
||||
man/mann/ttk_frame.n
|
||||
man/mann/ttk::button.n
|
||||
man/mann/ttk::checkbutton.n
|
||||
man/mann/ttk::combobox.n
|
||||
man/mann/ttk::entry.n
|
||||
man/mann/ttk::frame.n
|
||||
man/mann/ttk::intro.n
|
||||
man/mann/ttk::label.n
|
||||
man/mann/ttk::labelframe.n
|
||||
man/mann/ttk::menubutton.n
|
||||
man/mann/ttk::notebook.n
|
||||
man/mann/ttk::panedwindow.n
|
||||
man/mann/ttk::progressbar.n
|
||||
man/mann/ttk::radiobutton.n
|
||||
man/mann/ttk::scale.n
|
||||
man/mann/ttk::scrollbar.n
|
||||
man/mann/ttk::separator.n
|
||||
man/mann/ttk::sizegrip.n
|
||||
man/mann/ttk::spinbox.n
|
||||
man/mann/ttk::style.n
|
||||
man/mann/ttk::treeview.n
|
||||
man/mann/ttk::widget.n
|
||||
man/mann/ttk_image.n
|
||||
man/mann/ttk_intro.n
|
||||
man/mann/ttk_label.n
|
||||
man/mann/ttk_labelframe.n
|
||||
man/mann/ttk_menubutton.n
|
||||
man/mann/ttk_notebook.n
|
||||
man/mann/ttk_panedwindow.n
|
||||
man/mann/ttk_progressbar.n
|
||||
man/mann/ttk_radiobutton.n
|
||||
man/mann/ttk_scale.n
|
||||
man/mann/ttk_scrollbar.n
|
||||
man/mann/ttk_separator.n
|
||||
man/mann/ttk_sizegrip.n
|
||||
man/mann/ttk_style.n
|
||||
man/mann/ttk_treeview.n
|
||||
man/mann/ttk_vsapi.n
|
||||
man/mann/ttk_widget.n
|
||||
man/mann/winfo.n
|
||||
man/mann/wm.n
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2009/11/17 23:40:44 bharder Exp $
|
||||
$NetBSD: distinfo,v 1.4 2010/09/11 04:47:04 bharder Exp $
|
||||
|
||||
SHA1 (tk8.5.8-src.tar.gz) = ea13b9d0bf611c7671c488bc0b5f3f739ad7e399
|
||||
RMD160 (tk8.5.8-src.tar.gz) = 494a0d217ce6a81c10afb91b344c6110dd0986b0
|
||||
Size (tk8.5.8-src.tar.gz) = 3789533 bytes
|
||||
SHA1 (tk8.5.9-src.tar.gz) = 161a133e0b653d5fdf6fcff47bdbf768d73f3238
|
||||
RMD160 (tk8.5.9-src.tar.gz) = 8b3f1381fecf88fd2272690ec6786ec180ecb2fd
|
||||
Size (tk8.5.9-src.tar.gz) = 3825659 bytes
|
||||
|
|
Loading…
Reference in a new issue