summaryrefslogtreecommitdiffstats
path: root/devel/bison/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bison/DETAILS')
-rwxr-xr-xdevel/bison/DETAILS29
1 files changed, 16 insertions, 13 deletions
diff --git a/devel/bison/DETAILS b/devel/bison/DETAILS
index ef2df3e2e5..cc994371ee 100755
--- a/devel/bison/DETAILS
+++ b/devel/bison/DETAILS
@@ -1,21 +1,24 @@
SPELL=bison
- VERSION=2.3
- SOURCE_HASH=sha512:2a00d03e760c8f252ec415c471fdb23caf92d3e242f09770c989db0642a7f4331a6e54e44449dee5f73eca604bf52bd5ff5468da6ea86443d9ffbf51f4e9ec1d
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ VERSION=2.4.1
+ 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
- WEB_SITE=http://www.gnu.org/software/bison/bison.html
+ 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="A replacement for the parser generator yacc"
+ 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.
+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