File:  [cvs.NetBSD.org] / pkgsrc / shells / etsh / PLIST
Revision 1.1: download - view: text, annotated - select for diffs
Mon Jul 4 08:31:43 2022 UTC (2 years, 9 months ago) by pin
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
shells/etsh: import package

Packaged in wip by Paolo Vincenzo Olivo.

Etsh provides two ports of the original /bin/sh from Version 6 (V6) UNIX
(circa 1975).

Etsh(1) is an enhanced, backward-compatible port of the V6 Thompson shell.
Tsh(1) is an unenhanced port of the shell, and glob(1) is a port of its
global command.  Together, tsh and glob provide a user interface which
is backward compatible with that provided by the V6 Thompson shell and
global command, but without the obvious enhancements found in etsh.

The original Thompson shell was principally written by Ken Thompson
of Bell Labs.

This package also includes the following shell utilities:

- if(1) - conditional command (ported from V6 UNIX)
- goto(1) - transfer command (ported from V6 UNIX)
- fd2(1) - redirect from/to file descriptor 2

@comment $NetBSD: PLIST,v 1.1 2022/07/04 08:31:43 pin Exp $
bin/etsh
bin/tsh
libexec/${PKGNAME}/README
libexec/${PKGNAME}/etsh/README
libexec/${PKGNAME}/etsh/SetP
libexec/${PKGNAME}/etsh/SetTandCTTY
libexec/${PKGNAME}/etsh/SetV
libexec/${PKGNAME}/etsh/etshdir
libexec/${PKGNAME}/etsh/history
libexec/${PKGNAME}/etsh/history.help
libexec/${PKGNAME}/etsh/pev
libexec/${PKGNAME}/tsh/README
libexec/${PKGNAME}/tsh/fd2
libexec/${PKGNAME}/tsh/glob
libexec/${PKGNAME}/tsh/goto
libexec/${PKGNAME}/tsh/if
man/man1/etsh.1
man/man1/fd2.1
man/man1/glob.1
man/man1/goto.1
man/man1/if.1
man/man1/tsh.1
share/doc/etsh/AUTHORS
share/doc/etsh/DEDICATIONS
share/doc/etsh/LICENSE
share/doc/etsh/NOTES
share/doc/etsh/PROJECT
share/doc/etsh/README
share/examples/etsh/.etsh.login
share/examples/etsh/.etsh.logout
share/examples/etsh/.etsh.prompt
share/examples/etsh/.etshrc
share/examples/etsh/etsh.etshrc
share/examples/etsh/etsh.login
share/examples/etsh/etsh.logout

CVSweb <webmaster@jp.NetBSD.org>