Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (fd868325fb80c1bd60dffea4865c4f534fdd696d)

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 grimoire by Eric Sandall (fd868325fb80c1bd60dffea4865c4f534fdd696d)
  • Date: Fri, 2 Mar 2007 14:39:58 -0600

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

ChangeLog | 3 +
dev/null |binary
devel/eclipse-cdt-sdk/DETAILS | 8
+-
devel/eclipse-cdt-sdk/HISTORY | 4 +
devel/eclipse-cdt-sdk/org.eclipse.cdt.sdk-3.1.2-linux.x86.tar.gz.sig |binary
devel/eclipse-cdt-testing/DEPENDS | 1
devel/eclipse-cdt-testing/DETAILS | 8
--
devel/eclipse-cdt-testing/HISTORY | 3 +
devel/eclipse-cdt-testing/INSTALL | 3 -
devel/eclipse-cdt-testing/PRE_BUILD | 1
devel/eclipse-cdt-testing/org.eclipse.cdt.testing-3.0.0.zip.sig | 0
devel/eclipse-cdt/DETAILS | 6
+-
devel/eclipse-cdt/HISTORY | 4 +
devel/eclipse-cdt/org.eclipse.cdt-3.0.0-linux.x86.tar.gz.sig | 0
devel/eclipse-cdt/org.eclipse.cdt-3.1.2-linux.x86.tar.gz.sig |binary
devel/eclipse/BUILD | 6
+-
devel/eclipse/DEPENDS | 4 -
devel/eclipse/DETAILS | 29
++++++----
devel/eclipse/HISTORY | 10
+++
devel/eclipse/PRE_BUILD | 7
++
devel/eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip.sig |binary
java/ant/BUILD | 8
+-
java/ant/CONFIGURE | 1
java/ant/DEPENDS | 7
+-
java/ant/HISTORY | 6
++
java/antlr/BUILD | 16
+----
java/antlr/DEPENDS | 20
++++++
java/antlr/DETAILS | 7
+-
java/antlr/HISTORY | 14
++++
java/antlr/INSTALL | 8
+-
java/antlr/antlr-2.7.7.tar.gz.sig |binary
java/antlr/antlr.sh | 2
32 files changed, 126 insertions(+), 60 deletions(-)

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

eclipse updated to 3.2.2 (fixes Bug #12954)

eclipse-cdt and eclipse-cdt-sdk updated to 3.1.2
eclise-cdt-testing no longer valid, deprecated
(cherry picked from commit 4750b7b4a2cfd31f7ea8e77eccc9d1a31987a41b)

commit 52313f4dbf77e744acec3f572fd76119c9ecb850
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Fix antlr's classpath

commit dbf42f55e852cd770a91b172a9a071a4291fef90
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated antlr to 2.7.7, fix antlr.sh to update with versions

(cherry picked from commit 014da754ccf88035ccdc37de84fcacf89e9bbde4)

commit d60c2e7aadd925e21ffbdf02ca4f10f3759738bd
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ant now properly uses an optional_depends rather than query

diff --git a/ChangeLog b/ChangeLog
index e827eb9..72eca71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
2007-03-02 Ladislav Hagara <hgr AT vabo.cz>
* editors/tea: new spell, GTK2-based text editor

+2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
+ * devel/eclipse-cdt-testing: Deprecated, no longer in use
+
2007-03-01 Juuso Alasuutari <iuso AT sourcemage.org>
* audio-creation/nekobee: New spell, TB-303 emulator DSSI synth.
* audio-creation/amsynth: New spell, analogue modelling synth.
diff --git a/devel/eclipse-cdt-sdk/DETAILS b/devel/eclipse-cdt-sdk/DETAILS
index b28ff5e..ef3ca6d 100755
--- a/devel/eclipse-cdt-sdk/DETAILS
+++ b/devel/eclipse-cdt-sdk/DETAILS
@@ -1,14 +1,14 @@
SPELL=eclipse-cdt-sdk
- VERSION=3.0.0
+ VERSION=3.1.2
SOURCE=org.eclipse.cdt.sdk-$VERSION-linux.x86.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
-
SOURCE_URL[0]=http://download.eclipse.org/tools/cdt/releases/eclipse3.1/dist/$VERSION/$SOURCE
-
SOURCE_URL[1]=ftp://mirrors.ibiblio.org/pub/mirrors/eclipse//tools/cdt/releases/eclipse3.1/dist/$VERSION/$SOURCE
+
SOURCE_URL[0]=http://ftp.ussg.iu.edu/eclipse/tools/cdt/releases/callisto/dist/$VERSION/$SOURCE
+
SOURCE_URL[1]=http://mirrors.ibiblio.org/pub/mirrors/eclipse/tools/cdt/releases/callisto/dist/$VERSION/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=CPL
+ KEYWORDS="ide devel"
WEB_SITE=http://www.eclipse.org/cdt/
ENTERED=20050924
- KEYWORDS="ide devel"
SHORT='C/C++ development tools for the Eclipse IDE SDK'
cat << EOF
The CDT (C/C++ Development Tools) Project is working towards providing a
fully
diff --git a/devel/eclipse-cdt-sdk/HISTORY b/devel/eclipse-cdt-sdk/HISTORY
index bfd569b..a5e5d06 100644
--- a/devel/eclipse-cdt-sdk/HISTORY
+++ b/devel/eclipse-cdt-sdk/HISTORY
@@ -1,3 +1,7 @@
+2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 3.1.2 for eclipse 3.2.x
+ Updated SOURCE_URLs
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git
a/devel/eclipse-cdt-sdk/org.eclipse.cdt.sdk-3.1.2-linux.x86.tar.gz.sig
b/devel/eclipse-cdt-sdk/org.eclipse.cdt.sdk-3.1.2-linux.x86.tar.gz.sig
new file mode 100644
index 0000000..99828c4
Binary files /dev/null and
b/devel/eclipse-cdt-sdk/org.eclipse.cdt.sdk-3.1.2-linux.x86.tar.gz.sig differ
diff --git a/devel/eclipse-cdt-testing/DEPENDS
b/devel/eclipse-cdt-testing/DEPENDS
deleted file mode 100755
index 9563c6e..0000000
--- a/devel/eclipse-cdt-testing/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends ECLIPSE-CDT
diff --git a/devel/eclipse-cdt-testing/DETAILS
b/devel/eclipse-cdt-testing/DETAILS
index ab8808b..9f9b5af 100755
--- a/devel/eclipse-cdt-testing/DETAILS
+++ b/devel/eclipse-cdt-testing/DETAILS
@@ -1,14 +1,10 @@
SPELL=eclipse-cdt-testing
VERSION=3.0.0
- SOURCE=org.eclipse.cdt.testing-$VERSION.zip
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
-
SOURCE_URL[0]=http://download.eclipse.org/tools/cdt/releases/eclipse3.1/dist/$VERSION/$SOURCE
-
SOURCE_URL[1]=ftp://mirrors.ibiblio.org/pub/mirrors/eclipse//tools/cdt/releases/eclipse3.1/dist/$VERSION/$SOURCE
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ PATCHLEVEL=1
LICENSE[0]=CPL
WEB_SITE=http://www.eclipse.org/cdt/
- ENTERED=20050924
KEYWORDS="ide devel"
+ ENTERED=20050924
SHORT='C/C++ JUnit testing for the Eclipse IDE'
cat << EOF
Includes all test plugins required for running automated JUnit tests
diff --git a/devel/eclipse-cdt-testing/HISTORY
b/devel/eclipse-cdt-testing/HISTORY
index 1206830..1cfde29 100644
--- a/devel/eclipse-cdt-testing/HISTORY
+++ b/devel/eclipse-cdt-testing/HISTORY
@@ -1,3 +1,6 @@
+2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
+ * Deprecated, no longer valid
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/devel/eclipse-cdt-testing/INSTALL
b/devel/eclipse-cdt-testing/INSTALL
index 6ccac0d..27ba77d 100755
--- a/devel/eclipse-cdt-testing/INSTALL
+++ b/devel/eclipse-cdt-testing/INSTALL
@@ -1,2 +1 @@
-cp -r $SOURCE_DIRECTORY/* \
- $INSTALL_ROOT/usr/share/eclipse
+true
diff --git a/devel/eclipse-cdt-testing/PRE_BUILD
b/devel/eclipse-cdt-testing/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/devel/eclipse-cdt-testing/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/devel/eclipse-cdt-testing/org.eclipse.cdt.testing-3.0.0.zip.sig
b/devel/eclipse-cdt-testing/org.eclipse.cdt.testing-3.0.0.zip.sig
deleted file mode 100644
index b75989a..0000000
Binary files
a/devel/eclipse-cdt-testing/org.eclipse.cdt.testing-3.0.0.zip.sig and
/dev/null differ
diff --git a/devel/eclipse-cdt/DETAILS b/devel/eclipse-cdt/DETAILS
index c4a3c6c..22f46cb 100755
--- a/devel/eclipse-cdt/DETAILS
+++ b/devel/eclipse-cdt/DETAILS
@@ -1,9 +1,9 @@
SPELL=eclipse-cdt
- VERSION=3.0.0
+ VERSION=3.1.2
SOURCE=org.eclipse.cdt-$VERSION-linux.x86.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/eclipse
-
SOURCE_URL[0]=http://download.eclipse.org/tools/cdt/releases/eclipse3.1/dist/$VERSION/$SOURCE
-
SOURCE_URL[1]=ftp://mirrors.ibiblio.org/pub/mirrors/eclipse//tools/cdt/releases/eclipse3.1/dist/$VERSION/$SOURCE
+
SOURCE_URL[0]=http://ftp.ussg.iu.edu/eclipse/tools/cdt/releases/callisto/dist/$VERSION/$SOURCE
+
SOURCE_URL[1]=http://mirrors.ibiblio.org/pub/mirrors/eclipse/tools/cdt/releases/callisto/dist/$VERSION/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=CPL
WEB_SITE=http://www.eclipse.org/cdt/
diff --git a/devel/eclipse-cdt/HISTORY b/devel/eclipse-cdt/HISTORY
index f58417c..091cdcb 100644
--- a/devel/eclipse-cdt/HISTORY
+++ b/devel/eclipse-cdt/HISTORY
@@ -1,3 +1,7 @@
+2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 3.1.2. for eclipse 3.2.x
+ Updated SOURCE_URLs
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/devel/eclipse-cdt/org.eclipse.cdt-3.0.0-linux.x86.tar.gz.sig
b/devel/eclipse-cdt/org.eclipse.cdt-3.0.0-linux.x86.tar.gz.sig
deleted file mode 100644
index 4dffac7..0000000
Binary files a/devel/eclipse-cdt/org.eclipse.cdt-3.0.0-linux.x86.tar.gz.sig
and /dev/null differ
diff --git a/devel/eclipse-cdt/org.eclipse.cdt-3.1.2-linux.x86.tar.gz.sig
b/devel/eclipse-cdt/org.eclipse.cdt-3.1.2-linux.x86.tar.gz.sig
new file mode 100644
index 0000000..0d1825c
Binary files /dev/null and
b/devel/eclipse-cdt/org.eclipse.cdt-3.1.2-linux.x86.tar.gz.sig differ
diff --git a/devel/eclipse/BUILD b/devel/eclipse/BUILD
index bd7c80f..8049f79 100755
--- a/devel/eclipse/BUILD
+++ b/devel/eclipse/BUILD
@@ -35,14 +35,14 @@ fi &&
# TODO define arch and windowing system
# possible values are in ./build
ws=gtk &&
-case "${SMGL_COMPAT_ARCH[2]}" in
+case "${SMGL_COMPAT_ARCHS[1]}" in
ia32) arch=x86 ;;
x86_64) arch=x86_64 ;;
ppc) arch=ppc ;;
esac &&
+
persistent_add ws &&
persistent_add arch &&
-./build -os linux -ws "$ws" -arch "$arch" &&
+./build -os linux -ws "$ws" -arch "$arch" -java5home "$JAVA_HOME" &&
echo '/usr/share/eclipse/eclipse -data ~/workspace' > eclipse-script &&
chmod 755 eclipse-script
-
diff --git a/devel/eclipse/DEPENDS b/devel/eclipse/DEPENDS
index 1f783b8..de479c8 100755
--- a/devel/eclipse/DEPENDS
+++ b/devel/eclipse/DEPENDS
@@ -1,5 +1,5 @@
-depends JAVA '' '' 'z-rejected' &&
-depends ant &&
+depends JDK5 &&
+depends ant &&

optional_depends gtk+2 \
'-os linux -ws gtk' \
diff --git a/devel/eclipse/DETAILS b/devel/eclipse/DETAILS
index 439f297..2c798b5 100755
--- a/devel/eclipse/DETAILS
+++ b/devel/eclipse/DETAILS
@@ -1,21 +1,30 @@
SPELL=eclipse
PREFIX=R
- VERSION=3.1.1
- TSTAMP=200509290840
+ VERSION=3.2.2
+ TSTAMP=200702121330
SOURCE=$SPELL-sourceBuild-srcIncluded-$VERSION.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URI=$PREFIX-$VERSION-$TSTAMP/$SOURCE
-
SOURCE_URL[0]=http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/$SOURCE_URI
- SOURCE_URL[1]=http://eclipse.mirrors.tds.net/downloads/drops/$SOURCE_URI
- SOURCE_URL[2]=ftp://download.eclipse.org/$SOURCE_URI
-
SOURCE_HASH=sha512:33a303e8bb15a1152cf594316bc2d7056e3c0d96532e1906dd42e3ca14e10c4e8f7f6fad46c9be0e7739163811d5e5a7db1b88686a7817c4ea73edcf28556aff
+
SOURCE_URL[0]=ftp://ftp.cse.buffalo.edu/pub/Eclipse/$SPELL/downloads/drops/R-$VERSION-$TSTAMP/$SOURCE
+
SOURCE_URL[1]=http://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops/R-$VERSION-$TSTAMP/$SOURCE
+
SOURCE_URL[2]=http://ftp.ussg.iu.edu/eclipse/eclipse/downloads/drops/R-$VERSION-$TSTAMP/$SOURCE
+#
SOURCE_HASH=sha512:33a303e8bb15a1152cf594316bc2d7056e3c0d96532e1906dd42e3ca14e10c4e8f7f6fad46c9be0e7739163811d5e5a7db1b88686a7817c4ea73edcf28556aff
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
GATHER_DOCS=off
- WEB_SITE=http://www.eclipse.org/
- ENTERED=20031211
- UPDATED=20040620
LICENSE[0]=CPL
ACTIVE_FTP=on
+ WEB_SITE=http://www.eclipse.org/
+ ENTERED=20031211
SHORT="Java-based open platform IDE application development tools"
cat << EOF
-The eclipse project for the development of software design tools was
originally formed by Borland, IBM, MERANT, QNX Software Systems, Rational
Software3, Red Hat, SuSE, TogetherSoft3 and Webgain2, and was later joined by
other major companies. The licensing scheme is intended to encourage the
development of integrated third party software which may or may not be open
source and/or free. The program actually exists as a core (they call it a
microkernel) with functionality added by pluggins. It has support for
several languages, including java and c++ and has extensions that allow UML
round trip engineering. It also is supposed to be able to use system
development tools, like debuggers, compilers, tracers, etc.
+The eclipse project for the development of software design tools was
originally
+formed by Borland, IBM, MERANT, QNX Software Systems, Rational Software3, Red
+Hat, SuSE, TogetherSoft3 and Webgain2, and was later joined by other major
+companies. The licensing scheme is intended to encourage the development of
+integrated third party software which may or may not be open source and/or
free.
+The program actually exists as a core (they call it a microkernel) with
+functionality added by pluggins. It has support for several languages,
+including java and c++ and has extensions that allow UML round trip
engineering.
+It also is supposed to be able to use system development tools, like
debuggers,
+compilers, tracers, etc.
EOF
diff --git a/devel/eclipse/HISTORY b/devel/eclipse/HISTORY
index e137321..e8e6b51 100644
--- a/devel/eclipse/HISTORY
+++ b/devel/eclipse/HISTORY
@@ -1,3 +1,13 @@
+2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 3.2.2 and timestamp 200702121330
+ Fixes Bug #12954 (update to 3.2)
+ Updated SOURCE_URLs
+ Removed UPDATED
+ Formatted long description to fith <80 columns
+ Change SMGL_COMPAT_ARCH[2] -> SMGL_COMPAT_ARCHS[1]
+ * DEPENDS: Depends on a Java Development Kit >= 5
+ * PRE_BUILD: Fix build.xml (Bug #12954), thanks to Paul Mahon
+
2006-11-08 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* BUILD: added 64-bit #10448 and ppc support
Use $SMGL_COMPAT_ARCHS instead of uname
diff --git a/devel/eclipse/PRE_BUILD b/devel/eclipse/PRE_BUILD
index 7f6fe33..d539cca 100755
--- a/devel/eclipse/PRE_BUILD
+++ b/devel/eclipse/PRE_BUILD
@@ -1,3 +1,8 @@
mk_source_dir $SOURCE_DIRECTORY &&
cd $SOURCE_DIRECTORY &&
-unpack_file ''
+unpack_file '' &&
+#
+# Bug #12954
+#
+sedit 's/\(property name="javacSource" value=\)"1.3"/\1"1.5"/' build.xml &&
+sedit 's/\(property name="javacTarget" value=\)"1.2"/\1"1.5"/' build.xml
diff --git a/devel/eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip.sig
b/devel/eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip.sig
new file mode 100644
index 0000000..190fbfb
Binary files /dev/null and
b/devel/eclipse/eclipse-sourceBuild-srcIncluded-3.2.2.zip.sig differ
diff --git a/java/ant/BUILD b/java/ant/BUILD
index 56971b7..1de551a 100755
--- a/java/ant/BUILD
+++ b/java/ant/BUILD
@@ -1,15 +1,13 @@
if [ -f /etc/profile.d/java.sh ]; then
. /etc/profile.d/java.sh
fi &&
+
. $SECTION_DIRECTORY/java-functions &&

set_java_env &&

-if [ "$WITH_ANTLR" == "y" ]; then
- if spell_ok antlr
- then
- export CLASSPATH="${SM_OTH_HOME}/lib/antlr.jar:$CLASSPATH"
- fi
+if list_find "$OPTS" "--with-antlr"; then
+ export CLASSPATH="$INSTALL_ROOT/usr/share/antlr-$(installed_version
antlr)/antlr.jar:$CLASSPATH"
fi &&

./build.sh -Ddist.dir=antbuild dist
diff --git a/java/ant/CONFIGURE b/java/ant/CONFIGURE
deleted file mode 100755
index dd62e03..0000000
--- a/java/ant/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query ANTLR "Build ant with ANTLR support?" n
diff --git a/java/ant/DEPENDS b/java/ant/DEPENDS
index 07be644..5b8101e 100755
--- a/java/ant/DEPENDS
+++ b/java/ant/DEPENDS
@@ -1,5 +1,6 @@
depends JAVA '' '' z-rejected &&

-if [ "$ANTLR" == "y" ]; then
- depends antlr
-fi
+optional_depends antlr \
+ '--with-antlr' \
+ '--without-antlr' \
+ 'for ANTLR support'
diff --git a/java/ant/HISTORY b/java/ant/HISTORY
index ee968ec..73d11c4 100644
--- a/java/ant/HISTORY
+++ b/java/ant/HISTORY
@@ -1,3 +1,9 @@
+2007-03-02 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE: Removed query, now done with an optional_depends
+ * DEPENDS: Properly optionally depend on antlr
+ * BUILD: Use list_find to see if we want antlr support
+ antlr's jar file is not in SM_OTH_HOME
+
2006-06-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/java/antlr/BUILD b/java/antlr/BUILD
index 476ce3e..ca762fd 100755
--- a/java/antlr/BUILD
+++ b/java/antlr/BUILD
@@ -1,18 +1,12 @@
if [ -f /etc/profile.d/java.sh ]; then
. /etc/profile.d/java.sh
fi &&
+
. $SECTION_DIRECTORY/java-functions &&
+
+OPTS="--disable-examples \
+ $OPTS" &&

set_java_env &&

-cd $SOURCE_DIRECTORY &&
-
-./configure --prefix=${INSTALL_ROOT}/usr \
- --sysconfdir=${INSTALL_ROOT}/etc \
- --localstatedir=${INSTALL_ROOT}/var \
- --mandir=${INSTALL_ROOT}/usr/share/man \
- --infodir=${INSTALL_ROOT}/usr/share/info \
- $OPTS &&
-
-make &&
-make install
+default_build
diff --git a/java/antlr/DEPENDS b/java/antlr/DEPENDS
index ab0c0a5..4906966 100755
--- a/java/antlr/DEPENDS
+++ b/java/antlr/DEPENDS
@@ -1 +1,19 @@
-depends JAVA '' '' z-rejected
+optional_depends g++ \
+ '--enable-cxx' \
+ '--disable-cxx' \
+ 'for C++ lanugage recognition' &&
+
+optional_depends JAVA \
+ '--enable-java' \
+ '--disable-java' \
+ 'for Java language recognition' &&
+
+optional_depends mono \
+ '--enable-csharp' \
+ '--disable-csharp' \
+ 'for C# language recognition' &&
+
+optional_depends python \
+ '--enable-python' \
+ '--disable-python' \
+ 'for Python language recognition'
diff --git a/java/antlr/DETAILS b/java/antlr/DETAILS
index 142f5c7..d98197f 100755
--- a/java/antlr/DETAILS
+++ b/java/antlr/DETAILS
@@ -1,14 +1,15 @@
SPELL=antlr
- VERSION=2.7.5
+ VERSION=2.7.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://antlr.org/download/$SOURCE
SOURCE_URL[1]=ftp://ftp.sourcemage.sk/mirror/java/$SOURCE
-
SOURCE_HASH=sha512:4f37f77223af918b95c5649a9c24eacc87c806c3c926271bd04e67f3daddcb273e944eb56b5754ce1a7898e00d9e63ad44470860708b60c3de4465281f705ba8
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+#
SOURCE_HASH=sha512:4f37f77223af918b95c5649a9c24eacc87c806c3c926271bd04e67f3daddcb273e944eb56b5754ce1a7898e00d9e63ad44470860708b60c3de4465281f705ba8
LICENSE[0]=PD
+ KEYWORDS="java"
WEB_SITE=http://antlr.org/
ENTERED=20030427
- KEYWORDS="java"
SHORT="ANother Tool for Language Recognition"
cat << EOF
ANTLR, ANother Tool for Language Recognition, (formerly PCCTS)
diff --git a/java/antlr/HISTORY b/java/antlr/HISTORY
index 36e2566..9e1418d 100644
--- a/java/antlr/HISTORY
+++ b/java/antlr/HISTORY
@@ -1,3 +1,17 @@
+2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2.7.7
+ * DEPENDS: JAVA may now be provided by gcj, so we do not require
+ the z-rejected grimoire
+ JAVA is also optional
+ Added optional depends on g++, mono, and python
+ * BUIlD: Use default_build
+ Do *not* call `make install` here!
+ Disable building examples as they are not installed anyways
+ * INSTALL: Make executable...
+ Run default_install
+ Modify antlr.sh to point to the proper version
+ * antlr.sh: Replace specific version with dummy header to be replaced
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/java/antlr/INSTALL b/java/antlr/INSTALL
old mode 100644
new mode 100755
index 3c502f1..dab71cb
--- a/java/antlr/INSTALL
+++ b/java/antlr/INSTALL
@@ -1,4 +1,6 @@
-
-mkdir -p ${INSTALL_ROOT}/etc/profile.d/ &&
+default_install &&
+mkdir -p ${INSTALL_ROOT}/etc/profile.d/ &&
install -m 0644 $SCRIPT_DIRECTORY/antlr.sh \
- ${INSTALL_ROOT}/etc/profile.d/
+ ${INSTALL_ROOT}/etc/profile.d/ &&
+
+sedit "s:ANTLR_VER:$VERSION:" $INSTALL_ROOT/etc/profile.d/antlr.sh
diff --git a/java/antlr/antlr-2.7.7.tar.gz.sig
b/java/antlr/antlr-2.7.7.tar.gz.sig
new file mode 100644
index 0000000..621a718
Binary files /dev/null and b/java/antlr/antlr-2.7.7.tar.gz.sig differ
diff --git a/java/antlr/antlr.sh b/java/antlr/antlr.sh
index 6e18a67..2c1902c 100644
--- a/java/antlr/antlr.sh
+++ b/java/antlr/antlr.sh
@@ -3,6 +3,6 @@
# then if not set, check it (maybe), then set it

if [ -z "$CLASSPATH" ] ; then
- export CLASSPATH=/usr/share/antlr-2.7.5/antlr.jar
+ export CLASSPATH=/usr/share/antlr-ANTLR_VER/antlr.jar
fi




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (fd868325fb80c1bd60dffea4865c4f534fdd696d), Eric Sandall, 03/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page