summaryrefslogtreecommitdiffstats
path: root/devel/byacc/DETAILS
blob: afe16047a15123572242215860b72d4afec08a3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
           SPELL=byacc
         VERSION=20121003
          SOURCE=$SPELL-$VERSION.tgz
         SOURCE2=$SOURCE.asc
   SOURCE_URL[0]=ftp://invisible-island.net/$SPELL/$SOURCE
  SOURCE2_URL[0]=$SOURCE_URL.asc
      SOURCE_GPG=dickey.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://invisible-island.net/byacc
      LICENSE[0]=PD
         ENTERED=20090717
           SHORT="Berkeley version of Yet Another Compiler-Compiler"
cat << EOF
Berkeley Yacc (byacc) is generally conceded to be the best yacc variant
available. In contrast to bison, it is written to avoid dependencies upon
a particular compiler.
EOF