diff options
author | cracauer <cracauer@FreeBSD.org> | 1998-12-03 07:50:37 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 1998-12-03 07:50:37 +0800 |
commit | bd404abf0d8d8db7387925229a0683e7af862de2 (patch) | |
tree | 5cccecab6dc0bfb90e66ad99281a80edf49a3a13 /lang/scsh/pkg-descr | |
parent | d4269bbab7af23ebcf48bd23d64be2e6e0f8907d (diff) | |
download | freebsd-ports-gnome-bd404abf0d8d8db7387925229a0683e7af862de2.tar.gz freebsd-ports-gnome-bd404abf0d8d8db7387925229a0683e7af862de2.tar.zst freebsd-ports-gnome-bd404abf0d8d8db7387925229a0683e7af862de2.zip |
More MASTER_SITES
Compacting DESCR
Yes, I still plan to ELFify this one...
Diffstat (limited to 'lang/scsh/pkg-descr')
-rw-r--r-- | lang/scsh/pkg-descr | 23 |
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> |