summaryrefslogtreecommitdiff
path: root/shells/scsh
diff options
context:
space:
mode:
authorwiz <wiz>2000-08-11 01:07:45 +0000
committerwiz <wiz>2000-08-11 01:07:45 +0000
commitb315ec6a0e7976a864b6e638684875dff4553cdd (patch)
tree61a4b821a3d41eb58b4ea1f9a30c2bb342ddaf2f /shells/scsh
parent3fc5965132dd764f2e5664d397df5b8a546a0f58 (diff)
downloadpkgsrc-b315ec6a0e7976a864b6e638684875dff4553cdd.tar.gz
Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
Diffstat (limited to 'shells/scsh')
-rw-r--r--shells/scsh/pkg/DESCR23
1 files changed, 0 insertions, 23 deletions
diff --git a/shells/scsh/pkg/DESCR b/shells/scsh/pkg/DESCR
index 7df558d870d..03cda1fcaa0 100644
--- a/shells/scsh/pkg/DESCR
+++ b/shells/scsh/pkg/DESCR
@@ -23,26 +23,3 @@ 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
-*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
-
-Martin Cracauer <cracauer@cons.org>