Fit to 24 lines, add WWW: and my name.

This commit is contained in:
Alexander Langer 2002-05-28 19:37:41 +00:00
parent 9e379d9cad
commit 538437dcb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60221

View File

@ -19,23 +19,6 @@ 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:
----------------------------------------------------------
WWW: http://www.scsh.net/
1) When hitting C-d (end-of-file), scsh asks 100 times for
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
make the package. The FreeBSD port doesn't. The authors of scsh would
appreciate it if you do a `(cd work/scsh-0.4.4 && make .notify)` after
you build this package.
3) A symbolic link ${PREFIX}/share/doc/scsh to the documentation is
created.
4) Some basic description text files from the distribution base dir
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
- Alexander Langer <alex@FreeBSD.org>