From 9bb57a56d1f1af22d8d497277f2ecbc52f2ac833 Mon Sep 17 00:00:00 2001 From: LEVAI Daniel Date: Sun, 21 Dec 2014 09:08:11 +0700 Subject: system/ksh-openbsd: Updated for version 20141220. Signed-off-by: Willy Sudiarto Raharjo --- system/ksh-openbsd/README | 20 +++++++------------- system/ksh-openbsd/ksh-openbsd.SlackBuild | 7 ++++--- system/ksh-openbsd/ksh-openbsd.info | 6 +++--- system/ksh-openbsd/slack-desc | 8 ++++---- 4 files changed, 18 insertions(+), 23 deletions(-) (limited to 'system/ksh-openbsd') diff --git a/system/ksh-openbsd/README b/system/ksh-openbsd/README index 56d8252f8e..8c23245a83 100644 --- a/system/ksh-openbsd/README +++ b/system/ksh-openbsd/README @@ -1,14 +1,8 @@ -This package is a patched version of the OpenBSD ksh, which is based on -the original PD-ksh, but heavily modified and maintained by OpenBSD -developers. "Patched" means ported to Linux. -You can download the source package from a mirror listed in the -slackbuild's info file, or you can always checkout the latest source -from OpenBSD's repository. +This package is a patched version of the OpenBSD ksh ported to Linux, which is +based on the original PD-ksh, but heavily modified and maintained by OpenBSD +developers. +"Patched" means it contains modifications outside of the OpenBSD tree (and +besides the Linux port bits). -PD-ksh is a clone of the AT&T Korn shell. - -PD-ksh has most of the ksh88 features, not much of the ksh93 features, -and a number of its own features. It is free and quite portable - you -should be able to compile it easily on pretty much any unix box. -The vi editing mode is better (IMHO) than that of ksh88 or ksh93 -(command/file completion using tab (optional), less buggy). +See the Changelog.ksh-openbsd and the homepage for more information about the +changes: https://github.com/levaidaniel/ksh-openbsd diff --git a/system/ksh-openbsd/ksh-openbsd.SlackBuild b/system/ksh-openbsd/ksh-openbsd.SlackBuild index 649de5cbf5..3f5efc18a8 100644 --- a/system/ksh-openbsd/ksh-openbsd.SlackBuild +++ b/system/ksh-openbsd/ksh-openbsd.SlackBuild @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (c) 2010-2013 LEVAI Daniel +# Copyright (c) 2010-2014 LEVAI Daniel # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -28,7 +28,7 @@ # Build script for the Linux port of OpenBSD's ksh PRGNAM=ksh-openbsd -VERSION=${VERSION:-20140729} +VERSION=${VERSION:-20141220} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,8 +84,9 @@ gzip -9 $PKG/usr/man/man1/pdksh.1 mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - INSTALL LEGAL NOTES PROJECTS README \ + Changelog.ksh-openbsd INSTALL LEGAL NOTES PROJECTS README \ $PKG/usr/doc/$PRGNAM-$VERSION +cp $CWD/README $PKG/usr/doc/$PRGNAM-$VERSION/README.ksh-openbsd cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/system/ksh-openbsd/ksh-openbsd.info b/system/ksh-openbsd/ksh-openbsd.info index 43269ff077..e3f96584bb 100644 --- a/system/ksh-openbsd/ksh-openbsd.info +++ b/system/ksh-openbsd/ksh-openbsd.info @@ -1,8 +1,8 @@ PRGNAM="ksh-openbsd" -VERSION="20140729" +VERSION="20141220" HOMEPAGE="https://github.com/levaidaniel/ksh-openbsd" -DOWNLOAD="https://github.com/levaidaniel/ksh-openbsd/archive/20140729.tar.gz" -MD5SUM="354ac71d07ea37d8c40a07ec640bce45" +DOWNLOAD="https://github.com/levaidaniel/ksh-openbsd/archive/20141220.tar.gz" +MD5SUM="74fa6c5476fad36dfc4dedc72de40b9c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libbsd" diff --git a/system/ksh-openbsd/slack-desc b/system/ksh-openbsd/slack-desc index 3a18a7bc7b..8ed3b1d342 100644 --- a/system/ksh-openbsd/slack-desc +++ b/system/ksh-openbsd/slack-desc @@ -8,12 +8,12 @@ |-----handy-ruler------------------------------------------------------| ksh-openbsd: ksh-openbsd (OpenBSD ksh ported to Linux) ksh-openbsd: -ksh-openbsd: This package is a patched and ported version of the OpenBSD ksh, +ksh-openbsd: This package is a patched version of the OpenBSD ksh ported to Linux, ksh-openbsd: which is based on the original PD-ksh, but heavily modified and ksh-openbsd: maintained by OpenBSD developers. -ksh-openbsd: "Ported" means ported to Linux. "Patched" means it includes patches -ksh-openbsd: (improvements, bug fixes) separate from the OpenBSD tree. -ksh-openbsd: +ksh-openbsd: "Patched" means it contains modifications (improvements, bug fixes) +ksh-openbsd: separate from the OpenBSD tree (and besides the Linux port bits). ksh-openbsd: +ksh-openbsd: Homepage: https://github.com/levaidaniel/ksh-openbsd ksh-openbsd: ksh-openbsd: -- cgit v1.2.3-80-g2a13