mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
More MASTER_SITES
Compacting DESCR Yes, I still plan to ELFify this one...
This commit is contained in:
parent
066d2e3865
commit
c33964d452
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15078
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user