summaryrefslogtreecommitdiffstats
path: root/editors/gawk/DETAILS
blob: a35b654278ba5c5e3fdbeedd2b9f14af1e435d6c (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
           SPELL=gawk
         VERSION=4.0.0
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/$SPELL/$SOURCE2
      SOURCE_GPG=gnu.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/gawk/gawk.html
      LICENSE[0]=GPL
         ENTERED=20010922
        KEYWORDS="editors"
           SHORT="free version of awk"
cat << EOF
gawk - Free version of awk
gawk performs simple data reformatting tasks, such as making changes in
various text files whenever certain patterns appear or extracting data
from parts of certain lines while discarding the rest, with just a few
lines of code. It provides several useful extensions not found in other
implementations. It is upwardly compatible with the latest POSIX
specification of awk.
EOF