1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/antlr/pkg-plist
Herve Quiroz 108a85698c - 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
2004-11-15 04:17:08 +00:00

49 lines
1.6 KiB
Plaintext

include/antlr/ANTLRException.hpp
include/antlr/ANTLRUtil.hpp
include/antlr/AST.hpp
include/antlr/ASTArray.hpp
include/antlr/ASTFactory.hpp
include/antlr/ASTNULLType.hpp
include/antlr/ASTPair.hpp
include/antlr/ASTRefCount.hpp
include/antlr/BaseAST.hpp
include/antlr/BitSet.hpp
include/antlr/CharBuffer.hpp
include/antlr/CharInputBuffer.hpp
include/antlr/CharScanner.hpp
include/antlr/CharStreamException.hpp
include/antlr/CharStreamIOException.hpp
include/antlr/CircularQueue.hpp
include/antlr/CommonAST.hpp
include/antlr/CommonASTWithHiddenTokens.hpp
include/antlr/CommonHiddenStreamToken.hpp
include/antlr/CommonToken.hpp
include/antlr/Parser.hpp
include/antlr/IOException.hpp
include/antlr/InputBuffer.hpp
include/antlr/LLkParser.hpp
include/antlr/LexerSharedInputState.hpp
include/antlr/MismatchedCharException.hpp
include/antlr/MismatchedTokenException.hpp
include/antlr/NoViableAltException.hpp
include/antlr/NoViableAltForCharException.hpp
include/antlr/ParserSharedInputState.hpp
include/antlr/RecognitionException.hpp
include/antlr/RefCount.hpp
include/antlr/SemanticException.hpp
include/antlr/String.hpp
include/antlr/Token.hpp
include/antlr/TokenBuffer.hpp
include/antlr/TokenStream.hpp
include/antlr/TokenStreamBasicFilter.hpp
include/antlr/TreeParser.hpp
include/antlr/TokenStreamException.hpp
include/antlr/TokenStreamHiddenTokenFilter.hpp
include/antlr/TokenStreamIOException.hpp
include/antlr/TokenStreamRecognitionException.hpp
include/antlr/TokenStreamRetryException.hpp
include/antlr/TokenStreamSelector.hpp
include/antlr/TreeParserSharedInputState.hpp
include/antlr/config.hpp
lib/libantlr.a