Package: osh Version: 12 Revision: 3 Description: V6 Thompson Shell Port License: BSD Maintainer: Jack Fink Source: http://v6shell.org/src/%n-20150115.tar.gz Source-MD5: 14f49cf7e9bc74db86c8fcb5be840e5c UseMaxBuildJobs: true PatchScript: perl -pi -e 's|libexec/\$\(OSH_VERSION\)|lib/%n|' Makefile CompileScript: make PREFIX=%p all InstallScript: make PREFIX=%p DESTDIR=%d install # Testsuite must be run with package installed and as a non-root user # InfoTest: TestScript: make check || exit 2 DocFiles: AUTHORS CHANGES* DEDICATIONS LICENSE NOTES PROJECT README DescDetail: << The osh project provides two ports of the original /bin/sh from Sixth Edition (V6) UNIX (circa 1975). J.A. Neitzel develops and maintains this project. Osh(1) is an enhanced, backward-compatible port of the Sixth Edition Thompson shell. Sh6(1) is an unenhanced port of the shell, and glob6(1) is a port of its global command. Together, sh6 and glob6 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. Additionally, this project includes the following shell utilities: if(1) - conditional command (ported from Sixth Edition UNIX) goto(1) - transfer command (ported from Sixth Edition UNIX) fd2(1) - redirect from/to file descriptor 2 << Homepage: http://v6shell.org