mksh: update to R50f

This commit is contained in:
Ypnose 2015-04-20 12:26:43 +02:00
parent 333adb732d
commit 5002a3e389
3 changed files with 11 additions and 16 deletions

View file

@ -12,7 +12,7 @@ if any are found. We don't think so though.)
All paths are relative to The MirOS Project's CVS repository. All paths are relative to The MirOS Project's CVS repository.
The following files form The MirBSD Korn Shell R49: The following files form The MirBSD Korn Shell R50j-current:
- build system - build system
* mksh/Build.sh * mksh/Build.sh
- testsuite driver - testsuite driver
@ -22,7 +22,6 @@ The following files form The MirBSD Korn Shell R49:
- configuration with/and code examples - configuration with/and code examples
* mksh/dot.mkshrc * mksh/dot.mkshrc
* contrib/hosted/tg/assockit.ksh * contrib/hosted/tg/assockit.ksh
* contrib/hosted/tg/deb/mksh/debian/.mkshrc
* contrib/hosted/tg/uhr * contrib/hosted/tg/uhr
- documentation - documentation
* mksh/lksh.1 * mksh/lksh.1
@ -51,8 +50,6 @@ The following files form The MirBSD Korn Shell R49:
* mksh/var_spec.h * mksh/var_spec.h
- upstream provided packaging - upstream provided packaging
* mksh/mksh.ico (application icon resource) * mksh/mksh.ico (application icon resource)
* contrib/hosted/tg/deb/mksh/debian/** (Debian)
(except "printf.c" and "uhr")
* mksh/Makefile (MirBSD only, not part of mksh) * mksh/Makefile (MirBSD only, not part of mksh)
* ports/shells/mksh/DEINSTALL * ports/shells/mksh/DEINSTALL
* ports/shells/mksh/DESCR (official) * ports/shells/mksh/DESCR (official)
@ -71,10 +68,8 @@ The following files form The MirBSD Korn Shell R49:
* www/src/mksh_old.hts (supplemental webpage) * www/src/mksh_old.hts (supplemental webpage)
All of these files are covered by The MirOS Licence (Appendix A) ex- All of these files are covered by The MirOS Licence (Appendix A) ex-
cept the upstream provided packaging, some of which were copied from cept the application icon resource, the terms for that are listed in
other places (specifically some of the Debian packaging) and most of Appendix D.
which do not require a copyright licence. Appendix D lists the terms
for the application icon resource.
The creator of mksh acknowledges the contributions of several people The creator of mksh acknowledges the contributions of several people
to the Public Domain Korn Shell as well as suggestions and work from to the Public Domain Korn Shell as well as suggestions and work from
@ -126,7 +121,7 @@ Appendix A - The MirOS Licence (OSI approved)
The MirBSD Korn Shell (mksh) is The MirBSD Korn Shell (mksh) is
Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
2011, 2012, 2013, 2014 2011, 2012, 2013, 2014, 2015
Thorsten "mirabilos" Glaser <tg@mirbsd.org> Thorsten "mirabilos" Glaser <tg@mirbsd.org>
All rights reserved. All rights reserved.
@ -245,4 +240,4 @@ possible, the text shown above is to be included.
__________________________________________________________________ __________________________________________________________________
$MirOS: www/files/TaC-mksh.txt,v 1.20 2014/01/11 19:49:55 tg Exp $ $MirOS: www/files/TaC-mksh.txt,v 1.23 2015/01/02 13:54:22 tg Exp $

View file

@ -44,7 +44,7 @@
-.\" with -mandoc, it might implement .Mx itself, but we want to -.\" with -mandoc, it might implement .Mx itself, but we want to
-.\" use our own definition. And .Dd must come *first*, always. -.\" use our own definition. And .Dd must come *first*, always.
-.\" -.\"
-.Dd $Mdocdate: March 1 2015 $ -.Dd $Mdocdate: April 12 2015 $
-.\" -.\"
-.\" Check which macro package we use, and do other -mdoc setup. -.\" Check which macro package we use, and do other -mdoc setup.
-.\" -.\"
@ -117,7 +117,7 @@
-.. -..
-.\} -.\}
-.\"- -.\"-
+.Dd March 1 2015 +.Dd April 12 2015
.Dt MKSH 1 .Dt MKSH 1
.Os MirBSD .Os MirBSD
.Sh NAME .Sh NAME

View file

@ -1,7 +1,7 @@
# Template file for 'mksh' # Template file for 'mksh'
pkgname=mksh pkgname=mksh
version=R50e version=R50f
revision=3 revision=1
wrksrc=mksh wrksrc=mksh
build_pie=yes build_pie=yes
register_shell="/bin/mksh" register_shell="/bin/mksh"
@ -9,8 +9,8 @@ short_desc="The MirBSD Korn Shell"
maintainer="Ypnose <linuxienATlegtuxDOTorg>" maintainer="Ypnose <linuxienATlegtuxDOTorg>"
homepage="https://www.mirbsd.org/mksh.htm" homepage="https://www.mirbsd.org/mksh.htm"
license="MirOS" license="MirOS"
distfiles="https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$version.tgz" distfiles="https://www.mirbsd.org/MirOS/dist/mir/${pkgname}/${pkgname}-${version}.tgz"
checksum=ad3c148769d08cf934a96be2837599ba9db355f38a8f49c7bc8876b80d2e08da checksum=74e051ce92ece9555d91505b956572f64668fc88c5ccabee742099e7f29a2bcb
build_options="static" build_options="static"