- rename checksums files
- fixup DESCR's - document ports that have static FLAVORs in their DESCR's - remove unnecessary patch from scsh and use CONFIGURE_ENV option instead
This commit is contained in:
parent
888ee53f31
commit
4666e436ee
@ -10,7 +10,7 @@ tasks can be performed at shell-level without a significant loss
|
||||
in performance. In addition, "sh" scripts can be run on KSH-93
|
||||
without modification.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
Flavors:
|
||||
static - Build with statically linked binaries.
|
||||
|
||||
Available flavors:
|
||||
static - link statically
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,10 +1,12 @@
|
||||
Bash is the GNU Project's Bourne
|
||||
Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
|
||||
but also with interactive command line editing, job control on
|
||||
architectures that support it, Csh-like history features and brace
|
||||
expansion, and a slew of other stuff. For more information on the
|
||||
features of Bash that are new to this type of shell, see the file
|
||||
`documentation/features.texi'. There is also a processed DVI file
|
||||
there, as well as a large man page.
|
||||
Bash is the GNU Project's Bourne Again SHell, an interactive shell with
|
||||
Bourne shell syntax (/bin/sh); but also with interactive command line
|
||||
editing, job control on architectures that support it, Csh-like history
|
||||
features and brace expansion, and a slew of other stuff. For more
|
||||
information on the features of Bash that are new to this type of shell,
|
||||
see the file `documentation/features.texi'. There is also a processed DVI
|
||||
file there, as well as a large man page.
|
||||
|
||||
Flavors:
|
||||
static - Build with statically linked binaries.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -6,4 +6,7 @@ features from the Korn and C shells (ksh and csh).
|
||||
Bash is intended to be a conformant implementation of the IEEE POSIX
|
||||
Shell and Tools specification (IEEE Working Group 1003.2).
|
||||
|
||||
Flavors:
|
||||
static - Build with statically linked binaries.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,13 +1,12 @@
|
||||
Es is an extensible shell. The language was derived from the Plan 9
|
||||
Es is an extensible shell. The language was derived from the Plan 9
|
||||
shell, rc, and was influenced by functional programming languages,
|
||||
such as Scheme, and the Tcl embeddable programming language. This
|
||||
such as Scheme, and the Tcl embeddable programming language. This
|
||||
implementation is derived from Byron Rakitzis's public domain
|
||||
implementation of rc.
|
||||
|
||||
Es is in the public domain. We hold no copyrights or patents on
|
||||
Es is in the public domain. We hold no copyrights or patents on
|
||||
the source code, and do not place any restrictions on its distribution.
|
||||
We would appreciate it if any distributions do credit the authors.
|
||||
|
||||
Enjoy!
|
||||
|
||||
-- Paul Haahr & Byron Rakitzis
|
||||
Flavors:
|
||||
static - Build with statically linked binaries.
|
||||
|
@ -5,4 +5,7 @@ from certain types of system failures. In particular, it was created
|
||||
in order to cope with the problem of missing shared libraries or
|
||||
important executable.
|
||||
|
||||
Flavors:
|
||||
static - Build with statically linked binaries.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2001/10/28 13:05:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2002/01/18 17:21:14 brad Exp $
|
||||
|
||||
COMMENT= "Unix shell embedded into Scheme"
|
||||
|
||||
DISTNAME= scsh-0.5.3
|
||||
CATEGORIES= shells lang
|
||||
NEED_VERSION= 1.402
|
||||
NEED_VERSION= 1.500
|
||||
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/
|
||||
|
||||
PERMIT_PACKAGE_CDROM= "required to notify authors"
|
||||
@ -13,17 +13,16 @@ PERMIT_DISTFILES_CDROM= "required to notify authors"
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu dest
|
||||
CONFIGURE_ENV= TMPDIR="/var/tmp"
|
||||
|
||||
ALL_TARGET= enough
|
||||
|
||||
STRIP=
|
||||
|
||||
DOCS= README RELEASE NEWS COPYING
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scsh
|
||||
mv ${PREFIX}/lib/scsh/doc/* ${PREFIX}/share/doc/scsh
|
||||
rmdir ${PREFIX}/lib/scsh/doc
|
||||
@mv ${PREFIX}/lib/scsh/doc/* ${PREFIX}/share/doc/scsh
|
||||
@rm -rf ${PREFIX}/lib/scsh/doc
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/scsh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2001/09/04 23:26:31 lebel Exp $
|
||||
--- configure.orig Sun May 27 19:55:01 2001
|
||||
+++ configure Mon Sep 3 22:30:07 2001
|
||||
@@ -1211,7 +1211,7 @@ else
|
||||
fi
|
||||
|
||||
AR=${AR-"ar cq"}
|
||||
-TMPDIR=${TMPDIR-"/usr/tmp"}
|
||||
+TMPDIR=${TMPDIR-"/var/tmp"}
|
||||
|
||||
case "$host" in
|
||||
|
@ -14,12 +14,9 @@ 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).
|
||||
To load slib, install slib into ${PREFIX}/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.
|
||||
@ -44,5 +41,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>
|
||||
|
@ -1,13 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2001/04/04 01:44:51 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2002/01/18 17:21:14 brad Exp $
|
||||
|
||||
COMMENT= "extended C-shell with many useful features"
|
||||
|
||||
DISTNAME= ${PKGNAME:R}
|
||||
PKGNAME= tcsh-6.10.00
|
||||
CATEGORIES= shells
|
||||
NEED_VERSION= 1.384
|
||||
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
|
||||
http://www2.wbs.ne.jp/~znc/tcsh/
|
||||
NEED_VERSION= 1.500
|
||||
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
||||
|
||||
MAINTAINER= Brad Smith <brad@openbsd.org>
|
||||
|
||||
|
@ -1,2 +1,5 @@
|
||||
TCSH is an extended C-shell with many useful features like
|
||||
filename completion, history editing, etc.
|
||||
|
||||
Flavors:
|
||||
static - Build with statically linked binaries.
|
||||
|
@ -5,4 +5,7 @@ command-line editor, options for customising its behaviour, filename
|
||||
globbing, features to make C-shell (csh) users feel more at home and
|
||||
extra features drawn from tcsh (another `custom' shell).
|
||||
|
||||
Flavors:
|
||||
static - Build with statically linked binaries.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
Loading…
Reference in New Issue
Block a user