CVS log for ports/devel/antlr/files/antlr.sh
Up to [FreeBSD] / ports / devel / antlr / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 15 23:59:52 2004 UTC (7 years, 2 months ago) by glewis
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_EOL, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_EOL, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_EOL, RELEASE_4_11_0, PRE_XORG_7, HEAD
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
. Antlr now seems to require Java 1.4 or better (certainly the build fails with 1.3). So fix the build for 4.x by requiring Java 1.4+. . Reflect this requirement in antlr.sh.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Nov 15 04:17:08 2004 UTC (7 years, 2 months ago) by hq
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -1 lines
- Update to 2.7.4 - Update to bsd.java.mk 2.0 - Use HAS_CONFIGURE and CONFIGURE_ENV - Cleanup unnecessary *_DEPENDS - Honor hier(7): install examples in ${EXAMPLESDIR} - Honor Porter's handbook: install JAR in ${JAVAJARDIR} - Cleanup unnecessary port variables - No longer use DIST_SUBDIR - Use javavmwrapper in shell script (rather than hardcoding the use of a particular JVM) - New option WITH_BUILD_JAVA_LIB which force the build of the Java lib - Switch maintainer to ports@ PR: 73509 Submitted by: me Approved by: maintainer
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu May 8 08:46:28 2003 UTC (8 years, 9 months ago) by znerd
Branches: MAIN
CVS tags: RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_5_1_0, RELEASE_4_9_0, RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1 lines
Update ANTLR to 2.7.2. PR: 51416, 51417, 51418, 51905 Submitted by: maintainer
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 21 02:53:49 2003 UTC (9 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_4_8_0
New port: devel/antlr ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing C++ or Java actions. PR: ports/40238 Submitted by: Geoffrey Mainland <mainland@apeiron.net>
