Remove shells/osh. Replaced by shells/etsh.

This commit is contained in:
bcallah 2018-04-23 21:55:55 +00:00
parent 23311f58ec
commit 353bdfeed0
4 changed files with 0 additions and 83 deletions

View File

@ -1,41 +0,0 @@
# $OpenBSD: Makefile,v 1.12 2017/05/26 21:27:10 pascal Exp $
COMMENT = Sixth Edition UNIX Shell
V = 4.3.2
DISTNAME = osh-$V
EPOCH = 0
SUBST_VARS += V
CATEGORIES = shells
HOMEPAGE = http://v6shell.org
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
# BSD
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = c
MASTER_SITES = ${HOMEPAGE}/src/
MAKE_FLAGS = SYSCONFDIR="${SYSCONFDIR}" PREFIX="${TRUEPREFIX}" \
BINGRP="-g ${BINGRP}" MANGRP="-g ${MANGRP}" \
BINMODE="-m ${BINMODE}" MANMODE="-m ${MANMODE}" \
MANDIR="${PREFIX}/man/man1"
TEST_TARGET = check
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/osh
${INSTALL_DATA} ${WRKSRC}/examples/etc.osh.login \
${PREFIX}/share/examples/osh/osh.login
${INSTALL_DATA} ${WRKSRC}/examples/etc.osh.logout \
${PREFIX}/share/examples/osh/osh.logout
${INSTALL_DATA} ${WRKSRC}/examples/etc.osh.oshrc \
${PREFIX}/share/examples/osh/osh.oshrc
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
SHA256 (osh-4.3.2.tar.gz) = YSOyTNh+cMv5nybOXeqZKr7ffk8MatlkhTQnkZtH3Mc=
SIZE (osh-4.3.2.tar.gz) = 138180

View File

@ -1,9 +0,0 @@
Osh(1) is an enhanced, backward-compatible port of the Sixth Edition
Thompson shell. Sh6(1) is an unenhanced port of the shell, and
glob(1) is a port of its global command. Together, sh6 and glob
provide a user interface which is backward compatible with that
provided by the Sixth Edition Thompson shell and global command,
but without the obvious enhancements found in osh.
The original Thompson shell was principally written by Ken Thompson
of Bell Labs.

View File

@ -1,31 +0,0 @@
@comment $OpenBSD: PLIST,v 1.5 2017/01/28 21:54:34 pascal Exp $
@conflict omake-*
@shell bin/osh
@shell bin/sh6
libexec/osh-${V}/
libexec/osh-${V}/README
libexec/osh-${V}/osh/
libexec/osh-${V}/osh/README
libexec/osh-${V}/osh/SetTandCTTY
libexec/osh-${V}/osh/history
libexec/osh-${V}/osh/history.help
libexec/osh-${V}/osh/oshdir
libexec/osh-${V}/sh6/
libexec/osh-${V}/sh6/README
@bin libexec/osh-${V}/sh6/fd2
@bin libexec/osh-${V}/sh6/glob
@bin libexec/osh-${V}/sh6/goto
@bin libexec/osh-${V}/sh6/if
@man man/man1/fd2.1
@man man/man1/glob.1
@man man/man1/goto.1
@man man/man1/if.1
@man man/man1/osh.1
@man man/man1/sh6.1
share/examples/osh/
share/examples/osh/osh.login
@sample ${SYSCONFDIR}/osh.login
share/examples/osh/osh.logout
@sample ${SYSCONFDIR}/osh.logout
share/examples/osh/osh.oshrc
@sample ${SYSCONFDIR}/osh.oshrc