tklib 0.5-2 source package in Ubuntu

Changelog

tklib (0.5-2) unstable; urgency=low

  * Added tcllib in recommended dependencies because some modules (widget)
    don't work without modules from tcllib (snit).
  * Fixed script which generates documentation index (newer doctool adds
    class attribute which broke the script).
  * Added a short description of two modules added to Tklib in 0.5 version.

tklib (0.5-1) experimental; urgency=low

  * New upstream release.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  29 Apr 2009 12:14:17 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Karmic
Original maintainer:
Sergei Golovan
Architectures:
all
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Karmic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
tklib_0.5.orig.tar.gz 3.9 MiB d3d65fa4306f2da83115cb924c42ade3dc7bb0024f3bc9d40be9a56506af3a9a
tklib_0.5-2.diff.gz 8.6 KiB 3855942f3ed02bf5c62028a118642a1fcac5fc7985f0cbdffd498b9acf571d88
tklib_0.5-2.dsc 1019 bytes bb2bfa76016d37888521c01fb4b700e2b1c05386be39b53152527793b6a4347f

Available diffs

View changes file

Binary packages built by this source

tklib: standard Tk Library

 Tklib, the standard Tk library, is a collection of common utility
 functions and widgets all written in pure Tcl/Tk.
 .
 Modules included:
   autoscroll: automatically maps scrollbars when they are needed;
   canvas: provides a canvas with map background based on square tiles;
   chatwidget: a composite widget for chat applications;
   crosshair: provides commands to (de)activate and track crosshairs;
              on canvas widgets;
   ctext: a text widget with syntax highlighting support;
   cursor: provides a few cursor routines;
   datefield: an entry widget for the purpose of date entry;
   Diagrams: helps drawing diagrams, like flowcharts;
   getstring: a dialog which prompts for a string input;
   history: provides a history for mechanism for entry widgets;
   ico: provides functions for reading and writing windows icons;
   ipentry: a widget for the entering of an IP address;
   khim: provides key bindings for entering international
         characters on a keyboard that does not support them;
   ntext: provides alternative bindings for the Text widget;
   Plotchart: provides simple plotting and charting commands;
   style: provides simple theming using Tk options;
   swaplist: a dialog which allows one to move options between two lists;
   tablelist: a multicolumn listbox widget;
   tkpiechart: 2D or 3D pie chart object in a canvas;
   tooltip: provides tooltips for Tk widgets;
   widget: a set of megawidgets based on snit system.