Date: Fri, 12 Jan 2018 07:47:30 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458806 - in head/shells: . oksh Message-ID: <201801120747.w0C7lU4m098821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Jan 12 07:47:30 2018 New Revision: 458806 URL: https://svnweb.freebsd.org/changeset/ports/458806 Log: 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> Added: head/shells/oksh/ head/shells/oksh/Makefile (contents, props changed) head/shells/oksh/distinfo (contents, props changed) head/shells/oksh/pkg-descr (contents, props changed) head/shells/oksh/pkg-plist (contents, props changed) Modified: head/shells/Makefile Modified: head/shells/Makefile ============================================================================== --- head/shells/Makefile Fri Jan 12 06:36:36 2018 (r458805) +++ head/shells/Makefile Fri Jan 12 07:47:30 2018 (r458806) @@ -25,6 +25,7 @@ SUBDIR += lshell SUBDIR += mksh SUBDIR += nologinmsg + SUBDIR += oksh SUBDIR += osh SUBDIR += p5-Bash-Completion SUBDIR += p5-Shell-Perl Added: head/shells/oksh/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/oksh/Makefile Fri Jan 12 07:47:30 2018 (r458806) @@ -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> Added: head/shells/oksh/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/oksh/distinfo Fri Jan 12 07:47:30 2018 (r458806) @@ -0,0 +1,3 @@ +TIMESTAMP = 1515730754 +SHA256 (oksh-20180111.tar.gz) = c15652b503123dd542144c36f12a076fdb89b1fc4c6a8807ce1ec83fa1e0d797 +SIZE (oksh-20180111.tar.gz) = 295036 Added: head/shells/oksh/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/oksh/pkg-descr Fri Jan 12 07:47:30 2018 (r458806) @@ -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/ Added: head/shells/oksh/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/shells/oksh/pkg-plist Fri Jan 12 07:47:30 2018 (r458806) @@ -0,0 +1,2 @@ +@shell bin/oksh +man/man1/oksh.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801120747.w0C7lU4m098821>