Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: antlr-manual | Distribution: SUSE Linux Framework One |
Version: 2.7.7 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.2.6 | Build date: Mon Aug 26 13:28:30 2024 |
Group: Development/Tools/Other | Build host: h03-ch2a |
Size: 463940 | Source RPM: antlr-2.7.7-slfo.1.2.6.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://www.antlr.org/ | |
Summary: ANother Tool for Language Recognition (Manual) |
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 (you can use PCCTS 1.xx to generate C-based parsers). This package provides the manual for antlr.
GPL-2.0-or-later AND SUSE-Public-Domain AND MIT
* Tue Feb 20 2024 fstrba@suse.com - Use %patch -P N instead of deprecated %patchN. * Tue Oct 17 2023 fstrba@suse.com - Clean the spec file and use javapackages-local >= 6 features * Thu May 04 2023 fcrozat@suse.com - Add _multibuild to define additional spec files as additional flavors. Eliminates the need for source package links in OBS. * Thu May 07 2020 pmonrealgonzalez@suse.com - Build antlr-manual package without examples files [bsc#1120360] - Remove not needed files * Mon Jan 06 2020 fstrba@suse.com - Not only provide python-antlr, but also obsolete it * Wed Jul 31 2019 mliska@suse.cz - Use FAT LTO objects in order to provide proper static library. * Sun Nov 18 2018 fstrba@suse.com - Install as maven artifact using the pom file from maven central * Thu Sep 13 2018 tchvatal@suse.com - Do not create compat symlink for python stuff as it was not working before anyway - Rename python package to python2-antlr (provide old symbol) * Fri Jul 20 2018 tchvatal@suse.com - Do not use old compat macros for python directories * Tue May 15 2018 fstrba@suse.com - Build with source and target 8 to prepare for a possible removal of 1.6 compatibility * Fri Jan 12 2018 tchvatal@suse.com - Add condition about python2 module, the rewrite happened in antlr4 for python3 support and it is completely different than the antlr2 * The python module is not used by any package in TW bsc#1068226 * Thu Dec 07 2017 dimstar@opensuse.org - Fix build with RPM 4.14: a command that exits with error > 0 aborts the build (and grep not finding a string is retval 1). * Fri Nov 03 2017 mpluskal@suse.com - Explicitly require python2 [bsc#1068226, fate#323526] * Fri Sep 29 2017 fstrba@suse.com - Require java-devel >= 1.6 to build, because of the source and target level * Wed Sep 06 2017 fstrba@suse.com - fixes necessary to compile with Java 9 * set javac source and target to 1.6 * Fri Jun 09 2017 tchvatal@suse.com - Drop the javadoc so we can be build with java bootstrapping reducing the cycle/failures * Fri May 19 2017 tchvatal@suse.com - Reduce dependencies a bit * Thu Dec 04 2014 p.drouand@gmail.com - Remove java-devel dependency; not needed anymore * Fri Jul 04 2014 tchvatal@suse.com - Cleanup with spec-cleaner and fix the sle11 build properly. * Wed Apr 30 2014 darin@darins.net - Set buildarch on SLE_11 or the python subpackage is packaged as noarch when they need be arch specific. http://lists.opensuse.org/opensuse-packaging/2014-04/msg00055.html * Tue Apr 29 2014 darin@darins.net - supporess bytecode version check on SLE - fix perms for SLES * Mon Sep 09 2013 tchvatal@suse.com - Move from jpackage-utils to javapackage-tools * Thu Jul 11 2013 dmueller@suse.com - drop antlr-cshap, entirely unused and removes mono dependency * Wed Oct 31 2012 mvyskocil@suse.com - examples files are now 0644 to beeing able to fdupes them properly (bnc#784670) * Thu Jul 21 2011 toddrme2178@gmail.com - Modify descriptions (fix for RPMLINT warnings) - Check for duplicate files (fix for RPMLINT warnings) * Mon Aug 23 2010 mvyskocil@suse.cz - add missing java requires of antlr-java package * Thu Aug 19 2010 mvyskocil@suse.cz - enabled the python (python-antlr) and csharp (antlr-csharp) support - moved jar files to new antlr-java package, which is required by main antlr one. This is to have jar files in noarch package - do not use default make install, but install files manually with a compatibility links to /usr/share/antlr-2.7.7 * Wed Aug 18 2010 tittiatcoke@opensuse.org - Ensure that the development files are build too. The package is now a build requirement for the KDESDK4 package. - Removed the structure to build just the native version. * Mon Mar 03 2008 mvyskocil@suse.cz - updated to 2.7.7 * updated BaseAST.java to make the doWorkForAll method static. Same behaviour, except no ClassCastExceptions when sibling.getFirstChild() happens to return an AST that doesn't extend BaseAST. Oliver Wong contributed the patch. * updated TokenStreamRewriteEngine.java to reflect bug fixes discovered in v3 counterpart. * Wed Feb 20 2008 adrian@suse.de - do not PreReq files to fix build env setup for other packages - remove SL-9.1 traces * Fri May 04 2007 dbornkessel@suse.de - added unzip to BuildRequires * Sat Oct 07 2006 dbornkessel@suse.de - added check that checks whether deleted files ShowString.java and StreamConverter.java are really not in place * Thu Oct 05 2006 dbornkessel@suse.de - deleted antlr-2.7.6/examples/java/unicode.IDENTs/ShowString.java antlr-2.7.6/examples/java/unicode.IDENTs/StreamConverter.java from tar ball due to licensing issues (Bug #207621) * Mon Sep 25 2006 dbornkessel@suse.de - fixes necessary to compile with Java 1.5.0 - set source="1.4" and target="1.4" for ant "javac" tasks - set source="1.4" for ant "javadoc" tasks * Wed Sep 20 2006 dbornkessel@suse.de - Provide: antlr-bootstrap Obsoletes: antlr-bootstrap * Mon Sep 18 2006 dbornkessel@suse.de - update to 2.7.6 - added size, index methods to TokenStreamRewriteEngine.java - bug in syn preds for tree parsers. Submitted by Ole Kniemeyer. - all Class.forName yanked out; uses thread context loader - option to prevent System.exit termination - added recover() method to lexers - fixed code gen bug for syn preds in tree parsers. Thanks to Marc Horowitz. - BaseAST was not checking for null text in toString() - Scott added java line ouput in code gen - Prashant tweaked a few things for ANTLRStudio; a few new classes in ASdebug package - Give errors if the user attempts to set k>1 in a TreeWalker - Added missing Makefile.in for C++ heteroAST example and enabled it in configure.in - Many small C++ support code and codegen tweaks fixes to increase portability. (Compaq Tru64 UNIX V5.1, VC's) - Prevent '\' entering the bitset dump comments, might occur at end of line. Some compilers continue the comment to the next line (not sure if this is a compiler bug, should look it up) * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires * Tue Oct 25 2005 jsmeix@suse.de - removed sub-package antlr-jedit because since jedit version 4.2 /usr/share/jedit/modes/antlr.xml is included in jedit. * Wed Jul 27 2005 jsmeix@suse.de - Adjustments in the spec file. * Tue Jul 19 2005 jsmeix@suse.de - Current version 2.7.4 from JPackage.org * Wed Mar 02 2005 skh@suse.de - added support for C++ output (#67164) * Thu Sep 16 2004 skh@suse.de - Fix prerequires of javadoc subpackage - conflict with pccts * Thu Sep 02 2004 skh@suse.de - Initial package created with version 2.7.4 (JPackage 1.5)
/usr/share/doc/packages/antlr-manual /usr/share/doc/packages/antlr-manual/doc /usr/share/doc/packages/antlr-manual/doc/ANTLRException.gif /usr/share/doc/packages/antlr-manual/doc/closure.gif /usr/share/doc/packages/antlr-manual/doc/cpp-runtime.html /usr/share/doc/packages/antlr-manual/doc/csharp-runtime.html /usr/share/doc/packages/antlr-manual/doc/err.html /usr/share/doc/packages/antlr-manual/doc/glossary.html /usr/share/doc/packages/antlr-manual/doc/hidden.stream.gif /usr/share/doc/packages/antlr-manual/doc/index.html /usr/share/doc/packages/antlr-manual/doc/inheritance.html /usr/share/doc/packages/antlr-manual/doc/j-guru-blue.jpg /usr/share/doc/packages/antlr-manual/doc/jguru-logo.gif /usr/share/doc/packages/antlr-manual/doc/lexer.html /usr/share/doc/packages/antlr-manual/doc/lexer.to.parser.tokens.gif /usr/share/doc/packages/antlr-manual/doc/logo.gif /usr/share/doc/packages/antlr-manual/doc/metalang.html /usr/share/doc/packages/antlr-manual/doc/optional.gif /usr/share/doc/packages/antlr-manual/doc/options.html /usr/share/doc/packages/antlr-manual/doc/posclosure.gif /usr/share/doc/packages/antlr-manual/doc/python-runtime.html /usr/share/doc/packages/antlr-manual/doc/runtime.html /usr/share/doc/packages/antlr-manual/doc/sor.html /usr/share/doc/packages/antlr-manual/doc/stream.perspectives.gif /usr/share/doc/packages/antlr-manual/doc/stream.selector.gif /usr/share/doc/packages/antlr-manual/doc/stream.splitter.gif /usr/share/doc/packages/antlr-manual/doc/streams.html /usr/share/doc/packages/antlr-manual/doc/subrule.gif /usr/share/doc/packages/antlr-manual/doc/trees.html /usr/share/doc/packages/antlr-manual/doc/vocab.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Oct 16 23:57:25 2024