summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2014-12-21 09:08:11 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-12-21 09:08:11 +0700
commit9bb57a56d1f1af22d8d497277f2ecbc52f2ac833 (patch)
treec4a249809ffef6a4826f0d5291d7ae44151bf1e7
parenteeb20dd03b1a9a8623152d599712e847a91718b1 (diff)
downloadslackbuilds-9bb57a56d.tar.gz
slackbuilds-9bb57a56d.tar.xz
system/ksh-openbsd: Updated for version 20141220.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/ksh-openbsd/README20
-rw-r--r--system/ksh-openbsd/ksh-openbsd.SlackBuild7
-rw-r--r--system/ksh-openbsd/ksh-openbsd.info6
-rw-r--r--system/ksh-openbsd/slack-desc8
4 files changed, 18 insertions, 23 deletions
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: