[SM-Commit] GIT changes to master z-rejected grimoire by David Brown (da6aea0670a57b19f44509339207f36a21ed9676)

David Brown scm at mail.sourcemage.org
Sun Aug 27 18:56:46 EDT 2006


GIT changes to master z-rejected grimoire by David Brown <dmlb2000 at dmlb2000.(none)>:

 ChangeLog                     |    3 +++
 z-java/java-cup/BUILD         |    1 +
 z-java/java-cup/CONFIGURE     |    7 +++++++
 z-java/java-cup/DEPENDS       |    1 +
 z-java/java-cup/DETAILS       |   13 +++++++++++++
 z-java/java-cup/HISTORY       |    2 ++
 z-java/java-cup/INSTALL       |    2 ++
 z-java/java-cup/UNATTEND_SAFE |    1 +
 8 files changed, 30 insertions(+)

New commits:
commit da6aea0670a57b19f44509339207f36a21ed9676
Author: David Brown <dmlb2000 at dmlb2000.(none)>
Commit: David Brown <dmlb2000 at dmlb2000.(none)>

    java-cup new spell lalr parser generator in java

diff --git a/ChangeLog b/ChangeLog
index e1e62e2..ca0c996 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2006-08-27 David Brown <dmlb2000 at gmail.com>
+	* z-java/java-cup: new spell LARL parser in java
+
 2006-08-09 Flavien Bridault <vlaaad at sourcemage.org>
 	* z-graphics/povray,megapov: moved from test/graphics,
 	  have licensing issues (bug #12963)
diff --git a/z-java/java-cup/BUILD b/z-java/java-cup/BUILD
new file mode 100755
index 0000000..b4da779
--- /dev/null
+++ b/z-java/java-cup/BUILD
@@ -0,0 +1 @@
+ant cup
diff --git a/z-java/java-cup/CONFIGURE b/z-java/java-cup/CONFIGURE
new file mode 100755
index 0000000..44c9e1f
--- /dev/null
+++ b/z-java/java-cup/CONFIGURE
@@ -0,0 +1,7 @@
+# download java sources warning.
+#
+source $SECTION_DIRECTORY/JAVA_WARNING &&
+
+# Standard rejected warnings.
+#
+source $GRIMOIRE/REJECTED_MSG
diff --git a/z-java/java-cup/DEPENDS b/z-java/java-cup/DEPENDS
new file mode 100755
index 0000000..0647724
--- /dev/null
+++ b/z-java/java-cup/DEPENDS
@@ -0,0 +1 @@
+depends ant
diff --git a/z-java/java-cup/DETAILS b/z-java/java-cup/DETAILS
new file mode 100755
index 0000000..034e581
--- /dev/null
+++ b/z-java/java-cup/DETAILS
@@ -0,0 +1,13 @@
+           SPELL=java-cup
+         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/
+         ENTERED=20030326
+           SHORT="LALR Parser Generator for Java"
+cat << EOF
+EOF
diff --git a/z-java/java-cup/HISTORY b/z-java/java-cup/HISTORY
new file mode 100644
index 0000000..7907b51
--- /dev/null
+++ b/z-java/java-cup/HISTORY
@@ -0,0 +1,2 @@
+2006-08-27 David Brown <dmlb2000 at gmail.com>
+	* ALL: created spell
diff --git a/z-java/java-cup/INSTALL b/z-java/java-cup/INSTALL
new file mode 100755
index 0000000..08d9524
--- /dev/null
+++ b/z-java/java-cup/INSTALL
@@ -0,0 +1,2 @@
+mkdir /opt/java-cup &&
+cp -va * /opt/java-cup
diff --git a/z-java/java-cup/UNATTEND_SAFE b/z-java/java-cup/UNATTEND_SAFE
new file mode 100644
index 0000000..9a3364d
--- /dev/null
+++ b/z-java/java-cup/UNATTEND_SAFE
@@ -0,0 +1 @@
+License has already been agreed to when user gets sources seperately.



More information about the SM-Commit mailing list