summaryrefslogtreecommitdiff
path: root/lang/clisp/DESCR
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-02 18:33:14 +0000
committerrillig <rillig>2005-09-02 18:33:14 +0000
commitccc25e2bf099b7de4547027f6dbe80a4680dd54a (patch)
tree0bb2ff4e496d8da85b58282422481b4d20567cc1 /lang/clisp/DESCR
parentd5ec1ab580549e4ba4e86445506cbf10d639e0f7 (diff)
downloadpkgsrc-ccc25e2bf099b7de4547027f6dbe80a4680dd54a.tar.gz
Replaced the DESCR with contents from the SUMMARY file of the distribution,
which is intended for exactly that kind of files. Fixes PR 31121.
Diffstat (limited to 'lang/clisp/DESCR')
-rw-r--r--lang/clisp/DESCR39
1 files changed, 13 insertions, 26 deletions
diff --git a/lang/clisp/DESCR b/lang/clisp/DESCR
index 95d845658dd..f6e4d547a79 100644
--- a/lang/clisp/DESCR
+++ b/lang/clisp/DESCR
@@ -1,27 +1,14 @@
-Common Lisp is
- * a convential programming language and an AI language
- * interactive
- * a Lisp for professional use
-
-Common Lisp CLISP
- * needs only 2 MB of memory
- * mostly implements the ANSI Common Lisp standard, as well as some
- extensions
- * can call your preferred editor
- * is freely distributable
-
-Common Lisp CLISP provides
- * an interpreter
- * a compiler which makes execution of programs 5 times faster
- * a debugger
- * all data types with unlimited size (the size need never be declared,
- the size of lists and arrays may be changed dynamically)
- * integers of arbitrary length, unlimited floating point number precision
- * An X11 interface is available through CLX, Garnet, CLUE/CLIO.
- * CLOS, a foreign language interface, sockets, i18n, and more.
-
+Common Lisp is a high-level, general-purpose programming language. GNU
+CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe
+University and Michael Stoll of Munich University, both in Germany.
+
+It mostly supports the Lisp described in the ANSI Common Lisp standard.
+It runs on microcomputers (Windows NT/2000/XP, Windows 95/98/ME) as well
+as on Unix workstations (Linux, SVR4, Sun4, DEC Alpha OSF, HP-UX, BeOS,
+NeXTstep, SGI, AIX and others) and needs only 2 MB of RAM.
+
+The user interface comes in German, English, French, Spanish, Dutch and
+Russian. GNU CLISP includes an interpreter, a compiler, a debugger,
+CLOS, a foreign language interface, sockets, i18n, fast bignums and
+more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU
CLISP runs Maxima, ACL2 and many other Common Lisp packages.
-
-It is Free Software and may be distributed under the terms of GNU GPL,
-while it is possible to distribute commercial applications compiled
-with CLISP.