./shells/eltclsh, Interactive TCL shell with editline facilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q2, Version: 1.9nb7, Package name: eltclsh-1.9nb7, Maintainer: pkgsrc-users

eltclsh (editline tcl shell) is an interactive shell for the TCL
programming language. It provides command line editing, history browsing
as well as variables and command completion thanks to editline
features. The completion engine is programmable in a way similar to tcsh,
and comes with an programmed completion for the whole TCL language by
default.

The package also provides elwish, an interactive interpreter for the Tk
toolkit.



Package options: tk

Master sites:

SHA1: 4c85fc6927c3fc4359316e9265460a8747972a0d
RMD160: 8bee0288bc458845b5384272164df48e2e7e0b03
Filesize: 334.628 KB

Version history: (Expand)


CVS history: (Expand)


   2021-06-27 12:13:27 by Benny Siegert | Files touched by this commit (2)
Log message:
Pullup ticket #6473 - requested by nia
shells/eltclsh: build fix

Revisions pulled up:
- shells/eltclsh/distinfo                                       1.6
- shells/eltclsh/patches/patch-src_Makefile.in                  1.1

---
   Module Name:	pkgsrc
   Committed By:	nia
   Date:		Sun Jun 27 05:56:02 UTC 2021

   Modified Files:
   	pkgsrc/shells/eltclsh: distinfo
   Added Files:
   	pkgsrc/shells/eltclsh/patches: patch-src_Makefile.in

   Log message:
   eltclsh: Avoid infinite loop in build, PR pkg/56259