Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (042ca431238b58ec4fadc20b96b21328c9253abe)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (042ca431238b58ec4fadc20b96b21328c9253abe)
  • Date: Wed, 13 Sep 2006 22:59:52 -0500

GIT changes to master z-rejected grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

z-java/java-cup/DETAILS | 10 +++++++---
z-java/java-cup/HISTORY | 7 +++++++
2 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 042ca431238b58ec4fadc20b96b21328c9253abe
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Cleanup java-cup DETAILS

diff --git a/z-java/java-cup/DETAILS b/z-java/java-cup/DETAILS
index 034e581..ffd36e6 100755
--- a/z-java/java-cup/DETAILS
+++ b/z-java/java-cup/DETAILS
@@ -2,12 +2,16 @@
VERSION=11a
SOURCE=develop.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/develop
- SOURCE_URL[0]=

SOURCE_HASH[0]=sha512:e4dc07caabc858ef4484b8ef3a94ee72048e200a602ef3cb13b91090904cdd9177c916d53eb8a4c527a7f31ee120f2c2a94ae0fde6b9ac82ea60db9fae395aeb
LICENSE[0]=GPL
- REJECT="ssl only downloading"
- WEB_SITE=http://www2.cs.turn.edu/projects/cup/
+ WEB_SITE=http://www2.cs.tum.edu/projects/cup/
ENTERED=20030326
+ REJECT="ssl only downloading"
SHORT="LALR Parser Generator for Java"
cat << EOF
+Java(tm) Based Constructor of Useful Parsers (CUP for short). CUP is a system
+for generating LALR parsers from simple specifications. It serves the same
role
+as the widely used program YACC [1] and in fact offers most of the features
of
+YACC. However, CUP is written in Java, uses specifications including embedded
+Java code, and produces parsers which are implemented in Java.
EOF
diff --git a/z-java/java-cup/HISTORY b/z-java/java-cup/HISTORY
index 7907b51..a08eae0 100644
--- a/z-java/java-cup/HISTORY
+++ b/z-java/java-cup/HISTORY
@@ -1,2 +1,9 @@
+2006-09-13 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Added description
+ Correct typo in WEB_SITE
+ Removed TAB
+ Removed empty SOURCE_URL[0]
+
2006-08-27 David Brown <dmlb2000 AT gmail.com>
* ALL: created spell
+



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (042ca431238b58ec4fadc20b96b21328c9253abe), Eric Sandall, 09/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page