summaryrefslogtreecommitdiffstats
path: root/shell-term-fm/bash/DETAILS
blob: f89c236dc49cd5311f8eaa3179eb04dfae9215c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
           SPELL=bash
         VERSION=4.2
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
         SOURCE3=$SPELL-doc-3.2.tar.gz
         SOURCE4=$SOURCE3.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
  SOURCE3_URL[0]=$GNU_URL/$SPELL/$SOURCE3
  SOURCE4_URL[0]=${SOURCE3_URL[0]}.sig
      SOURCE_GPG="gnu.gpg:${SOURCE}.sig:UPSTREAM_KEY"
     SOURCE3_GPG="gnu.gpg:${SOURCE3}.sig:UPSTREAM_KEY"
  SOURCE2_IGNORE=signature
  SOURCE4_IGNORE=signature
        WEB_SITE=http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html
         ENTERED=20010922
      PATCHLEVEL=0
      LICENSE[0]=GPL2
        KEYWORDS="console"
           SHORT="Bourne Again SHell for the GNU operating system"
cat << EOF
bash - Shell of the GNU operating system.
Bash is an sh-compatible shell that incorporates useful features from
the Korn shell (ksh) and C shell (csh). It is intended to conform to the
IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard.
It offers functional improvements over sh for both programming and
interactive use; these include command line editing, unlimited size
command history, job control, shell functions and aliases, indexed
arrays of unlimited size, and integer arithmetic in any base from two to
sixty-four. In addition, most sh scripts can be run by Bash without
modification.
EOF