diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-20 10:07:00 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2005-03-20 10:07:00 +0000 |
commit | 8bdc01aa2a1e76ff8ba9dc013e5690e2ba4dc3eb (patch) | |
tree | 3a2249d569945391fea49ed80fc34b0b038c1ad1 /dev-lisp/cl-ltk | |
parent | (Portage version: 2.0.51.19) (Manifest recommit) (diff) | |
download | gentoo-2-8bdc01aa2a1e76ff8ba9dc013e5690e2ba4dc3eb.tar.gz gentoo-2-8bdc01aa2a1e76ff8ba9dc013e5690e2ba4dc3eb.tar.bz2 gentoo-2-8bdc01aa2a1e76ff8ba9dc013e5690e2ba4dc3eb.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-lisp/cl-ltk')
-rw-r--r-- | dev-lisp/cl-ltk/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lisp/cl-ltk/metadata.xml | 29 |
2 files changed, 16 insertions, 18 deletions
diff --git a/dev-lisp/cl-ltk/ChangeLog b/dev-lisp/cl-ltk/ChangeLog index 464bdac243fd..9816dca7f7c2 100644 --- a/dev-lisp/cl-ltk/ChangeLog +++ b/dev-lisp/cl-ltk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/cl-ltk # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/ChangeLog,v 1.5 2005/02/03 00:01:16 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-ltk/ChangeLog,v 1.6 2005/03/20 10:07:00 mkennedy Exp $ + + 20 Mar 2005; Matthew Kennedy <mkennedy@gentoo.org> metadata.xml: + Corrected metadata.xml *cl-ltk-0.8.7 (02 Feb 2005) 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> |