You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
5bc6083bd8
The ksh community has rejected the past few years' worth of development that led to the release of ksh 2020.0.0 (currently available in the ksh and ksh-devel ports). That work has been moved to a branch in the upstream repo and its master has been reverted to ksh93u+, with no plans for major further development. The developer who brought us ksh2020 no longer plans to continue its development either. Reopens: https://trac.macports.org/ticket/32182 Reopens: https://trac.macports.org/ticket/43392
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
PortSystem 1.0
|
|
|
|
name pdksh
|
|
version 5.2.14
|
|
conflicts ksh ksh-devel ksh93
|
|
categories shells
|
|
maintainers nomaintainer
|
|
license public-domain
|
|
|
|
description A Public Domain clone of ksh
|
|
long_description \
|
|
At the moment, it has most of the ksh88 features, not much of \
|
|
the ksh93 features, and a number of its own features. pdksh was \
|
|
initially created by Eric Gisin using Charles Forsyth's public \
|
|
domain V7 shell as a base as well as parts of the BRL shell. \
|
|
Since then a number of people have maintained and contributed to it
|
|
|
|
platforms darwin
|
|
homepage https://web.archive.org/web/20160918190548/http://www.cs.mun.ca/~michael/pdksh/
|
|
master_sites ftp://gd.tuwien.ac.at/utils/shells/pdk \
|
|
ftp://ftp.lip6.fr/pub/unix/shells/pdksh/
|
|
checksums rmd160 3ecb47ac7c7fc43445806a68c740c94278e2368f \
|
|
sha256 ab15bcdd50f291edc632bca351b2edce5405d4f2ce3854d3d548d721ab9bbfa6 \
|
|
size 480107
|
|
|
|
configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man
|
|
destroot.destdir prefix=${destroot}${prefix}
|
|
patchfiles patch-siglist.sh.diff patch-Makefile.in.diff
|