New port: shells/oksh
oksh is the portable version of the OpenBSD Korn shell, a continuation of the Public Domain Korn Shell (PDKSH). Its command language is a superset of the sh(1) shell language. oksh is best known as the default user shell and /bin/sh on OpenBSD. WWW: https://devio.us/~bcallah/oksh/ PR: 225097 Submitted by: Brian Callahan <bcallah@openbsd.org>
This commit is contained in:
parent
391b64a00b
commit
86431e1c3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=458806
5 changed files with 31 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
SUBDIR += lshell
|
||||
SUBDIR += mksh
|
||||
SUBDIR += nologinmsg
|
||||
SUBDIR += oksh
|
||||
SUBDIR += osh
|
||||
SUBDIR += p5-Bash-Completion
|
||||
SUBDIR += p5-Shell-Perl
|
||||
|
|
19
shells/oksh/Makefile
Normal file
19
shells/oksh/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oksh
|
||||
DISTVERSION= 20180111
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= https://devio.us/~bcallah/oksh/
|
||||
|
||||
MAINTAINER= bcallah@openbsd.org
|
||||
COMMENT= Portable OpenBSD Korn shell
|
||||
|
||||
LICENSE= PD
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
3
shells/oksh/distinfo
Normal file
3
shells/oksh/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1515730754
|
||||
SHA256 (oksh-20180111.tar.gz) = c15652b503123dd542144c36f12a076fdb89b1fc4c6a8807ce1ec83fa1e0d797
|
||||
SIZE (oksh-20180111.tar.gz) = 295036
|
6
shells/oksh/pkg-descr
Normal file
6
shells/oksh/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
oksh is the portable version of the OpenBSD Korn shell, a continuation
|
||||
of the Public Domain Korn Shell (PDKSH). Its command language is a
|
||||
superset of the sh(1) shell language. oksh is best known as the
|
||||
default user shell and /bin/sh on OpenBSD.
|
||||
|
||||
WWW: https://devio.us/~bcallah/oksh/
|
2
shells/oksh/pkg-plist
Normal file
2
shells/oksh/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
@shell bin/oksh
|
||||
man/man1/oksh.1.gz
|
Loading…
Reference in a new issue