aboutsummaryrefslogtreecommitdiff
path: root/shells/oksh
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-01-12 07:47:30 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-01-12 07:47:30 +0000
commit86431e1c3cac229c824bf377cb399d192dc468bc (patch)
treeb8b86b6dd5394c12174630578f71dd26aad37af6 /shells/oksh
parent391b64a00b2e8733118f41a2b8c885cebc3057b4 (diff)
downloadports-86431e1c3cac229c824bf377cb399d192dc468bc.tar.gz
ports-86431e1c3cac229c824bf377cb399d192dc468bc.zip
Notes
Diffstat (limited to 'shells/oksh')
-rw-r--r--shells/oksh/Makefile19
-rw-r--r--shells/oksh/distinfo3
-rw-r--r--shells/oksh/pkg-descr6
-rw-r--r--shells/oksh/pkg-plist2
4 files changed, 30 insertions, 0 deletions
diff --git a/shells/oksh/Makefile b/shells/oksh/Makefile
new file mode 100644
index 000000000000..66cda3453370
--- /dev/null
+++ b/shells/oksh/Makefile
@@ -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>
diff --git a/shells/oksh/distinfo b/shells/oksh/distinfo
new file mode 100644
index 000000000000..339b620838b8
--- /dev/null
+++ b/shells/oksh/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1515730754
+SHA256 (oksh-20180111.tar.gz) = c15652b503123dd542144c36f12a076fdb89b1fc4c6a8807ce1ec83fa1e0d797
+SIZE (oksh-20180111.tar.gz) = 295036
diff --git a/shells/oksh/pkg-descr b/shells/oksh/pkg-descr
new file mode 100644
index 000000000000..8f3effff6e32
--- /dev/null
+++ b/shells/oksh/pkg-descr
@@ -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/
diff --git a/shells/oksh/pkg-plist b/shells/oksh/pkg-plist
new file mode 100644
index 000000000000..8f57ec3d719c
--- /dev/null
+++ b/shells/oksh/pkg-plist
@@ -0,0 +1,2 @@
+@shell bin/oksh
+man/man1/oksh.1.gz