diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 1998-12-02 23:50:37 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 1998-12-02 23:50:37 +0000 |
commit | c33964d4526e401b44d9fa2507546224184f60f5 (patch) | |
tree | 8447aa655669c25fe5c4dfd2c8c5a30844c7d5f6 /shells | |
parent | 066d2e3865c4092eb1b8b4fce5f35515ffe6877a (diff) | |
download | ports-c33964d4526e401b44d9fa2507546224184f60f5.tar.gz ports-c33964d4526e401b44d9fa2507546224184f60f5.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scsh/Makefile | 6 | ||||
-rw-r--r-- | shells/scsh/pkg-descr | 23 |
2 files changed, 12 insertions, 17 deletions
diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index 8abc40aaca3d..fe1f9dab4804 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -3,12 +3,14 @@ # Date created: Jul, 15, 1997 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.4 1997/07/15 15:00:30 cracauer Exp $ +# $Id: Makefile,v 1.5 1998/09/29 02:37:14 jseger Exp $ # DISTNAME= scsh-0.5.1 CATEGORIES= shells lang -MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ +MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ \ + http://www2.cons.org:8000/freebsd-distfiles/ \ + http://www.freebsd.org/~cracauer/freebsd-distfiles/ MAINTAINER= cracauer@cons.org diff --git a/shells/scsh/pkg-descr b/shells/scsh/pkg-descr index 7df558d870dc..09275af3e65d 100644 --- a/shells/scsh/pkg-descr +++ b/shells/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> |