Port details |
- oksh Portable OpenBSD Korn shell
- 7.5,1 shells =2 7.5,1Version of this port present on the latest quarterly branch.
- Maintainer: pkubaj@FreeBSD.org
- Port Added: 2018-01-12 07:47:39
- Last Update: 2024-04-11 21:38:37
- Commit Hash: 0f94bb4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: PD
- WWW:
- https://github.com/ibara/oksh
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- To install the port:
- cd /usr/ports/shells/oksh/ && make install clean
- To add the package, run one of these commands:
- pkg install shells/oksh
- pkg install oksh
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: oksh
- Package flavors (<flavor>: <package>)
- dynamic: oksh
- static: oksh-static
- distinfo:
- TIMESTAMP = 1712852421
SHA256 (oksh-7.5.tar.gz) = 40b895c3f8e9311bfe2b230e9b3786712550ef488ced33bfd7cd3f89fceeed5d
SIZE (oksh-7.5.tar.gz) = 308742
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for oksh-7.5,1:
CURSES=on: Use ncurses for screen clearing routines
SMALL=off: Create smaller oksh binary
===> Use 'make config' to modify these settings
- Options name:
- shells_oksh
- USES:
- ncurses
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.5,1 11 Apr 2024 21:38:37 |
Piotr Kubaj (pkubaj) |
shells/oksh: update to 7.5 |
7.4,1 20 Nov 2023 14:32:05 |
Piotr Kubaj (pkubaj) |
shells/oksh: update to 7.4 |
7.3,1 20 Apr 2023 01:53:09 |
Piotr Kubaj (pkubaj) |
shells/oksh: update to 7.3 and add SMALL option |
7.2,1 30 Oct 2022 18:59:45 |
Piotr Kubaj (pkubaj) |
shells/oksh: update to 7.2 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
7.1,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
7.1,1 25 Aug 2022 21:55:59 |
Piotr Kubaj (pkubaj) |
shells/oksh: take maintainership |
7.1,1 25 Aug 2022 21:16:21 |
Tobias Kortkamp (tobik) |
*: Return unused ports |
7.1,1 03 May 2022 08:00:33 |
Tobias Kortkamp (tobik) |
shells/oksh: Update to 7.1
https://github.com/ibara/oksh/releases/tag/oksh-7.1 |
7.0,1 12 Oct 2021 15:01:33 |
Tobias Kortkamp (tobik) |
shells/oksh: Update to 7.0
- Add a static flavor and install in /rescue same as editors/mg@static
Changes: https://github.com/ibara/oksh/releases/tag/oksh-7.0 |
6.9,1 01 May 2021 17:55:51 |
Tobias Kortkamp (tobik) |
shells/oksh: Update to 6.9
Changes: https://github.com/ibara/oksh/releases/tag/oksh-6.9 |
6.8.1,1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
6.8.1,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.8.1,1 18 Jan 2021 14:28:13 |
tobik |
shells/oksh: Update to 6.8.1 |
6.7,1 28 Sep 2020 05:05:25 |
tobik |
Reset MAINTAINER |
6.7,1 03 May 2020 03:23:10 |
tobik |
shells/oksh: Update to 6.7 |
6.6,1 21 Oct 2019 13:44:21 |
tobik |
shells/oksh: Update to 6.6 |
6.5,1 17 Jun 2019 13:29:23 |
tobik |
shells/oksh: Update to 6.5
Also assign to myself.
PR: 238640
Approved by: bcallah@openbsd.org (maintainer) |
20181009 01 Feb 2019 06:11:19 |
tobik |
shells/oksh: Convert to options helpers |
20181009 11 Oct 2018 02:33:20 |
swills |
shells/oksh: update to 20181009
While here, add static and curses options
PR: 232127
Submitted by: Brian Callahan <bcallah@openbsd.org> (maintainer) |
20180401 06 Apr 2018 03:58:41 |
tobik |
shells/oksh: Update to 20180401
This release matches the version of bin/ksh shipped with OpenBSD 6.3
PR: 227311
Submitted by: bcallah@openbsd.org (maintainer)
MFH: 2018Q2 |
20180111 12 Jan 2018 07:47:30 |
tobik |
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> |