summaryrefslogtreecommitdiff
path: root/lang/librep
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-10-19 02:00:49 +0000
committerjlam <jlam@pkgsrc.org>2000-10-19 02:00:49 +0000
commit075fb7ee1f88d9257ad72a7f0d104b9124ebcc45 (patch)
tree407186af08c7aface3126042306e7a0cacd8da3d /lang/librep
parent878ed232c17b68e3b792d9b8d2ac89f9b9ec52f7 (diff)
downloadpkgsrc-075fb7ee1f88d9257ad72a7f0d104b9124ebcc45.tar.gz
Remove unnecessary comment about being able to compile librep on
Solaris and Linux.
Diffstat (limited to 'lang/librep')
-rw-r--r--lang/librep/pkg/DESCR9
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/librep/pkg/DESCR b/lang/librep/pkg/DESCR
index 7b49a9033b7..b7a1d6b1470 100644
--- a/lang/librep/pkg/DESCR
+++ b/lang/librep/pkg/DESCR
@@ -1,7 +1,4 @@
librep is an Emacs Lisp-like runtime library for UNIX. It contains a
-LISP interpreter, byte-code compiler and virtual machine.
-Applications may use the LISP interpreter as an extension language, or
-it may be used for standalone scripts.
-
-It is known to compile on at least Solaris/sparc and Linux/ix86; it is
-released under the terms of the GNU GPL, copyright John Harper
+LISP interpreter, byte-code compiler and virtual machine. Applications
+may use the LISP interpreter as an extension language, or it may be used
+for standalone scripts.