[Lunar-commits] r24480 - moonbase/trunk/devel/byacc
Dennis Veatch
stumbles at lunar-linux.org
Fri May 18 20:40:39 CEST 2007
Author: stumbles
Date: 2007-05-18 20:40:39 +0200 (Fri, 18 May 2007)
New Revision: 24480
Modified:
moonbase/trunk/devel/byacc/DETAILS
Log:
This one seems more responsive than the other.
Modified: moonbase/trunk/devel/byacc/DETAILS
===================================================================
--- moonbase/trunk/devel/byacc/DETAILS 2007-05-18 17:38:31 UTC (rev 24479)
+++ moonbase/trunk/devel/byacc/DETAILS 2007-05-18 18:40:39 UTC (rev 24480)
@@ -1,15 +1,15 @@
MODULE=byacc
VERSION=1.9-1
SOURCE=$MODULE-$VERSION-src.tar.bz2
- SOURCE_URL[0]=ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/release/$MODULE/
- SOURCE_URL[2]=http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/release/$MODULE/
-SOURCE_VFY=sha1:a572576edc1bf1ffb5694ced7bd3da5fb62940ba
+ SOURCE_URL[0]=http://programming.ccp14.ac.uk/ftp-mirror/programming/cygwin/pub/cygwin/release/$MODULE/
+ SOURCE_URL[1]=ftp://mirrors.rcn.net/mirrors/sources.redhat.com/cygwin/release/$MODULE/
+ SOURCE_VFY=sha1:a572576edc1bf1ffb5694ced7bd3da5fb62940ba
WEB_SITE=http://gnuwin32.sourceforge.net/packages/byacc.htm
ENTERED=20020501
UPDATED=20020501
SHORT="parser generator."
cat << EOF
-BSD yacc 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
+BSD yacc 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.
EOF
More information about the Lunar-commits
mailing list