mksh: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-03-08 18:31:24 +00:00
parent fca99b6484
commit e135c5f630
Signed by: tb
GPG Key ID: 42F8B4E30B673606
4 changed files with 0 additions and 37 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root bin/
-rwxr-xr-x root/root bin/mksh
drwxr-xr-x root/root etc/
-rw-r--r-- root/root etc/mkshrc
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/mksh.1.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3/v+FXutwcTsa7NfRFwf6KkBxImK7sijyyIfy+4FdNW932g3Ch5+crPLK4GgJk/iBQ57OSI1V7hHhI11BBKMLQ4=
SHA256 (Pkgfile) = e8a95aab1d497cff6dc6d138aa3f8abc9de8c6814f2cd5ee3e8e6baaf6cf24f1
SHA256 (.footprint) = dab27860e5f8aaaca226ea0379540970ffeb7e4f3653f9c3dbc02443e6fc45e2
SHA256 (mksh-R59c.tgz) = 77ae1665a337f1c48c61d6b961db3e52119b38e58884d1c89684af31f87bc506

View File

@ -1,18 +0,0 @@
# Description: The MirBSD Korn Shell
# URL: http://www.mirbsd.org/mksh.htm
# Maintainer: John Vogel, jvogel4 at stny dot rr dot com
name=mksh
version=R59c
release=1
source=(https://www.mirbsd.org/MirOS/dist/mir/$name/$name-$version.tgz)
build() {
cd $name
sh Build.sh -r
install -D -m 0755 $name $PKG/bin/$name
install -D -m 0644 $name.1 $PKG/usr/share/man/man1/$name.1
install -D -m 0644 dot.${name}rc $PKG/etc/${name}rc
}

View File

@ -1,5 +0,0 @@
#!/bin/sh
if ! grep mksh /etc/shells > /dev/null 2>&1; then
echo "Adding mksh to /etc/shells ..."
echo "/bin/mksh" >> /etc/shells
fi