summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kennedy <mkennedy@gentoo.org>2005-03-20 10:08:47 +0000
committerMatthew Kennedy <mkennedy@gentoo.org>2005-03-20 10:08:47 +0000
commit79b4518ffd27d39563a2efb3458f574ad424c61f (patch)
tree2add321d90cd3946406007b1cf33f941da153810 /dev-lisp/cl-ltk/metadata.xml
parentPackage-Manager: portage-2.0.51.19 (diff)
downloadhistorical-79b4518ffd27d39563a2efb3458f574ad424c61f.tar.gz
historical-79b4518ffd27d39563a2efb3458f574ad424c61f.tar.bz2
historical-79b4518ffd27d39563a2efb3458f574ad424c61f.zip
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lisp/cl-ltk/metadata.xml')
-rw-r--r--dev-lisp/cl-ltk/metadata.xml29
1 files changed, 12 insertions, 17 deletions
diff --git a/dev-lisp/cl-ltk/metadata.xml b/dev-lisp/cl-ltk/metadata.xml
index 2376935ae6b1..31f9fc2a2ddb 100644
--- a/dev-lisp/cl-ltk/metadata.xml
+++ b/dev-lisp/cl-ltk/metadata.xml
@@ -3,24 +3,19 @@
<pkgmetadata>
<herd>common-lisp</herd>
<longdescription>
-Linedit is a readline-style library written in Common Lisp that
-provides customizable line-editing features, licensed under a
-MIT-style license.
+LTK is a Common Lisp binding for the Tk graphics toolkit. It does not require
+any Tk knowledge for its usage. As it is written in pure Lisp, it is highly
+portable.
-Linedit uses UFFI for foreign bindings, so it is a least theoretically
-portable, though REPL-wrapping is currently SBCL specific. Features
+The main objective for Ltk was to create a GUI library which is portable across
+different operating systems and Common Lisp implementations. Furthermore it
+should be easy to set up. So with the exception of one single function, the
+whole code of ltk is pure ANSI Common Lisp. No external programs besides a
+standard installation of tcl/tk are required.
- * single-line text reader
- * multi-line form reader
- * completions on packages and symbols in current image
- * completions on directories and filenames
- * apropos-word and describe-word
- * unlimited undo
- * unlimited kill-ring
- * unlimited history
- * multiple histories
- * use in REPL on SBCL
- * paging
- * fully customizable in CL
+Ltk supports the following Lisp systems: Allegro, CMUCL, CLisp, ECL, LispWorks,
+OpenMCL, SBCL. Ltk was successfully tested using Lispworks, CLisp, CMUCL, SBCL
+under Linux and Lispworks, CLisp, and SBCL using Mac Os X, CLisp, Allegro and
+Lispworks using Windows.
</longdescription>
</pkgmetadata>