Path to this page:
./
devel/tclreadline,
GNU Readline library for interactive tcl shells
Branch: CURRENT,
Version: 2.1.0nb4,
Package name: tclreadline-2.1.0nb4,
Maintainer: pkgsrc-usersThe tclreadline package makes the GNU Readline library available for
interactive tcl shells. This includes history expansion and file/command
completion. Command completion for all tcl/tk commands is provided and
commmand completers for user defined commands can be easily added.
tclreadline can also be used for tcl scripts which want to use a shell
like input interface. In this case the ::tclreadline::readline
read command has to be called explicitly.
Required to run:[
lang/tcl] [
devel/readline]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 156.778 KB
Version history: (Expand)
- (2019-01-22) Updated to version: tclreadline-2.1.0nb4
- (2017-11-23) Package has been reborn
- (2014-01-11) Updated to version: tclreadline-2.1.0nb3
- (2013-10-17) Updated to version: tclreadline-2.1.0nb2
- (2012-08-22) Updated to version: tclreadline-2.1.0nb1
- (2010-03-13) Package added to pkgsrc.se, version tclreadline-2.1.0 (created)
CVS history: (Expand)
2025-03-03 21:29:32 by Thomas Klausner | Files touched by this commit (54) |
Log message:
*: reset MAINTAINER
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-03-20 12:58:37 by Nia Alarie | Files touched by this commit (640) |
Log message:
*: Convert broken sourceforge HOMEPAGEs back to http
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2019-01-22 15:08:48 by Havard Eidnes | Files touched by this commit (4) |
Log message:
Fix this so that it works again:
* needs real readline, otherwise rl_extend_line_buffer is undefined
* add a patch eliminating two FREE() calls which cause crashes
* add required "package require tclreadline" to tclshrc example file
Bump PKGREVISION.
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2015-12-29 05:54:40 by David A. Holland | Files touched by this commit (61) |
Log message:
Whitespace.
|