A replacement for the standard console that comes with Tk, tkcon
provides many more features than the standard console and works on all
platforms where Tcl/Tk is available. It is meant primarily to aid one
when working with the little details inside Tcl and Tk and to give Unix
users the GUI console provided by default in the Mac and Windows Tk.
Features:
Command history.
Path (Unix style) / Proc / Variable name expansion.
Multiple and tabbed consoles, each with its own state.
Captures stdout and stderr to console window.
Hot errors (click on error result to see stack trace).
Electric character matching (a la emacs).
Electric proc highlighting.
Enhanced history searching.
Configurable Cut / Copy / Paste between windows.
Communication between consoles and other Tk interpreters.
fetch low-quality, except when 6 is matched in fmt_list -- in this
case we are sure that high-quality format is available
links provided, much tested by Henrikas Judickas <Henrikas.Judickas at
mif.stud.vu.lt>. Thanks!
ok jsg@
KirbyBase is a small, plain-text, DBMS written in Ruby. It can be used
in an embedded or client/server configuration. It aims to be as
"Ruby-ish" as possible. For example, queries are specified using Ruby
code blocks, rather than SQL strings.
From Clint Pachl <pachl@ecentryx.com>, thanks. And a few tweaks from me.
Okay bernd@.
- update license and PERMIT_* (after the discussions during p2k8 with
the devels they decieded to make it MIT licensed, great news!)
- plist change
- change to the new spaced equal-sign format
``Awesome, please go ahead'' bernd@.
* lowercase first char of COMMENT
* specify license version
* re-format DESCR
* don't lie in DESCR; xplanet doesn't do OpenGL/Mesa rendering (from stsp@, thanks!)
* regen PLIST and WANTLIB while here
ok robert@ (MAINTAINER)
structure that is passed to getservbyname_r(). Programs that use this
code die with a segfault.
from Andreas V?gele, who also sent it upstream, thanks!
ok ajacoutot@