aboutsummaryrefslogtreecommitdiff
path: root/shells/oksh/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* shells/oksh: update to 7.5Piotr Kubaj2024-04-111-1/+1
|
* shells/oksh: update to 7.4Piotr Kubaj2023-11-201-1/+1
|
* shells/oksh: update to 7.3 and add SMALL optionPiotr Kubaj2023-04-201-2/+4
|
* shells/oksh: update to 7.2Piotr Kubaj2022-10-301-1/+1
|
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* shells/oksh: take maintainershipPiotr Kubaj2022-08-251-1/+1
|
* *: Return unused portsTobias Kortkamp2022-08-251-1/+1
|
* shells/oksh: Update to 7.1Tobias Kortkamp2022-05-031-1/+1
| | | | https://github.com/ibara/oksh/releases/tag/oksh-7.1
* shells/oksh: Update to 7.0Tobias Kortkamp2021-10-121-4/+21
| | | | | | - Add a static flavor and install in /rescue same as editors/mg@static Changes: https://github.com/ibara/oksh/releases/tag/oksh-7.0
* shells/oksh: Update to 6.9Tobias Kortkamp2021-05-011-1/+1
| | | | Changes: https://github.com/ibara/oksh/releases/tag/oksh-6.9
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* shells/oksh: Update to 6.8.1Tobias Kortkamp2021-01-181-2/+2
| | | | Notes: svn path=/head/; revision=561918
* Reset MAINTAINERTobias Kortkamp2020-09-281-1/+1
| | | | Notes: svn path=/head/; revision=550400
* shells/oksh: Update to 6.7Tobias Kortkamp2020-05-031-5/+1
| | | | Notes: svn path=/head/; revision=533739
* shells/oksh: Update to 6.6Tobias Kortkamp2019-10-211-1/+1
| | | | Notes: svn path=/head/; revision=515105
* shells/oksh: Update to 6.5Tobias Kortkamp2019-06-171-4/+5
| | | | | | | | | | Also assign to myself. PR: 238640 Approved by: bcallah@openbsd.org (maintainer) Notes: svn path=/head/; revision=504420
* shells/oksh: Convert to options helpersTobias Kortkamp2019-02-011-13/+5
| | | | Notes: svn path=/head/; revision=491793
* shells/oksh: update to 20181009Steve Wills2018-10-111-2/+20
| | | | | | | | | | While here, add static and curses options PR: 232127 Submitted by: Brian Callahan <bcallah@openbsd.org> (maintainer) Notes: svn path=/head/; revision=481781
* shells/oksh: Update to 20180401Tobias Kortkamp2018-04-061-1/+1
| | | | | | | | | | | This release matches the version of bin/ksh shipped with OpenBSD 6.3 PR: 227311 Submitted by: bcallah@openbsd.org (maintainer) MFH: 2018Q2 Notes: svn path=/head/; revision=466613
* New port: shells/okshTobias Kortkamp2018-01-121-0/+19
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> Notes: svn path=/head/; revision=458806