added dependencies libtasn1 and iso-codes
[v4hn_moonbase.git] / shells / sash / DETAILS
bloba746bf545416e06052af6970fa11aa11ca1c66ca
1           MODULE=sash
2          VERSION=3.7
3         #VERSION=3.6
4           SOURCE=$MODULE-$VERSION.tar.gz
5          SOURCE2=$MODULE-$VERSION-readline-plus-1.patch.bz2
6    SOURCE_URL[0]=http://www.pcug.org.au/~dbell/programs/
7   SOURCE2_URL[0]=$PATCH_URL
8         WEB_SITE=http://www.pcug.org.au/~dbell
9          ENTERED=20020526
10          UPDATED=20040119
11       MAINTAINER=tchan@lunar-linux.org
12            SHORT="stand-alone shell with many built-in commands"
13 cat << EOF
14 sash - Stand Alone SHell
15 The purpose of this program is to make system recovery possible in
16 many cases where there are missing shared libraries or executables.
17 It does this by firstly being linked statically, and secondly by
18 including versions of many of the standard utilities within itself.
19 Patched to include some GNU Readline features:
20 1. The TAB key for command and filename completion.
21 2. The keys Ctrl-N and Ctrl-P for a command history.
22 Further patched to include the chroot, pivot_root, and losetup functions.
23 Simple shell variable expansion support has also been added.
24 EOF