21 Commits

Author SHA1 Message Date
pascal
e6a7d15cfa Update to ksh 1.0.4. 2022-10-22 12:32:27 +00:00
pascal
862bc2c8c3 Update to ksh 1.0.3. 2022-08-26 13:07:16 +00:00
pascal
0377bf4f47 Update to ksh 1.0.2. 2022-08-08 10:35:56 +00:00
pascal
84bc78667b Update to ksh 1.0.1. 2022-08-05 11:18:33 +00:00
pascal
cb0ee1a097 Update to ksh 1.0.0. 2022-08-01 21:17:52 +00:00
naddy
bd7e170ab3 drop RCS Ids 2022-03-11 19:54:24 +00:00
pascal
e081cd89e2 Update to ksh93 1.0.0-beta2.
Development is now taking place at https://github.com/ksh93/ksh/, with this
version already being far ahead of the nine-year-old AT&T release we
currently have.
2021-12-27 13:06:29 +00:00
cwen
4d06e3df61 ksh93: mark BROKEN on powerpc
libast fails to build on hashalloc.c/tokscan.c, as seen on powerpc64. While
here make the BROKEN-powerpc64 line portcheck(1) compliant (trailing
whitespace, length > 80 chars).
2021-02-20 20:15:29 +00:00
jasper
8e6b218497 mark broken on powerpc64: libast fails to build on hashalloc.c/tokscan.c 2021-01-23 14:16:36 +00:00
naddy
7ab397505a Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. 2019-07-14 00:39:34 +00:00
sthen
924f6ff5dd mirror the distfiles, zap stray whitespace while there 2018-07-19 10:48:23 +00:00
pascal
0b978a1b8c Explicitly add -lm when linking to libshell.a. Fixes the build on armv7.
Patch by Markus Hennecke, thanks!
2018-05-01 08:37:50 +00:00
visa
58b0885f73 Remove BROKEN-mips64. The comment about libast is stale,
and the port builds fine.
2017-08-18 12:44:11 +00:00
sthen
1fd01381f4 unbreak with clang 32-bit arches, from libast upstream via freebsd 2017-08-11 12:35:48 +00:00
pascal
b01174ae9b Update my mail address. 2016-05-07 12:40:56 +00:00
pascal
315b407384 Fix use of /etc/ksh_audit on i386. Problem reported by Stefan Klein. 2014-07-11 20:55:40 +00:00
ajacoutot
539eeef333 distfiles.bsdfrog.org: http -> https 2013-10-01 09:07:14 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
1cf8b76d84 mark BROKEN-mips64, libast doesn't build and we have no idea how or why.
ok pascal@ (MAINTAINER)
2013-01-03 18:29:07 +00:00
pascal
a184b38a9d Fix on hppa, found by landry@. And while here, likewise for powerpc. 2012-11-01 19:49:22 +00:00
pascal
9cdbc3902c Import shells/ksh93.
KSH-93 is the most recent version of the KornShell Language described
in "The KornShell Command and Programming Language," by Morris
Bolsky and David Korn of AT&T Bell Laboratories.  The KornShell is
a shell programming language, which is upward compatible with "sh"
(the Bourne Shell), and is intended to conform to the IEEE P1003.2/ISO
9945.2 Shell and Utilities standard.  KSH-93 provides an enhanced
programming environment in addition to the major command-entry
features of the BSD shell "csh".  With KSH-93, medium-sized programming
tasks can be performed at shell-level without a significant loss
in performance.  In addition, "sh" scripts can be run on KSH-93
without modification.

Distfile mirrored by aja@ (thanks!); import requested by and ok rpe@.
2012-10-13 15:11:51 +00:00