system/ksh-openbsd: Updated for version 20141220.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eeb20dd03b
commit
9bb57a56d1
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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:
|
||||
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:
|
||||
|
|
Loading…
Reference in New Issue