- 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
|
in performance. In addition, "sh" scripts can be run on KSH-93
|
||||||
without modification.
|
without modification.
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
Flavors:
|
||||||
|
static - Build with statically linked binaries.
|
||||||
|
|
||||||
Available flavors:
|
WWW: ${HOMEPAGE}
|
||||||
static - link statically
|
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
Bash is the GNU Project's Bourne
|
Bash is the GNU Project's Bourne Again SHell, an interactive shell with
|
||||||
Again SHell, an interactive shell with Bourne shell syntax (/bin/sh);
|
Bourne shell syntax (/bin/sh); but also with interactive command line
|
||||||
but also with interactive command line editing, job control on
|
editing, job control on architectures that support it, Csh-like history
|
||||||
architectures that support it, Csh-like history features and brace
|
features and brace expansion, and a slew of other stuff. For more
|
||||||
expansion, and a slew of other stuff. For more information on the
|
information on the features of Bash that are new to this type of shell,
|
||||||
features of Bash that are new to this type of shell, see the file
|
see the file `documentation/features.texi'. There is also a processed DVI
|
||||||
`documentation/features.texi'. There is also a processed DVI file
|
file there, as well as a large man page.
|
||||||
there, as well as a large man page.
|
|
||||||
|
Flavors:
|
||||||
|
static - Build with statically linked binaries.
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
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
|
Bash is intended to be a conformant implementation of the IEEE POSIX
|
||||||
Shell and Tools specification (IEEE Working Group 1003.2).
|
Shell and Tools specification (IEEE Working Group 1003.2).
|
||||||
|
|
||||||
|
Flavors:
|
||||||
|
static - Build with statically linked binaries.
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
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,
|
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 is derived from Byron Rakitzis's public domain
|
||||||
implementation of rc.
|
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.
|
the source code, and do not place any restrictions on its distribution.
|
||||||
We would appreciate it if any distributions do credit the authors.
|
We would appreciate it if any distributions do credit the authors.
|
||||||
|
|
||||||
Enjoy!
|
Flavors:
|
||||||
|
static - Build with statically linked binaries.
|
||||||
-- Paul Haahr & Byron Rakitzis
|
|
||||||
|
@ -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
|
in order to cope with the problem of missing shared libraries or
|
||||||
important executable.
|
important executable.
|
||||||
|
|
||||||
|
Flavors:
|
||||||
|
static - Build with statically linked binaries.
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
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"
|
COMMENT= "Unix shell embedded into Scheme"
|
||||||
|
|
||||||
DISTNAME= scsh-0.5.3
|
DISTNAME= scsh-0.5.3
|
||||||
CATEGORIES= shells lang
|
CATEGORIES= shells lang
|
||||||
NEED_VERSION= 1.402
|
NEED_VERSION= 1.500
|
||||||
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/
|
MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/
|
||||||
|
|
||||||
PERMIT_PACKAGE_CDROM= "required to notify authors"
|
PERMIT_PACKAGE_CDROM= "required to notify authors"
|
||||||
@ -13,17 +13,16 @@ PERMIT_DISTFILES_CDROM= "required to notify authors"
|
|||||||
PERMIT_DISTFILES_FTP= Yes
|
PERMIT_DISTFILES_FTP= Yes
|
||||||
|
|
||||||
CONFIGURE_STYLE= gnu dest
|
CONFIGURE_STYLE= gnu dest
|
||||||
|
CONFIGURE_ENV= TMPDIR="/var/tmp"
|
||||||
|
|
||||||
ALL_TARGET= enough
|
ALL_TARGET= enough
|
||||||
|
|
||||||
STRIP=
|
|
||||||
|
|
||||||
DOCS= README RELEASE NEWS COPYING
|
DOCS= README RELEASE NEWS COPYING
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scsh
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/scsh
|
||||||
mv ${PREFIX}/lib/scsh/doc/* ${PREFIX}/share/doc/scsh
|
@mv ${PREFIX}/lib/scsh/doc/* ${PREFIX}/share/doc/scsh
|
||||||
rmdir ${PREFIX}/lib/scsh/doc
|
@rm -rf ${PREFIX}/lib/scsh/doc
|
||||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/scsh
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/scsh
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.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
|
The underlying Scheme implementation is a virtual machine for compact
|
||||||
byte code.
|
byte code.
|
||||||
|
|
||||||
The name of the installed program is "scsh", the manpage is scsh(1),
|
To load slib, install slib into ${PREFIX}/lib/slib and run (load
|
||||||
other documentation is in (/usr/local/)lib/scsh/doc
|
"slib-init.scm") in scsh. It requires no additional setup (paths or
|
||||||
|
such).
|
||||||
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
|
The emacs interface is in the original distribution in emacs/. For
|
||||||
documentation see doc/user-guide.txt.
|
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.
|
lib/scsh/emacs. scsh's default is not to install these files.
|
||||||
|
|
||||||
5) Some /usr/tmp -> /var/tmp
|
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"
|
COMMENT= "extended C-shell with many useful features"
|
||||||
|
|
||||||
DISTNAME= ${PKGNAME:R}
|
DISTNAME= ${PKGNAME:R}
|
||||||
PKGNAME= tcsh-6.10.00
|
PKGNAME= tcsh-6.10.00
|
||||||
CATEGORIES= shells
|
CATEGORIES= shells
|
||||||
NEED_VERSION= 1.384
|
NEED_VERSION= 1.500
|
||||||
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
||||||
http://www2.wbs.ne.jp/~znc/tcsh/
|
|
||||||
|
|
||||||
MAINTAINER= Brad Smith <brad@openbsd.org>
|
MAINTAINER= Brad Smith <brad@openbsd.org>
|
||||||
|
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
TCSH is an extended C-shell with many useful features like
|
TCSH is an extended C-shell with many useful features like
|
||||||
filename completion, history editing, etc.
|
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
|
globbing, features to make C-shell (csh) users feel more at home and
|
||||||
extra features drawn from tcsh (another `custom' shell).
|
extra features drawn from tcsh (another `custom' shell).
|
||||||
|
|
||||||
|
Flavors:
|
||||||
|
static - Build with statically linked binaries.
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
WWW: ${HOMEPAGE}
|
||||||
|
Loading…
Reference in New Issue
Block a user