summaryrefslogtreecommitdiffstats
path: root/devel/bison/DETAILS
blob: 2a4781ec10f2b22348b0db800c7ded88c63334f8 (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
           SPELL=bison
         VERSION=2.5
          SOURCE=$SPELL-$VERSION.tar.bz2
         SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
   SOURCE_URL[1]=http://ftp.gnu.org/gnu/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.sig
  SOURCE2_URL[1]=${SOURCE_URL[1]}.sig
      SOURCE_GPG=bison.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.gnu.org/software/bison/
         ENTERED=20010922
      LICENSE[0]=GPL
        KEYWORDS="generator parser devel"
           SHORT="replacement for the parser generator yacc"
cat << EOF
bison - Replacement for the parser generator yacc. General purpose parser
generator that converts a grammar description for a LALR context-free grammar
into a C program to parse that grammar. It can be used to create a range of
language parsers. Bison is upwardly compatible with Yacc, so properly written
Yacc grammars and those users familiar with Yacc should have little trouble,
although you do need to be fluent in C to use Bison.
EOF