summaryrefslogtreecommitdiff
path: root/lang/scsh/pkg-descr
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1998-12-02 23:50:37 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1998-12-02 23:50:37 +0000
commitc33964d4526e401b44d9fa2507546224184f60f5 (patch)
tree8447aa655669c25fe5c4dfd2c8c5a30844c7d5f6 /lang/scsh/pkg-descr
parentMore MASTER_SITES (diff)
More MASTER_SITES
Compacting DESCR Yes, I still plan to ELFify this one...
Notes
Notes: svn path=/head/; revision=15078
Diffstat (limited to '')
-rw-r--r--lang/scsh/pkg-descr23
1 files changed, 8 insertions, 15 deletions
diff --git a/lang/scsh/pkg-descr b/lang/scsh/pkg-descr
index 7df558d870dc..09275af3e65d 100644
--- a/lang/scsh/pkg-descr
+++ b/lang/scsh/pkg-descr
@@ -9,26 +9,21 @@ rules.
Scsh is also a full implementation of R4RS Scheme with some
non-standard behavior (required for scripting). As a result, a wide
-varity of exiting Scheme code can be used.
-
-The underlying Scheme implementation is a virtual machine for compact
-byte code.
+varity of exiting Scheme code can be used. The underlying Scheme
+implementation is a virtual machine for compact byte code.
The name of the installed program is "scsh", the manpage is scsh(1),
-other documentation is in (/usr/local/)lib/scsh/doc
-
-To load slib, install slib into /usr/local/lib/slib and run
-(load "slib-init.scm")
-in scsh. It requires no additional setup (paths or such).
-
-The emacs interface is in the original distribution in emacs/. For
-documentation see doc/user-guide.txt.
+other documentation is in (/usr/local/)lib/scsh/doc. To load slib,
+install slib into /usr/local/lib/slib and run (load "slib-init.scm")
+in scsh. It requires no additional setup (paths or such). The emacs
+interface is in the original distribution in emacs/. For documentation
+see doc/user-guide.txt.
Differences between FreeBSD port and generic scsh release:
----------------------------------------------------------
1) When hitting C-d (end-of-file), scsh asks 100 times for
-confirmation. I changed the default to do this just once. See constant
+confirmation. I changed the default to do this just once. Set constant
*y-or-n-eof-count* in scsh/rw.scm to change it.
2) The original scsh sends a mail to the scsh authors every time you
@@ -44,5 +39,3 @@ are copied to lib/doc. The emacs directory is copied into
lib/scsh/emacs. scsh's default is not to install these files.
5) Some /usr/tmp -> /var/tmp
-
-Martin Cracauer <cracauer@cons.org>